|
|
|
1 | 2025-07-10T16:44:51.739Z | job assigned to worker 01JZTKJQGDT7Z4GS35BZTGXXKW [factory gimlet-EVT22200007-propolis, EVT22200007/34029] (queued for 25 s) |
|
2 | 2025-07-10T16:45:00.131Z | starting task 0: "setup" |
3 | 2025-07-10T16:45:00.187Z | ++ uname -s |
4 | 2025-07-10T16:45:00.188Z | + kern=SunOS |
5 | 2025-07-10T16:45:00.188Z | + build_user=build |
6 | 2025-07-10T16:45:00.188Z | + build_uid=12345 |
7 | 2025-07-10T16:45:00.188Z | + work_dir=/work |
8 | 2025-07-10T16:45:00.188Z | + input_dir=/input |
9 | 2025-07-10T16:45:00.188Z | + [[ 0 == 12345 ]] |
10 | 2025-07-10T16:45:00.188Z | + case "$kern" in |
11 | 2025-07-10T16:45:00.188Z | + groupadd -g 12345 build |
12 | 2025-07-10T16:45:00.188Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-10T16:45:02.167Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-10T16:45:02.206Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-10T16:45:02.232Z | + home_fs=zfs |
16 | 2025-07-10T16:45:02.232Z | + [[ zfs == autofs ]] |
17 | 2025-07-10T16:45:02.232Z | + mkdir -p /home/build |
18 | 2025-07-10T16:45:02.232Z | + chown build:build /home/build /work |
19 | 2025-07-10T16:45:04.216Z | + chmod 0700 /home/build /work |
20 | 2025-07-10T16:45:04.241Z | process exited: duration 4092 ms, exit code 0 |
|
21 | 2025-07-10T16:45:04.293Z | starting task 1: "rust-toolchain" |
22 | 2025-07-10T16:45:04.318Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-07-10T16:45:04.318Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-10T16:45:04.318Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-07-10T16:45:04.318Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-07-10T16:45:04.318Z | * rust toolchain channel = "1.85.0" |
27 | 2025-07-10T16:45:04.318Z | * rust toolchain profile = "default" |
28 | 2025-07-10T16:45:04.318Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-10T16:45:04.318Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-07-10T16:45:04.439Z | info: downloading installer |
31 | 2025-07-10T16:45:05.419Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-10T16:45:05.419Z | warn: /opt/ooce/bin |
33 | 2025-07-10T16:45:05.419Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-10T16:45:05.419Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-10T16:45:05.419Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-10T16:45:05.419Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-10T16:45:05.419Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-10T16:45:05.419Z | error: cannot install while Rust is installed |
39 | 2025-07-10T16:45:05.419Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-10T16:45:05.444Z | info: profile set to 'default' |
41 | 2025-07-10T16:45:05.445Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-10T16:45:05.445Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-07-10T16:45:05.555Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-07-10T16:45:05.555Z | info: downloading component 'cargo' |
45 | 2025-07-10T16:45:05.822Z | info: downloading component 'clippy' |
46 | 2025-07-10T16:45:05.907Z | info: downloading component 'rust-docs' |
47 | 2025-07-10T16:45:06.158Z | info: downloading component 'rust-std' |
48 | 2025-07-10T16:45:06.933Z | info: downloading component 'rustc' |
49 | 2025-07-10T16:45:09.961Z | info: downloading component 'rustfmt' |
50 | 2025-07-10T16:45:10.188Z | info: installing component 'cargo' |
51 | 2025-07-10T16:45:11.313Z | info: installing component 'clippy' |
52 | 2025-07-10T16:45:11.772Z | info: installing component 'rust-docs' |
53 | 2025-07-10T16:45:14.513Z | info: installing component 'rust-std' |
54 | 2025-07-10T16:45:16.841Z | info: installing component 'rustc' |
55 | 2025-07-10T16:45:23.891Z | info: installing component 'rustfmt' |
56 | 2025-07-10T16:45:24.300Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-07-10T16:45:24.301Z | |
58 | 2025-07-10T16:45:24.455Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-07-10T16:45:24.456Z | |
60 | 2025-07-10T16:45:24.485Z | |
61 | 2025-07-10T16:45:24.485Z | Rust is installed now. Great! |
62 | 2025-07-10T16:45:24.486Z | |
63 | 2025-07-10T16:45:24.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-10T16:45:24.486Z | environment variable. This has not been done automatically. |
65 | 2025-07-10T16:45:24.486Z | |
66 | 2025-07-10T16:45:24.486Z | To configure your current shell, you need to source |
67 | 2025-07-10T16:45:24.486Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-10T16:45:24.486Z | |
69 | 2025-07-10T16:45:24.486Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-10T16:45:24.486Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-10T16:45:24.486Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-10T16:45:24.486Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-10T16:45:24.559Z | + rustup --version |
74 | 2025-07-10T16:45:25.073Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-10T16:45:25.073Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-10T16:45:25.073Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-07-10T16:45:25.073Z | + cargo --version |
78 | 2025-07-10T16:45:25.073Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-07-10T16:45:25.073Z | + rustc --version |
80 | 2025-07-10T16:45:25.073Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-07-10T16:45:25.073Z | process exited: duration 20633 ms, exit code 0 |
|
82 | 2025-07-10T16:45:25.125Z | starting task 2: "authentication" |
83 | 2025-07-10T16:45:25.192Z | process exited: duration 66 ms, exit code 0 |
|
84 | 2025-07-10T16:45:25.245Z | starting task 3: "clone repository" |
85 | 2025-07-10T16:45:25.271Z | + mkdir -p /work/oxidecomputer/dendrite |
86 | 2025-07-10T16:45:25.271Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
87 | 2025-07-10T16:45:25.296Z | Cloning into '/work/oxidecomputer/dendrite'... |
88 | 2025-07-10T16:45:26.245Z | + cd /work/oxidecomputer/dendrite |
89 | 2025-07-10T16:45:26.246Z | + git fetch origin a3a8abb149ab4b98f606b2fe384f11bf81e8473a |
90 | 2025-07-10T16:45:26.668Z | From https://github.com/oxidecomputer/dendrite |
91 | 2025-07-10T16:45:26.668Z | * branch a3a8abb149ab4b98f606b2fe384f11bf81e8473a -> FETCH_HEAD |
92 | 2025-07-10T16:45:26.694Z | + [[ -n zl/p4-mcast ]] |
93 | 2025-07-10T16:45:26.694Z | ++ git branch --show-current |
94 | 2025-07-10T16:45:26.694Z | + current=main |
95 | 2025-07-10T16:45:26.694Z | + [[ main != zl/p4-mcast ]] |
96 | 2025-07-10T16:45:26.694Z | + git branch -f zl/p4-mcast a3a8abb149ab4b98f606b2fe384f11bf81e8473a |
97 | 2025-07-10T16:45:26.694Z | + git checkout -f zl/p4-mcast |
98 | 2025-07-10T16:45:26.726Z | Switched to branch 'zl/p4-mcast' |
99 | 2025-07-10T16:45:26.752Z | + git reset --hard a3a8abb149ab4b98f606b2fe384f11bf81e8473a |
100 | 2025-07-10T16:45:26.777Z | HEAD is now at a3a8abb minor: squiggly |
101 | 2025-07-10T16:45:26.777Z | process exited: duration 1515 ms, exit code 0 |
|
102 | 2025-07-10T16:45:26.835Z | starting task 4: "build" |
103 | 2025-07-10T16:45:27.344Z | + source .github/buildomat/common.sh |
104 | 2025-07-10T16:45:27.344Z | ++ SDE_COMMIT=c59c6d7b9e512a834f15b1847e636426aec7d670 |
105 | 2025-07-10T16:45:27.345Z | ++ SDE_PKG_SHA256=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 |
106 | 2025-07-10T16:45:27.345Z | ++ SDE_DEB_SHA256=7526d1c02064f4e40056b0a8a5aa1db86f0a912035a80fa223c322b1ae2709b7 |
107 | 2025-07-10T16:45:27.345Z | +++ uname -s |
108 | 2025-07-10T16:45:27.345Z | ++ '[' SunOS == SunOS ']' |
109 | 2025-07-10T16:45:27.345Z | ++ SERIES=illumos |
110 | 2025-07-10T16:45:27.345Z | +++ uname -s |
111 | 2025-07-10T16:45:27.345Z | ++ '[' SunOS == SunOS ']' |
112 | 2025-07-10T16:45:27.345Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670 |
113 | 2025-07-10T16:45:27.345Z | ++ rustup show active-toolchain |
114 | 2025-07-10T16:45:27.346Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
115 | 2025-07-10T16:45:27.346Z | + source .github/buildomat/illumos.sh |
116 | 2025-07-10T16:45:27.346Z | ++ banner 'sde setup' |
117 | 2025-07-10T16:45:27.346Z | |
118 | 2025-07-10T16:45:27.346Z | #### ##### ###### #### ###### ##### # # ##### |
119 | 2025-07-10T16:45:27.346Z | # # # # # # # # # # # |
120 | 2025-07-10T16:45:27.346Z | #### # # ##### #### ##### # # # # # |
121 | 2025-07-10T16:45:27.346Z | # # # # # # # # # ##### |
122 | 2025-07-10T16:45:27.346Z | # # # # # # # # # # # # |
123 | 2025-07-10T16:45:27.346Z | #### ##### ###### #### ###### # #### # |
124 | 2025-07-10T16:45:27.346Z | |
125 | 2025-07-10T16:45:27.346Z | ++ export PKG=tofino_sde.p5p |
126 | 2025-07-10T16:45:27.347Z | ++ PKG=tofino_sde.p5p |
127 | 2025-07-10T16:45:27.347Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670/tofino_sde.p5p |
128 | 2025-07-10T16:45:27.347Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2025-07-10T16:45:27.347Z | Dload Upload Total Spent Left Speed |
130 | 2025-07-10T16:45:32.316Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 75.0M 2 1795k 0 0 1709k 0 0:00:44 0:00:01 0:00:43 1708k
27 75.0M 27 20.4M 0 0 9.9M 0 0:00:07 0:00:02 0:00:05 9.9M
54 75.0M 54 41.0M 0 0 13.5M 0 0:00:05 0:00:03 0:00:02 13.5M
62 75.0M 62 47.0M 0 0 11.6M 0 0:00:06 0:00:04 0:00:02 11.6M
91 75.0M 91 68.3M 0 0 13.5M 0 0:00:05 0:00:05 --:--:-- 13.7M
100 75.0M 100 75.0M 0 0 13.9M 0 0:00:05 0:00:05 --:--:-- 16.9M |
131 | 2025-07-10T16:45:32.341Z | +++ digest -a sha256 tofino_sde.p5p |
132 | 2025-07-10T16:45:32.392Z | ++ SDE_CALC=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 |
133 | 2025-07-10T16:45:32.392Z | ++ '[' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 '!=' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 ']' |
134 | 2025-07-10T16:45:32.392Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
135 | 2025-07-10T16:45:42.161Z | Startup: Refreshing catalog 'helios-dev' ... Done |
136 | 2025-07-10T16:45:50.957Z | Startup: Caching catalogs ... Done |
137 | 2025-07-10T16:45:51.161Z | Startup: Refreshing catalog 'oxide' ... Done |
138 | 2025-07-10T16:45:59.811Z | Planning: Solver setup ... Done |
139 | 2025-07-10T16:45:59.845Z | Planning: Running solver ... Done |
140 | 2025-07-10T16:45:59.921Z | Planning: Finding local manifests ... Done |
141 | 2025-07-10T16:45:59.945Z | Planning: Fetching manifests: 1/1 100% complete |
142 | 2025-07-10T16:45:59.945Z | Planning: Fetching manifests: 1/1 100% complete |
143 | 2025-07-10T16:45:59.970Z | Planning: Package planning ... Done |
144 | 2025-07-10T16:45:59.970Z | Planning: Merging actions ... Done |
145 | 2025-07-10T16:46:00.172Z | Planning: Checking for conflicting actions ... Done |
146 | 2025-07-10T16:46:00.197Z | Planning: Consolidating action changes ... Done |
147 | 2025-07-10T16:46:00.842Z | Planning: Evaluating mediators ... Done |
148 | 2025-07-10T16:46:00.867Z | Planning: Planning completed in 9.68 seconds |
149 | 2025-07-10T16:46:00.867Z | Packages to install: 1 |
150 | 2025-07-10T16:46:00.867Z | Create boot environment: No |
151 | 2025-07-10T16:46:00.867Z | Create backup boot environment: No |
152 | 2025-07-10T16:46:00.906Z | |
153 | 2025-07-10T16:46:00.906Z | Download: 0/242 items 0.0/74.4MB 0% complete |
154 | 2025-07-10T16:46:01.200Z | Download: Completed 74.36 MB in 0.29 seconds (253M/s) |
155 | 2025-07-10T16:46:01.329Z | Actions: 1/293 actions (Installing new actions) |
156 | 2025-07-10T16:46:02.948Z | Actions: Completed 293 actions in 1.62 seconds. |
157 | 2025-07-10T16:46:02.973Z | Done |
158 | 2025-07-10T16:46:03.019Z | Done |
159 | 2025-07-10T16:46:04.105Z | Done |
160 | 2025-07-10T16:46:08.494Z | Done |
161 | 2025-07-10T16:46:08.594Z | Done |
162 | 2025-07-10T16:46:08.619Z | Done |
163 | 2025-07-10T16:46:08.660Z | Done |
164 | 2025-07-10T16:46:09.190Z | ++ export SDE=/opt/oxide/tofino_sde |
165 | 2025-07-10T16:46:09.190Z | ++ SDE=/opt/oxide/tofino_sde |
166 | 2025-07-10T16:46:09.190Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
167 | 2025-07-10T16:46:09.190Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
168 | 2025-07-10T16:46:09.190Z | ++ banner packages |
169 | 2025-07-10T16:46:09.215Z | |
170 | 2025-07-10T16:46:09.215Z | ##### ## #### # # ## #### ###### #### |
171 | 2025-07-10T16:46:09.215Z | # # # # # # # # # # # # # # |
172 | 2025-07-10T16:46:09.215Z | # # # # # #### # # # ##### #### |
173 | 2025-07-10T16:46:09.215Z | ##### ###### # # # ###### # ### # # |
174 | 2025-07-10T16:46:09.215Z | # # # # # # # # # # # # # # |
175 | 2025-07-10T16:46:09.215Z | # # # #### # # # # #### ###### #### |
176 | 2025-07-10T16:46:09.215Z | |
177 | 2025-07-10T16:46:09.215Z | ++ pfexec pkg install clang-15 pcap |
178 | 2025-07-10T16:46:09.990Z | Startup: Refreshing catalog 'helios-dev' ... Done |
179 | 2025-07-10T16:46:10.015Z | Startup: Refreshing catalog 'oxide' ... Done |
180 | 2025-07-10T16:46:14.842Z | Planning: Solver setup ... Done |
181 | 2025-07-10T16:46:14.877Z | Planning: Running solver ... Done |
182 | 2025-07-10T16:46:14.952Z | Planning: Finding local manifests ... Done |
183 | 2025-07-10T16:46:14.977Z | Planning: Fetching manifests: 0/2 0% complete |
184 | 2025-07-10T16:46:15.463Z | Planning: Fetching manifests: 2/2 100% complete |
185 | 2025-07-10T16:46:15.523Z | Planning: Package planning ... Done |
186 | 2025-07-10T16:46:15.577Z | Planning: Merging actions ... Done |
187 | 2025-07-10T16:46:15.949Z | Planning: Checking for conflicting actions ... Done |
188 | 2025-07-10T16:46:15.975Z | Planning: Consolidating action changes ... Done |
189 | 2025-07-10T16:46:16.293Z | Planning: Evaluating mediators ... Done |
190 | 2025-07-10T16:46:16.318Z | Planning: Planning completed in 6.31 seconds |
191 | 2025-07-10T16:46:16.318Z | Packages to install: 2 |
192 | 2025-07-10T16:46:16.318Z | Mediators to change: 2 |
193 | 2025-07-10T16:46:16.318Z | Services to change: 1 |
194 | 2025-07-10T16:46:16.318Z | Create boot environment: No |
195 | 2025-07-10T16:46:16.318Z | Create backup boot environment: No |
196 | 2025-07-10T16:46:16.367Z | |
197 | 2025-07-10T16:46:16.368Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
198 | 2025-07-10T16:46:21.369Z | Download: 1325/3076 items 104.7/211.3MB 49% complete (21.4M/s) |
199 | 2025-07-10T16:46:26.369Z | Download: 2952/3076 items 146.3/211.3MB 69% complete (14.6M/s) |
200 | 2025-07-10T16:46:31.473Z | Download: 3071/3076 items 210.7/211.3MB 99% complete (12.3M/s) |
201 | 2025-07-10T16:46:31.636Z | Download: Completed 211.31 MB in 15.27 seconds (13.8M/s) |
202 | 2025-07-10T16:46:31.801Z | Actions: 1/3418 actions (Installing new actions) |
203 | 2025-07-10T16:46:36.800Z | Actions: 2800/3418 actions (Installing new actions) |
204 | 2025-07-10T16:46:37.130Z | Actions: Completed 3418 actions in 5.33 seconds. |
205 | 2025-07-10T16:46:37.828Z | Done |
206 | 2025-07-10T16:46:37.828Z | Done |
207 | 2025-07-10T16:46:38.848Z | Done |
208 | 2025-07-10T16:46:43.725Z | Done |
209 | 2025-07-10T16:46:43.822Z | Done |
210 | 2025-07-10T16:46:43.848Z | Done |
211 | 2025-07-10T16:46:43.981Z | Done |
212 | 2025-07-10T16:46:44.102Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
213 | 2025-07-10T16:46:44.520Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-07-10T16:46:44.776Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-07-10T16:46:44.800Z | Planning: Consolidating action changes ... Done |
216 | 2025-07-10T16:46:45.107Z | Planning: Evaluating mediators ... Done |
217 | 2025-07-10T16:46:45.132Z | Planning: Planning completed in 0.59 seconds |
218 | 2025-07-10T16:46:45.157Z | Mediators to change: 2 |
219 | 2025-07-10T16:46:45.157Z | Create boot environment: No |
220 | 2025-07-10T16:46:45.157Z | Create backup boot environment: No |
221 | 2025-07-10T16:46:45.203Z | Done |
222 | 2025-07-10T16:46:45.203Z | Done |
223 | 2025-07-10T16:46:46.039Z | Done |
224 | 2025-07-10T16:46:50.533Z | Done |
225 | 2025-07-10T16:46:50.622Z | Done |
226 | 2025-07-10T16:46:50.623Z | Done |
227 | 2025-07-10T16:46:50.674Z | Done |
228 | 2025-07-10T16:46:50.751Z | ++ cargo --version |
229 | 2025-07-10T16:46:50.826Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
230 | 2025-07-10T16:46:50.850Z | ++ rustc --version |
231 | 2025-07-10T16:46:50.910Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
232 | 2025-07-10T16:46:50.935Z | + banner copyrights |
233 | 2025-07-10T16:46:50.935Z | |
234 | 2025-07-10T16:46:50.935Z | #### #### ##### # # ##### # #### # # ##### #### |
235 | 2025-07-10T16:46:50.935Z | # # # # # # # # # # # # # # # # # |
236 | 2025-07-10T16:46:50.935Z | # # # # # # # # # # ###### # #### |
237 | 2025-07-10T16:46:50.935Z | # # # ##### # ##### # # ### # # # # |
238 | 2025-07-10T16:46:50.935Z | # # # # # # # # # # # # # # # # |
239 | 2025-07-10T16:46:50.935Z | #### #### # # # # # #### # # # #### |
240 | 2025-07-10T16:46:50.935Z | |
241 | 2025-07-10T16:46:50.935Z | + ./tools/check_copyrights.sh |
242 | 2025-07-10T16:46:53.275Z | + banner clippy |
243 | 2025-07-10T16:46:53.300Z | |
244 | 2025-07-10T16:46:53.300Z | #### # # ##### ##### # # |
245 | 2025-07-10T16:46:53.300Z | # # # # # # # # # # |
246 | 2025-07-10T16:46:53.300Z | # # # # # # # # |
247 | 2025-07-10T16:46:53.300Z | # # # ##### ##### # |
248 | 2025-07-10T16:46:53.300Z | # # # # # # # |
249 | 2025-07-10T16:46:53.300Z | #### ###### # # # # |
250 | 2025-07-10T16:46:53.300Z | |
251 | 2025-07-10T16:46:53.300Z | + for feat in tofino_stub tofino_asic softnpu chaos |
252 | 2025-07-10T16:46:53.300Z | + cargo clippy --features tofino_stub -- --deny warnings |
253 | 2025-07-10T16:46:53.603Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
254 | 2025-07-10T16:47:02.589Z | Updating crates.io index |
255 | 2025-07-10T16:47:02.613Z | Updating git repository `https://github.com/illumos/smf-rs` |
256 | 2025-07-10T16:47:03.007Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2025-07-10T16:47:04.144Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
258 | 2025-07-10T16:47:04.580Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
259 | 2025-07-10T16:47:04.964Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
260 | 2025-07-10T16:47:05.578Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
261 | 2025-07-10T16:47:05.933Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
262 | 2025-07-10T16:47:06.397Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2025-07-10T16:47:06.831Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
264 | 2025-07-10T16:47:07.273Z | Updating git repository `https://github.com/oxidecomputer/p4` |
265 | 2025-07-10T16:47:07.820Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2025-07-10T16:47:08.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2025-07-10T16:47:09.000Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2025-07-10T16:47:09.704Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2025-07-10T16:47:10.046Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2025-07-10T16:47:10.457Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2025-07-10T16:47:11.388Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2025-07-10T16:47:13.731Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2025-07-10T16:47:14.561Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
274 | 2025-07-10T16:47:14.962Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
275 | 2025-07-10T16:47:15.448Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2025-07-10T16:47:15.872Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2025-07-10T16:47:16.340Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2025-07-10T16:47:19.612Z | Downloading crates ... |
279 | 2025-07-10T16:47:19.705Z | Downloaded defmt-parser v0.3.4 |
280 | 2025-07-10T16:47:19.730Z | Downloaded adler2 v2.0.0 |
281 | 2025-07-10T16:47:19.730Z | Downloaded colorchoice v1.0.3 |
282 | 2025-07-10T16:47:19.730Z | Downloaded clap_lex v0.7.3 |
283 | 2025-07-10T16:47:19.730Z | Downloaded anstream v0.6.18 |
284 | 2025-07-10T16:47:19.730Z | Downloaded async-stream v0.3.6 |
285 | 2025-07-10T16:47:19.730Z | Downloaded atty v0.2.14 |
286 | 2025-07-10T16:47:19.730Z | Downloaded pretty-hex v0.4.1 |
287 | 2025-07-10T16:47:19.730Z | Downloaded backoff v0.4.0 |
288 | 2025-07-10T16:47:19.756Z | Downloaded rayon-core v1.12.1 |
289 | 2025-07-10T16:47:19.756Z | Downloaded omicron-zone-package v0.12.0 |
290 | 2025-07-10T16:47:19.756Z | Downloaded num-iter v0.1.45 |
291 | 2025-07-10T16:47:19.756Z | Downloaded omicron-workspace-hack v0.1.0 |
292 | 2025-07-10T16:47:19.757Z | Downloaded arrayref v0.3.9 |
293 | 2025-07-10T16:47:19.757Z | Downloaded block-buffer v0.10.4 |
294 | 2025-07-10T16:47:19.757Z | Downloaded usdt v0.5.0 |
295 | 2025-07-10T16:47:19.757Z | Downloaded parking_lot v0.12.3 |
296 | 2025-07-10T16:47:19.757Z | Downloaded num_threads v0.1.7 |
297 | 2025-07-10T16:47:19.757Z | Downloaded base64ct v1.6.0 |
298 | 2025-07-10T16:47:19.784Z | Downloaded parse-display-derive v0.10.0 |
299 | 2025-07-10T16:47:19.784Z | Downloaded owo-colors v4.1.0 |
300 | 2025-07-10T16:47:19.784Z | Downloaded oxnet v0.1.2 |
301 | 2025-07-10T16:47:19.784Z | Downloaded openssl-probe v0.1.5 |
302 | 2025-07-10T16:47:19.784Z | Downloaded bytecount v0.6.8 |
303 | 2025-07-10T16:47:19.784Z | Downloaded password-hash v0.5.0 |
304 | 2025-07-10T16:47:19.784Z | Downloaded pest_generator v2.7.14 |
305 | 2025-07-10T16:47:19.784Z | Downloaded pin-utils v0.1.0 |
306 | 2025-07-10T16:47:19.784Z | Downloaded paste v1.0.15 |
307 | 2025-07-10T16:47:19.810Z | Downloaded crc8 v0.1.1 |
308 | 2025-07-10T16:47:19.810Z | Downloaded num_enum_derive v0.5.11 |
309 | 2025-07-10T16:47:19.810Z | Downloaded darling_macro v0.20.10 |
310 | 2025-07-10T16:47:19.810Z | Downloaded parking_lot_core v0.9.10 |
311 | 2025-07-10T16:47:19.810Z | Downloaded pest_meta v2.7.14 |
312 | 2025-07-10T16:47:19.810Z | Downloaded pest v2.7.14 |
313 | 2025-07-10T16:47:19.810Z | Downloaded progenitor-client v0.9.1 |
314 | 2025-07-10T16:47:19.810Z | Downloaded percent-encoding v2.3.1 |
315 | 2025-07-10T16:47:19.836Z | Downloaded cstr-argument v0.1.2 |
316 | 2025-07-10T16:47:19.836Z | Downloaded byteorder v1.5.0 |
317 | 2025-07-10T16:47:19.836Z | Downloaded rand_chacha v0.3.1 |
318 | 2025-07-10T16:47:19.836Z | Downloaded openapiv3 v2.0.0 |
319 | 2025-07-10T16:47:19.865Z | Downloaded write16 v1.0.0 |
320 | 2025-07-10T16:47:19.865Z | Downloaded proc-macro-error-attr v1.0.4 |
321 | 2025-07-10T16:47:19.865Z | Downloaded rustversion v1.0.18 |
322 | 2025-07-10T16:47:19.865Z | Downloaded rustc-hash v2.1.1 |
323 | 2025-07-10T16:47:19.865Z | Downloaded dirs-next v2.0.0 |
324 | 2025-07-10T16:47:19.865Z | Downloaded display-error-chain v0.2.2 |
325 | 2025-07-10T16:47:19.865Z | Downloaded dtrace-parser v0.2.0 |
326 | 2025-07-10T16:47:19.865Z | Downloaded embedded-io v0.4.0 |
327 | 2025-07-10T16:47:19.865Z | Downloaded sync_wrapper v1.0.1 |
328 | 2025-07-10T16:47:19.865Z | Downloaded progenitor v0.8.0 |
329 | 2025-07-10T16:47:19.865Z | Downloaded dof v0.3.0 |
330 | 2025-07-10T16:47:19.889Z | Downloaded cobs v0.2.3 |
331 | 2025-07-10T16:47:19.889Z | Downloaded defmt-macros v0.3.9 |
332 | 2025-07-10T16:47:19.889Z | Downloaded scopeguard v1.2.0 |
333 | 2025-07-10T16:47:19.889Z | Downloaded same-file v1.0.6 |
334 | 2025-07-10T16:47:19.890Z | Downloaded take_mut v0.2.2 |
335 | 2025-07-10T16:47:19.890Z | Downloaded clap_derive v4.5.18 |
336 | 2025-07-10T16:47:19.890Z | Downloaded memoffset v0.9.1 |
337 | 2025-07-10T16:47:19.890Z | Downloaded thread_local v1.1.8 |
338 | 2025-07-10T16:47:19.916Z | Downloaded foreign-types-shared v0.3.1 |
339 | 2025-07-10T16:47:19.916Z | Downloaded memmap v0.7.0 |
340 | 2025-07-10T16:47:19.916Z | Downloaded serde_path_to_error v0.1.16 |
341 | 2025-07-10T16:47:19.916Z | Downloaded schemars_derive v0.8.22 |
342 | 2025-07-10T16:47:19.916Z | Downloaded ppv-lite86 v0.2.20 |
343 | 2025-07-10T16:47:19.916Z | Downloaded usdt-macro v0.5.0 |
344 | 2025-07-10T16:47:19.916Z | Downloaded futures-executor v0.3.31 |
345 | 2025-07-10T16:47:19.916Z | Downloaded untrusted v0.9.0 |
346 | 2025-07-10T16:47:19.916Z | Downloaded form_urlencoded v1.2.1 |
347 | 2025-07-10T16:47:19.916Z | Downloaded foreign-types-shared v0.1.1 |
348 | 2025-07-10T16:47:19.916Z | Downloaded http-body v1.0.1 |
349 | 2025-07-10T16:47:19.916Z | Downloaded structopt-derive v0.4.18 |
350 | 2025-07-10T16:47:19.941Z | Downloaded thread-id v4.2.2 |
351 | 2025-07-10T16:47:19.941Z | Downloaded serde_derive_internals v0.29.1 |
352 | 2025-07-10T16:47:19.941Z | Downloaded semver v1.0.26 |
353 | 2025-07-10T16:47:19.941Z | Downloaded smf v0.2.3 |
354 | 2025-07-10T16:47:19.941Z | Downloaded serde_urlencoded v0.7.1 |
355 | 2025-07-10T16:47:19.941Z | Downloaded serde_spanned v0.6.8 |
356 | 2025-07-10T16:47:19.941Z | Downloaded match_cfg v0.1.0 |
357 | 2025-07-10T16:47:19.941Z | Downloaded proc-macro2 v1.0.95 |
358 | 2025-07-10T16:47:19.941Z | Downloaded try-lock v0.2.5 |
359 | 2025-07-10T16:47:19.941Z | Downloaded cookie v0.18.1 |
360 | 2025-07-10T16:47:19.966Z | Downloaded managed v0.8.0 |
361 | 2025-07-10T16:47:19.966Z | Downloaded crossbeam-epoch v0.9.18 |
362 | 2025-07-10T16:47:19.966Z | Downloaded cpufeatures v0.2.15 |
363 | 2025-07-10T16:47:19.966Z | Downloaded toml_datetime v0.6.8 |
364 | 2025-07-10T16:47:19.966Z | Downloaded httpdate v1.0.3 |
365 | 2025-07-10T16:47:19.966Z | Downloaded zerofrom v0.1.4 |
366 | 2025-07-10T16:47:19.966Z | Downloaded serde_tokenstream v0.2.2 |
367 | 2025-07-10T16:47:19.966Z | Downloaded tinyvec_macros v0.1.1 |
368 | 2025-07-10T16:47:19.966Z | Downloaded camino-tempfile v1.1.1 |
369 | 2025-07-10T16:47:19.966Z | Downloaded lru-cache v0.1.2 |
370 | 2025-07-10T16:47:19.966Z | Downloaded hubpack v0.1.2 |
371 | 2025-07-10T16:47:19.991Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2025-07-10T16:47:19.992Z | Downloaded lazy_static v1.5.0 |
373 | 2025-07-10T16:47:19.992Z | Downloaded linked-hash-map v0.5.6 |
374 | 2025-07-10T16:47:19.992Z | Downloaded hex v0.4.3 |
375 | 2025-07-10T16:47:19.992Z | Downloaded macaddr v1.0.1 |
376 | 2025-07-10T16:47:19.992Z | Downloaded slog-term v2.9.1 |
377 | 2025-07-10T16:47:19.992Z | Downloaded derive-where v1.2.7 |
378 | 2025-07-10T16:47:20.018Z | Downloaded clang-sys v1.8.1 |
379 | 2025-07-10T16:47:20.018Z | Downloaded tower-layer v0.3.3 |
380 | 2025-07-10T16:47:20.018Z | Downloaded swrite v0.1.0 |
381 | 2025-07-10T16:47:20.018Z | Downloaded sigpipe v0.1.3 |
382 | 2025-07-10T16:47:20.018Z | Downloaded console v0.15.8 |
383 | 2025-07-10T16:47:20.018Z | Downloaded tower-service v0.3.3 |
384 | 2025-07-10T16:47:20.018Z | Downloaded hostname v0.4.0 |
385 | 2025-07-10T16:47:20.018Z | Downloaded signal-hook-tokio v0.3.1 |
386 | 2025-07-10T16:47:20.018Z | Downloaded internet-checksum v0.2.1 |
387 | 2025-07-10T16:47:20.018Z | Downloaded signal-hook-registry v1.4.2 |
388 | 2025-07-10T16:47:20.018Z | Downloaded heck v0.5.0 |
389 | 2025-07-10T16:47:20.018Z | Downloaded idna_adapter v1.2.0 |
390 | 2025-07-10T16:47:20.049Z | Downloaded thiserror-impl v2.0.11 |
391 | 2025-07-10T16:47:20.050Z | Downloaded foreign-types v0.5.0 |
392 | 2025-07-10T16:47:20.050Z | Downloaded thiserror-impl v1.0.69 |
393 | 2025-07-10T16:47:20.050Z | Downloaded tokio-native-tls v0.3.1 |
394 | 2025-07-10T16:47:20.050Z | Downloaded strsim v0.11.1 |
395 | 2025-07-10T16:47:20.050Z | Downloaded httparse v1.9.5 |
396 | 2025-07-10T16:47:20.050Z | Downloaded synstructure v0.13.1 |
397 | 2025-07-10T16:47:20.050Z | Downloaded prettyplease v0.2.25 |
398 | 2025-07-10T16:47:20.050Z | Downloaded stable_deref_trait v1.2.0 |
399 | 2025-07-10T16:47:20.050Z | Downloaded utf16_iter v1.0.5 |
400 | 2025-07-10T16:47:20.050Z | Downloaded typify v0.2.0 |
401 | 2025-07-10T16:47:20.075Z | Downloaded newline-converter v0.3.0 |
402 | 2025-07-10T16:47:20.075Z | Downloaded tokio-macros v2.5.0 |
403 | 2025-07-10T16:47:20.075Z | Downloaded dropshot_endpoint v0.15.1 |
404 | 2025-07-10T16:47:20.075Z | Downloaded darling v0.20.10 |
405 | 2025-07-10T16:47:20.075Z | Downloaded crossbeam-utils v0.8.20 |
406 | 2025-07-10T16:47:20.075Z | Downloaded zone_cfg_derive v0.3.0 |
407 | 2025-07-10T16:47:20.075Z | Downloaded spin v0.9.8 |
408 | 2025-07-10T16:47:20.102Z | Downloaded itoa v1.0.11 |
409 | 2025-07-10T16:47:20.102Z | Downloaded zerofrom-derive v0.1.4 |
410 | 2025-07-10T16:47:20.102Z | Downloaded heck v0.4.1 |
411 | 2025-07-10T16:47:20.102Z | Downloaded heck v0.3.3 |
412 | 2025-07-10T16:47:20.102Z | Downloaded subtle v2.6.1 |
413 | 2025-07-10T16:47:20.102Z | Downloaded time-core v0.1.2 |
414 | 2025-07-10T16:47:20.102Z | Downloaded strsim v0.8.0 |
415 | 2025-07-10T16:47:20.102Z | Downloaded waitgroup v0.1.2 |
416 | 2025-07-10T16:47:20.102Z | Downloaded derive_more v0.99.18 |
417 | 2025-07-10T16:47:20.128Z | Downloaded zerovec-derive v0.10.3 |
418 | 2025-07-10T16:47:20.128Z | Downloaded zeroize v1.8.1 |
419 | 2025-07-10T16:47:20.128Z | Downloaded topological-sort v0.2.2 |
420 | 2025-07-10T16:47:20.128Z | Downloaded typify-macro v0.3.0 |
421 | 2025-07-10T16:47:20.128Z | Downloaded darling_core v0.20.10 |
422 | 2025-07-10T16:47:20.128Z | Downloaded miniz_oxide v0.8.0 |
423 | 2025-07-10T16:47:20.128Z | Downloaded tinystr v0.7.6 |
424 | 2025-07-10T16:47:20.128Z | Downloaded glob v0.3.1 |
425 | 2025-07-10T16:47:20.128Z | Downloaded tar v0.4.43 |
426 | 2025-07-10T16:47:20.153Z | Downloaded generic-array v0.14.7 |
427 | 2025-07-10T16:47:20.153Z | Downloaded icu_provider_macros v1.5.0 |
428 | 2025-07-10T16:47:20.153Z | Downloaded thiserror v2.0.11 |
429 | 2025-07-10T16:47:20.153Z | Downloaded newtype_derive v0.1.6 |
430 | 2025-07-10T16:47:20.153Z | Downloaded serde_derive v1.0.219 |
431 | 2025-07-10T16:47:20.153Z | Downloaded yoke v0.7.4 |
432 | 2025-07-10T16:47:20.153Z | Downloaded slog v2.7.0 |
433 | 2025-07-10T16:47:20.153Z | Downloaded tabwriter v1.4.0 |
434 | 2025-07-10T16:47:20.178Z | Downloaded newtype-uuid v1.2.1 |
435 | 2025-07-10T16:47:20.178Z | Downloaded kstat-rs v0.2.4 |
436 | 2025-07-10T16:47:20.178Z | Downloaded utf8parse v0.2.2 |
437 | 2025-07-10T16:47:20.178Z | Downloaded strum v0.26.3 |
438 | 2025-07-10T16:47:20.178Z | Downloaded qorb v0.2.1 |
439 | 2025-07-10T16:47:20.178Z | Downloaded shlex v1.3.0 |
440 | 2025-07-10T16:47:20.178Z | Downloaded foldhash v0.1.5 |
441 | 2025-07-10T16:47:20.178Z | Downloaded jobserver v0.1.32 |
442 | 2025-07-10T16:47:20.178Z | Downloaded indent_write v2.2.0 |
443 | 2025-07-10T16:47:20.178Z | Downloaded thiserror v1.0.69 |
444 | 2025-07-10T16:47:20.204Z | Downloaded typify-macro v0.2.0 |
445 | 2025-07-10T16:47:20.204Z | Downloaded num-conv v0.1.0 |
446 | 2025-07-10T16:47:20.204Z | Downloaded futures v0.3.31 |
447 | 2025-07-10T16:47:20.204Z | Downloaded hyper-tls v0.6.0 |
448 | 2025-07-10T16:47:20.204Z | Downloaded zone v0.3.0 |
449 | 2025-07-10T16:47:20.204Z | Downloaded fnv v1.0.7 |
450 | 2025-07-10T16:47:20.204Z | Downloaded slog-bunyan v2.5.0 |
451 | 2025-07-10T16:47:20.204Z | Downloaded libloading v0.8.5 |
452 | 2025-07-10T16:47:20.204Z | Downloaded foreign-types v0.3.2 |
453 | 2025-07-10T16:47:20.204Z | Downloaded slog-dtrace v0.3.0 |
454 | 2025-07-10T16:47:20.230Z | Downloaded socket2 v0.5.9 |
455 | 2025-07-10T16:47:20.230Z | Downloaded utf8_iter v1.0.4 |
456 | 2025-07-10T16:47:20.230Z | Downloaded tabled_derive v0.10.0 |
457 | 2025-07-10T16:47:20.230Z | Downloaded tinyvec v1.8.0 |
458 | 2025-07-10T16:47:20.230Z | Downloaded curl v0.4.47 |
459 | 2025-07-10T16:47:20.230Z | Downloaded strum_macros v0.25.3 |
460 | 2025-07-10T16:47:20.230Z | Downloaded terminal_size v0.4.0 |
461 | 2025-07-10T16:47:20.231Z | Downloaded signal-hook v0.3.17 |
462 | 2025-07-10T16:47:20.260Z | Downloaded serde_with_macros v3.11.0 |
463 | 2025-07-10T16:47:20.260Z | Downloaded static_assertions v1.1.0 |
464 | 2025-07-10T16:47:20.261Z | Downloaded num-complex v0.4.6 |
465 | 2025-07-10T16:47:20.261Z | Downloaded whoami v1.5.2 |
466 | 2025-07-10T16:47:20.261Z | Downloaded unicode-ident v1.0.16 |
467 | 2025-07-10T16:47:20.261Z | Downloaded hickory-resolver v0.24.3 |
468 | 2025-07-10T16:47:20.261Z | Downloaded icu_normalizer v1.5.0 |
469 | 2025-07-10T16:47:20.261Z | Downloaded zerocopy v0.6.6 |
470 | 2025-07-10T16:47:20.288Z | Downloaded url v2.5.3 |
471 | 2025-07-10T16:47:20.288Z | Downloaded futures-channel v0.3.31 |
472 | 2025-07-10T16:47:20.288Z | Downloaded walkdir v2.5.0 |
473 | 2025-07-10T16:47:20.288Z | Downloaded similar v2.6.0 |
474 | 2025-07-10T16:47:20.288Z | Downloaded unicode-bidi v0.3.17 |
475 | 2025-07-10T16:47:20.288Z | Downloaded unsafe-libyaml v0.2.11 |
476 | 2025-07-10T16:47:20.314Z | Downloaded icu_locid_transform_data v1.5.0 |
477 | 2025-07-10T16:47:20.314Z | Downloaded toml_edit v0.19.15 |
478 | 2025-07-10T16:47:20.340Z | Downloaded indexmap v1.9.3 |
479 | 2025-07-10T16:47:20.340Z | Downloaded hashbrown v0.12.3 |
480 | 2025-07-10T16:47:20.340Z | Downloaded zerovec v0.10.4 |
481 | 2025-07-10T16:47:20.340Z | Downloaded uuid v1.13.1 |
482 | 2025-07-10T16:47:20.368Z | Downloaded zerocopy-derive v0.8.17 |
483 | 2025-07-10T16:47:20.368Z | Downloaded hyper-util v0.1.10 |
484 | 2025-07-10T16:47:20.368Z | Downloaded indexmap v2.7.1 |
485 | 2025-07-10T16:47:20.368Z | Downloaded aho-corasick v1.1.3 |
486 | 2025-07-10T16:47:20.397Z | Downloaded toml_edit v0.22.22 |
487 | 2025-07-10T16:47:20.426Z | Downloaded steno v0.4.1 |
488 | 2025-07-10T16:47:20.426Z | Downloaded unicode-normalization v0.1.24 |
489 | 2025-07-10T16:47:20.426Z | Downloaded itertools v0.14.0 |
490 | 2025-07-10T16:47:20.426Z | Downloaded itertools v0.13.0 |
491 | 2025-07-10T16:47:20.452Z | Downloaded futures-util v0.3.31 |
492 | 2025-07-10T16:47:20.452Z | Downloaded winnow v0.5.40 |
493 | 2025-07-10T16:47:20.478Z | Downloaded goblin v0.8.2 |
494 | 2025-07-10T16:47:20.478Z | Downloaded winnow v0.6.20 |
495 | 2025-07-10T16:47:20.963Z | Downloaded zerocopy v0.8.17 |
496 | 2025-07-10T16:47:20.963Z | Downloaded icu_properties_data v1.5.0 |
497 | 2025-07-10T16:47:20.963Z | Downloaded webpki-roots v0.26.6 |
498 | 2025-07-10T16:47:20.963Z | Downloaded syn v1.0.109 |
499 | 2025-07-10T16:47:20.963Z | Downloaded rustls v0.23.16 |
500 | 2025-07-10T16:47:20.963Z | Downloaded syn v2.0.100 |
501 | 2025-07-10T16:47:20.963Z | Downloaded unicode-width v0.2.0 |
502 | 2025-07-10T16:47:20.963Z | Downloaded smoltcp v0.11.0 |
503 | 2025-07-10T16:47:20.963Z | Downloaded dropshot v0.15.1 |
504 | 2025-07-10T16:47:20.964Z | Downloaded rustls v0.22.4 |
505 | 2025-07-10T16:47:20.964Z | Downloaded hickory-proto v0.24.1 |
506 | 2025-07-10T16:47:20.964Z | Downloaded typify-impl v0.2.0 |
507 | 2025-07-10T16:47:20.964Z | Downloaded rustix v0.38.40 |
508 | 2025-07-10T16:47:20.964Z | Downloaded typify-impl v0.3.0 |
509 | 2025-07-10T16:47:20.964Z | Downloaded nix v0.29.0 |
510 | 2025-07-10T16:47:20.964Z | Downloaded regress v0.10.3 |
511 | 2025-07-10T16:47:20.964Z | Downloaded git2 v0.19.0 |
512 | 2025-07-10T16:47:20.964Z | Downloaded idna v0.4.0 |
513 | 2025-07-10T16:47:20.964Z | Downloaded petgraph v0.6.5 |
514 | 2025-07-10T16:47:20.964Z | Downloaded regex-automata v0.4.9 |
515 | 2025-07-10T16:47:20.964Z | Downloaded zerocopy-derive v0.6.6 |
516 | 2025-07-10T16:47:20.964Z | Downloaded regex-syntax v0.8.5 |
517 | 2025-07-10T16:47:20.964Z | Downloaded unicode-width v0.1.14 |
518 | 2025-07-10T16:47:20.964Z | Downloaded vcpkg v0.2.15 |
519 | 2025-07-10T16:47:20.964Z | Downloaded tabled v0.18.0 |
520 | 2025-07-10T16:47:20.993Z | Downloaded regress v0.9.1 |
521 | 2025-07-10T16:47:20.993Z | Downloaded openssl v0.10.72 |
522 | 2025-07-10T16:47:20.993Z | Downloaded regex v1.11.1 |
523 | 2025-07-10T16:47:20.993Z | Downloaded clap v2.34.0 |
524 | 2025-07-10T16:47:21.021Z | Downloaded chrono v0.4.40 |
525 | 2025-07-10T16:47:21.021Z | Downloaded bindgen v0.71.1 |
526 | 2025-07-10T16:47:21.021Z | Downloaded h2 v0.4.6 |
527 | 2025-07-10T16:47:21.048Z | Downloaded libm v0.2.11 |
528 | 2025-07-10T16:47:21.048Z | Downloaded libc v0.2.172 |
529 | 2025-07-10T16:47:21.073Z | Downloaded tokio v1.44.2 |
530 | 2025-07-10T16:47:21.111Z | Downloaded hashbrown v0.14.5 |
531 | 2025-07-10T16:47:21.138Z | Downloaded reqwest v0.12.12 |
532 | 2025-07-10T16:47:21.138Z | Downloaded csv v1.3.1 |
533 | 2025-07-10T16:47:21.163Z | Downloaded quinn-proto v0.11.9 |
534 | 2025-07-10T16:47:21.163Z | Downloaded libz-sys v1.1.20 |
535 | 2025-07-10T16:47:21.188Z | Downloaded nom v7.1.3 |
536 | 2025-07-10T16:47:21.188Z | Downloaded tokio-util v0.7.12 |
537 | 2025-07-10T16:47:21.213Z | Downloaded tower v0.5.2 |
538 | 2025-07-10T16:47:21.213Z | Downloaded zerocopy v0.7.35 |
539 | 2025-07-10T16:47:21.238Z | Downloaded rustls-webpki v0.102.8 |
540 | 2025-07-10T16:47:21.263Z | Downloaded clap_builder v4.5.21 |
541 | 2025-07-10T16:47:21.263Z | Downloaded hyper v1.6.0 |
542 | 2025-07-10T16:47:21.289Z | Downloaded hashbrown v0.15.1 |
543 | 2025-07-10T16:47:21.289Z | Downloaded serde_with v3.11.0 |
544 | 2025-07-10T16:47:21.289Z | Downloaded idna v1.0.3 |
545 | 2025-07-10T16:47:21.316Z | Downloaded unicode-segmentation v1.12.0 |
546 | 2025-07-10T16:47:21.316Z | Downloaded serde_json v1.0.140 |
547 | 2025-07-10T16:47:21.316Z | Downloaded icu_collections v1.5.0 |
548 | 2025-07-10T16:47:21.316Z | Downloaded blake3 v1.5.4 |
549 | 2025-07-10T16:47:21.340Z | Downloaded serde_yaml v0.9.34+deprecated |
550 | 2025-07-10T16:47:21.340Z | Downloaded http v1.2.0 |
551 | 2025-07-10T16:47:21.341Z | Downloaded time v0.3.36 |
552 | 2025-07-10T16:47:21.341Z | Downloaded itertools v0.10.5 |
553 | 2025-07-10T16:47:21.366Z | Downloaded icu_normalizer_data v1.5.0 |
554 | 2025-07-10T16:47:21.366Z | Downloaded minimal-lexical v0.2.1 |
555 | 2025-07-10T16:47:21.366Z | Downloaded flate2 v1.0.34 |
556 | 2025-07-10T16:47:21.366Z | Downloaded heapless v0.8.0 |
557 | 2025-07-10T16:47:21.366Z | Downloaded icu_provider v1.5.0 |
558 | 2025-07-10T16:47:21.390Z | Downloaded memchr v2.7.4 |
559 | 2025-07-10T16:47:21.391Z | Downloaded encoding_rs v0.8.35 |
560 | 2025-07-10T16:47:21.416Z | Downloaded ring v0.17.14 |
561 | 2025-07-10T16:47:21.452Z | Downloaded mio v1.0.2 |
562 | 2025-07-10T16:47:21.477Z | Downloaded ucd-trie v0.1.7 |
563 | 2025-07-10T16:47:21.477Z | Downloaded icu_locid v1.5.0 |
564 | 2025-07-10T16:47:21.477Z | Downloaded tracing-core v0.1.32 |
565 | 2025-07-10T16:47:21.477Z | Downloaded textwrap v0.11.0 |
566 | 2025-07-10T16:47:21.477Z | Downloaded iana-time-zone v0.1.61 |
567 | 2025-07-10T16:47:21.477Z | Downloaded sha2 v0.10.8 |
568 | 2025-07-10T16:47:21.478Z | Downloaded getrandom v0.3.1 |
569 | 2025-07-10T16:47:21.502Z | Downloaded expectorate v1.1.0 |
570 | 2025-07-10T16:47:21.502Z | Downloaded crossbeam-channel v0.5.15 |
571 | 2025-07-10T16:47:21.502Z | Downloaded structmeta-derive v0.3.0 |
572 | 2025-07-10T16:47:21.502Z | Downloaded slog-json v2.6.1 |
573 | 2025-07-10T16:47:21.502Z | Downloaded native-tls v0.2.12 |
574 | 2025-07-10T16:47:21.502Z | Downloaded tracing v0.1.40 |
575 | 2025-07-10T16:47:21.502Z | Downloaded slab v0.4.9 |
576 | 2025-07-10T16:47:21.502Z | Downloaded term v0.7.0 |
577 | 2025-07-10T16:47:21.527Z | Downloaded cc v1.2.19 |
578 | 2025-07-10T16:47:21.527Z | Downloaded instant v0.1.13 |
579 | 2025-07-10T16:47:21.527Z | Downloaded num-derive v0.3.3 |
580 | 2025-07-10T16:47:21.527Z | Downloaded multer v3.1.0 |
581 | 2025-07-10T16:47:21.527Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2025-07-10T16:47:21.527Z | Downloaded toml v0.8.19 |
583 | 2025-07-10T16:47:21.527Z | Downloaded toml v0.7.8 |
584 | 2025-07-10T16:47:21.527Z | Downloaded typenum v1.17.0 |
585 | 2025-07-10T16:47:21.553Z | Downloaded curl-sys v0.4.78+curl-8.11.0 |
586 | 2025-07-10T16:47:21.607Z | Downloaded tracing-attributes v0.1.27 |
587 | 2025-07-10T16:47:21.632Z | Downloaded strum_macros v0.26.4 |
588 | 2025-07-10T16:47:21.632Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
589 | 2025-07-10T16:47:21.694Z | Downloaded ipnet v2.10.1 |
590 | 2025-07-10T16:47:21.723Z | Downloaded getrandom v0.2.15 |
591 | 2025-07-10T16:47:21.723Z | Downloaded slog-async v2.8.0 |
592 | 2025-07-10T16:47:21.723Z | Downloaded vergen v8.3.2 |
593 | 2025-07-10T16:47:21.723Z | Downloaded icu_properties v1.5.1 |
594 | 2025-07-10T16:47:21.723Z | Downloaded sha1 v0.10.6 |
595 | 2025-07-10T16:47:21.723Z | Downloaded num v0.4.3 |
596 | 2025-07-10T16:47:21.723Z | Downloaded rand v0.8.5 |
597 | 2025-07-10T16:47:21.723Z | Downloaded ident_case v1.0.1 |
598 | 2025-07-10T16:47:21.723Z | Downloaded tokio-stream v0.1.16 |
599 | 2025-07-10T16:47:21.723Z | Downloaded tokio-rustls v0.26.0 |
600 | 2025-07-10T16:47:21.748Z | Downloaded tokio-rustls v0.25.0 |
601 | 2025-07-10T16:47:21.748Z | Downloaded quinn v0.11.6 |
602 | 2025-07-10T16:47:21.748Z | Downloaded bytes v1.10.1 |
603 | 2025-07-10T16:47:21.748Z | Downloaded structopt v0.3.26 |
604 | 2025-07-10T16:47:21.748Z | Downloaded libscf-sys v1.1.0 |
605 | 2025-07-10T16:47:22.337Z | Downloaded tempfile v3.14.0 |
606 | 2025-07-10T16:47:22.337Z | Downloaded time-macros v0.2.18 |
607 | 2025-07-10T16:47:22.337Z | Downloaded log v0.4.22 |
608 | 2025-07-10T16:47:22.337Z | Downloaded serde v1.0.219 |
609 | 2025-07-10T16:47:22.337Z | Downloaded yoke-derive v0.7.4 |
610 | 2025-07-10T16:47:22.337Z | Downloaded xattr v1.3.1 |
611 | 2025-07-10T16:47:22.337Z | Downloaded hyper-rustls v0.27.3 |
612 | 2025-07-10T16:47:22.337Z | Downloaded crossbeam-deque v0.8.5 |
613 | 2025-07-10T16:47:22.337Z | Downloaded version_check v0.9.5 |
614 | 2025-07-10T16:47:22.337Z | Downloaded mime v0.3.17 |
615 | 2025-07-10T16:47:22.337Z | Downloaded linear-map v1.2.0 |
616 | 2025-07-10T16:47:22.337Z | Downloaded libsw v3.3.1 |
617 | 2025-07-10T16:47:22.407Z | Downloaded hash32 v0.3.1 |
618 | 2025-07-10T16:47:22.407Z | Downloaded schemars v0.8.22 |
619 | 2025-07-10T16:47:22.407Z | Downloaded clap v4.5.21 |
620 | 2025-07-10T16:47:22.407Z | Downloaded typify v0.3.0 |
621 | 2025-07-10T16:47:22.407Z | Downloaded smallvec v1.13.2 |
622 | 2025-07-10T16:47:22.407Z | Downloaded ryu v1.0.18 |
623 | 2025-07-10T16:47:22.407Z | Downloaded memmap2 v0.9.5 |
624 | 2025-07-10T16:47:22.407Z | Downloaded http-body-util v0.1.2 |
625 | 2025-07-10T16:47:22.407Z | Downloaded rustls-pki-types v1.10.0 |
626 | 2025-07-10T16:47:22.407Z | Downloaded digest v0.10.7 |
627 | 2025-07-10T16:47:22.407Z | Downloaded crc32fast v1.4.2 |
628 | 2025-07-10T16:47:22.407Z | Downloaded structmeta v0.3.0 |
629 | 2025-07-10T16:47:22.407Z | Downloaded lock_api v0.4.12 |
630 | 2025-07-10T16:47:22.407Z | Downloaded highway v1.2.0 |
631 | 2025-07-10T16:47:22.407Z | Downloaded progenitor-impl v0.9.1 |
632 | 2025-07-10T16:47:22.407Z | Downloaded progenitor-impl v0.8.0 |
633 | 2025-07-10T16:47:22.407Z | Downloaded daft v0.1.1 |
634 | 2025-07-10T16:47:22.408Z | Downloaded colored v2.1.0 |
635 | 2025-07-10T16:47:22.408Z | Downloaded usdt-impl v0.5.0 |
636 | 2025-07-10T16:47:22.408Z | Downloaded litemap v0.7.3 |
637 | 2025-07-10T16:47:22.408Z | Downloaded writeable v0.5.5 |
638 | 2025-07-10T16:47:22.408Z | Downloaded scroll v0.12.0 |
639 | 2025-07-10T16:47:22.408Z | Downloaded displaydoc v0.2.5 |
640 | 2025-07-10T16:47:22.408Z | Downloaded daft-derive v0.1.1 |
641 | 2025-07-10T16:47:22.408Z | Downloaded cargo_metadata v0.18.1 |
642 | 2025-07-10T16:47:22.408Z | Downloaded rustls-pemfile v2.2.0 |
643 | 2025-07-10T16:47:22.408Z | Downloaded semver v0.1.20 |
644 | 2025-07-10T16:47:22.408Z | Downloaded rustc_version v0.1.7 |
645 | 2025-07-10T16:47:22.408Z | Downloaded defmt v0.3.8 |
646 | 2025-07-10T16:47:22.408Z | Downloaded is_terminal_polyfill v1.70.1 |
647 | 2025-07-10T16:47:22.408Z | Downloaded proc-macro-error v1.0.4 |
648 | 2025-07-10T16:47:22.408Z | Downloaded serde_repr v0.1.19 |
649 | 2025-07-10T16:47:22.408Z | Downloaded ipnetwork v0.21.1 |
650 | 2025-07-10T16:47:22.408Z | Downloaded foreign-types-macros v0.2.3 |
651 | 2025-07-10T16:47:22.408Z | Downloaded filetime v0.2.25 |
652 | 2025-07-10T16:47:22.408Z | Downloaded futures-task v0.3.31 |
653 | 2025-07-10T16:47:22.408Z | Downloaded cancel-safe-futures v0.1.5 |
654 | 2025-07-10T16:47:22.408Z | Downloaded is-terminal v0.4.13 |
655 | 2025-07-10T16:47:22.408Z | Downloaded humantime v2.1.0 |
656 | 2025-07-10T16:47:22.408Z | Downloaded futures-macro v0.3.31 |
657 | 2025-07-10T16:47:22.408Z | Downloaded futures-io v0.3.31 |
658 | 2025-07-10T16:47:22.408Z | Downloaded futures-core v0.3.31 |
659 | 2025-07-10T16:47:22.408Z | Downloaded fixedbitset v0.4.2 |
660 | 2025-07-10T16:47:22.408Z | Downloaded vec_map v0.8.2 |
661 | 2025-07-10T16:47:22.408Z | Downloaded hubpack_derive v0.1.1 |
662 | 2025-07-10T16:47:22.408Z | Downloaded hostname v0.3.1 |
663 | 2025-07-10T16:47:22.408Z | Downloaded futures-sink v0.3.31 |
664 | 2025-07-10T16:47:22.408Z | Downloaded float-ord v0.3.2 |
665 | 2025-07-10T16:47:22.408Z | Downloaded rand_core v0.6.4 |
666 | 2025-07-10T16:47:22.408Z | Downloaded proc-macro-error2 v2.0.1 |
667 | 2025-07-10T16:47:22.408Z | Downloaded errno v0.3.9 |
668 | 2025-07-10T16:47:22.408Z | Downloaded csv-core v0.1.11 |
669 | 2025-07-10T16:47:22.408Z | Downloaded crypto-common v0.1.6 |
670 | 2025-07-10T16:47:22.408Z | Downloaded either v1.13.0 |
671 | 2025-07-10T16:47:22.408Z | Downloaded dirs-sys-next v0.1.2 |
672 | 2025-07-10T16:47:22.408Z | Downloaded blake2 v0.10.6 |
673 | 2025-07-10T16:47:22.409Z | Downloaded enum-as-inner v0.6.1 |
674 | 2025-07-10T16:47:22.409Z | Downloaded embedded-io v0.6.1 |
675 | 2025-07-10T16:47:22.409Z | Downloaded dyn-clone v1.0.17 |
676 | 2025-07-10T16:47:22.409Z | Downloaded convert_case v0.4.0 |
677 | 2025-07-10T16:47:22.409Z | Downloaded constant_time_eq v0.3.1 |
678 | 2025-07-10T16:47:22.409Z | Downloaded camino v1.1.9 |
679 | 2025-07-10T16:47:22.409Z | Downloaded anstyle-query v1.1.2 |
680 | 2025-07-10T16:47:22.409Z | Downloaded debug-ignore v1.0.5 |
681 | 2025-07-10T16:47:22.409Z | Downloaded progenitor-macro v0.9.1 |
682 | 2025-07-10T16:47:22.409Z | Downloaded data-encoding v2.6.0 |
683 | 2025-07-10T16:47:22.409Z | Downloaded cexpr v0.6.0 |
684 | 2025-07-10T16:47:22.409Z | Downloaded deranged v0.3.11 |
685 | 2025-07-10T16:47:22.409Z | Downloaded cargo-platform v0.1.8 |
686 | 2025-07-10T16:47:22.409Z | Downloaded cfg-if v1.0.0 |
687 | 2025-07-10T16:47:22.409Z | Downloaded quote v1.0.40 |
688 | 2025-07-10T16:47:22.409Z | Downloaded quinn-udp v0.5.7 |
689 | 2025-07-10T16:47:22.409Z | Downloaded pin-project-lite v0.2.15 |
690 | 2025-07-10T16:47:22.409Z | Downloaded postcard v1.0.10 |
691 | 2025-07-10T16:47:22.409Z | Downloaded plain v0.2.3 |
692 | 2025-07-10T16:47:22.409Z | Downloaded pkg-config v0.3.31 |
693 | 2025-07-10T16:47:22.409Z | Downloaded pest_derive v2.7.14 |
694 | 2025-07-10T16:47:22.409Z | Downloaded base64 v0.22.1 |
695 | 2025-07-10T16:47:22.409Z | Downloaded argon2 v0.5.3 |
696 | 2025-07-10T16:47:22.409Z | Downloaded want v0.3.1 |
697 | 2025-07-10T16:47:22.409Z | Downloaded usdt-attr-macro v0.5.0 |
698 | 2025-07-10T16:47:22.409Z | Downloaded serde-big-array v0.5.1 |
699 | 2025-07-10T16:47:22.409Z | Downloaded search_path v0.1.4 |
700 | 2025-07-10T16:47:22.409Z | Downloaded scroll_derive v0.12.0 |
701 | 2025-07-10T16:47:22.409Z | Downloaded rustc_version v0.4.1 |
702 | 2025-07-10T16:47:22.409Z | Downloaded resolv-conf v0.7.0 |
703 | 2025-07-10T16:47:22.409Z | Downloaded quick-error v1.2.3 |
704 | 2025-07-10T16:47:22.409Z | Downloaded progenitor v0.9.1 |
705 | 2025-07-10T16:47:22.409Z | Downloaded proc-macro-error-attr2 v2.0.0 |
706 | 2025-07-10T16:47:22.409Z | Downloaded progenitor-macro v0.8.0 |
707 | 2025-07-10T16:47:22.409Z | Downloaded proc-macro-crate v1.3.1 |
708 | 2025-07-10T16:47:22.409Z | Downloaded powerfmt v0.2.0 |
709 | 2025-07-10T16:47:22.409Z | Downloaded progenitor-client v0.8.0 |
710 | 2025-07-10T16:47:22.409Z | Downloaded pretty-hex v0.2.1 |
711 | 2025-07-10T16:47:22.409Z | Downloaded equivalent v1.0.1 |
712 | 2025-07-10T16:47:22.409Z | Downloaded crucible-workspace-hack v0.1.0 |
713 | 2025-07-10T16:47:22.409Z | Downloaded papergrid v0.14.0 |
714 | 2025-07-10T16:47:22.410Z | Downloaded parse-display v0.10.0 |
715 | 2025-07-10T16:47:22.410Z | Downloaded bitflags v1.3.2 |
716 | 2025-07-10T16:47:22.410Z | Downloaded num_enum v0.5.11 |
717 | 2025-07-10T16:47:22.435Z | Downloaded anstyle v1.0.10 |
718 | 2025-07-10T16:47:22.435Z | Downloaded openssl-macros v0.1.1 |
719 | 2025-07-10T16:47:22.435Z | Downloaded once_cell v1.20.2 |
720 | 2025-07-10T16:47:22.435Z | Downloaded num-rational v0.4.2 |
721 | 2025-07-10T16:47:22.435Z | Downloaded cfg_aliases v0.2.1 |
722 | 2025-07-10T16:47:22.435Z | Downloaded openssl-sys v0.9.107 |
723 | 2025-07-10T16:47:22.435Z | Downloaded async-stream-impl v0.3.6 |
724 | 2025-07-10T16:47:22.435Z | Downloaded atomic-waker v1.1.2 |
725 | 2025-07-10T16:47:22.435Z | Downloaded async-trait v0.1.88 |
726 | 2025-07-10T16:47:22.435Z | Downloaded num-traits v0.2.19 |
727 | 2025-07-10T16:47:22.435Z | Downloaded anstyle-parse v0.2.6 |
728 | 2025-07-10T16:47:22.435Z | Downloaded allocator-api2 v0.2.20 |
729 | 2025-07-10T16:47:22.435Z | Downloaded fastrand v2.2.0 |
730 | 2025-07-10T16:47:22.435Z | Downloaded num-derive v0.4.2 |
731 | 2025-07-10T16:47:22.435Z | Downloaded bitflags v2.6.0 |
732 | 2025-07-10T16:47:22.435Z | Downloaded autocfg v1.4.0 |
733 | 2025-07-10T16:47:22.435Z | Downloaded anyhow v1.0.98 |
734 | 2025-07-10T16:47:22.435Z | Downloaded ahash v0.8.11 |
735 | 2025-07-10T16:47:22.435Z | Downloaded num-integer v0.1.46 |
736 | 2025-07-10T16:47:22.435Z | Downloaded arrayvec v0.7.6 |
737 | 2025-07-10T16:47:22.435Z | Downloaded atomicwrites v0.4.4 |
738 | 2025-07-10T16:47:22.435Z | Downloaded ansi_term v0.12.1 |
739 | 2025-07-10T16:47:22.435Z | Compiling proc-macro2 v1.0.95 |
740 | 2025-07-10T16:47:22.435Z | Compiling unicode-ident v1.0.16 |
741 | 2025-07-10T16:47:22.435Z | Compiling libc v0.2.172 |
742 | 2025-07-10T16:47:22.436Z | Compiling serde v1.0.219 |
743 | 2025-07-10T16:47:22.436Z | Compiling autocfg v1.4.0 |
744 | 2025-07-10T16:47:22.436Z | Checking cfg-if v1.0.0 |
745 | 2025-07-10T16:47:22.436Z | Compiling memchr v2.7.4 |
746 | 2025-07-10T16:47:22.601Z | Compiling shlex v1.3.0 |
747 | 2025-07-10T16:47:22.633Z | Compiling libm v0.2.11 |
748 | 2025-07-10T16:47:22.670Z | Compiling version_check v0.9.5 |
749 | 2025-07-10T16:47:23.118Z | Compiling itoa v1.0.11 |
750 | 2025-07-10T16:47:23.160Z | Compiling parking_lot_core v0.9.10 |
751 | 2025-07-10T16:47:23.204Z | Compiling lock_api v0.4.12 |
752 | 2025-07-10T16:47:23.417Z | Compiling getrandom v0.3.1 |
753 | 2025-07-10T16:47:23.651Z | Compiling thiserror v1.0.69 |
754 | 2025-07-10T16:47:23.764Z | Compiling ryu v1.0.18 |
755 | 2025-07-10T16:47:23.793Z | Compiling log v0.4.22 |
756 | 2025-07-10T16:47:23.861Z | Compiling serde_json v1.0.140 |
757 | 2025-07-10T16:47:23.908Z | Compiling schemars v0.8.22 |
758 | 2025-07-10T16:47:24.069Z | Compiling slab v0.4.9 |
759 | 2025-07-10T16:47:24.149Z | Compiling allocator-api2 v0.2.20 |
760 | 2025-07-10T16:47:24.233Z | Compiling quote v1.0.40 |
761 | 2025-07-10T16:47:24.264Z | Compiling jobserver v0.1.32 |
762 | 2025-07-10T16:47:24.334Z | Compiling pkg-config v0.3.31 |
763 | 2025-07-10T16:47:24.380Z | Compiling once_cell v1.20.2 |
764 | 2025-07-10T16:47:24.496Z | Compiling equivalent v1.0.1 |
765 | 2025-07-10T16:47:24.567Z | Compiling syn v2.0.100 |
766 | 2025-07-10T16:47:24.636Z | Compiling foldhash v0.1.5 |
767 | 2025-07-10T16:47:24.661Z | Compiling cc v1.2.19 |
768 | 2025-07-10T16:47:24.740Z | Compiling vcpkg v0.2.15 |
769 | 2025-07-10T16:47:24.818Z | Compiling heck v0.5.0 |
770 | 2025-07-10T16:47:24.919Z | Compiling hashbrown v0.15.1 |
771 | 2025-07-10T16:47:24.943Z | Compiling num-traits v0.2.19 |
772 | 2025-07-10T16:47:25.246Z | Checking pin-project-lite v0.2.15 |
773 | 2025-07-10T16:47:25.406Z | Checking smallvec v1.13.2 |
774 | 2025-07-10T16:47:25.438Z | Compiling fnv v1.0.7 |
775 | 2025-07-10T16:47:25.607Z | Compiling semver v1.0.26 |
776 | 2025-07-10T16:47:26.266Z | Checking scopeguard v1.2.0 |
777 | 2025-07-10T16:47:26.499Z | Checking signal-hook-registry v1.4.2 |
778 | 2025-07-10T16:47:26.523Z | Checking socket2 v0.5.9 |
779 | 2025-07-10T16:47:26.729Z | Checking mio v1.0.2 |
780 | 2025-07-10T16:47:26.784Z | Compiling aho-corasick v1.1.3 |
781 | 2025-07-10T16:47:27.004Z | Checking parking_lot v0.12.3 |
782 | 2025-07-10T16:47:27.064Z | Compiling regex-syntax v0.8.5 |
783 | 2025-07-10T16:47:27.308Z | Checking futures-core v0.3.31 |
784 | 2025-07-10T16:47:27.508Z | Checking iana-time-zone v0.1.61 |
785 | 2025-07-10T16:47:27.533Z | Checking bitflags v2.6.0 |
786 | 2025-07-10T16:47:27.692Z | Compiling httparse v1.9.5 |
787 | 2025-07-10T16:47:27.811Z | Compiling ring v0.17.14 |
788 | 2025-07-10T16:47:27.838Z | Compiling openssl-sys v0.9.107 |
789 | 2025-07-10T16:47:28.517Z | Compiling dyn-clone v1.0.17 |
790 | 2025-07-10T16:47:28.734Z | Checking futures-sink v0.3.31 |
791 | 2025-07-10T16:47:28.772Z | Checking stable_deref_trait v1.2.0 |
792 | 2025-07-10T16:47:28.907Z | Checking getrandom v0.2.15 |
793 | 2025-07-10T16:47:28.999Z | Checking byteorder v1.5.0 |
794 | 2025-07-10T16:47:29.390Z | Compiling openssl v0.10.72 |
795 | 2025-07-10T16:47:29.416Z | Checking futures-channel v0.3.31 |
796 | 2025-07-10T16:47:29.449Z | Checking pin-utils v0.1.0 |
797 | 2025-07-10T16:47:29.571Z | Checking futures-io v0.3.31 |
798 | 2025-07-10T16:47:29.595Z | Checking futures-task v0.3.31 |
799 | 2025-07-10T16:47:29.766Z | Compiling native-tls v0.2.12 |
800 | 2025-07-10T16:47:29.796Z | Compiling rustls v0.23.16 |
801 | 2025-07-10T16:47:29.854Z | Compiling regress v0.10.3 |
802 | 2025-07-10T16:47:30.058Z | Compiling typenum v1.17.0 |
803 | 2025-07-10T16:47:30.185Z | Compiling regex-automata v0.4.9 |
804 | 2025-07-10T16:47:30.251Z | Compiling anyhow v1.0.98 |
805 | 2025-07-10T16:47:30.289Z | Compiling generic-array v0.14.7 |
806 | 2025-07-10T16:47:31.188Z | Checking subtle v2.6.1 |
807 | 2025-07-10T16:47:31.213Z | Compiling thiserror v2.0.11 |
808 | 2025-07-10T16:47:31.289Z | Compiling serde_derive_internals v0.29.1 |
809 | 2025-07-10T16:47:31.419Z | Compiling synstructure v0.13.1 |
810 | 2025-07-10T16:47:31.885Z | Checking tracing-core v0.1.32 |
811 | 2025-07-10T16:47:32.096Z | Compiling num-conv v0.1.0 |
812 | 2025-07-10T16:47:32.376Z | Compiling time-core v0.1.2 |
813 | 2025-07-10T16:47:32.530Z | Checking writeable v0.5.5 |
814 | 2025-07-10T16:47:32.565Z | Compiling time-macros v0.2.18 |
815 | 2025-07-10T16:47:32.654Z | Checking litemap v0.7.3 |
816 | 2025-07-10T16:47:32.854Z | Compiling ucd-trie v0.1.7 |
817 | 2025-07-10T16:47:32.965Z | Compiling strsim v0.11.1 |
818 | 2025-07-10T16:47:33.567Z | Compiling syn v1.0.109 |
819 | 2025-07-10T16:47:33.666Z | Checking icu_locid_transform_data v1.5.0 |
820 | 2025-07-10T16:47:33.784Z | Checking rustls-pki-types v1.10.0 |
821 | 2025-07-10T16:47:33.827Z | Compiling rustversion v1.0.18 |
822 | 2025-07-10T16:47:33.974Z | Compiling regex v1.11.1 |
823 | 2025-07-10T16:47:34.034Z | Compiling ident_case v1.0.1 |
824 | 2025-07-10T16:47:34.220Z | Compiling darling_core v0.20.10 |
825 | 2025-07-10T16:47:34.316Z | Compiling slog v2.7.0 |
826 | 2025-07-10T16:47:34.476Z | Checking icu_properties_data v1.5.0 |
827 | 2025-07-10T16:47:34.675Z | Compiling serde_derive v1.0.219 |
828 | 2025-07-10T16:47:34.716Z | Compiling tokio-macros v2.5.0 |
829 | 2025-07-10T16:47:34.782Z | Compiling thiserror-impl v1.0.69 |
830 | 2025-07-10T16:47:34.810Z | Compiling schemars_derive v0.8.22 |
831 | 2025-07-10T16:47:34.834Z | Compiling zerofrom-derive v0.1.4 |
832 | 2025-07-10T16:47:36.019Z | Compiling yoke-derive v0.7.4 |
833 | 2025-07-10T16:47:36.396Z | Compiling zerovec-derive v0.10.3 |
834 | 2025-07-10T16:47:37.067Z | Compiling futures-macro v0.3.31 |
835 | 2025-07-10T16:47:37.202Z | Compiling displaydoc v0.2.5 |
836 | 2025-07-10T16:47:37.478Z | Compiling icu_provider_macros v1.5.0 |
837 | 2025-07-10T16:47:38.058Z | Compiling zerocopy-derive v0.7.35 |
838 | 2025-07-10T16:47:38.494Z | Compiling openssl-macros v0.1.1 |
839 | 2025-07-10T16:47:38.523Z | Checking zerofrom v0.1.4 |
840 | 2025-07-10T16:47:38.549Z | Compiling tracing-attributes v0.1.27 |
841 | 2025-07-10T16:47:38.614Z | Compiling thiserror-impl v2.0.11 |
842 | 2025-07-10T16:47:38.643Z | Checking futures-util v0.3.31 |
843 | 2025-07-10T16:47:38.749Z | Checking yoke v0.7.4 |
844 | 2025-07-10T16:47:38.792Z | Compiling scroll_derive v0.12.0 |
845 | 2025-07-10T16:47:39.099Z | Checking zerovec v0.10.4 |
846 | 2025-07-10T16:47:39.462Z | Compiling pest v2.7.14 |
847 | 2025-07-10T16:47:39.670Z | Compiling zerocopy v0.7.35 |
848 | 2025-07-10T16:47:40.975Z | Checking tinystr v0.7.6 |
849 | 2025-07-10T16:47:41.011Z | Checking icu_collections v1.5.0 |
850 | 2025-07-10T16:47:41.116Z | Checking tracing v0.1.40 |
851 | 2025-07-10T16:47:41.141Z | Checking untrusted v0.9.0 |
852 | 2025-07-10T16:47:41.346Z | Checking icu_locid v1.5.0 |
853 | 2025-07-10T16:47:41.448Z | Compiling darling_macro v0.20.10 |
854 | 2025-07-10T16:47:41.644Z | Compiling pest_meta v2.7.14 |
855 | 2025-07-10T16:47:42.232Z | Checking icu_provider v1.5.0 |
856 | 2025-07-10T16:47:42.451Z | Checking utf16_iter v1.0.5 |
857 | 2025-07-10T16:47:42.624Z | Checking write16 v1.0.0 |
858 | 2025-07-10T16:47:42.762Z | Checking utf8_iter v1.0.4 |
859 | 2025-07-10T16:47:42.788Z | Compiling camino v1.1.9 |
860 | 2025-07-10T16:47:42.824Z | Checking icu_locid_transform v1.5.0 |
861 | 2025-07-10T16:47:42.979Z | Compiling pest_generator v2.7.14 |
862 | 2025-07-10T16:47:43.016Z | Checking atomic-waker v1.1.2 |
863 | 2025-07-10T16:47:43.156Z | Checking icu_normalizer_data v1.5.0 |
864 | 2025-07-10T16:47:43.264Z | Checking percent-encoding v2.3.1 |
865 | 2025-07-10T16:47:43.410Z | Checking rustls-webpki v0.102.8 |
866 | 2025-07-10T16:47:43.446Z | Compiling darling v0.20.10 |
867 | 2025-07-10T16:47:43.490Z | Checking form_urlencoded v1.2.1 |
868 | 2025-07-10T16:47:43.684Z | Compiling scroll v0.12.0 |
869 | 2025-07-10T16:47:43.718Z | Checking icu_properties v1.5.1 |
870 | 2025-07-10T16:47:44.155Z | Compiling usdt-impl v0.5.0 |
871 | 2025-07-10T16:47:44.265Z | Checking try-lock v0.2.5 |
872 | 2025-07-10T16:47:44.370Z | Checking bytes v1.10.1 |
873 | 2025-07-10T16:47:44.499Z | Checking chrono v0.4.40 |
874 | 2025-07-10T16:47:44.530Z | Checking uuid v1.13.1 |
875 | 2025-07-10T16:47:44.674Z | Checking indexmap v2.7.1 |
876 | 2025-07-10T16:47:44.948Z | Compiling pest_derive v2.7.14 |
877 | 2025-07-10T16:47:45.333Z | Checking tokio v1.44.2 |
878 | 2025-07-10T16:47:45.823Z | Compiling serde_tokenstream v0.2.2 |
879 | 2025-07-10T16:47:46.546Z | Compiling http v1.2.0 |
880 | 2025-07-10T16:47:46.966Z | Compiling openapiv3 v2.0.0 |
881 | 2025-07-10T16:47:47.069Z | Checking icu_normalizer v1.5.0 |
882 | 2025-07-10T16:47:47.222Z | Compiling plain v0.2.3 |
883 | 2025-07-10T16:47:47.393Z | Checking zeroize v1.8.1 |
884 | 2025-07-10T16:47:47.619Z | Compiling goblin v0.8.2 |
885 | 2025-07-10T16:47:47.791Z | Checking idna_adapter v1.2.0 |
886 | 2025-07-10T16:47:47.926Z | Checking http-body v1.0.1 |
887 | 2025-07-10T16:47:47.952Z | Checking want v0.3.1 |
888 | 2025-07-10T16:47:48.145Z | Checking httpdate v1.0.3 |
889 | 2025-07-10T16:47:48.171Z | Compiling pretty-hex v0.4.1 |
890 | 2025-07-10T16:47:48.403Z | Checking tower-service v0.3.3 |
891 | 2025-07-10T16:47:48.520Z | Checking foreign-types-shared v0.1.1 |
892 | 2025-07-10T16:47:48.636Z | Checking foreign-types v0.3.2 |
893 | 2025-07-10T16:47:48.739Z | Checking idna v1.0.3 |
894 | 2025-07-10T16:47:48.765Z | Compiling dtrace-parser v0.2.0 |
895 | 2025-07-10T16:47:49.194Z | Compiling thread-id v4.2.2 |
896 | 2025-07-10T16:47:49.258Z | Compiling unsafe-libyaml v0.2.11 |
897 | 2025-07-10T16:47:49.316Z | Compiling crossbeam-utils v0.8.20 |
898 | 2025-07-10T16:47:49.987Z | Compiling typify-impl v0.2.0 |
899 | 2025-07-10T16:47:50.049Z | Checking openssl-probe v0.1.5 |
900 | 2025-07-10T16:47:50.243Z | Checking url v2.5.3 |
901 | 2025-07-10T16:47:50.267Z | Compiling serde_yaml v0.9.34+deprecated |
902 | 2025-07-10T16:47:51.012Z | Compiling omicron-workspace-hack v0.1.0 |
903 | 2025-07-10T16:47:51.070Z | Checking ipnet v2.10.1 |
904 | 2025-07-10T16:47:51.854Z | Checking http-body-util v0.1.2 |
905 | 2025-07-10T16:47:52.302Z | Checking tokio-util v0.7.12 |
906 | 2025-07-10T16:47:52.327Z | Compiling async-trait v0.1.88 |
907 | 2025-07-10T16:47:53.040Z | Checking h2 v0.4.6 |
908 | 2025-07-10T16:47:53.263Z | Compiling dof v0.3.0 |
909 | 2025-07-10T16:47:54.953Z | Checking rand_core v0.6.4 |
910 | 2025-07-10T16:47:55.269Z | Checking encoding_rs v0.8.35 |
911 | 2025-07-10T16:47:55.402Z | Compiling paste v1.0.15 |
912 | 2025-07-10T16:47:55.574Z | Compiling slog-async v2.8.0 |
913 | 2025-07-10T16:47:55.875Z | Checking mime v0.3.17 |
914 | 2025-07-10T16:47:56.223Z | Checking tokio-native-tls v0.3.1 |
915 | 2025-07-10T16:47:56.252Z | Compiling usdt-attr-macro v0.5.0 |
916 | 2025-07-10T16:47:56.500Z | Compiling usdt-macro v0.5.0 |
917 | 2025-07-10T16:47:56.529Z | Checking tokio-rustls v0.26.0 |
918 | 2025-07-10T16:47:56.840Z | Checking hyper v1.6.0 |
919 | 2025-07-10T16:47:56.895Z | Checking serde_urlencoded v0.7.1 |
920 | 2025-07-10T16:47:57.071Z | Checking webpki-roots v0.26.6 |
921 | 2025-07-10T16:47:57.262Z | Checking rustls-pemfile v2.2.0 |
922 | 2025-07-10T16:47:57.471Z | Checking sync_wrapper v1.0.1 |
923 | 2025-07-10T16:47:57.616Z | Compiling ahash v0.8.11 |
924 | 2025-07-10T16:47:57.640Z | Compiling rustix v0.38.40 |
925 | 2025-07-10T16:47:57.780Z | Checking base64 v0.22.1 |
926 | 2025-07-10T16:47:57.933Z | Checking tower-layer v0.3.3 |
927 | 2025-07-10T16:47:57.996Z | Compiling newtype-uuid v1.2.1 |
928 | 2025-07-10T16:47:58.176Z | Compiling rustls v0.22.4 |
929 | 2025-07-10T16:47:58.298Z | Checking tower v0.5.2 |
930 | 2025-07-10T16:47:58.458Z | Checking ppv-lite86 v0.2.20 |
931 | 2025-07-10T16:47:58.661Z | Checking errno v0.3.9 |
932 | 2025-07-10T16:47:58.686Z | Checking hyper-util v0.1.10 |
933 | 2025-07-10T16:47:59.317Z | Checking powerfmt v0.2.0 |
934 | 2025-07-10T16:47:59.568Z | Checking deranged v0.3.11 |
935 | 2025-07-10T16:47:59.600Z | Compiling typify-macro v0.2.0 |
936 | 2025-07-10T16:47:59.875Z | Checking rand_chacha v0.3.1 |
937 | 2025-07-10T16:48:00.080Z | Checking hyper-tls v0.6.0 |
938 | 2025-07-10T16:48:00.211Z | Checking hyper-rustls v0.27.3 |
939 | 2025-07-10T16:48:00.503Z | Checking reqwest v0.12.12 |
940 | 2025-07-10T16:48:00.528Z | Checking block-buffer v0.10.4 |
941 | 2025-07-10T16:48:00.786Z | Checking crypto-common v0.1.6 |
942 | 2025-07-10T16:48:00.980Z | Compiling multer v3.1.0 |
943 | 2025-07-10T16:48:01.106Z | Checking num_threads v0.1.7 |
944 | 2025-07-10T16:48:01.408Z | Checking time v0.3.36 |
945 | 2025-07-10T16:48:01.802Z | Checking digest v0.10.7 |
946 | 2025-07-10T16:48:01.830Z | Checking rand v0.8.5 |
947 | 2025-07-10T16:48:02.192Z | Checking ipnetwork v0.21.1 |
948 | 2025-07-10T16:48:02.525Z | Compiling serde_with_macros v3.11.0 |
949 | 2025-07-10T16:48:02.555Z | Compiling typify v0.2.0 |
950 | 2025-07-10T16:48:02.697Z | Compiling progenitor-impl v0.8.0 |
951 | 2025-07-10T16:48:02.862Z | Compiling strum_macros v0.26.4 |
952 | 2025-07-10T16:48:03.240Z | Checking futures-executor v0.3.31 |
953 | 2025-07-10T16:48:03.570Z | Compiling async-stream-impl v0.3.6 |
954 | 2025-07-10T16:48:03.894Z | Compiling daft-derive v0.1.1 |
955 | 2025-07-10T16:48:04.618Z | Compiling structmeta-derive v0.3.0 |
956 | 2025-07-10T16:48:04.903Z | Checking match_cfg v0.1.0 |
957 | 2025-07-10T16:48:05.383Z | Checking hostname v0.3.1 |
958 | 2025-07-10T16:48:05.635Z | Checking futures v0.3.31 |
959 | 2025-07-10T16:48:06.369Z | Compiling toml_datetime v0.6.8 |
960 | 2025-07-10T16:48:06.775Z | Compiling structmeta v0.3.0 |
961 | 2025-07-10T16:48:06.832Z | Checking serde_spanned v0.6.8 |
962 | 2025-07-10T16:48:06.940Z | Checking dirs-sys-next v0.1.2 |
963 | 2025-07-10T16:48:07.005Z | Compiling dropshot v0.15.1 |
964 | 2025-07-10T16:48:07.142Z | Checking cpufeatures v0.2.15 |
965 | 2025-07-10T16:48:07.300Z | Compiling parse-display-derive v0.10.0 |
966 | 2025-07-10T16:48:07.414Z | Checking dirs-next v2.0.0 |
967 | 2025-07-10T16:48:07.591Z | Compiling progenitor-macro v0.8.0 |
968 | 2025-07-10T16:48:08.557Z | Compiling dropshot_endpoint v0.15.1 |
969 | 2025-07-10T16:48:08.651Z | Checking macaddr v1.0.1 |
970 | 2025-07-10T16:48:08.966Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
971 | 2025-07-10T16:48:09.202Z | Checking thread_local v1.1.8 |
972 | 2025-07-10T16:48:10.328Z | Checking term v0.7.0 |
973 | 2025-07-10T16:48:10.408Z | Checking crossbeam-channel v0.5.15 |
974 | 2025-07-10T16:48:10.794Z | Checking is-terminal v0.4.13 |
975 | 2025-07-10T16:48:10.932Z | Checking memmap v0.7.0 |
976 | 2025-07-10T16:48:11.147Z | Checking take_mut v0.2.2 |
977 | 2025-07-10T16:48:11.318Z | Checking winnow v0.6.20 |
978 | 2025-07-10T16:48:11.979Z | Checking usdt v0.5.0 |
979 | 2025-07-10T16:48:12.054Z | Checking slog-term v2.9.1 |
980 | 2025-07-10T16:48:12.080Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
981 | 2025-07-10T16:48:12.226Z | Checking slog-json v2.6.1 |
982 | 2025-07-10T16:48:12.472Z | Checking oxnet v0.1.2 |
983 | 2025-07-10T16:48:12.852Z | Checking slog-bunyan v2.5.0 |
984 | 2025-07-10T16:48:13.028Z | Checking progenitor-client v0.8.0 |
985 | 2025-07-10T16:48:13.744Z | Checking hex v0.4.3 |
986 | 2025-07-10T16:48:14.393Z | Checking debug-ignore v1.0.5 |
987 | 2025-07-10T16:48:14.594Z | Checking toml_edit v0.22.22 |
988 | 2025-07-10T16:48:14.683Z | Checking strum v0.26.3 |
989 | 2025-07-10T16:48:14.772Z | Checking serde_with v3.11.0 |
990 | 2025-07-10T16:48:14.853Z | Checking progenitor-client v0.9.1 |
991 | 2025-07-10T16:48:15.585Z | Compiling clap_derive v4.5.18 |
992 | 2025-07-10T16:48:15.973Z | Checking spin v0.9.8 |
993 | 2025-07-10T16:48:16.142Z | Checking utf8parse v0.2.2 |
994 | 2025-07-10T16:48:16.299Z | Checking anstyle-parse v0.2.6 |
995 | 2025-07-10T16:48:16.498Z | Checking progenitor v0.8.0 |
996 | 2025-07-10T16:48:16.550Z | Checking daft v0.1.1 |
997 | 2025-07-10T16:48:16.689Z | Checking hashbrown v0.14.5 |
998 | 2025-07-10T16:48:16.955Z | Checking sha1 v0.10.6 |
999 | 2025-07-10T16:48:16.990Z | Checking toml v0.8.19 |
1000 | 2025-07-10T16:48:17.236Z | Checking async-stream v0.3.6 |
1001 | 2025-07-10T16:48:17.398Z | Checking serde_path_to_error v0.1.16 |
1002 | 2025-07-10T16:48:17.423Z | Checking waitgroup v0.1.2 |
1003 | 2025-07-10T16:48:17.595Z | Checking hostname v0.4.0 |
1004 | 2025-07-10T16:48:17.640Z | Checking instant v0.1.13 |
1005 | 2025-07-10T16:48:17.750Z | Checking anstyle v1.0.10 |
1006 | 2025-07-10T16:48:17.775Z | Checking anstyle-query v1.1.2 |
1007 | 2025-07-10T16:48:17.914Z | Compiling prettyplease v0.2.25 |
1008 | 2025-07-10T16:48:17.952Z | Checking colorchoice v1.0.3 |
1009 | 2025-07-10T16:48:18.110Z | Checking is_terminal_polyfill v1.70.1 |
1010 | 2025-07-10T16:48:18.176Z | Checking tokio-rustls v0.25.0 |
1011 | 2025-07-10T16:48:18.254Z | Checking anstream v0.6.18 |
1012 | 2025-07-10T16:48:18.305Z | Checking backoff v0.4.0 |
1013 | 2025-07-10T16:48:18.644Z | Checking regress v0.9.1 |
1014 | 2025-07-10T16:48:18.725Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1015 | 2025-07-10T16:48:18.987Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
1016 | 2025-07-10T16:48:19.028Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1017 | 2025-07-10T16:48:19.181Z | Checking parse-display v0.10.0 |
1018 | 2025-07-10T16:48:19.388Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1019 | 2025-07-10T16:48:19.528Z | Checking terminal_size v0.4.0 |
1020 | 2025-07-10T16:48:19.886Z | Checking clap_lex v0.7.3 |
1021 | 2025-07-10T16:48:20.151Z | Checking clap_builder v4.5.21 |
1022 | 2025-07-10T16:48:21.886Z | Compiling either v1.13.0 |
1023 | 2025-07-10T16:48:22.596Z | Compiling itertools v0.13.0 |
1024 | 2025-07-10T16:48:22.858Z | Checking clap v4.5.21 |
1025 | 2025-07-10T16:48:22.885Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1026 | 2025-07-10T16:48:24.068Z | Checking unicode-width v0.1.14 |
1027 | 2025-07-10T16:48:25.375Z | Checking num-integer v0.1.46 |
1028 | 2025-07-10T16:48:26.724Z | Checking lazy_static v1.5.0 |
1029 | 2025-07-10T16:48:27.384Z | Checking num-iter v0.1.45 |
1030 | 2025-07-10T16:48:27.452Z | Checking num-rational v0.4.2 |
1031 | 2025-07-10T16:48:28.505Z | Checking num-complex v0.4.6 |
1032 | 2025-07-10T16:48:29.138Z | Compiling proc-macro-error-attr v1.0.4 |
1033 | 2025-07-10T16:48:29.401Z | Checking bitflags v1.3.2 |
1034 | 2025-07-10T16:48:29.992Z | Checking num v0.4.3 |
1035 | 2025-07-10T16:48:31.900Z | Compiling proc-macro-error v1.0.4 |
1036 | 2025-07-10T16:48:32.253Z | Checking float-ord v0.3.2 |
1037 | 2025-07-10T16:48:32.610Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1038 | 2025-07-10T16:48:34.834Z | Compiling zerocopy v0.8.17 |
1039 | 2025-07-10T16:48:35.510Z | Compiling typify-impl v0.3.0 |
1040 | 2025-07-10T16:48:35.562Z | Compiling zerocopy-derive v0.8.17 |
1041 | 2025-07-10T16:48:35.799Z | Compiling libz-sys v1.1.20 |
1042 | 2025-07-10T16:48:36.403Z | Compiling heapless v0.8.0 |
1043 | 2025-07-10T16:48:36.612Z | Compiling winnow v0.5.40 |
1044 | 2025-07-10T16:48:37.335Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1045 | 2025-07-10T16:48:37.405Z | Checking hash32 v0.3.1 |
1046 | 2025-07-10T16:48:39.440Z | Checking fastrand v2.2.0 |
1047 | 2025-07-10T16:48:39.464Z | Compiling toml_edit v0.19.15 |
1048 | 2025-07-10T16:48:39.464Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1049 | 2025-07-10T16:48:39.464Z | Compiling smoltcp v0.11.0 |
1050 | 2025-07-10T16:48:39.744Z | Checking tempfile v3.14.0 |
1051 | 2025-07-10T16:48:40.215Z | Compiling hubpack_derive v0.1.1 |
1052 | 2025-07-10T16:48:40.679Z | Compiling glob v0.3.1 |
1053 | 2025-07-10T16:48:41.027Z | Checking managed v0.8.0 |
1054 | 2025-07-10T16:48:41.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1055 | 2025-07-10T16:48:41.316Z | Compiling heck v0.4.1 |
1056 | 2025-07-10T16:48:41.366Z | Checking cobs v0.2.3 |
1057 | 2025-07-10T16:48:41.451Z | Compiling clang-sys v1.8.1 |
1058 | 2025-07-10T16:48:41.559Z | Checking postcard v1.0.10 |
1059 | 2025-07-10T16:48:41.676Z | Checking hubpack v0.1.2 |
1060 | 2025-07-10T16:48:41.964Z | Compiling proc-macro-crate v1.3.1 |
1061 | 2025-07-10T16:48:42.050Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1062 | 2025-07-10T16:48:42.075Z | Checking tabwriter v1.4.0 |
1063 | 2025-07-10T16:48:42.203Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1064 | 2025-07-10T16:48:42.318Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1065 | 2025-07-10T16:48:42.618Z | Compiling foreign-types-macros v0.2.3 |
1066 | 2025-07-10T16:48:42.770Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1067 | 2025-07-10T16:48:42.879Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1068 | 2025-07-10T16:48:43.215Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1069 | 2025-07-10T16:48:43.247Z | Checking foreign-types-shared v0.3.1 |
1070 | 2025-07-10T16:48:43.455Z | Checking camino-tempfile v1.1.1 |
1071 | 2025-07-10T16:48:43.677Z | Checking foreign-types v0.5.0 |
1072 | 2025-07-10T16:48:43.732Z | Checking colored v2.1.0 |
1073 | 2025-07-10T16:48:43.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1074 | 2025-07-10T16:48:43.889Z | Compiling num-derive v0.3.3 |
1075 | 2025-07-10T16:48:43.973Z | Compiling num_enum_derive v0.5.11 |
1076 | 2025-07-10T16:48:44.010Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1077 | 2025-07-10T16:48:44.559Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1078 | 2025-07-10T16:48:44.604Z | Checking cstr-argument v0.1.2 |
1079 | 2025-07-10T16:48:44.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1080 | 2025-07-10T16:48:44.848Z | Checking pretty-hex v0.2.1 |
1081 | 2025-07-10T16:48:44.896Z | Compiling typify-macro v0.3.0 |
1082 | 2025-07-10T16:48:45.043Z | Compiling minimal-lexical v0.2.1 |
1083 | 2025-07-10T16:48:45.147Z | Checking static_assertions v1.1.0 |
1084 | 2025-07-10T16:48:45.259Z | Compiling crucible-workspace-hack v0.1.0 |
1085 | 2025-07-10T16:48:45.510Z | Compiling nom v7.1.3 |
1086 | 2025-07-10T16:48:45.566Z | Checking libscf-sys v1.1.0 |
1087 | 2025-07-10T16:48:45.687Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1088 | 2025-07-10T16:48:45.825Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1089 | 2025-07-10T16:48:45.850Z | Checking num_enum v0.5.11 |
1090 | 2025-07-10T16:48:45.886Z | Compiling libloading v0.8.5 |
1091 | 2025-07-10T16:48:45.979Z | Compiling semver v0.1.20 |
1092 | 2025-07-10T16:48:46.008Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1093 | 2025-07-10T16:48:46.037Z | Checking tinyvec_macros v0.1.1 |
1094 | 2025-07-10T16:48:46.064Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1095 | 2025-07-10T16:48:46.154Z | Compiling bindgen v0.71.1 |
1096 | 2025-07-10T16:48:46.259Z | Checking tinyvec v1.8.0 |
1097 | 2025-07-10T16:48:46.285Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1098 | 2025-07-10T16:48:46.480Z | Compiling rustc_version v0.1.7 |
1099 | 2025-07-10T16:48:46.825Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1100 | 2025-07-10T16:48:47.385Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2025-07-10T16:48:47.708Z | Checking itertools v0.10.5 |
1102 | 2025-07-10T16:48:47.900Z | Compiling typify v0.3.0 |
1103 | 2025-07-10T16:48:48.056Z | Compiling progenitor-impl v0.9.1 |
1104 | 2025-07-10T16:48:48.659Z | Compiling cexpr v0.6.0 |
1105 | 2025-07-10T16:48:49.617Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1106 | 2025-07-10T16:48:49.920Z | Compiling num-derive v0.4.2 |
1107 | 2025-07-10T16:48:49.945Z | Checking sigpipe v0.1.3 |
1108 | 2025-07-10T16:48:50.017Z | Compiling rustc-hash v2.1.1 |
1109 | 2025-07-10T16:48:50.074Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1110 | 2025-07-10T16:48:50.225Z | Checking base64ct v1.6.0 |
1111 | 2025-07-10T16:48:50.434Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1112 | 2025-07-10T16:48:50.696Z | Checking password-hash v0.5.0 |
1113 | 2025-07-10T16:48:51.119Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1114 | 2025-07-10T16:48:51.354Z | Checking zone v0.3.0 |
1115 | 2025-07-10T16:48:51.730Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1116 | 2025-07-10T16:48:51.991Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1117 | 2025-07-10T16:48:52.118Z | Checking unicode-normalization v0.1.24 |
1118 | 2025-07-10T16:48:52.153Z | Compiling newtype_derive v0.1.6 |
1119 | 2025-07-10T16:48:52.294Z | Checking blake2 v0.10.6 |
1120 | 2025-07-10T16:48:52.481Z | Checking smf v0.2.3 |
1121 | 2025-07-10T16:48:52.624Z | Compiling derive-where v1.2.7 |
1122 | 2025-07-10T16:48:52.660Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2025-07-10T16:48:52.918Z | Compiling proc-macro-error-attr2 v2.0.0 |
1124 | 2025-07-10T16:48:52.942Z | Compiling memoffset v0.9.1 |
1125 | 2025-07-10T16:48:52.942Z | Compiling progenitor-macro v0.9.1 |
1126 | 2025-07-10T16:48:53.189Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1127 | 2025-07-10T16:48:53.278Z | Compiling owo-colors v4.1.0 |
1128 | 2025-07-10T16:48:53.601Z | Compiling cancel-safe-futures v0.1.5 |
1129 | 2025-07-10T16:48:53.632Z | Compiling unicode-segmentation v1.12.0 |
1130 | 2025-07-10T16:48:53.962Z | Checking unicode-bidi v0.3.17 |
1131 | 2025-07-10T16:48:54.183Z | Checking whoami v1.5.2 |
1132 | 2025-07-10T16:48:54.245Z | Checking fixedbitset v0.4.2 |
1133 | 2025-07-10T16:48:54.469Z | Compiling cfg_aliases v0.2.1 |
1134 | 2025-07-10T16:48:54.508Z | Checking petgraph v0.6.5 |
1135 | 2025-07-10T16:48:54.534Z | Checking idna v0.4.0 |
1136 | 2025-07-10T16:48:54.602Z | Compiling nix v0.29.0 |
1137 | 2025-07-10T16:48:54.897Z | Checking newline-converter v0.3.0 |
1138 | 2025-07-10T16:48:55.089Z | Compiling heck v0.3.3 |
1139 | 2025-07-10T16:48:55.221Z | Checking zerocopy v0.6.6 |
1140 | 2025-07-10T16:48:55.353Z | Compiling proc-macro-error2 v2.0.1 |
1141 | 2025-07-10T16:48:55.580Z | Checking argon2 v0.5.3 |
1142 | 2025-07-10T16:48:55.918Z | Compiling strum_macros v0.25.3 |
1143 | 2025-07-10T16:48:55.969Z | Checking console v0.15.8 |
1144 | 2025-07-10T16:48:56.221Z | Checking textwrap v0.11.0 |
1145 | 2025-07-10T16:48:56.486Z | Checking serde-big-array v0.5.1 |
1146 | 2025-07-10T16:48:56.518Z | Compiling serde_repr v0.1.19 |
1147 | 2025-07-10T16:48:56.708Z | Compiling enum-as-inner v0.6.1 |
1148 | 2025-07-10T16:48:57.209Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1149 | 2025-07-10T16:48:57.443Z | Checking atty v0.2.14 |
1150 | 2025-07-10T16:48:57.488Z | Compiling cookie v0.18.1 |
1151 | 2025-07-10T16:48:57.611Z | Checking similar v2.6.0 |
1152 | 2025-07-10T16:48:57.636Z | Compiling convert_case v0.4.0 |
1153 | 2025-07-10T16:48:57.961Z | Checking vec_map v0.8.2 |
1154 | 2025-07-10T16:48:57.990Z | Checking linked-hash-map v0.5.6 |
1155 | 2025-07-10T16:48:58.259Z | Checking data-encoding v2.6.0 |
1156 | 2025-07-10T16:48:58.292Z | Checking bytecount v0.6.8 |
1157 | 2025-07-10T16:48:58.292Z | Checking unicode-width v0.2.0 |
1158 | 2025-07-10T16:48:58.325Z | Checking ansi_term v0.12.1 |
1159 | 2025-07-10T16:48:58.445Z | Checking quick-error v1.2.3 |
1160 | 2025-07-10T16:48:58.598Z | Checking strsim v0.8.0 |
1161 | 2025-07-10T16:48:58.649Z | Checking resolv-conf v0.7.0 |
1162 | 2025-07-10T16:48:58.717Z | Checking papergrid v0.14.0 |
1163 | 2025-07-10T16:48:58.754Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1164 | 2025-07-10T16:48:58.785Z | Checking hickory-proto v0.24.1 |
1165 | 2025-07-10T16:48:58.819Z | Checking clap v2.34.0 |
1166 | 2025-07-10T16:48:58.964Z | Checking lru-cache v0.1.2 |
1167 | 2025-07-10T16:48:58.999Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1168 | 2025-07-10T16:48:59.149Z | Compiling derive_more v0.99.18 |
1169 | 2025-07-10T16:48:59.321Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
1170 | 2025-07-10T16:49:00.024Z | Checking expectorate v1.1.0 |
1171 | 2025-07-10T16:49:01.003Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1172 | 2025-07-10T16:49:01.284Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1173 | 2025-07-10T16:49:01.619Z | Compiling tabled_derive v0.10.0 |
1174 | 2025-07-10T16:49:01.725Z | Checking progenitor v0.9.1 |
1175 | 2025-07-10T16:49:01.928Z | Compiling structopt-derive v0.4.18 |
1176 | 2025-07-10T16:49:02.262Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1177 | 2025-07-10T16:49:02.477Z | Checking atomicwrites v0.4.4 |
1178 | 2025-07-10T16:49:02.874Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1179 | 2025-07-10T16:49:03.008Z | Checking libsw v3.3.1 |
1180 | 2025-07-10T16:49:03.136Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1181 | 2025-07-10T16:49:03.265Z | Checking linear-map v1.2.0 |
1182 | 2025-07-10T16:49:03.484Z | Checking indent_write v2.2.0 |
1183 | 2025-07-10T16:49:03.616Z | Compiling rayon-core v1.12.1 |
1184 | 2025-07-10T16:49:03.703Z | Compiling signal-hook v0.3.17 |
1185 | 2025-07-10T16:49:03.734Z | Checking swrite v0.1.0 |
1186 | 2025-07-10T16:49:03.767Z | Checking highway v1.2.0 |
1187 | 2025-07-10T16:49:03.799Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1188 | 2025-07-10T16:49:03.884Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1189 | 2025-07-10T16:49:04.005Z | Checking tabled v0.18.0 |
1190 | 2025-07-10T16:49:04.070Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1191 | 2025-07-10T16:49:04.124Z | Checking structopt v0.3.26 |
1192 | 2025-07-10T16:49:04.179Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1193 | 2025-07-10T16:49:04.238Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1194 | 2025-07-10T16:49:06.425Z | Checking hickory-resolver v0.24.3 |
1195 | 2025-07-10T16:49:06.463Z | Checking steno v0.4.1 |
1196 | 2025-07-10T16:49:06.463Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1197 | 2025-07-10T16:49:06.536Z | Checking itertools v0.14.0 |
1198 | 2025-07-10T16:49:06.687Z | Checking tokio-stream v0.1.16 |
1199 | 2025-07-10T16:49:06.825Z | Checking crossbeam-epoch v0.9.18 |
1200 | 2025-07-10T16:49:06.910Z | Compiling cargo-platform v0.1.8 |
1201 | 2025-07-10T16:49:07.017Z | Compiling vergen v8.3.2 |
1202 | 2025-07-10T16:49:07.246Z | Compiling curl-sys v0.4.78+curl-8.11.0 |
1203 | 2025-07-10T16:49:07.364Z | Compiling slog-dtrace v0.3.0 |
1204 | 2025-07-10T16:49:07.397Z | Checking humantime v2.1.0 |
1205 | 2025-07-10T16:49:07.502Z | Checking qorb v0.2.1 |
1206 | 2025-07-10T16:49:07.533Z | Compiling cargo_metadata v0.18.1 |
1207 | 2025-07-10T16:49:07.683Z | Checking crossbeam-deque v0.8.5 |
1208 | 2025-07-10T16:49:08.007Z | Compiling rustc_version v0.4.1 |
1209 | 2025-07-10T16:49:08.035Z | Compiling blake3 v1.5.4 |
1210 | 2025-07-10T16:49:08.063Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1211 | 2025-07-10T16:49:08.602Z | Checking adler2 v2.0.0 |
1212 | 2025-07-10T16:49:08.762Z | Checking miniz_oxide v0.8.0 |
1213 | 2025-07-10T16:49:09.137Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1214 | 2025-07-10T16:49:10.005Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
1215 | 2025-07-10T16:49:10.078Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
1216 | 2025-07-10T16:49:10.131Z | Checking xattr v1.3.1 |
1217 | 2025-07-10T16:49:10.213Z | Checking memmap2 v0.9.5 |
1218 | 2025-07-10T16:49:10.274Z | Checking filetime v0.2.25 |
1219 | 2025-07-10T16:49:10.329Z | Checking csv-core v0.1.11 |
1220 | 2025-07-10T16:49:10.506Z | Checking crc32fast v1.4.2 |
1221 | 2025-07-10T16:49:10.535Z | Compiling curl v0.4.47 |
1222 | 2025-07-10T16:49:10.659Z | Checking crc8 v0.1.1 |
1223 | 2025-07-10T16:49:10.823Z | Checking arrayref v0.3.9 |
1224 | 2025-07-10T16:49:10.857Z | Checking constant_time_eq v0.3.1 |
1225 | 2025-07-10T16:49:10.952Z | Checking arrayvec v0.7.6 |
1226 | 2025-07-10T16:49:11.002Z | Checking same-file v1.0.6 |
1227 | 2025-07-10T16:49:11.037Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
1228 | 2025-07-10T16:49:11.182Z | Checking walkdir v2.5.0 |
1229 | 2025-07-10T16:49:11.459Z | Checking flate2 v1.0.34 |
1230 | 2025-07-10T16:49:11.867Z | Checking csv v1.3.1 |
1231 | 2025-07-10T16:49:12.073Z | Checking tar v0.4.43 |
1232 | 2025-07-10T16:49:12.641Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
1233 | 2025-07-10T16:49:12.830Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
1234 | 2025-07-10T16:49:12.954Z | Checking sha2 v0.10.8 |
1235 | 2025-07-10T16:49:13.004Z | Checking toml v0.7.8 |
1236 | 2025-07-10T16:49:13.061Z | Checking kstat-rs v0.2.4 |
1237 | 2025-07-10T16:49:13.154Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
1238 | 2025-07-10T16:49:13.279Z | Checking topological-sort v0.2.2 |
1239 | 2025-07-10T16:49:13.403Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1240 | 2025-07-10T16:49:13.491Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
1241 | 2025-07-10T16:49:13.625Z | Checking omicron-zone-package v0.12.0 |
1242 | 2025-07-10T16:49:15.056Z | Checking signal-hook-tokio v0.3.1 |
1243 | 2025-07-10T16:49:15.250Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
1244 | 2025-07-10T16:49:15.277Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
1245 | 2025-07-10T16:49:15.277Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1246 | 2025-07-10T16:49:15.474Z | Checking search_path v0.1.4 |
1247 | 2025-07-10T16:49:15.623Z | Checking display-error-chain v0.2.2 |
1248 | 2025-07-10T16:49:15.742Z | Checking internet-checksum v0.2.1 |
1249 | 2025-07-10T16:49:15.848Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
1250 | 2025-07-10T16:49:15.978Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
1251 | 2025-07-10T16:49:21.647Z | Compiling git2 v0.19.0 |
1252 | 2025-07-10T16:49:23.096Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1253 | 2025-07-10T16:49:26.087Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
1254 | 2025-07-10T16:49:27.287Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
1255 | 2025-07-10T16:49:30.599Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1256 | 2025-07-10T16:49:49.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s |
1257 | 2025-07-10T16:49:49.517Z | + for feat in tofino_stub tofino_asic softnpu chaos |
1258 | 2025-07-10T16:49:49.517Z | + cargo clippy --features tofino_asic -- --deny warnings |
1259 | 2025-07-10T16:49:50.423Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
1260 | 2025-07-10T16:49:50.448Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
1261 | 2025-07-10T16:49:50.448Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1262 | 2025-07-10T16:49:50.448Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
1263 | 2025-07-10T16:49:50.448Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
1264 | 2025-07-10T16:50:04.048Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
1265 | 2025-07-10T16:50:04.048Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
1266 | 2025-07-10T16:50:19.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.51s |
1267 | 2025-07-10T16:50:19.362Z | + for feat in tofino_stub tofino_asic softnpu chaos |
1268 | 2025-07-10T16:50:19.362Z | + cargo clippy --features softnpu -- --deny warnings |
1269 | 2025-07-10T16:50:19.969Z | Downloading crates ... |
1270 | 2025-07-10T16:50:20.210Z | Downloaded usdt-macro v0.3.5 |
1271 | 2025-07-10T16:50:20.235Z | Downloaded usdt v0.3.5 |
1272 | 2025-07-10T16:50:20.235Z | Downloaded usdt-attr-macro v0.3.5 |
1273 | 2025-07-10T16:50:20.235Z | Downloaded wyz v0.5.1 |
1274 | 2025-07-10T16:50:20.235Z | Downloaded zerocopy v0.3.2 |
1275 | 2025-07-10T16:50:20.235Z | Downloaded serde_arrays v0.1.0 |
1276 | 2025-07-10T16:50:20.235Z | Downloaded usdt-impl v0.3.5 |
1277 | 2025-07-10T16:50:20.235Z | Downloaded typeid v1.0.2 |
1278 | 2025-07-10T16:50:20.235Z | Downloaded serde_tokenstream v0.1.7 |
1279 | 2025-07-10T16:50:20.235Z | Downloaded bitvec v1.0.1 |
1280 | 2025-07-10T16:50:20.261Z | Downloaded radium v0.7.0 |
1281 | 2025-07-10T16:50:20.261Z | Downloaded libloading v0.7.4 |
1282 | 2025-07-10T16:50:20.261Z | Downloaded dof v0.1.5 |
1283 | 2025-07-10T16:50:20.261Z | Downloaded unicode-xid v0.2.6 |
1284 | 2025-07-10T16:50:20.261Z | Downloaded zerocopy-derive v0.2.0 |
1285 | 2025-07-10T16:50:20.286Z | Downloaded tap v1.0.1 |
1286 | 2025-07-10T16:50:20.286Z | Downloaded erased-serde v0.4.5 |
1287 | 2025-07-10T16:50:20.286Z | Downloaded synstructure v0.12.6 |
1288 | 2025-07-10T16:50:20.286Z | Downloaded funty v2.0.0 |
1289 | 2025-07-10T16:50:20.286Z | Downloaded ascii v1.1.0 |
1290 | 2025-07-10T16:50:20.286Z | Downloaded bitstruct_derive v0.1.0 |
1291 | 2025-07-10T16:50:20.286Z | Downloaded bitstruct v0.1.1 |
1292 | 2025-07-10T16:50:20.286Z | Downloaded num-bigint v0.4.6 |
1293 | 2025-07-10T16:50:20.286Z | Downloaded dtrace-parser v0.1.14 |
1294 | 2025-07-10T16:50:20.442Z | Compiling syn v1.0.109 |
1295 | 2025-07-10T16:50:20.477Z | Checking num-integer v0.1.46 |
1296 | 2025-07-10T16:50:20.501Z | Checking num-complex v0.4.6 |
1297 | 2025-07-10T16:50:20.526Z | Compiling unicode-xid v0.2.6 |
1298 | 2025-07-10T16:50:20.552Z | Compiling usdt-impl v0.3.5 |
1299 | 2025-07-10T16:50:20.552Z | Compiling dtrace-parser v0.1.14 |
1300 | 2025-07-10T16:50:20.580Z | Compiling radium v0.7.0 |
1301 | 2025-07-10T16:50:20.964Z | Checking num-bigint v0.4.6 |
1302 | 2025-07-10T16:50:21.056Z | Checking num-iter v0.1.45 |
1303 | 2025-07-10T16:50:21.140Z | Checking tap v1.0.1 |
1304 | 2025-07-10T16:50:21.238Z | Checking funty v2.0.0 |
1305 | 2025-07-10T16:50:21.266Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1306 | 2025-07-10T16:50:21.306Z | Checking wyz v0.5.1 |
1307 | 2025-07-10T16:50:21.519Z | Compiling typeid v1.0.2 |
1308 | 2025-07-10T16:50:21.635Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1309 | 2025-07-10T16:50:21.813Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1310 | 2025-07-10T16:50:21.932Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1311 | 2025-07-10T16:50:21.956Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1312 | 2025-07-10T16:50:21.981Z | Checking bitvec v1.0.1 |
1313 | 2025-07-10T16:50:22.006Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1314 | 2025-07-10T16:50:22.129Z | Checking ascii v1.1.0 |
1315 | 2025-07-10T16:50:22.186Z | Checking erased-serde v0.4.5 |
1316 | 2025-07-10T16:50:22.211Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1317 | 2025-07-10T16:50:22.305Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1318 | 2025-07-10T16:50:22.364Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
1319 | 2025-07-10T16:50:22.467Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1320 | 2025-07-10T16:50:22.753Z | Checking num-rational v0.4.2 |
1321 | 2025-07-10T16:50:22.937Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1322 | 2025-07-10T16:50:23.047Z | Checking serde_arrays v0.1.0 |
1323 | 2025-07-10T16:50:23.072Z | Checking libloading v0.7.4 |
1324 | 2025-07-10T16:50:23.200Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
1325 | 2025-07-10T16:50:23.322Z | Checking num v0.4.3 |
1326 | 2025-07-10T16:50:23.436Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1327 | 2025-07-10T16:50:26.256Z | Compiling synstructure v0.12.6 |
1328 | 2025-07-10T16:50:26.256Z | Compiling proc-macro-error v1.0.4 |
1329 | 2025-07-10T16:50:26.256Z | Compiling serde_tokenstream v0.1.7 |
1330 | 2025-07-10T16:50:26.317Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1331 | 2025-07-10T16:50:26.342Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1332 | 2025-07-10T16:50:27.232Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1333 | 2025-07-10T16:50:27.589Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1334 | 2025-07-10T16:50:27.655Z | Compiling num_enum_derive v0.5.11 |
1335 | 2025-07-10T16:50:27.655Z | Compiling zerocopy-derive v0.2.0 |
1336 | 2025-07-10T16:50:27.680Z | Compiling hubpack_derive v0.1.1 |
1337 | 2025-07-10T16:50:27.680Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1338 | 2025-07-10T16:50:27.680Z | Compiling num-derive v0.3.3 |
1339 | 2025-07-10T16:50:27.775Z | Compiling zone_cfg_derive v0.3.0 |
1340 | 2025-07-10T16:50:28.036Z | Compiling structopt-derive v0.4.18 |
1341 | 2025-07-10T16:50:28.514Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1342 | 2025-07-10T16:50:28.685Z | Compiling bitstruct_derive v0.1.0 |
1343 | 2025-07-10T16:50:28.758Z | Checking hubpack v0.1.2 |
1344 | 2025-07-10T16:50:28.943Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
1345 | 2025-07-10T16:50:29.093Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1346 | 2025-07-10T16:50:29.129Z | Checking zone v0.3.0 |
1347 | 2025-07-10T16:50:29.407Z | Compiling zerocopy v0.3.2 |
1348 | 2025-07-10T16:50:29.755Z | Checking libscf-sys v1.1.0 |
1349 | 2025-07-10T16:50:29.803Z | Checking num_enum v0.5.11 |
1350 | 2025-07-10T16:50:29.919Z | Compiling dof v0.1.5 |
1351 | 2025-07-10T16:50:29.987Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1352 | 2025-07-10T16:50:30.012Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1353 | 2025-07-10T16:50:30.037Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1354 | 2025-07-10T16:50:30.389Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1355 | 2025-07-10T16:50:30.615Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
1356 | 2025-07-10T16:50:30.675Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1357 | 2025-07-10T16:50:30.675Z | Checking structopt v0.3.26 |
1358 | 2025-07-10T16:50:30.923Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1359 | 2025-07-10T16:50:31.077Z | Checking bitstruct v0.1.1 |
1360 | 2025-07-10T16:50:31.162Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1361 | 2025-07-10T16:50:31.245Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
1362 | 2025-07-10T16:50:31.868Z | Compiling usdt-attr-macro v0.3.5 |
1363 | 2025-07-10T16:50:32.162Z | Compiling usdt-macro v0.3.5 |
1364 | 2025-07-10T16:50:32.227Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1365 | 2025-07-10T16:50:32.561Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1366 | 2025-07-10T16:50:33.392Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1367 | 2025-07-10T16:50:33.418Z | Checking usdt v0.3.5 |
1368 | 2025-07-10T16:50:33.658Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b) |
1369 | 2025-07-10T16:50:34.088Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
1370 | 2025-07-10T16:50:34.113Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
1371 | 2025-07-10T16:50:34.113Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
1372 | 2025-07-10T16:50:34.302Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1373 | 2025-07-10T16:50:34.326Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192) |
1374 | 2025-07-10T16:50:34.718Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
1375 | 2025-07-10T16:50:34.990Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
1376 | 2025-07-10T16:50:35.261Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1377 | 2025-07-10T16:50:35.296Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1378 | 2025-07-10T16:50:36.020Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1379 | 2025-07-10T16:50:39.722Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1380 | 2025-07-10T16:50:51.642Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
1381 | 2025-07-10T16:50:56.152Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1382 | 2025-07-10T16:51:04.088Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1383 | 2025-07-10T16:51:04.973Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
1384 | 2025-07-10T16:51:25.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
1385 | 2025-07-10T16:51:25.391Z | + for feat in tofino_stub tofino_asic softnpu chaos |
1386 | 2025-07-10T16:51:25.391Z | + cargo clippy --features chaos -- --deny warnings |
1387 | 2025-07-10T16:51:26.432Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
1388 | 2025-07-10T16:51:26.459Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
1389 | 2025-07-10T16:51:26.459Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
1390 | 2025-07-10T16:51:43.192Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
1391 | 2025-07-10T16:51:43.192Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
1392 | 2025-07-10T16:51:50.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.69s |
1393 | 2025-07-10T16:51:50.419Z | + banner fmt |
1394 | 2025-07-10T16:51:50.453Z | |
1395 | 2025-07-10T16:51:50.454Z | ###### # # ##### |
1396 | 2025-07-10T16:51:50.454Z | # ## ## # |
1397 | 2025-07-10T16:51:50.454Z | ##### # ## # # |
1398 | 2025-07-10T16:51:50.454Z | # # # # |
1399 | 2025-07-10T16:51:50.454Z | # # # # |
1400 | 2025-07-10T16:51:50.454Z | # # # # |
1401 | 2025-07-10T16:51:50.455Z | |
1402 | 2025-07-10T16:51:50.455Z | + cargo fmt -- --check |
1403 | 2025-07-10T16:51:51.527Z | + banner test |
1404 | 2025-07-10T16:51:51.553Z | |
1405 | 2025-07-10T16:51:51.553Z | ##### ###### #### ##### |
1406 | 2025-07-10T16:51:51.554Z | # # # # |
1407 | 2025-07-10T16:51:51.554Z | # ##### #### # |
1408 | 2025-07-10T16:51:51.554Z | # # # # |
1409 | 2025-07-10T16:51:51.554Z | # # # # # |
1410 | 2025-07-10T16:51:51.554Z | # ###### #### # |
1411 | 2025-07-10T16:51:51.554Z | |
1412 | 2025-07-10T16:51:51.554Z | + for feat in tofino_stub tofino_asic softnpu chaos |
1413 | 2025-07-10T16:51:51.554Z | + cargo test --features tofino_stub |
1414 | 2025-07-10T16:51:52.769Z | Compiling unicode-ident v1.0.16 |
1415 | 2025-07-10T16:51:52.769Z | Compiling cfg-if v1.0.0 |
1416 | 2025-07-10T16:51:52.794Z | Compiling memchr v2.7.4 |
1417 | 2025-07-10T16:51:52.794Z | Compiling itoa v1.0.11 |
1418 | 2025-07-10T16:51:52.794Z | Compiling ryu v1.0.18 |
1419 | 2025-07-10T16:51:52.823Z | Compiling libc v0.2.172 |
1420 | 2025-07-10T16:51:52.881Z | Compiling once_cell v1.20.2 |
1421 | 2025-07-10T16:51:52.905Z | Compiling libm v0.2.11 |
1422 | 2025-07-10T16:51:52.933Z | Compiling allocator-api2 v0.2.20 |
1423 | 2025-07-10T16:51:52.995Z | Compiling proc-macro2 v1.0.95 |
1424 | 2025-07-10T16:51:53.058Z | Compiling log v0.4.22 |
1425 | 2025-07-10T16:51:53.320Z | Compiling equivalent v1.0.1 |
1426 | 2025-07-10T16:51:53.467Z | Compiling foldhash v0.1.5 |
1427 | 2025-07-10T16:51:53.506Z | Compiling fnv v1.0.7 |
1428 | 2025-07-10T16:51:53.627Z | Compiling heck v0.5.0 |
1429 | 2025-07-10T16:51:53.669Z | Compiling iana-time-zone v0.1.61 |
1430 | 2025-07-10T16:51:53.820Z | Compiling hashbrown v0.15.1 |
1431 | 2025-07-10T16:51:54.108Z | Compiling quote v1.0.40 |
1432 | 2025-07-10T16:51:54.176Z | Compiling jobserver v0.1.32 |
1433 | 2025-07-10T16:51:54.203Z | Compiling getrandom v0.3.1 |
1434 | 2025-07-10T16:51:54.230Z | Compiling dyn-clone v1.0.17 |
1435 | 2025-07-10T16:51:54.501Z | Compiling pin-project-lite v0.2.15 |
1436 | 2025-07-10T16:51:54.528Z | Compiling syn v2.0.100 |
1437 | 2025-07-10T16:51:54.610Z | Compiling cc v1.2.19 |
1438 | 2025-07-10T16:51:54.666Z | Compiling smallvec v1.13.2 |
1439 | 2025-07-10T16:51:54.757Z | Compiling aho-corasick v1.1.3 |
1440 | 2025-07-10T16:51:54.782Z | Compiling regex-syntax v0.8.5 |
1441 | 2025-07-10T16:51:54.891Z | Compiling bitflags v2.6.0 |
1442 | 2025-07-10T16:51:54.917Z | Compiling num-traits v0.2.19 |
1443 | 2025-07-10T16:51:55.078Z | Compiling futures-core v0.3.31 |
1444 | 2025-07-10T16:51:55.123Z | Compiling byteorder v1.5.0 |
1445 | 2025-07-10T16:51:55.402Z | Compiling scopeguard v1.2.0 |
1446 | 2025-07-10T16:51:55.429Z | Compiling parking_lot_core v0.9.10 |
1447 | 2025-07-10T16:51:55.599Z | Compiling lock_api v0.4.12 |
1448 | 2025-07-10T16:51:55.625Z | Compiling socket2 v0.5.9 |
1449 | 2025-07-10T16:51:57.342Z | Compiling signal-hook-registry v1.4.2 |
1450 | 2025-07-10T16:51:57.428Z | Compiling parking_lot v0.12.3 |
1451 | 2025-07-10T16:51:57.429Z | Compiling mio v1.0.2 |
1452 | 2025-07-10T16:51:57.429Z | Compiling futures-sink v0.3.31 |
1453 | 2025-07-10T16:51:57.466Z | Compiling slab v0.4.9 |
1454 | 2025-07-10T16:51:57.466Z | Compiling futures-channel v0.3.31 |
1455 | 2025-07-10T16:51:57.466Z | Compiling regress v0.10.3 |
1456 | 2025-07-10T16:51:57.466Z | Compiling futures-io v0.3.31 |
1457 | 2025-07-10T16:51:57.466Z | Compiling strsim v0.11.1 |
1458 | 2025-07-10T16:51:57.494Z | Compiling futures-task v0.3.31 |
1459 | 2025-07-10T16:51:57.837Z | Compiling pin-utils v0.1.0 |
1460 | 2025-07-10T16:51:57.900Z | Compiling stable_deref_trait v1.2.0 |
1461 | 2025-07-10T16:51:58.042Z | Compiling getrandom v0.2.15 |
1462 | 2025-07-10T16:51:58.190Z | Compiling ring v0.17.14 |
1463 | 2025-07-10T16:51:58.391Z | Compiling openssl-sys v0.9.107 |
1464 | 2025-07-10T16:51:58.444Z | Compiling time-core v0.1.2 |
1465 | 2025-07-10T16:51:58.691Z | Compiling regex-automata v0.4.9 |
1466 | 2025-07-10T16:51:59.570Z | Compiling num-conv v0.1.0 |
1467 | 2025-07-10T16:51:59.760Z | Compiling openssl v0.10.72 |
1468 | 2025-07-10T16:51:59.794Z | Compiling native-tls v0.2.12 |
1469 | 2025-07-10T16:51:59.844Z | Compiling ucd-trie v0.1.7 |
1470 | 2025-07-10T16:51:59.934Z | Compiling time-macros v0.2.18 |
1471 | 2025-07-10T16:52:00.028Z | Compiling tracing-core v0.1.32 |
1472 | 2025-07-10T16:52:00.644Z | Compiling syn v1.0.109 |
1473 | 2025-07-10T16:52:01.677Z | Compiling plain v0.2.3 |
1474 | 2025-07-10T16:52:01.936Z | Compiling pretty-hex v0.4.1 |
1475 | 2025-07-10T16:52:02.149Z | Compiling serde_derive_internals v0.29.1 |
1476 | 2025-07-10T16:52:02.197Z | Compiling synstructure v0.13.1 |
1477 | 2025-07-10T16:52:05.616Z | Compiling darling_core v0.20.10 |
1478 | 2025-07-10T16:52:05.686Z | Compiling regex v1.11.1 |
1479 | 2025-07-10T16:52:05.686Z | Compiling subtle v2.6.1 |
1480 | 2025-07-10T16:52:05.686Z | Compiling writeable v0.5.5 |
1481 | 2025-07-10T16:52:05.686Z | Compiling litemap v0.7.3 |
1482 | 2025-07-10T16:52:05.686Z | Compiling thread-id v4.2.2 |
1483 | 2025-07-10T16:52:05.687Z | Compiling icu_locid_transform_data v1.5.0 |
1484 | 2025-07-10T16:52:05.687Z | Compiling atomic-waker v1.1.2 |
1485 | 2025-07-10T16:52:05.687Z | Compiling httparse v1.9.5 |
1486 | 2025-07-10T16:52:05.687Z | Compiling percent-encoding v2.3.1 |
1487 | 2025-07-10T16:52:05.687Z | Compiling rustls v0.23.16 |
1488 | 2025-07-10T16:52:05.687Z | Compiling icu_properties_data v1.5.0 |
1489 | 2025-07-10T16:52:05.687Z | Compiling rustls-pki-types v1.10.0 |
1490 | 2025-07-10T16:52:05.687Z | Compiling form_urlencoded v1.2.1 |
1491 | 2025-07-10T16:52:05.687Z | Compiling try-lock v0.2.5 |
1492 | 2025-07-10T16:52:05.687Z | Compiling icu_normalizer_data v1.5.0 |
1493 | 2025-07-10T16:52:05.687Z | Compiling utf16_iter v1.0.5 |
1494 | 2025-07-10T16:52:05.687Z | Compiling utf8_iter v1.0.4 |
1495 | 2025-07-10T16:52:05.687Z | Compiling write16 v1.0.0 |
1496 | 2025-07-10T16:52:05.731Z | Compiling want v0.3.1 |
1497 | 2025-07-10T16:52:05.731Z | Compiling untrusted v0.9.0 |
1498 | 2025-07-10T16:52:05.778Z | Compiling httpdate v1.0.3 |
1499 | 2025-07-10T16:52:05.952Z | Compiling tower-service v0.3.3 |
1500 | 2025-07-10T16:52:06.044Z | Compiling serde_derive v1.0.219 |
1501 | 2025-07-10T16:52:06.072Z | Compiling tokio-macros v2.5.0 |
1502 | 2025-07-10T16:52:06.099Z | Compiling thiserror-impl v1.0.69 |
1503 | 2025-07-10T16:52:06.143Z | Compiling schemars_derive v0.8.22 |
1504 | 2025-07-10T16:52:06.332Z | Compiling futures-macro v0.3.31 |
1505 | 2025-07-10T16:52:07.492Z | Compiling zerofrom-derive v0.1.4 |
1506 | 2025-07-10T16:52:07.985Z | Compiling yoke-derive v0.7.4 |
1507 | 2025-07-10T16:52:08.047Z | Compiling zerovec-derive v0.10.3 |
1508 | 2025-07-10T16:52:08.161Z | Compiling displaydoc v0.2.5 |
1509 | 2025-07-10T16:52:08.735Z | Compiling thiserror v1.0.69 |
1510 | 2025-07-10T16:52:08.913Z | Compiling zerocopy-derive v0.7.35 |
1511 | 2025-07-10T16:52:08.938Z | Compiling icu_provider_macros v1.5.0 |
1512 | 2025-07-10T16:52:09.718Z | Compiling tracing-attributes v0.1.27 |
1513 | 2025-07-10T16:52:10.176Z | Compiling openssl-macros v0.1.1 |
1514 | 2025-07-10T16:52:10.200Z | Compiling thiserror-impl v2.0.11 |
1515 | 2025-07-10T16:52:10.491Z | Compiling scroll_derive v0.12.0 |
1516 | 2025-07-10T16:52:10.573Z | Compiling pest v2.7.14 |
1517 | 2025-07-10T16:52:10.856Z | Compiling zerofrom v0.1.4 |
1518 | 2025-07-10T16:52:11.036Z | Compiling zerocopy v0.7.35 |
1519 | 2025-07-10T16:52:11.143Z | Compiling yoke v0.7.4 |
1520 | 2025-07-10T16:52:11.217Z | Compiling darling_macro v0.20.10 |
1521 | 2025-07-10T16:52:11.561Z | Compiling zerovec v0.10.4 |
1522 | 2025-07-10T16:52:12.130Z | Compiling scroll v0.12.0 |
1523 | 2025-07-10T16:52:12.319Z | Compiling darling v0.20.10 |
1524 | 2025-07-10T16:52:12.458Z | Compiling async-trait v0.1.88 |
1525 | 2025-07-10T16:52:12.719Z | Compiling goblin v0.8.2 |
1526 | 2025-07-10T16:52:12.879Z | Compiling serde v1.0.219 |
1527 | 2025-07-10T16:52:13.231Z | Compiling pest_meta v2.7.14 |
1528 | 2025-07-10T16:52:13.718Z | Compiling tinystr v0.7.6 |
1529 | 2025-07-10T16:52:13.850Z | Compiling icu_collections v1.5.0 |
1530 | 2025-07-10T16:52:14.182Z | Compiling icu_locid v1.5.0 |
1531 | 2025-07-10T16:52:14.742Z | Compiling pest_generator v2.7.14 |
1532 | 2025-07-10T16:52:15.372Z | Compiling rustls-webpki v0.102.8 |
1533 | 2025-07-10T16:52:16.484Z | Compiling icu_provider v1.5.0 |
1534 | 2025-07-10T16:52:16.605Z | Compiling zeroize v1.8.1 |
1535 | 2025-07-10T16:52:16.727Z | Compiling pest_derive v2.7.14 |
1536 | 2025-07-10T16:52:16.942Z | Compiling thiserror v2.0.11 |
1537 | 2025-07-10T16:52:17.469Z | Compiling icu_locid_transform v1.5.0 |
1538 | 2025-07-10T16:52:17.558Z | Compiling foreign-types-shared v0.1.1 |
1539 | 2025-07-10T16:52:17.620Z | Compiling openssl-probe v0.1.5 |
1540 | 2025-07-10T16:52:17.706Z | Compiling foreign-types v0.3.2 |
1541 | 2025-07-10T16:52:17.731Z | Compiling dtrace-parser v0.2.0 |
1542 | 2025-07-10T16:52:17.830Z | Compiling rustls v0.22.4 |
1543 | 2025-07-10T16:52:17.857Z | Compiling encoding_rs v0.8.35 |
1544 | 2025-07-10T16:52:17.982Z | Compiling bytes v1.10.1 |
1545 | 2025-07-10T16:52:18.322Z | Compiling serde_json v1.0.140 |
1546 | 2025-07-10T16:52:18.347Z | Compiling uuid v1.13.1 |
1547 | 2025-07-10T16:52:18.465Z | Compiling indexmap v2.7.1 |
1548 | 2025-07-10T16:52:19.224Z | Compiling http v1.2.0 |
1549 | 2025-07-10T16:52:19.474Z | Compiling serde_tokenstream v0.2.2 |
1550 | 2025-07-10T16:52:19.743Z | Compiling semver v1.0.26 |
1551 | 2025-07-10T16:52:19.894Z | Compiling tokio v1.44.2 |
1552 | 2025-07-10T16:52:20.086Z | Compiling chrono v0.4.40 |
1553 | 2025-07-10T16:52:20.761Z | Compiling openapiv3 v2.0.0 |
1554 | 2025-07-10T16:52:21.757Z | Compiling http-body v1.0.1 |
1555 | 2025-07-10T16:52:21.972Z | Compiling dof v0.3.0 |
1556 | 2025-07-10T16:52:22.033Z | Compiling icu_properties v1.5.1 |
1557 | 2025-07-10T16:52:22.059Z | Compiling serde_yaml v0.9.34+deprecated |
1558 | 2025-07-10T16:52:22.748Z | Compiling schemars v0.8.22 |
1559 | 2025-07-10T16:52:22.908Z | Compiling usdt-impl v0.5.0 |
1560 | 2025-07-10T16:52:24.417Z | Compiling toml_datetime v0.6.8 |
1561 | 2025-07-10T16:52:24.524Z | Compiling usdt-macro v0.5.0 |
1562 | 2025-07-10T16:52:24.673Z | Compiling typify-impl v0.2.0 |
1563 | 2025-07-10T16:52:25.371Z | Compiling usdt-attr-macro v0.5.0 |
1564 | 2025-07-10T16:52:26.436Z | Compiling icu_normalizer v1.5.0 |
1565 | 2025-07-10T16:52:26.691Z | Compiling mime v0.3.17 |
1566 | 2025-07-10T16:52:27.293Z | Compiling omicron-workspace-hack v0.1.0 |
1567 | 2025-07-10T16:52:27.429Z | Compiling idna_adapter v1.2.0 |
1568 | 2025-07-10T16:52:27.688Z | Compiling idna v1.0.3 |
1569 | 2025-07-10T16:52:27.713Z | Compiling serde_with_macros v3.11.0 |
1570 | 2025-07-10T16:52:27.739Z | Compiling strum_macros v0.26.4 |
1571 | 2025-07-10T16:52:28.401Z | Compiling url v2.5.3 |
1572 | 2025-07-10T16:52:29.436Z | Compiling tokio-util v0.7.12 |
1573 | 2025-07-10T16:52:30.355Z | Compiling daft-derive v0.1.1 |
1574 | 2025-07-10T16:52:30.789Z | Compiling anyhow v1.0.98 |
1575 | 2025-07-10T16:52:30.874Z | Compiling ipnet v2.10.1 |
1576 | 2025-07-10T16:52:31.637Z | Compiling tokio-native-tls v0.3.1 |
1577 | 2025-07-10T16:52:31.814Z | Compiling serde_urlencoded v0.7.1 |
1578 | 2025-07-10T16:52:32.045Z | Compiling async-stream-impl v0.3.6 |
1579 | 2025-07-10T16:52:32.088Z | Compiling webpki-roots v0.26.6 |
1580 | 2025-07-10T16:52:32.243Z | Compiling rustls-pemfile v2.2.0 |
1581 | 2025-07-10T16:52:32.300Z | Compiling sync_wrapper v1.0.1 |
1582 | 2025-07-10T16:52:32.482Z | Compiling powerfmt v0.2.0 |
1583 | 2025-07-10T16:52:32.608Z | Compiling tower-layer v0.3.3 |
1584 | 2025-07-10T16:52:32.634Z | Compiling base64 v0.22.1 |
1585 | 2025-07-10T16:52:32.907Z | Compiling tokio-rustls v0.26.0 |
1586 | 2025-07-10T16:52:32.932Z | Compiling deranged v0.3.11 |
1587 | 2025-07-10T16:52:33.296Z | Compiling structmeta-derive v0.3.0 |
1588 | 2025-07-10T16:52:33.372Z | Compiling num_threads v0.1.7 |
1589 | 2025-07-10T16:52:33.533Z | Compiling dropshot_endpoint v0.15.1 |
1590 | 2025-07-10T16:52:33.715Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1591 | 2025-07-10T16:52:34.279Z | Compiling time v0.3.36 |
1592 | 2025-07-10T16:52:34.564Z | Compiling typenum v1.17.0 |
1593 | 2025-07-10T16:52:35.316Z | Compiling futures-util v0.3.31 |
1594 | 2025-07-10T16:52:35.593Z | Compiling structmeta v0.3.0 |
1595 | 2025-07-10T16:52:35.841Z | Compiling generic-array v0.14.7 |
1596 | 2025-07-10T16:52:36.061Z | Compiling parse-display-derive v0.10.0 |
1597 | 2025-07-10T16:52:37.337Z | Compiling block-buffer v0.10.4 |
1598 | 2025-07-10T16:52:37.588Z | Compiling crypto-common v0.1.6 |
1599 | 2025-07-10T16:52:38.104Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1600 | 2025-07-10T16:52:38.937Z | Compiling rand_core v0.6.4 |
1601 | 2025-07-10T16:52:39.093Z | Compiling errno v0.3.9 |
1602 | 2025-07-10T16:52:39.272Z | Compiling camino v1.1.9 |
1603 | 2025-07-10T16:52:39.373Z | Compiling ppv-lite86 v0.2.20 |
1604 | 2025-07-10T16:52:39.414Z | Compiling match_cfg v0.1.0 |
1605 | 2025-07-10T16:52:39.538Z | Compiling hostname v0.3.1 |
1606 | 2025-07-10T16:52:39.791Z | Compiling tracing v0.1.40 |
1607 | 2025-07-10T16:52:39.957Z | Compiling clap_derive v4.5.18 |
1608 | 2025-07-10T16:52:40.083Z | Compiling rand_chacha v0.3.1 |
1609 | 2025-07-10T16:52:40.222Z | Compiling dirs-sys-next v0.1.2 |
1610 | 2025-07-10T16:52:40.277Z | Compiling thread_local v1.1.8 |
1611 | 2025-07-10T16:52:40.306Z | Compiling cpufeatures v0.2.15 |
1612 | 2025-07-10T16:52:40.833Z | Compiling rand v0.8.5 |
1613 | 2025-07-10T16:52:40.897Z | Compiling dirs-next v2.0.0 |
1614 | 2025-07-10T16:52:40.951Z | Compiling serde_spanned v0.6.8 |
1615 | 2025-07-10T16:52:41.264Z | Compiling term v0.7.0 |
1616 | 2025-07-10T16:52:41.289Z | Compiling is-terminal v0.4.13 |
1617 | 2025-07-10T16:52:41.447Z | Compiling memmap v0.7.0 |
1618 | 2025-07-10T16:52:41.799Z | Compiling take_mut v0.2.2 |
1619 | 2025-07-10T16:52:41.972Z | Compiling macaddr v1.0.1 |
1620 | 2025-07-10T16:52:42.336Z | Compiling typify-macro v0.2.0 |
1621 | 2025-07-10T16:52:42.394Z | Compiling winnow v0.6.20 |
1622 | 2025-07-10T16:52:42.885Z | Compiling slog v2.7.0 |
1623 | 2025-07-10T16:52:43.546Z | Compiling spin v0.9.8 |
1624 | 2025-07-10T16:52:43.745Z | Compiling debug-ignore v1.0.5 |
1625 | 2025-07-10T16:52:43.805Z | Compiling h2 v0.4.6 |
1626 | 2025-07-10T16:52:43.930Z | Compiling hex v0.4.3 |
1627 | 2025-07-10T16:52:45.458Z | Compiling toml_edit v0.22.22 |
1628 | 2025-07-10T16:52:45.852Z | Compiling anstyle v1.0.10 |
1629 | 2025-07-10T16:52:46.463Z | Compiling typify v0.2.0 |
1630 | 2025-07-10T16:52:46.616Z | Compiling progenitor-impl v0.8.0 |
1631 | 2025-07-10T16:52:47.083Z | Compiling async-stream v0.3.6 |
1632 | 2025-07-10T16:52:47.375Z | Compiling strum v0.26.3 |
1633 | 2025-07-10T16:52:47.562Z | Compiling serde_with v3.11.0 |
1634 | 2025-07-10T16:52:49.395Z | Compiling toml v0.8.19 |
1635 | 2025-07-10T16:52:50.456Z | Compiling hyper v1.6.0 |
1636 | 2025-07-10T16:52:50.679Z | Compiling tokio-rustls v0.25.0 |
1637 | 2025-07-10T16:52:51.064Z | Compiling ahash v0.8.11 |
1638 | 2025-07-10T16:52:51.157Z | Compiling serde_path_to_error v0.1.16 |
1639 | 2025-07-10T16:52:51.543Z | Compiling waitgroup v0.1.2 |
1640 | 2025-07-10T16:52:51.823Z | Compiling hostname v0.4.0 |
1641 | 2025-07-10T16:52:51.928Z | Compiling utf8parse v0.2.2 |
1642 | 2025-07-10T16:52:52.934Z | Compiling hyper-util v0.1.10 |
1643 | 2025-07-10T16:52:53.269Z | Compiling anstyle-parse v0.2.6 |
1644 | 2025-07-10T16:52:53.311Z | Compiling hashbrown v0.14.5 |
1645 | 2025-07-10T16:52:53.882Z | Compiling instant v0.1.13 |
1646 | 2025-07-10T16:52:53.933Z | Compiling colorchoice v1.0.3 |
1647 | 2025-07-10T16:52:54.052Z | Compiling progenitor-macro v0.8.0 |
1648 | 2025-07-10T16:52:54.082Z | Compiling is_terminal_polyfill v1.70.1 |
1649 | 2025-07-10T16:52:54.144Z | Compiling anstyle-query v1.1.2 |
1650 | 2025-07-10T16:52:54.224Z | Compiling backoff v0.4.0 |
1651 | 2025-07-10T16:52:54.274Z | Compiling anstream v0.6.18 |
1652 | 2025-07-10T16:52:54.337Z | Compiling regress v0.9.1 |
1653 | 2025-07-10T16:52:54.400Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1654 | 2025-07-10T16:52:54.582Z | Compiling http-body-util v0.1.2 |
1655 | 2025-07-10T16:52:54.609Z | Compiling parse-display v0.10.0 |
1656 | 2025-07-10T16:52:54.939Z | Compiling crossbeam-utils v0.8.20 |
1657 | 2025-07-10T16:52:55.059Z | Compiling clap_lex v0.7.3 |
1658 | 2025-07-10T16:52:55.771Z | Compiling hyper-tls v0.6.0 |
1659 | 2025-07-10T16:52:55.796Z | Compiling hyper-rustls v0.27.3 |
1660 | 2025-07-10T16:52:56.156Z | Compiling tower v0.5.2 |
1661 | 2025-07-10T16:52:56.405Z | Compiling rustix v0.38.40 |
1662 | 2025-07-10T16:52:56.546Z | Compiling futures-executor v0.3.31 |
1663 | 2025-07-10T16:52:56.696Z | Compiling digest v0.10.7 |
1664 | 2025-07-10T16:52:57.043Z | Compiling reqwest v0.12.12 |
1665 | 2025-07-10T16:52:57.101Z | Compiling ipnetwork v0.21.1 |
1666 | 2025-07-10T16:52:58.374Z | Compiling itertools v0.13.0 |
1667 | 2025-07-10T16:52:59.186Z | Compiling futures v0.3.31 |
1668 | 2025-07-10T16:53:00.771Z | Compiling prettyplease v0.2.25 |
1669 | 2025-07-10T16:53:02.223Z | Compiling crossbeam-channel v0.5.15 |
1670 | 2025-07-10T16:53:04.097Z | Compiling usdt v0.5.0 |
1671 | 2025-07-10T16:53:04.642Z | Compiling slog-async v2.8.0 |
1672 | 2025-07-10T16:53:05.269Z | Compiling oxnet v0.1.2 |
1673 | 2025-07-10T16:53:05.300Z | Compiling slog-json v2.6.1 |
1674 | 2025-07-10T16:53:05.603Z | Compiling slog-term v2.9.1 |
1675 | 2025-07-10T16:53:05.726Z | Compiling float-ord v0.3.2 |
1676 | 2025-07-10T16:53:06.065Z | Compiling slog-bunyan v2.5.0 |
1677 | 2025-07-10T16:53:06.294Z | Compiling progenitor-client v0.8.0 |
1678 | 2025-07-10T16:53:07.245Z | Compiling progenitor-client v0.9.1 |
1679 | 2025-07-10T16:53:08.146Z | Compiling newtype-uuid v1.2.1 |
1680 | 2025-07-10T16:53:08.404Z | Compiling num-integer v0.1.46 |
1681 | 2025-07-10T16:53:08.582Z | Compiling daft v0.1.1 |
1682 | 2025-07-10T16:53:09.050Z | Compiling sha1 v0.10.6 |
1683 | 2025-07-10T16:53:09.450Z | Compiling progenitor v0.8.0 |
1684 | 2025-07-10T16:53:11.057Z | Compiling multer v3.1.0 |
1685 | 2025-07-10T16:53:12.114Z | Compiling dropshot v0.15.1 |
1686 | 2025-07-10T16:53:14.280Z | Compiling terminal_size v0.4.0 |
1687 | 2025-07-10T16:53:14.308Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
1688 | 2025-07-10T16:53:15.468Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1689 | 2025-07-10T16:53:16.255Z | Compiling num-rational v0.4.2 |
1690 | 2025-07-10T16:53:16.342Z | Compiling num-iter v0.1.45 |
1691 | 2025-07-10T16:53:16.530Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1692 | 2025-07-10T16:53:16.938Z | Compiling num-complex v0.4.6 |
1693 | 2025-07-10T16:53:17.832Z | Compiling num v0.4.3 |
1694 | 2025-07-10T16:53:17.951Z | Compiling clap_builder v4.5.21 |
1695 | 2025-07-10T16:53:19.350Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1696 | 2025-07-10T16:53:21.728Z | Compiling clap v4.5.21 |
1697 | 2025-07-10T16:53:25.124Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1698 | 2025-07-10T16:53:29.742Z | Compiling num-derive v0.3.3 |
1699 | 2025-07-10T16:53:30.156Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1700 | 2025-07-10T16:53:31.849Z | Compiling winnow v0.5.40 |
1701 | 2025-07-10T16:53:34.430Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1702 | 2025-07-10T16:53:38.862Z | Compiling typify-impl v0.3.0 |
1703 | 2025-07-10T16:53:39.029Z | Compiling hubpack_derive v0.1.1 |
1704 | 2025-07-10T16:53:39.059Z | Compiling zerocopy-derive v0.8.17 |
1705 | 2025-07-10T16:53:39.375Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1706 | 2025-07-10T16:53:44.794Z | Compiling proc-macro-error-attr v1.0.4 |
1707 | 2025-07-10T16:53:46.316Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1708 | 2025-07-10T16:53:51.129Z | Compiling proc-macro-error v1.0.4 |
1709 | 2025-07-10T16:53:52.380Z | Compiling toml_edit v0.19.15 |
1710 | 2025-07-10T16:53:55.320Z | Compiling proc-macro-crate v1.3.1 |
1711 | 2025-07-10T16:53:57.265Z | Compiling typify-macro v0.3.0 |
1712 | 2025-07-10T16:53:57.774Z | Compiling num_enum_derive v0.5.11 |
1713 | 2025-07-10T16:53:59.878Z | Compiling foreign-types-macros v0.2.3 |
1714 | 2025-07-10T16:54:00.214Z | Compiling unicode-width v0.1.14 |
1715 | 2025-07-10T16:54:01.158Z | Compiling lazy_static v1.5.0 |
1716 | 2025-07-10T16:54:01.443Z | Compiling typify v0.3.0 |
1717 | 2025-07-10T16:54:01.597Z | Compiling progenitor-impl v0.9.1 |
1718 | 2025-07-10T16:54:02.653Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1719 | 2025-07-10T16:54:04.979Z | Compiling libscf-sys v1.1.0 |
1720 | 2025-07-10T16:54:05.429Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1721 | 2025-07-10T16:54:05.469Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1722 | 2025-07-10T16:54:06.398Z | Compiling either v1.13.0 |
1723 | 2025-07-10T16:54:06.486Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1724 | 2025-07-10T16:54:07.394Z | Compiling bitflags v1.3.2 |
1725 | 2025-07-10T16:54:07.442Z | Compiling nom v7.1.3 |
1726 | 2025-07-10T16:54:07.534Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
1727 | 2025-07-10T16:54:07.564Z | Compiling libloading v0.8.5 |
1728 | 2025-07-10T16:54:07.890Z | Compiling unicode-segmentation v1.12.0 |
1729 | 2025-07-10T16:54:08.418Z | Compiling clang-sys v1.8.1 |
1730 | 2025-07-10T16:54:08.696Z | Compiling zone_cfg_derive v0.3.0 |
1731 | 2025-07-10T16:54:09.629Z | Compiling progenitor-macro v0.9.1 |
1732 | 2025-07-10T16:54:10.559Z | Compiling cexpr v0.6.0 |
1733 | 2025-07-10T16:54:11.978Z | Compiling num-derive v0.4.2 |
1734 | 2025-07-10T16:54:12.003Z | Compiling proc-macro-error-attr2 v2.0.0 |
1735 | 2025-07-10T16:54:13.203Z | Compiling bindgen v0.71.1 |
1736 | 2025-07-10T16:54:13.228Z | Compiling proc-macro-error2 v2.0.1 |
1737 | 2025-07-10T16:54:13.782Z | Compiling hubpack v0.1.2 |
1738 | 2025-07-10T16:54:13.948Z | Compiling tabled_derive v0.10.0 |
1739 | 2025-07-10T16:54:15.529Z | Compiling zerocopy-derive v0.6.6 |
1740 | 2025-07-10T16:54:15.976Z | Compiling derive-where v1.2.7 |
1741 | 2025-07-10T16:54:16.360Z | Compiling libz-sys v1.1.20 |
1742 | 2025-07-10T16:54:16.822Z | Compiling static_assertions v1.1.0 |
1743 | 2025-07-10T16:54:17.096Z | Compiling zerocopy v0.8.17 |
1744 | 2025-07-10T16:54:17.254Z | Compiling hash32 v0.3.1 |
1745 | 2025-07-10T16:54:17.551Z | Compiling fastrand v2.2.0 |
1746 | 2025-07-10T16:54:17.691Z | Compiling heapless v0.8.0 |
1747 | 2025-07-10T16:54:18.626Z | Compiling tempfile v3.14.0 |
1748 | 2025-07-10T16:54:18.828Z | Compiling strum_macros v0.25.3 |
1749 | 2025-07-10T16:54:19.518Z | Compiling tabwriter v1.4.0 |
1750 | 2025-07-10T16:54:20.029Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1751 | 2025-07-10T16:54:21.148Z | Compiling enum-as-inner v0.6.1 |
1752 | 2025-07-10T16:54:22.001Z | Compiling serde_repr v0.1.19 |
1753 | 2025-07-10T16:54:22.242Z | Compiling managed v0.8.0 |
1754 | 2025-07-10T16:54:22.722Z | Compiling cobs v0.2.3 |
1755 | 2025-07-10T16:54:23.054Z | Compiling postcard v1.0.10 |
1756 | 2025-07-10T16:54:23.154Z | Compiling smoltcp v0.11.0 |
1757 | 2025-07-10T16:54:23.698Z | Compiling progenitor v0.9.1 |
1758 | 2025-07-10T16:54:23.950Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1759 | 2025-07-10T16:54:25.146Z | Compiling colored v2.1.0 |
1760 | 2025-07-10T16:54:25.917Z | Compiling foreign-types-shared v0.3.1 |
1761 | 2025-07-10T16:54:25.963Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1762 | 2025-07-10T16:54:26.553Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1763 | 2025-07-10T16:54:26.590Z | Compiling foreign-types v0.5.0 |
1764 | 2025-07-10T16:54:26.745Z | Compiling derive_more v0.99.18 |
1765 | 2025-07-10T16:54:27.216Z | Compiling camino-tempfile v1.1.1 |
1766 | 2025-07-10T16:54:27.671Z | Compiling heck v0.3.3 |
1767 | 2025-07-10T16:54:27.925Z | Compiling num_enum v0.5.11 |
1768 | 2025-07-10T16:54:27.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1769 | 2025-07-10T16:54:28.102Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1770 | 2025-07-10T16:54:28.199Z | Compiling cstr-argument v0.1.2 |
1771 | 2025-07-10T16:54:28.406Z | Compiling pretty-hex v0.2.1 |
1772 | 2025-07-10T16:54:28.474Z | Compiling unicode-width v0.2.0 |
1773 | 2025-07-10T16:54:28.798Z | Compiling bytecount v0.6.8 |
1774 | 2025-07-10T16:54:29.011Z | Compiling papergrid v0.14.0 |
1775 | 2025-07-10T16:54:29.351Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1776 | 2025-07-10T16:54:29.602Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1777 | 2025-07-10T16:54:29.922Z | Compiling structopt-derive v0.4.18 |
1778 | 2025-07-10T16:54:30.190Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1779 | 2025-07-10T16:54:30.625Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1780 | 2025-07-10T16:54:31.119Z | Compiling memoffset v0.9.1 |
1781 | 2025-07-10T16:54:31.258Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1782 | 2025-07-10T16:54:32.308Z | Compiling tinyvec_macros v0.1.1 |
1783 | 2025-07-10T16:54:32.349Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1784 | 2025-07-10T16:54:32.433Z | Compiling tinyvec v1.8.0 |
1785 | 2025-07-10T16:54:32.572Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1786 | 2025-07-10T16:54:32.719Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1787 | 2025-07-10T16:54:33.335Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1788 | 2025-07-10T16:54:33.889Z | Compiling nix v0.29.0 |
1789 | 2025-07-10T16:54:34.767Z | Compiling tabled v0.18.0 |
1790 | 2025-07-10T16:54:34.847Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
1791 | 2025-07-10T16:54:35.780Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2025-07-10T16:54:35.903Z | Compiling itertools v0.14.0 |
1793 | 2025-07-10T16:54:36.399Z | Compiling itertools v0.10.5 |
1794 | 2025-07-10T16:54:37.008Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1795 | 2025-07-10T16:54:37.399Z | Compiling sigpipe v0.1.3 |
1796 | 2025-07-10T16:54:37.559Z | Compiling base64ct v1.6.0 |
1797 | 2025-07-10T16:54:38.183Z | Compiling password-hash v0.5.0 |
1798 | 2025-07-10T16:54:38.756Z | Compiling zone v0.3.0 |
1799 | 2025-07-10T16:54:38.873Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1800 | 2025-07-10T16:54:39.210Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1801 | 2025-07-10T16:54:39.800Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1802 | 2025-07-10T16:54:40.279Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1803 | 2025-07-10T16:54:40.399Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1804 | 2025-07-10T16:54:40.541Z | Compiling unicode-normalization v0.1.24 |
1805 | 2025-07-10T16:54:41.604Z | Compiling textwrap v0.11.0 |
1806 | 2025-07-10T16:54:41.884Z | Compiling blake2 v0.10.6 |
1807 | 2025-07-10T16:54:42.018Z | Compiling smf v0.2.3 |
1808 | 2025-07-10T16:54:42.125Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1809 | 2025-07-10T16:54:42.282Z | Compiling atty v0.2.14 |
1810 | 2025-07-10T16:54:42.447Z | Compiling strsim v0.8.0 |
1811 | 2025-07-10T16:54:42.864Z | Compiling vec_map v0.8.2 |
1812 | 2025-07-10T16:54:42.937Z | Compiling whoami v1.5.2 |
1813 | 2025-07-10T16:54:43.127Z | Compiling ansi_term v0.12.1 |
1814 | 2025-07-10T16:54:43.170Z | Compiling fixedbitset v0.4.2 |
1815 | 2025-07-10T16:54:43.353Z | Compiling unicode-bidi v0.3.17 |
1816 | 2025-07-10T16:54:43.520Z | Compiling crc8 v0.1.1 |
1817 | 2025-07-10T16:54:43.639Z | Compiling petgraph v0.6.5 |
1818 | 2025-07-10T16:54:43.664Z | Compiling clap v2.34.0 |
1819 | 2025-07-10T16:54:43.702Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1820 | 2025-07-10T16:54:44.275Z | Compiling idna v0.4.0 |
1821 | 2025-07-10T16:54:44.501Z | Compiling argon2 v0.5.3 |
1822 | 2025-07-10T16:54:46.344Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
1823 | 2025-07-10T16:54:46.502Z | Compiling zerocopy v0.6.6 |
1824 | 2025-07-10T16:54:46.617Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
1825 | 2025-07-10T16:54:47.165Z | Compiling newline-converter v0.3.0 |
1826 | 2025-07-10T16:54:47.230Z | Compiling console v0.15.8 |
1827 | 2025-07-10T16:54:47.705Z | Compiling serde-big-array v0.5.1 |
1828 | 2025-07-10T16:54:48.215Z | Compiling similar v2.6.0 |
1829 | 2025-07-10T16:54:48.754Z | Compiling linked-hash-map v0.5.6 |
1830 | 2025-07-10T16:54:49.108Z | Compiling data-encoding v2.6.0 |
1831 | 2025-07-10T16:54:49.532Z | Compiling quick-error v1.2.3 |
1832 | 2025-07-10T16:54:49.744Z | Compiling resolv-conf v0.7.0 |
1833 | 2025-07-10T16:54:49.854Z | Compiling hickory-proto v0.24.1 |
1834 | 2025-07-10T16:54:50.761Z | Compiling expectorate v1.1.0 |
1835 | 2025-07-10T16:54:50.970Z | Compiling lru-cache v0.1.2 |
1836 | 2025-07-10T16:54:52.055Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1837 | 2025-07-10T16:54:52.685Z | Compiling structopt v0.3.26 |
1838 | 2025-07-10T16:54:52.879Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1839 | 2025-07-10T16:54:53.707Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1840 | 2025-07-10T16:54:53.878Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
1841 | 2025-07-10T16:54:54.269Z | Compiling atomicwrites v0.4.4 |
1842 | 2025-07-10T16:54:54.640Z | Compiling newtype_derive v0.1.6 |
1843 | 2025-07-10T16:54:54.768Z | Compiling owo-colors v4.1.0 |
1844 | 2025-07-10T16:54:56.342Z | Compiling cancel-safe-futures v0.1.5 |
1845 | 2025-07-10T16:54:57.320Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1846 | 2025-07-10T16:54:57.358Z | Compiling libsw v3.3.1 |
1847 | 2025-07-10T16:54:57.967Z | Compiling cargo-platform v0.1.8 |
1848 | 2025-07-10T16:54:58.270Z | Compiling highway v1.2.0 |
1849 | 2025-07-10T16:54:58.322Z | Compiling swrite v0.1.0 |
1850 | 2025-07-10T16:54:58.474Z | Compiling linear-map v1.2.0 |
1851 | 2025-07-10T16:54:59.105Z | Compiling indent_write v2.2.0 |
1852 | 2025-07-10T16:54:59.352Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1853 | 2025-07-10T16:55:00.081Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1854 | 2025-07-10T16:55:00.297Z | Compiling cargo_metadata v0.18.1 |
1855 | 2025-07-10T16:55:01.292Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1856 | 2025-07-10T16:55:04.713Z | Compiling steno v0.4.1 |
1857 | 2025-07-10T16:55:05.271Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1858 | 2025-07-10T16:55:06.286Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1859 | 2025-07-10T16:55:06.582Z | Compiling hickory-resolver v0.24.3 |
1860 | 2025-07-10T16:55:07.849Z | Compiling cookie v0.18.1 |
1861 | 2025-07-10T16:55:11.524Z | Compiling tokio-stream v0.1.16 |
1862 | 2025-07-10T16:55:11.799Z | Compiling rustc_version v0.4.1 |
1863 | 2025-07-10T16:55:12.542Z | Compiling humantime v2.1.0 |
1864 | 2025-07-10T16:55:14.059Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1865 | 2025-07-10T16:55:14.135Z | Compiling qorb v0.2.1 |
1866 | 2025-07-10T16:55:20.984Z | Compiling signal-hook v0.3.17 |
1867 | 2025-07-10T16:55:22.080Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
1868 | 2025-07-10T16:55:23.415Z | Compiling crossbeam-epoch v0.9.18 |
1869 | 2025-07-10T16:55:23.636Z | Compiling curl-sys v0.4.78+curl-8.11.0 |
1870 | 2025-07-10T16:55:24.265Z | Compiling predicates-core v1.0.8 |
1871 | 2025-07-10T16:55:24.435Z | Compiling mockall_derive v0.13.1 |
1872 | 2025-07-10T16:55:24.877Z | Compiling crossbeam-deque v0.8.5 |
1873 | 2025-07-10T16:55:25.144Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1874 | 2025-07-10T16:55:25.168Z | Compiling slog-dtrace v0.3.0 |
1875 | 2025-07-10T16:55:25.361Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
1876 | 2025-07-10T16:55:26.011Z | Compiling blake3 v1.5.4 |
1877 | 2025-07-10T16:55:26.540Z | Compiling csv-core v0.1.11 |
1878 | 2025-07-10T16:55:26.751Z | Compiling yansi v1.0.1 |
1879 | 2025-07-10T16:55:26.947Z | Compiling termtree v0.4.1 |
1880 | 2025-07-10T16:55:27.170Z | Compiling diff v0.1.13 |
1881 | 2025-07-10T16:55:27.196Z | Compiling adler2 v2.0.0 |
1882 | 2025-07-10T16:55:27.238Z | Compiling predicates-tree v1.0.11 |
1883 | 2025-07-10T16:55:27.496Z | Compiling pretty_assertions v1.4.1 |
1884 | 2025-07-10T16:55:27.573Z | Compiling miniz_oxide v0.8.0 |
1885 | 2025-07-10T16:55:27.867Z | Compiling csv v1.3.1 |
1886 | 2025-07-10T16:55:28.909Z | Compiling rayon-core v1.12.1 |
1887 | 2025-07-10T16:55:29.389Z | Compiling predicates v3.1.2 |
1888 | 2025-07-10T16:55:30.758Z | Compiling xattr v1.3.1 |
1889 | 2025-07-10T16:55:31.075Z | Compiling memmap2 v0.9.5 |
1890 | 2025-07-10T16:55:31.287Z | Compiling filetime v0.2.25 |
1891 | 2025-07-10T16:55:31.468Z | Compiling crc32fast v1.4.2 |
1892 | 2025-07-10T16:55:31.542Z | Compiling arrayvec v0.7.6 |
1893 | 2025-07-10T16:55:31.695Z | Compiling constant_time_eq v0.3.1 |
1894 | 2025-07-10T16:55:31.868Z | Compiling fragile v2.0.0 |
1895 | 2025-07-10T16:55:31.903Z | Compiling arrayref v0.3.9 |
1896 | 2025-07-10T16:55:31.962Z | Compiling same-file v1.0.6 |
1897 | 2025-07-10T16:55:32.311Z | Compiling downcast v0.11.0 |
1898 | 2025-07-10T16:55:32.536Z | Compiling walkdir v2.5.0 |
1899 | 2025-07-10T16:55:33.613Z | Compiling flate2 v1.0.34 |
1900 | 2025-07-10T16:55:34.014Z | Compiling toml v0.7.8 |
1901 | 2025-07-10T16:55:34.153Z | Compiling git2 v0.19.0 |
1902 | 2025-07-10T16:55:34.479Z | Compiling tar v0.4.43 |
1903 | 2025-07-10T16:55:35.410Z | Compiling mockall v0.13.1 |
1904 | 2025-07-10T16:55:35.677Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1905 | 2025-07-10T16:55:35.824Z | Compiling curl v0.4.47 |
1906 | 2025-07-10T16:55:36.964Z | Compiling signal-hook-tokio v0.3.1 |
1907 | 2025-07-10T16:55:37.776Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
1908 | 2025-07-10T16:55:38.777Z | Compiling sha2 v0.10.8 |
1909 | 2025-07-10T16:55:39.756Z | Compiling vergen v8.3.2 |
1910 | 2025-07-10T16:55:40.056Z | Compiling kstat-rs v0.2.4 |
1911 | 2025-07-10T16:55:40.809Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
1912 | 2025-07-10T16:55:41.347Z | Compiling topological-sort v0.2.2 |
1913 | 2025-07-10T16:55:41.378Z | Compiling display-error-chain v0.2.2 |
1914 | 2025-07-10T16:55:41.616Z | Compiling hex-literal v0.4.1 |
1915 | 2025-07-10T16:55:41.837Z | Compiling omicron-zone-package v0.12.0 |
1916 | 2025-07-10T16:55:42.097Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1917 | 2025-07-10T16:55:42.209Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
1918 | 2025-07-10T16:55:42.375Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
1919 | 2025-07-10T16:55:46.965Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1920 | 2025-07-10T16:55:48.818Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1921 | 2025-07-10T16:55:49.285Z | Compiling search_path v0.1.4 |
1922 | 2025-07-10T16:55:49.735Z | Compiling internet-checksum v0.2.1 |
1923 | 2025-07-10T16:55:50.166Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
1924 | 2025-07-10T16:55:52.187Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
1925 | 2025-07-10T16:55:53.484Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
1926 | 2025-07-10T16:57:25.358Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 33s |
1927 | 2025-07-10T16:57:25.487Z | Running unittests src/lib.rs (target/debug/deps/aal-8f28490d264753c2) |
1928 | 2025-07-10T16:57:25.518Z | |
1929 | 2025-07-10T16:57:25.518Z | running 0 tests |
1930 | 2025-07-10T16:57:25.518Z | |
1931 | 2025-07-10T16:57:25.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1932 | 2025-07-10T16:57:25.518Z | |
1933 | 2025-07-10T16:57:25.544Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
1934 | 2025-07-10T16:57:25.569Z | |
1935 | 2025-07-10T16:57:25.569Z | running 0 tests |
1936 | 2025-07-10T16:57:25.569Z | |
1937 | 2025-07-10T16:57:25.569Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1938 | 2025-07-10T16:57:25.569Z | |
1939 | 2025-07-10T16:57:25.569Z | Running unittests src/lib.rs (target/debug/deps/asic-b9fb20fb79528cf4) |
1940 | 2025-07-10T16:57:25.594Z | |
1941 | 2025-07-10T16:57:25.594Z | running 0 tests |
1942 | 2025-07-10T16:57:25.594Z | |
1943 | 2025-07-10T16:57:25.594Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1944 | 2025-07-10T16:57:25.594Z | |
1945 | 2025-07-10T16:57:25.594Z | Running unittests src/lib.rs (target/debug/deps/common-dc2a18e8ca6ae4c2) |
1946 | 2025-07-10T16:57:25.619Z | |
1947 | 2025-07-10T16:57:25.619Z | running 10 tests |
1948 | 2025-07-10T16:57:25.619Z | test nat::tests::test_vni ... ok |
1949 | 2025-07-10T16:57:25.619Z | test network::tests::test_equal ... ok |
1950 | 2025-07-10T16:57:25.619Z | test network::tests::test_eui64 ... ok |
1951 | 2025-07-10T16:57:25.619Z | test network::tests::test_generate_ipv6_link_local ... ok |
1952 | 2025-07-10T16:57:25.619Z | test network::tests::test_not_equal ... ok |
1953 | 2025-07-10T16:57:25.619Z | test network::tests::test_into ... ok |
1954 | 2025-07-10T16:57:25.619Z | test network::tests::test_parse ... ok |
1955 | 2025-07-10T16:57:25.619Z | test network::tests::test_to_string ... ok |
1956 | 2025-07-10T16:57:25.619Z | test test_purge ... ok |
1957 | 2025-07-10T16:57:25.619Z | test illumos::test::address_exists_handles_missing_object ... ok |
1958 | 2025-07-10T16:57:25.619Z | |
1959 | 2025-07-10T16:57:25.619Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1960 | 2025-07-10T16:57:25.619Z | |
1961 | 2025-07-10T16:57:25.619Z | Running unittests src/main.rs (target/debug/deps/dpd-56d0ef75663e9617) |
1962 | 2025-07-10T16:57:25.644Z | |
1963 | 2025-07-10T16:57:25.645Z | running 33 tests |
1964 | 2025-07-10T16:57:25.670Z | Jul 10 16:57:24.932 DEBG created new freemap, unit: freemap_test |
1965 | 2025-07-10T16:57:25.670Z | Jul 10 16:57:24.932 DEBG initted freemap. size: 128, unit: freemap_test |
1966 | 2025-07-10T16:57:25.670Z | Jul 10 16:57:24.932 DEBG reset freemap, unit: freemap_test |
1967 | 2025-07-10T16:57:25.695Z | test freemap::test_ordering ... ok |
1968 | 2025-07-10T16:57:25.695Z | test config::tests::test_updates ... ok |
1969 | 2025-07-10T16:57:25.695Z | test freemap::test_exhaustion ... ok |
1970 | 2025-07-10T16:57:25.695Z | test freemap::test_split ... ok |
1971 | 2025-07-10T16:57:25.695Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
1972 | 2025-07-10T16:57:25.695Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
1973 | 2025-07-10T16:57:25.695Z | test macaddrs::tests::test_mac_offset ... ok |
1974 | 2025-07-10T16:57:25.695Z | test macaddrs::tests::test_parse_port_id ... ok |
1975 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.955 DEBG created new freemap, unit: freemap_test |
1976 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.955 DEBG initted freemap. size: 128, unit: freemap_test |
1977 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.955 DEBG reset freemap, unit: freemap_test |
1978 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.955 DEBG created new freemap, unit: freemap_test |
1979 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.956 DEBG initted freemap. size: 128, unit: freemap_test |
1980 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.956 DEBG reset freemap, unit: freemap_test |
1981 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.956 DEBG created new freemap, unit: freemap_test |
1982 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.956 DEBG initted freemap. size: 128, unit: freemap_test |
1983 | 2025-07-10T16:57:25.695Z | Jul 10 16:57:24.956 DEBG reset freemap, unit: freemap_test |
1984 | 2025-07-10T16:57:25.695Z | test mcast::tests::test_id_range_boundaries ... ok |
1985 | 2025-07-10T16:57:25.695Z | test freemap::test_free ... ok |
1986 | 2025-07-10T16:57:25.695Z | test freemap::test_basic ... ok |
1987 | 2025-07-10T16:57:25.721Z | test freemap::test_span ... ok |
1988 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
1989 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
1990 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
1991 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
1992 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
1993 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_ipv4_validation ... ok |
1994 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
1995 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_ipv6_validation ... ok |
1996 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
1997 | 2025-07-10T16:57:25.721Z | test nat::test_mapping ... ok |
1998 | 2025-07-10T16:57:25.721Z | test port_map::tests::dump_map ... ok |
1999 | 2025-07-10T16:57:25.721Z | test port_map::tests::test_backplane_group ... ok |
2000 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
2001 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_validate_nat_target ... ok |
2002 | 2025-07-10T16:57:25.721Z | test port_map::tests::test_port_map ... ok |
2003 | 2025-07-10T16:57:25.721Z | test port_map::tests::parse_softnpu_revision ... ok |
2004 | 2025-07-10T16:57:25.721Z | test mcast::validate::tests::test_is_ssm_function ... ok |
2005 | 2025-07-10T16:57:25.721Z | test mcast::tests::test_concurrent_id_allocation ... ok |
2006 | 2025-07-10T16:57:25.721Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
2007 | 2025-07-10T16:57:25.721Z | test api_server::tests::test_build_info ... ok |
2008 | 2025-07-10T16:57:25.721Z | Jul 10 16:57:24.972 DEBG created new freemap, unit: freemap_test |
2009 | 2025-07-10T16:57:25.721Z | Jul 10 16:57:24.972 DEBG initted freemap. size: 128, unit: freemap_test |
2010 | 2025-07-10T16:57:25.721Z | Jul 10 16:57:24.972 DEBG reset freemap, unit: freemap_test |
2011 | 2025-07-10T16:57:25.722Z | test freemap::test_reclaim ... ok |
2012 | 2025-07-10T16:57:25.722Z | |
2013 | 2025-07-10T16:57:25.722Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
2014 | 2025-07-10T16:57:25.722Z | |
2015 | 2025-07-10T16:57:25.722Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c416cb9f252a8ef4) |
2016 | 2025-07-10T16:57:25.747Z | |
2017 | 2025-07-10T16:57:25.747Z | running 0 tests |
2018 | 2025-07-10T16:57:25.747Z | |
2019 | 2025-07-10T16:57:25.747Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2020 | 2025-07-10T16:57:25.747Z | |
2021 | 2025-07-10T16:57:25.747Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-9112713d9c75e68e) |
2022 | 2025-07-10T16:57:25.772Z | |
2023 | 2025-07-10T16:57:25.772Z | running 2 tests |
2024 | 2025-07-10T16:57:25.773Z | test tests::test_port_id_cmp ... ok |
2025 | 2025-07-10T16:57:25.773Z | test tests::test_parse_client_port_id ... ok |
2026 | 2025-07-10T16:57:25.773Z | |
2027 | 2025-07-10T16:57:25.773Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2028 | 2025-07-10T16:57:25.773Z | |
2029 | 2025-07-10T16:57:25.798Z | Running tests/test_all.rs (target/debug/deps/test_all-158c4966d0084674) |
2030 | 2025-07-10T16:57:25.798Z | |
2031 | 2025-07-10T16:57:25.798Z | running 0 tests |
2032 | 2025-07-10T16:57:25.798Z | |
2033 | 2025-07-10T16:57:25.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2034 | 2025-07-10T16:57:25.798Z | |
2035 | 2025-07-10T16:57:25.798Z | Running unittests src/lib.rs (target/debug/deps/packet-bc24c48def20f0fd) |
2036 | 2025-07-10T16:57:25.827Z | |
2037 | 2025-07-10T16:57:25.828Z | running 12 tests |
2038 | 2025-07-10T16:57:25.852Z | test icmp::test_v6_checksum ... ok |
2039 | 2025-07-10T16:57:25.852Z | test lldp::test_lldp_parse ... ok |
2040 | 2025-07-10T16:57:25.852Z | test icmp::test_v4_checksum ... ok |
2041 | 2025-07-10T16:57:25.853Z | test pbuf::test_byte ... ok |
2042 | 2025-07-10T16:57:25.853Z | test ipv6::test_ipv6_parse ... ok |
2043 | 2025-07-10T16:57:25.853Z | test pbuf::test_nibble ... ok |
2044 | 2025-07-10T16:57:25.853Z | test pbuf::test_overflow ... ok |
2045 | 2025-07-10T16:57:25.853Z | test pbuf::test_short ... ok |
2046 | 2025-07-10T16:57:25.853Z | test pbuf::test_word ... ok |
2047 | 2025-07-10T16:57:25.853Z | test pbuf::test_twelve ... ok |
2048 | 2025-07-10T16:57:25.853Z | test tcp::test_checksum_syn_nodata ... ok |
2049 | 2025-07-10T16:57:25.853Z | test tcp::test_checksum_ack_data ... ok |
2050 | 2025-07-10T16:57:25.853Z | |
2051 | 2025-07-10T16:57:25.853Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2052 | 2025-07-10T16:57:25.853Z | |
2053 | 2025-07-10T16:57:25.853Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
2054 | 2025-07-10T16:57:25.878Z | |
2055 | 2025-07-10T16:57:25.878Z | running 0 tests |
2056 | 2025-07-10T16:57:25.878Z | |
2057 | 2025-07-10T16:57:25.878Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2058 | 2025-07-10T16:57:25.878Z | |
2059 | 2025-07-10T16:57:25.878Z | Running unittests src/main.rs (target/debug/deps/swadm-8e35942b36c06bc3) |
2060 | 2025-07-10T16:57:25.904Z | |
2061 | 2025-07-10T16:57:25.904Z | running 3 tests |
2062 | 2025-07-10T16:57:25.904Z | test switchport::test::test_compute_lanes ... ok |
2063 | 2025-07-10T16:57:25.904Z | Lane 0 Lane 0 Lane 1 Lane 1 Lane 2 Lane 2Lane 3 |
2064 | 2025-07-10T16:57:25.904Z | Rx Loss-of-lock: Yes Yes Yes Yes |
2065 | 2025-07-10T16:57:25.904Z | Rx Loss-of-signal: Yes Yes Yes Yes |
2066 | 2025-07-10T16:57:25.904Z | Rx CDR Enabled: Yes Yes Yes Yes |
2067 | 2025-07-10T16:57:25.904Z | Tx Enabled: Yes Yes Yes Yes |
2068 | 2025-07-10T16:57:25.904Z | Tx Loss-of-lock: No No No No |
2069 | 2025-07-10T16:57:25.904Z | Tx Loss-of-signal: No No No No |
2070 | 2025-07-10T16:57:25.904Z | Tx CDR Enabled: No NoLane 3 |
2071 | 2025-07-10T16:57:25.904Z | No No State: Activated |
2072 | 2025-07-10T16:57:25.904Z | Tx Adaptive EQ Fault: NoActivated No Activated ActivatedNo |
2073 | 2025-07-10T16:57:25.904Z | No Rx Output Enabled: false |
2074 | 2025-07-10T16:57:25.904Z | Tx Fault: Yes false Yes false falseYes |
2075 | 2025-07-10T16:57:25.904Z | Yes Rx Output Status: valid |
2076 | 2025-07-10T16:57:25.904Z | valid valid valid |
2077 | 2025-07-10T16:57:25.904Z | Rx Loss-of-lock: true true true true |
2078 | 2025-07-10T16:57:25.904Z | Rx Loss-of-signal: false false false false |
2079 | 2025-07-10T16:57:25.904Z | Rx Auto-squelch Disable: true true true true |
2080 | 2025-07-10T16:57:25.904Z | Tx Output Enabled: true true true true |
2081 | 2025-07-10T16:57:25.904Z | Tx Output Status: invalid invalid invalid invalid |
2082 | 2025-07-10T16:57:25.904Z | Tx Loss-of-lock: false false false false |
2083 | 2025-07-10T16:57:25.904Z | Tx Loss-of-signal: true true true true |
2084 | 2025-07-10T16:57:25.904Z | Tx Auto-squelch Disable: false false false false |
2085 | 2025-07-10T16:57:25.904Z | Tx Adaptive EQ Fail: true true true true |
2086 | 2025-07-10T16:57:25.904Z | Tx Failure: false false false false |
2087 | 2025-07-10T16:57:25.904Z | Tx Force Squelch: true true true true |
2088 | 2025-07-10T16:57:25.904Z | Tx Input Polarity: normal normal normal normal |
2089 | 2025-07-10T16:57:25.904Z | test switchport::test::test_print_sff_datapath ... ok |
2090 | 2025-07-10T16:57:25.904Z | test switchport::test::test_print_cmis_datapath ... ok |
2091 | 2025-07-10T16:57:25.904Z | |
2092 | 2025-07-10T16:57:25.904Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2093 | 2025-07-10T16:57:25.904Z | |
2094 | 2025-07-10T16:57:25.904Z | Running tests/port-link.rs (target/debug/deps/port_link-5a632e4581e04953) |
2095 | 2025-07-10T16:57:25.930Z | |
2096 | 2025-07-10T16:57:25.930Z | running 5 tests |
2097 | 2025-07-10T16:57:25.930Z | test test_an ... ignored |
2098 | 2025-07-10T16:57:25.930Z | test test_enable ... ignored |
2099 | 2025-07-10T16:57:25.930Z | test test_ip_addresses ... ignored |
2100 | 2025-07-10T16:57:25.930Z | test test_kr ... ignored |
2101 | 2025-07-10T16:57:25.930Z | test test_mac ... ignored |
2102 | 2025-07-10T16:57:25.930Z | |
2103 | 2025-07-10T16:57:25.930Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2104 | 2025-07-10T16:57:25.930Z | |
2105 | 2025-07-10T16:57:25.930Z | Running unittests src/main.rs (target/debug/deps/tfportd-f70eac9211a11ae2) |
2106 | 2025-07-10T16:57:25.955Z | |
2107 | 2025-07-10T16:57:25.955Z | running 3 tests |
2108 | 2025-07-10T16:57:25.955Z | test linklocal::test_parse_ipadm ... ok |
2109 | 2025-07-10T16:57:25.955Z | test tfport::test_parse_tfport ... ok |
2110 | 2025-07-10T16:57:25.980Z | test config::tests::test_updates ... ok |
2111 | 2025-07-10T16:57:25.980Z | |
2112 | 2025-07-10T16:57:25.980Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2113 | 2025-07-10T16:57:25.980Z | |
2114 | 2025-07-10T16:57:25.980Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e7b81ede73ce1c55) |
2115 | 2025-07-10T16:57:26.005Z | |
2116 | 2025-07-10T16:57:26.005Z | running 0 tests |
2117 | 2025-07-10T16:57:26.005Z | |
2118 | 2025-07-10T16:57:26.005Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2119 | 2025-07-10T16:57:26.005Z | |
2120 | 2025-07-10T16:57:26.005Z | Running unittests src/main.rs (target/debug/deps/xtask-043f4c3ca372640a) |
2121 | 2025-07-10T16:57:26.032Z | |
2122 | 2025-07-10T16:57:26.032Z | running 0 tests |
2123 | 2025-07-10T16:57:26.032Z | |
2124 | 2025-07-10T16:57:26.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2125 | 2025-07-10T16:57:26.032Z | |
2126 | 2025-07-10T16:57:26.032Z | Doc-tests aal |
2127 | 2025-07-10T16:57:26.214Z | |
2128 | 2025-07-10T16:57:26.214Z | running 0 tests |
2129 | 2025-07-10T16:57:26.214Z | |
2130 | 2025-07-10T16:57:26.214Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2131 | 2025-07-10T16:57:26.214Z | |
2132 | 2025-07-10T16:57:26.241Z | Doc-tests aal_macros |
2133 | 2025-07-10T16:57:26.387Z | |
2134 | 2025-07-10T16:57:26.387Z | running 0 tests |
2135 | 2025-07-10T16:57:26.387Z | |
2136 | 2025-07-10T16:57:26.387Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2137 | 2025-07-10T16:57:26.387Z | |
2138 | 2025-07-10T16:57:26.412Z | Doc-tests common |
2139 | 2025-07-10T16:57:26.817Z | |
2140 | 2025-07-10T16:57:26.817Z | running 0 tests |
2141 | 2025-07-10T16:57:26.817Z | |
2142 | 2025-07-10T16:57:26.817Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2143 | 2025-07-10T16:57:26.817Z | |
2144 | 2025-07-10T16:57:26.846Z | Doc-tests dpd_client |
2145 | 2025-07-10T16:57:29.056Z | |
2146 | 2025-07-10T16:57:29.056Z | running 0 tests |
2147 | 2025-07-10T16:57:29.056Z | |
2148 | 2025-07-10T16:57:29.056Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2149 | 2025-07-10T16:57:29.056Z | |
2150 | 2025-07-10T16:57:29.121Z | Doc-tests packet |
2151 | 2025-07-10T16:57:29.324Z | |
2152 | 2025-07-10T16:57:29.324Z | running 0 tests |
2153 | 2025-07-10T16:57:29.324Z | |
2154 | 2025-07-10T16:57:29.324Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2155 | 2025-07-10T16:57:29.324Z | |
2156 | 2025-07-10T16:57:29.350Z | Doc-tests pcap |
2157 | 2025-07-10T16:57:29.466Z | |
2158 | 2025-07-10T16:57:29.466Z | running 0 tests |
2159 | 2025-07-10T16:57:29.466Z | |
2160 | 2025-07-10T16:57:29.466Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2161 | 2025-07-10T16:57:29.466Z | |
2162 | 2025-07-10T16:57:29.556Z | + for feat in tofino_stub tofino_asic softnpu chaos |
2163 | 2025-07-10T16:57:29.556Z | + cargo test --features tofino_asic |
2164 | 2025-07-10T16:57:30.580Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2165 | 2025-07-10T16:57:30.605Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
2166 | 2025-07-10T16:57:30.654Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2167 | 2025-07-10T16:57:30.686Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
2168 | 2025-07-10T16:57:30.712Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
2169 | 2025-07-10T16:57:48.823Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
2170 | 2025-07-10T16:57:49.017Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
2171 | 2025-07-10T16:59:16.187Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 46s |
2172 | 2025-07-10T16:59:16.313Z | Running unittests src/lib.rs (target/debug/deps/aal-8f28490d264753c2) |
2173 | 2025-07-10T16:59:16.343Z | |
2174 | 2025-07-10T16:59:16.343Z | running 0 tests |
2175 | 2025-07-10T16:59:16.343Z | |
2176 | 2025-07-10T16:59:16.343Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2177 | 2025-07-10T16:59:16.343Z | |
2178 | 2025-07-10T16:59:16.368Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
2179 | 2025-07-10T16:59:16.368Z | |
2180 | 2025-07-10T16:59:16.368Z | running 0 tests |
2181 | 2025-07-10T16:59:16.368Z | |
2182 | 2025-07-10T16:59:16.368Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2183 | 2025-07-10T16:59:16.368Z | |
2184 | 2025-07-10T16:59:16.368Z | Running unittests src/lib.rs (target/debug/deps/asic-5cc06bafb7d19d80) |
2185 | 2025-07-10T16:59:16.567Z | |
2186 | 2025-07-10T16:59:16.567Z | running 8 tests |
2187 | 2025-07-10T16:59:16.592Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
2188 | 2025-07-10T16:59:16.592Z | test tofino_asic::qsfp::tests::fix_link ... ok |
2189 | 2025-07-10T16:59:16.592Z | test tofino_asic::stats::constants_sanity_check ... ok |
2190 | 2025-07-10T16:59:16.592Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
2191 | 2025-07-10T16:59:16.592Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
2192 | 2025-07-10T16:59:16.592Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
2193 | 2025-07-10T16:59:16.592Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
2194 | 2025-07-10T16:59:17.073Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
2195 | 2025-07-10T16:59:17.073Z | |
2196 | 2025-07-10T16:59:17.073Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s |
2197 | 2025-07-10T16:59:17.073Z | |
2198 | 2025-07-10T16:59:17.098Z | Running unittests src/lib.rs (target/debug/deps/common-dc2a18e8ca6ae4c2) |
2199 | 2025-07-10T16:59:17.124Z | |
2200 | 2025-07-10T16:59:17.124Z | running 10 tests |
2201 | 2025-07-10T16:59:17.124Z | test nat::tests::test_vni ... ok |
2202 | 2025-07-10T16:59:17.124Z | test network::tests::test_equal ... ok |
2203 | 2025-07-10T16:59:17.124Z | test network::tests::test_eui64 ... ok |
2204 | 2025-07-10T16:59:17.124Z | test network::tests::test_generate_ipv6_link_local ... ok |
2205 | 2025-07-10T16:59:17.124Z | test network::tests::test_into ... ok |
2206 | 2025-07-10T16:59:17.124Z | test network::tests::test_not_equal ... ok |
2207 | 2025-07-10T16:59:17.124Z | test network::tests::test_to_string ... ok |
2208 | 2025-07-10T16:59:17.124Z | test network::tests::test_parse ... ok |
2209 | 2025-07-10T16:59:17.124Z | test test_purge ... ok |
2210 | 2025-07-10T16:59:17.124Z | test illumos::test::address_exists_handles_missing_object ... ok |
2211 | 2025-07-10T16:59:17.124Z | |
2212 | 2025-07-10T16:59:17.124Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
2213 | 2025-07-10T16:59:17.124Z | |
2214 | 2025-07-10T16:59:17.149Z | Running unittests src/main.rs (target/debug/deps/dpd-1fcdfebdb7a815e9) |
2215 | 2025-07-10T16:59:17.263Z | |
2216 | 2025-07-10T16:59:17.263Z | running 61 tests |
2217 | 2025-07-10T16:59:17.288Z | Jul 10 16:59:16.561 DEBG created new freemap, unit: freemap_test |
2218 | 2025-07-10T16:59:17.288Z | Jul 10 16:59:16.562 DEBG initted freemap. size: 128, unit: freemap_test |
2219 | 2025-07-10T16:59:17.288Z | Jul 10 16:59:16.562 DEBG reset freemap, unit: freemap_test |
2220 | 2025-07-10T16:59:17.288Z | test freemap::test_ordering ... ok |
2221 | 2025-07-10T16:59:17.288Z | test config::tests::test_updates ... ok |
2222 | 2025-07-10T16:59:17.288Z | test freemap::test_split ... ok |
2223 | 2025-07-10T16:59:17.288Z | test freemap::test_basic ... ok |
2224 | 2025-07-10T16:59:17.288Z | test macaddrs::tests::test_mac_offset ... ok |
2225 | 2025-07-10T16:59:17.288Z | test macaddrs::tests::test_parse_port_id ... ok |
2226 | 2025-07-10T16:59:17.288Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
2227 | 2025-07-10T16:59:17.288Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
2228 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_id_range_boundaries ... ok |
2229 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_concurrent_id_allocation ... ok |
2230 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
2231 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
2232 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
2233 | 2025-07-10T16:59:17.313Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
2234 | 2025-07-10T16:59:17.313Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
2235 | 2025-07-10T16:59:17.313Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
2236 | 2025-07-10T16:59:17.313Z | test mcast::validate::tests::test_ipv4_validation ... ok |
2237 | 2025-07-10T16:59:17.314Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
2238 | 2025-07-10T16:59:17.314Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
2239 | 2025-07-10T16:59:17.314Z | test mcast::validate::tests::test_ipv6_validation ... ok |
2240 | 2025-07-10T16:59:17.314Z | test mcast::validate::tests::test_is_ssm_function ... ok |
2241 | 2025-07-10T16:59:17.314Z | test mcast::validate::tests::test_validate_nat_target ... ok |
2242 | 2025-07-10T16:59:17.314Z | test nat::test_mapping ... ok |
2243 | 2025-07-10T16:59:17.314Z | test port_map::tests::test_backplane_group ... ok |
2244 | 2025-07-10T16:59:17.314Z | test port_map::tests::dump_map ... ok |
2245 | 2025-07-10T16:59:17.314Z | test port_map::tests::test_port_map ... ok |
2246 | 2025-07-10T16:59:17.314Z | test transceivers::mpn_test::test_mpn_missing ... ok |
2247 | 2025-07-10T16:59:17.314Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
2248 | 2025-07-10T16:59:17.314Z | test transceivers::mpn_test::test_mpn_present ... ok |
2249 | 2025-07-10T16:59:17.314Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
2250 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.579 DEBG created new freemap, unit: freemap_test |
2251 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
2252 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
2253 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.579 DEBG created new freemap, unit: freemap_test |
2254 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
2255 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.580 DEBG initted freemap. size: 128, unit: freemap_test |
2256 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.579 DEBG initted freemap. size: 128, unit: freemap_test |
2257 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.580 DEBG reset freemap, unit: freemap_test |
2258 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.580 DEBG created new freemap, unit: freemap_test |
2259 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.580Jul 10 16:59:16.580 DEBG initted freemap. size: 128, unit: freemap_test |
2260 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.580 DEBG reset freemap, unit: freemap_test |
2261 | 2025-07-10T16:59:17.314Z | test freemap::test_span ... ok |
2262 | 2025-07-10T16:59:17.314Z | DEBG reset freemap, unit: freemap_test |
2263 | 2025-07-10T16:59:17.314Z | test freemap::test_reclaim ... ok |
2264 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.581 DEBG created new freemap, unit: freemap_test |
2265 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.581 DEBG initted freemap. size: 128, unit: freemap_test |
2266 | 2025-07-10T16:59:17.314Z | Jul 10 16:59:16.581 DEBG reset freemap, unit: freemap_test |
2267 | 2025-07-10T16:59:17.314Z | test freemap::test_free ... ok |
2268 | 2025-07-10T16:59:17.314Z | test freemap::test_exhaustion ... ok |
2269 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
2270 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
2271 | 2025-07-10T16:59:17.314Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
2272 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
2273 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
2274 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
2275 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
2276 | 2025-07-10T16:59:17.315Z | test api_server::tests::test_build_info ... ok |
2277 | 2025-07-10T16:59:17.315Z | test port_map::tests::parse_softnpu_revision ... ok |
2278 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
2279 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
2280 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
2281 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
2282 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
2283 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
2284 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
2285 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
2286 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
2287 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
2288 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
2289 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
2290 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
2291 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
2292 | 2025-07-10T16:59:17.315Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
2293 | 2025-07-10T16:59:17.315Z | |
2294 | 2025-07-10T16:59:17.315Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
2295 | 2025-07-10T16:59:17.315Z | |
2296 | 2025-07-10T16:59:17.340Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3fc7921f1a3bf2b8) |
2297 | 2025-07-10T16:59:17.365Z | |
2298 | 2025-07-10T16:59:17.365Z | running 1 test |
2299 | 2025-07-10T16:59:17.618Z | test test_dpd_openapi ... ok |
2300 | 2025-07-10T16:59:17.618Z | |
2301 | 2025-07-10T16:59:17.618Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s |
2302 | 2025-07-10T16:59:17.618Z | |
2303 | 2025-07-10T16:59:17.643Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8cf828199e86c8ab) |
2304 | 2025-07-10T16:59:17.668Z | |
2305 | 2025-07-10T16:59:17.668Z | running 2 tests |
2306 | 2025-07-10T16:59:17.668Z | test tests::test_parse_client_port_id ... ok |
2307 | 2025-07-10T16:59:17.668Z | test tests::test_port_id_cmp ... ok |
2308 | 2025-07-10T16:59:17.668Z | |
2309 | 2025-07-10T16:59:17.668Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2310 | 2025-07-10T16:59:17.668Z | |
2311 | 2025-07-10T16:59:17.668Z | Running tests/test_all.rs (target/debug/deps/test_all-5efd69dd98e8d88a) |
2312 | 2025-07-10T16:59:17.693Z | |
2313 | 2025-07-10T16:59:17.693Z | running 0 tests |
2314 | 2025-07-10T16:59:17.693Z | |
2315 | 2025-07-10T16:59:17.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2316 | 2025-07-10T16:59:17.693Z | |
2317 | 2025-07-10T16:59:17.693Z | Running unittests src/lib.rs (target/debug/deps/packet-bc24c48def20f0fd) |
2318 | 2025-07-10T16:59:17.718Z | |
2319 | 2025-07-10T16:59:17.718Z | running 12 tests |
2320 | 2025-07-10T16:59:17.718Z | test icmp::test_v6_checksum ... ok |
2321 | 2025-07-10T16:59:17.718Z | test icmp::test_v4_checksum ... ok |
2322 | 2025-07-10T16:59:17.718Z | test pbuf::test_nibble ... ok |
2323 | 2025-07-10T16:59:17.718Z | test lldp::test_lldp_parse ... ok |
2324 | 2025-07-10T16:59:17.719Z | test pbuf::test_byte ... ok |
2325 | 2025-07-10T16:59:17.719Z | test ipv6::test_ipv6_parse ... ok |
2326 | 2025-07-10T16:59:17.719Z | test pbuf::test_overflow ... ok |
2327 | 2025-07-10T16:59:17.719Z | test pbuf::test_short ... ok |
2328 | 2025-07-10T16:59:17.719Z | test pbuf::test_twelve ... ok |
2329 | 2025-07-10T16:59:17.719Z | test pbuf::test_word ... ok |
2330 | 2025-07-10T16:59:17.719Z | test tcp::test_checksum_syn_nodata ... ok |
2331 | 2025-07-10T16:59:17.719Z | test tcp::test_checksum_ack_data ... ok |
2332 | 2025-07-10T16:59:17.719Z | |
2333 | 2025-07-10T16:59:17.719Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2334 | 2025-07-10T16:59:17.719Z | |
2335 | 2025-07-10T16:59:17.719Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
2336 | 2025-07-10T16:59:17.746Z | |
2337 | 2025-07-10T16:59:17.746Z | running 0 tests |
2338 | 2025-07-10T16:59:17.746Z | |
2339 | 2025-07-10T16:59:17.746Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2340 | 2025-07-10T16:59:17.746Z | |
2341 | 2025-07-10T16:59:17.746Z | Running unittests src/main.rs (target/debug/deps/swadm-60ec2c69dbc9eece) |
2342 | 2025-07-10T16:59:17.771Z | |
2343 | 2025-07-10T16:59:17.771Z | running 3 tests |
2344 | 2025-07-10T16:59:17.771Z | test switchport::test::test_compute_lanes ... ok |
2345 | 2025-07-10T16:59:17.771Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3Lane 1 |
2346 | 2025-07-10T16:59:17.771Z | Rx Loss-of-lock: Yes Yes Yes Yes |
2347 | 2025-07-10T16:59:17.771Z | Rx Loss-of-signal: Yes Yes Yes Yes |
2348 | 2025-07-10T16:59:17.771Z | Rx CDR Enabled: Yes Yes Yes Yes |
2349 | 2025-07-10T16:59:17.771Z | Tx Enabled: Yes Yes Yes Yes |
2350 | 2025-07-10T16:59:17.771Z | Tx Loss-of-lock: No No No No |
2351 | 2025-07-10T16:59:17.771Z | Tx Loss-of-signal: No No No No |
2352 | 2025-07-10T16:59:17.771Z | Tx CDR Enabled: No No No No |
2353 | 2025-07-10T16:59:17.771Z | Tx Adaptive EQ Fault: No No Lane 2No No |
2354 | 2025-07-10T16:59:17.771Z | Lane 3 |
2355 | 2025-07-10T16:59:17.771Z | Tx Fault: Yes State: Activated Activated ActivatedYes Yes ActivatedYes |
2356 | 2025-07-10T16:59:17.771Z | |
2357 | 2025-07-10T16:59:17.771Z | Rx Output Enabled: false false false false |
2358 | 2025-07-10T16:59:17.771Z | Rx Output Status: valid valid valid valid |
2359 | 2025-07-10T16:59:17.771Z | Rx Loss-of-lock: true true true true |
2360 | 2025-07-10T16:59:17.771Z | Rx Loss-of-signal: false false false false |
2361 | 2025-07-10T16:59:17.771Z | Rx Auto-squelch Disable: true true true true |
2362 | 2025-07-10T16:59:17.772Z | Tx Output Enabled: true true true true |
2363 | 2025-07-10T16:59:17.772Z | Tx Output Status: invalid invalid invalid invalid |
2364 | 2025-07-10T16:59:17.772Z | Tx Loss-of-lock: false false false false |
2365 | 2025-07-10T16:59:17.772Z | Tx Loss-of-signal: true true true true |
2366 | 2025-07-10T16:59:17.772Z | Tx Auto-squelch Disable: false false false false |
2367 | 2025-07-10T16:59:17.772Z | Tx Adaptive EQ Fail: true true true true |
2368 | 2025-07-10T16:59:17.772Z | Tx Failure: false false false false |
2369 | 2025-07-10T16:59:17.772Z | Tx Force Squelch: true true true true |
2370 | 2025-07-10T16:59:17.772Z | Tx Input Polarity: normal normal normal normal |
2371 | 2025-07-10T16:59:17.772Z | test switchport::test::test_print_cmis_datapath ... ok |
2372 | 2025-07-10T16:59:17.772Z | test switchport::test::test_print_sff_datapath ... ok |
2373 | 2025-07-10T16:59:17.772Z | |
2374 | 2025-07-10T16:59:17.772Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2375 | 2025-07-10T16:59:17.772Z | |
2376 | 2025-07-10T16:59:17.772Z | Running tests/port-link.rs (target/debug/deps/port_link-c8e629f2a77ff8fa) |
2377 | 2025-07-10T16:59:17.799Z | |
2378 | 2025-07-10T16:59:17.799Z | running 5 tests |
2379 | 2025-07-10T16:59:17.799Z | test test_an ... ignored |
2380 | 2025-07-10T16:59:17.799Z | test test_enable ... ignored |
2381 | 2025-07-10T16:59:17.799Z | test test_ip_addresses ... ignored |
2382 | 2025-07-10T16:59:17.799Z | test test_kr ... ignored |
2383 | 2025-07-10T16:59:17.799Z | test test_mac ... ignored |
2384 | 2025-07-10T16:59:17.799Z | |
2385 | 2025-07-10T16:59:17.799Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2386 | 2025-07-10T16:59:17.799Z | |
2387 | 2025-07-10T16:59:17.799Z | Running unittests src/main.rs (target/debug/deps/tfportd-e93cd3d86f4f7478) |
2388 | 2025-07-10T16:59:17.824Z | |
2389 | 2025-07-10T16:59:17.824Z | running 3 tests |
2390 | 2025-07-10T16:59:17.850Z | test linklocal::test_parse_ipadm ... ok |
2391 | 2025-07-10T16:59:17.850Z | test tfport::test_parse_tfport ... ok |
2392 | 2025-07-10T16:59:17.850Z | test config::tests::test_updates ... ok |
2393 | 2025-07-10T16:59:17.851Z | |
2394 | 2025-07-10T16:59:17.851Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2395 | 2025-07-10T16:59:17.851Z | |
2396 | 2025-07-10T16:59:17.851Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e7b81ede73ce1c55) |
2397 | 2025-07-10T16:59:17.876Z | |
2398 | 2025-07-10T16:59:17.876Z | running 0 tests |
2399 | 2025-07-10T16:59:17.876Z | |
2400 | 2025-07-10T16:59:17.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2401 | 2025-07-10T16:59:17.877Z | |
2402 | 2025-07-10T16:59:17.877Z | Running unittests src/main.rs (target/debug/deps/xtask-043f4c3ca372640a) |
2403 | 2025-07-10T16:59:17.902Z | |
2404 | 2025-07-10T16:59:17.902Z | running 0 tests |
2405 | 2025-07-10T16:59:17.902Z | |
2406 | 2025-07-10T16:59:17.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2407 | 2025-07-10T16:59:17.902Z | |
2408 | 2025-07-10T16:59:17.902Z | Doc-tests aal |
2409 | 2025-07-10T16:59:18.118Z | |
2410 | 2025-07-10T16:59:18.118Z | running 0 tests |
2411 | 2025-07-10T16:59:18.118Z | |
2412 | 2025-07-10T16:59:18.118Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2413 | 2025-07-10T16:59:18.118Z | |
2414 | 2025-07-10T16:59:18.146Z | Doc-tests aal_macros |
2415 | 2025-07-10T16:59:18.309Z | |
2416 | 2025-07-10T16:59:18.309Z | running 0 tests |
2417 | 2025-07-10T16:59:18.309Z | |
2418 | 2025-07-10T16:59:18.309Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2419 | 2025-07-10T16:59:18.309Z | |
2420 | 2025-07-10T16:59:18.334Z | Doc-tests common |
2421 | 2025-07-10T16:59:18.789Z | |
2422 | 2025-07-10T16:59:18.789Z | running 0 tests |
2423 | 2025-07-10T16:59:18.789Z | |
2424 | 2025-07-10T16:59:18.789Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2425 | 2025-07-10T16:59:18.789Z | |
2426 | 2025-07-10T16:59:18.820Z | Doc-tests dpd_client |
2427 | 2025-07-10T16:59:21.232Z | |
2428 | 2025-07-10T16:59:21.232Z | running 0 tests |
2429 | 2025-07-10T16:59:21.232Z | |
2430 | 2025-07-10T16:59:21.232Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2431 | 2025-07-10T16:59:21.232Z | |
2432 | 2025-07-10T16:59:21.319Z | Doc-tests packet |
2433 | 2025-07-10T16:59:21.572Z | |
2434 | 2025-07-10T16:59:21.572Z | running 0 tests |
2435 | 2025-07-10T16:59:21.572Z | |
2436 | 2025-07-10T16:59:21.572Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2437 | 2025-07-10T16:59:21.572Z | |
2438 | 2025-07-10T16:59:21.597Z | Doc-tests pcap |
2439 | 2025-07-10T16:59:21.716Z | |
2440 | 2025-07-10T16:59:21.716Z | running 0 tests |
2441 | 2025-07-10T16:59:21.716Z | |
2442 | 2025-07-10T16:59:21.716Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2443 | 2025-07-10T16:59:21.716Z | |
2444 | 2025-07-10T16:59:21.810Z | + for feat in tofino_stub tofino_asic softnpu chaos |
2445 | 2025-07-10T16:59:21.810Z | + cargo test --features softnpu |
2446 | 2025-07-10T16:59:22.949Z | Compiling syn v1.0.109 |
2447 | 2025-07-10T16:59:22.993Z | Compiling num-integer v0.1.46 |
2448 | 2025-07-10T16:59:23.023Z | Compiling num-complex v0.4.6 |
2449 | 2025-07-10T16:59:23.071Z | Compiling dtrace-parser v0.1.14 |
2450 | 2025-07-10T16:59:23.655Z | Compiling num-rational v0.4.2 |
2451 | 2025-07-10T16:59:23.769Z | Compiling num-iter v0.1.45 |
2452 | 2025-07-10T16:59:23.817Z | Compiling num-bigint v0.4.6 |
2453 | 2025-07-10T16:59:24.177Z | Compiling tap v1.0.1 |
2454 | 2025-07-10T16:59:24.307Z | Compiling num v0.4.3 |
2455 | 2025-07-10T16:59:24.392Z | Compiling wyz v0.5.1 |
2456 | 2025-07-10T16:59:24.441Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2457 | 2025-07-10T16:59:24.803Z | Compiling radium v0.7.0 |
2458 | 2025-07-10T16:59:24.987Z | Compiling funty v2.0.0 |
2459 | 2025-07-10T16:59:25.072Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
2460 | 2025-07-10T16:59:25.259Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2461 | 2025-07-10T16:59:25.709Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2462 | 2025-07-10T16:59:27.127Z | Compiling bitvec v1.0.1 |
2463 | 2025-07-10T16:59:28.079Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
2464 | 2025-07-10T16:59:28.288Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2465 | 2025-07-10T16:59:28.331Z | Compiling typeid v1.0.2 |
2466 | 2025-07-10T16:59:31.118Z | Compiling synstructure v0.12.6 |
2467 | 2025-07-10T16:59:31.265Z | Compiling proc-macro-error v1.0.4 |
2468 | 2025-07-10T16:59:32.096Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2469 | 2025-07-10T16:59:32.348Z | Compiling serde_tokenstream v0.1.7 |
2470 | 2025-07-10T16:59:32.604Z | Compiling num_enum_derive v0.5.11 |
2471 | 2025-07-10T16:59:32.943Z | Compiling num-derive v0.3.3 |
2472 | 2025-07-10T16:59:33.511Z | Compiling hubpack_derive v0.1.1 |
2473 | 2025-07-10T16:59:34.196Z | Compiling zerocopy-derive v0.2.0 |
2474 | 2025-07-10T16:59:34.456Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2475 | 2025-07-10T16:59:34.721Z | Compiling num_enum v0.5.11 |
2476 | 2025-07-10T16:59:34.927Z | Compiling zone_cfg_derive v0.3.0 |
2477 | 2025-07-10T16:59:34.951Z | Compiling libscf-sys v1.1.0 |
2478 | 2025-07-10T16:59:35.208Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2479 | 2025-07-10T16:59:35.371Z | Compiling hubpack v0.1.2 |
2480 | 2025-07-10T16:59:35.744Z | Compiling bitstruct_derive v0.1.0 |
2481 | 2025-07-10T16:59:35.902Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
2482 | 2025-07-10T16:59:35.953Z | Compiling zerocopy v0.3.2 |
2483 | 2025-07-10T16:59:36.071Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2484 | 2025-07-10T16:59:36.120Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2485 | 2025-07-10T16:59:36.294Z | Compiling structopt-derive v0.4.18 |
2486 | 2025-07-10T16:59:36.476Z | Compiling dof v0.1.5 |
2487 | 2025-07-10T16:59:36.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2488 | 2025-07-10T16:59:37.044Z | Compiling usdt-impl v0.3.5 |
2489 | 2025-07-10T16:59:38.033Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
2490 | 2025-07-10T16:59:38.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2491 | 2025-07-10T16:59:38.833Z | Compiling usdt-macro v0.3.5 |
2492 | 2025-07-10T16:59:39.092Z | Compiling usdt-attr-macro v0.3.5 |
2493 | 2025-07-10T16:59:40.036Z | Compiling zone v0.3.0 |
2494 | 2025-07-10T16:59:40.333Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
2495 | 2025-07-10T16:59:40.811Z | Compiling usdt v0.3.5 |
2496 | 2025-07-10T16:59:40.937Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2497 | 2025-07-10T16:59:41.184Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b) |
2498 | 2025-07-10T16:59:41.304Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2499 | 2025-07-10T16:59:41.653Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2500 | 2025-07-10T16:59:41.829Z | Compiling ascii v1.1.0 |
2501 | 2025-07-10T16:59:41.910Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2502 | 2025-07-10T16:59:41.935Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
2503 | 2025-07-10T16:59:42.432Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2504 | 2025-07-10T16:59:42.456Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2505 | 2025-07-10T16:59:42.481Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2506 | 2025-07-10T16:59:43.316Z | Compiling bitstruct v0.1.1 |
2507 | 2025-07-10T16:59:43.495Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
2508 | 2025-07-10T16:59:43.540Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
2509 | 2025-07-10T16:59:43.926Z | Compiling erased-serde v0.4.5 |
2510 | 2025-07-10T16:59:44.189Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2511 | 2025-07-10T16:59:44.409Z | Compiling serde_arrays v0.1.0 |
2512 | 2025-07-10T16:59:44.619Z | Compiling libloading v0.7.4 |
2513 | 2025-07-10T16:59:44.936Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2514 | 2025-07-10T16:59:45.129Z | Compiling structopt v0.3.26 |
2515 | 2025-07-10T16:59:45.334Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
2516 | 2025-07-10T16:59:45.378Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192) |
2517 | 2025-07-10T16:59:46.644Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2518 | 2025-07-10T16:59:47.641Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2519 | 2025-07-10T16:59:48.121Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2520 | 2025-07-10T16:59:48.549Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
2521 | 2025-07-10T16:59:51.042Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2522 | 2025-07-10T16:59:52.020Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
2523 | 2025-07-10T16:59:52.425Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
2524 | 2025-07-10T16:59:53.167Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2525 | 2025-07-10T16:59:55.640Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
2526 | 2025-07-10T16:59:57.190Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2527 | 2025-07-10T16:59:57.960Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2528 | 2025-07-10T17:00:00.882Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
2529 | 2025-07-10T17:00:01.368Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
2530 | 2025-07-10T17:00:03.791Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2531 | 2025-07-10T17:00:05.450Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
2532 | 2025-07-10T17:00:09.223Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
2533 | 2025-07-10T17:00:13.784Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
2534 | 2025-07-10T17:00:18.433Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2535 | 2025-07-10T17:00:30.919Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
2536 | 2025-07-10T17:00:39.747Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
2537 | 2025-07-10T17:02:09.531Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
2538 | 2025-07-10T17:02:09.665Z | Running unittests src/lib.rs (target/debug/deps/aal-166de917f0a7d79b) |
2539 | 2025-07-10T17:02:09.694Z | |
2540 | 2025-07-10T17:02:09.694Z | running 0 tests |
2541 | 2025-07-10T17:02:09.694Z | |
2542 | 2025-07-10T17:02:09.694Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2543 | 2025-07-10T17:02:09.694Z | |
2544 | 2025-07-10T17:02:09.718Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-8714cbe10416dedb) |
2545 | 2025-07-10T17:02:09.718Z | |
2546 | 2025-07-10T17:02:09.718Z | running 0 tests |
2547 | 2025-07-10T17:02:09.719Z | |
2548 | 2025-07-10T17:02:09.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2549 | 2025-07-10T17:02:09.719Z | |
2550 | 2025-07-10T17:02:09.744Z | Running unittests src/lib.rs (target/debug/deps/asic-bf8f5ee2e5c50d97) |
2551 | 2025-07-10T17:02:09.768Z | |
2552 | 2025-07-10T17:02:09.768Z | running 0 tests |
2553 | 2025-07-10T17:02:09.768Z | |
2554 | 2025-07-10T17:02:09.768Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2555 | 2025-07-10T17:02:09.768Z | |
2556 | 2025-07-10T17:02:09.768Z | Running unittests src/lib.rs (target/debug/deps/common-2835d75901c18a12) |
2557 | 2025-07-10T17:02:09.793Z | |
2558 | 2025-07-10T17:02:09.793Z | running 10 tests |
2559 | 2025-07-10T17:02:09.793Z | test nat::tests::test_vni ... ok |
2560 | 2025-07-10T17:02:09.793Z | test network::tests::test_eui64 ... ok |
2561 | 2025-07-10T17:02:09.793Z | test network::tests::test_equal ... ok |
2562 | 2025-07-10T17:02:09.793Z | test network::tests::test_generate_ipv6_link_local ... ok |
2563 | 2025-07-10T17:02:09.793Z | test network::tests::test_not_equal ... ok |
2564 | 2025-07-10T17:02:09.793Z | test network::tests::test_into ... ok |
2565 | 2025-07-10T17:02:09.793Z | test network::tests::test_to_string ... ok |
2566 | 2025-07-10T17:02:09.793Z | test network::tests::test_parse ... ok |
2567 | 2025-07-10T17:02:09.793Z | test test_purge ... ok |
2568 | 2025-07-10T17:02:09.794Z | test illumos::test::address_exists_handles_missing_object ... ok |
2569 | 2025-07-10T17:02:09.794Z | |
2570 | 2025-07-10T17:02:09.794Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
2571 | 2025-07-10T17:02:09.794Z | |
2572 | 2025-07-10T17:02:09.794Z | Running unittests src/main.rs (target/debug/deps/dpd-3682b9d8c84da88a) |
2573 | 2025-07-10T17:02:09.818Z | |
2574 | 2025-07-10T17:02:09.818Z | running 33 tests |
2575 | 2025-07-10T17:02:09.843Z | Jul 10 17:02:09.125 DEBG created new freemap, unit: freemap_test |
2576 | 2025-07-10T17:02:09.843Z | Jul 10 17:02:09.125 DEBG initted freemap. size: 128, unit: freemap_test |
2577 | 2025-07-10T17:02:09.843Z | Jul 10 17:02:09.125 DEBG reset freemap, unit: freemap_test |
2578 | 2025-07-10T17:02:09.843Z | test freemap::test_ordering ... ok |
2579 | 2025-07-10T17:02:09.843Z | test freemap::test_basic ... ok |
2580 | 2025-07-10T17:02:09.843Z | test freemap::test_split ... ok |
2581 | 2025-07-10T17:02:09.843Z | test config::tests::test_updates ... ok |
2582 | 2025-07-10T17:02:09.844Z | test macaddrs::tests::test_mac_offset ... ok |
2583 | 2025-07-10T17:02:09.844Z | test macaddrs::tests::test_parse_port_id ... ok |
2584 | 2025-07-10T17:02:09.844Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
2585 | 2025-07-10T17:02:09.844Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
2586 | 2025-07-10T17:02:09.844Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
2587 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.137 DEBG created new freemap, unit: freemap_test |
2588 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.137 DEBG initted freemap. size: 128, unit: freemap_test |
2589 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.137 DEBG reset freemap, unit: freemap_test |
2590 | 2025-07-10T17:02:09.844Z | test freemap::test_free ... ok |
2591 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.138 DEBG created new freemap, unit: freemap_test |
2592 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.138 DEBG initted freemap. size: 128, unit: freemap_test |
2593 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.138 DEBG reset freemap, unit: freemap_test |
2594 | 2025-07-10T17:02:09.844Z | test mcast::tests::test_id_range_boundaries ... ok |
2595 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.138 DEBG created new freemap, unit: freemap_test |
2596 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.139 DEBG initted freemap. size: 128, unit: freemap_test |
2597 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.139 DEBG reset freemap, unit: freemap_test |
2598 | 2025-07-10T17:02:09.844Z | test freemap::test_exhaustion ... ok |
2599 | 2025-07-10T17:02:09.844Z | test mcast::tests::test_concurrent_id_allocation ... ok |
2600 | 2025-07-10T17:02:09.844Z | test freemap::test_reclaim ... ok |
2601 | 2025-07-10T17:02:09.844Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
2602 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.139 DEBG created new freemap, unit: freemap_test |
2603 | 2025-07-10T17:02:09.844Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
2604 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.139 DEBG initted freemap. size: 128, unit: freemap_test |
2605 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
2606 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
2607 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_ipv4_validation ... ok |
2608 | 2025-07-10T17:02:09.844Z | Jul 10 17:02:09.140 DEBG reset freemap, unit: freemap_test |
2609 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
2610 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_ipv6_validation ... ok |
2611 | 2025-07-10T17:02:09.844Z | test mcast::validate::tests::test_is_ssm_function ... ok |
2612 | 2025-07-10T17:02:09.870Z | test mcast::validate::tests::test_validate_nat_target ... ok |
2613 | 2025-07-10T17:02:09.870Z | test nat::test_mapping ... ok |
2614 | 2025-07-10T17:02:09.870Z | test freemap::test_span ... ok |
2615 | 2025-07-10T17:02:09.870Z | test api_server::tests::test_build_info ... ok |
2616 | 2025-07-10T17:02:09.870Z | test port_map::tests::test_backplane_group ... ok |
2617 | 2025-07-10T17:02:09.870Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
2618 | 2025-07-10T17:02:09.870Z | test port_map::tests::test_port_map ... ok |
2619 | 2025-07-10T17:02:09.870Z | test port_map::tests::dump_map ... ok |
2620 | 2025-07-10T17:02:09.870Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
2621 | 2025-07-10T17:02:09.870Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
2622 | 2025-07-10T17:02:09.870Z | test port_map::tests::parse_softnpu_revision ... ok |
2623 | 2025-07-10T17:02:09.870Z | |
2624 | 2025-07-10T17:02:09.870Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
2625 | 2025-07-10T17:02:09.870Z | |
2626 | 2025-07-10T17:02:09.870Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7bc9d67d32e54f6f) |
2627 | 2025-07-10T17:02:09.895Z | |
2628 | 2025-07-10T17:02:09.895Z | running 0 tests |
2629 | 2025-07-10T17:02:09.895Z | |
2630 | 2025-07-10T17:02:09.895Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2631 | 2025-07-10T17:02:09.895Z | |
2632 | 2025-07-10T17:02:09.895Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-25313d72b1cca26b) |
2633 | 2025-07-10T17:02:09.920Z | |
2634 | 2025-07-10T17:02:09.920Z | running 2 tests |
2635 | 2025-07-10T17:02:09.920Z | test tests::test_parse_client_port_id ... ok |
2636 | 2025-07-10T17:02:09.920Z | test tests::test_port_id_cmp ... ok |
2637 | 2025-07-10T17:02:09.920Z | |
2638 | 2025-07-10T17:02:09.920Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2639 | 2025-07-10T17:02:09.920Z | |
2640 | 2025-07-10T17:02:09.920Z | Running tests/test_all.rs (target/debug/deps/test_all-280afffa4780ae1c) |
2641 | 2025-07-10T17:02:09.945Z | |
2642 | 2025-07-10T17:02:09.945Z | running 0 tests |
2643 | 2025-07-10T17:02:09.945Z | |
2644 | 2025-07-10T17:02:09.945Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2645 | 2025-07-10T17:02:09.945Z | |
2646 | 2025-07-10T17:02:09.945Z | Running unittests src/lib.rs (target/debug/deps/packet-17bac34ec559e49e) |
2647 | 2025-07-10T17:02:09.969Z | |
2648 | 2025-07-10T17:02:09.970Z | running 12 tests |
2649 | 2025-07-10T17:02:09.970Z | test icmp::test_v6_checksum ... ok |
2650 | 2025-07-10T17:02:09.970Z | test ipv6::test_ipv6_parse ... ok |
2651 | 2025-07-10T17:02:09.970Z | test icmp::test_v4_checksum ... ok |
2652 | 2025-07-10T17:02:09.970Z | test lldp::test_lldp_parse ... ok |
2653 | 2025-07-10T17:02:09.970Z | test pbuf::test_byte ... ok |
2654 | 2025-07-10T17:02:09.970Z | test pbuf::test_nibble ... ok |
2655 | 2025-07-10T17:02:09.970Z | test pbuf::test_overflow ... ok |
2656 | 2025-07-10T17:02:09.970Z | test pbuf::test_short ... ok |
2657 | 2025-07-10T17:02:09.970Z | test pbuf::test_twelve ... ok |
2658 | 2025-07-10T17:02:09.970Z | test pbuf::test_word ... ok |
2659 | 2025-07-10T17:02:09.970Z | test tcp::test_checksum_ack_data ... ok |
2660 | 2025-07-10T17:02:09.970Z | test tcp::test_checksum_syn_nodata ... ok |
2661 | 2025-07-10T17:02:09.970Z | |
2662 | 2025-07-10T17:02:09.970Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2663 | 2025-07-10T17:02:09.970Z | |
2664 | 2025-07-10T17:02:09.970Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
2665 | 2025-07-10T17:02:09.996Z | |
2666 | 2025-07-10T17:02:09.996Z | running 0 tests |
2667 | 2025-07-10T17:02:09.996Z | |
2668 | 2025-07-10T17:02:09.996Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2669 | 2025-07-10T17:02:09.996Z | |
2670 | 2025-07-10T17:02:09.996Z | Running unittests src/main.rs (target/debug/deps/swadm-cf2bb9ca9669bcd6) |
2671 | 2025-07-10T17:02:10.021Z | |
2672 | 2025-07-10T17:02:10.021Z | running 3 tests |
2673 | 2025-07-10T17:02:10.021Z | test switchport::test::test_compute_lanes ... ok |
2674 | 2025-07-10T17:02:10.021Z | Lane 0 Lane 1 Lane 2 Lane 3 |
2675 | 2025-07-10T17:02:10.021Z | Rx Loss-of-lock: Yes Yes Yes Yes |
2676 | 2025-07-10T17:02:10.021Z | Rx Loss-of-signal: Yes Yes Yes Yes |
2677 | 2025-07-10T17:02:10.021Z | Rx CDR Enabled: Yes Yes Yes Yes |
2678 | 2025-07-10T17:02:10.021Z | Tx Enabled: Yes Yes Yes Yes |
2679 | 2025-07-10T17:02:10.021Z | Tx Loss-of-lock: No No No No |
2680 | 2025-07-10T17:02:10.021Z | Tx Loss-of-signal: No No No No |
2681 | 2025-07-10T17:02:10.021Z | Tx CDR Enabled: No No No No |
2682 | 2025-07-10T17:02:10.021Z | Tx Adaptive EQ Fault: No No No No |
2683 | 2025-07-10T17:02:10.021Z | Tx Fault: Yes Yes Yes Yes |
2684 | 2025-07-10T17:02:10.021Z | Lane 0 Lane 1 Lane 2 Lane 3 |
2685 | 2025-07-10T17:02:10.021Z | State: Activated Activated Activated Activated |
2686 | 2025-07-10T17:02:10.021Z | Rx Output Enabled: false false false false |
2687 | 2025-07-10T17:02:10.021Z | Rx Output Status: valid valid valid valid |
2688 | 2025-07-10T17:02:10.021Z | Rx Loss-of-lock: true true true true |
2689 | 2025-07-10T17:02:10.021Z | Rx Loss-of-signal: false false false false |
2690 | 2025-07-10T17:02:10.021Z | Rx Auto-squelch Disable: true true true true |
2691 | 2025-07-10T17:02:10.021Z | Tx Output Enabled: true true true true |
2692 | 2025-07-10T17:02:10.021Z | Tx Output Status: invalid invalid invalid invalid |
2693 | 2025-07-10T17:02:10.022Z | Tx Loss-of-lock: false false false false |
2694 | 2025-07-10T17:02:10.022Z | Tx Loss-of-signal: true true true true |
2695 | 2025-07-10T17:02:10.022Z | Tx Auto-squelch Disable: false false false false |
2696 | 2025-07-10T17:02:10.022Z | Tx Adaptive EQ Fail: true true true true |
2697 | 2025-07-10T17:02:10.022Z | Tx Failure: false false false false |
2698 | 2025-07-10T17:02:10.022Z | Tx Force Squelch: true true true true |
2699 | 2025-07-10T17:02:10.022Z | Tx Input Polarity: normal normal normal normal |
2700 | 2025-07-10T17:02:10.022Z | test switchport::test::test_print_cmis_datapath ... ok |
2701 | 2025-07-10T17:02:10.022Z | test switchport::test::test_print_sff_datapath ... ok |
2702 | 2025-07-10T17:02:10.022Z | |
2703 | 2025-07-10T17:02:10.022Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2704 | 2025-07-10T17:02:10.022Z | |
2705 | 2025-07-10T17:02:10.047Z | Running tests/port-link.rs (target/debug/deps/port_link-baa625c764624c46) |
2706 | 2025-07-10T17:02:10.047Z | |
2707 | 2025-07-10T17:02:10.047Z | running 5 tests |
2708 | 2025-07-10T17:02:10.047Z | test test_an ... ignored |
2709 | 2025-07-10T17:02:10.047Z | test test_enable ... ignored |
2710 | 2025-07-10T17:02:10.047Z | test test_ip_addresses ... ignored |
2711 | 2025-07-10T17:02:10.047Z | test test_kr ... ignored |
2712 | 2025-07-10T17:02:10.047Z | test test_mac ... ignored |
2713 | 2025-07-10T17:02:10.047Z | |
2714 | 2025-07-10T17:02:10.047Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2715 | 2025-07-10T17:02:10.047Z | |
2716 | 2025-07-10T17:02:10.047Z | Running unittests src/main.rs (target/debug/deps/tfportd-22919d0afcb6711e) |
2717 | 2025-07-10T17:02:10.076Z | |
2718 | 2025-07-10T17:02:10.076Z | running 3 tests |
2719 | 2025-07-10T17:02:10.104Z | test tfport::test_parse_tfport ... ok |
2720 | 2025-07-10T17:02:10.104Z | test linklocal::test_parse_ipadm ... ok |
2721 | 2025-07-10T17:02:10.104Z | test config::tests::test_updates ... ok |
2722 | 2025-07-10T17:02:10.104Z | |
2723 | 2025-07-10T17:02:10.104Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2724 | 2025-07-10T17:02:10.104Z | |
2725 | 2025-07-10T17:02:10.104Z | Running unittests src/main.rs (target/debug/deps/uplinkd-574949aab27a7411) |
2726 | 2025-07-10T17:02:10.104Z | |
2727 | 2025-07-10T17:02:10.104Z | running 0 tests |
2728 | 2025-07-10T17:02:10.104Z | |
2729 | 2025-07-10T17:02:10.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2730 | 2025-07-10T17:02:10.104Z | |
2731 | 2025-07-10T17:02:10.129Z | Running unittests src/main.rs (target/debug/deps/xtask-716bed2ca3581911) |
2732 | 2025-07-10T17:02:10.129Z | |
2733 | 2025-07-10T17:02:10.129Z | running 0 tests |
2734 | 2025-07-10T17:02:10.129Z | |
2735 | 2025-07-10T17:02:10.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2736 | 2025-07-10T17:02:10.129Z | |
2737 | 2025-07-10T17:02:10.129Z | Doc-tests aal |
2738 | 2025-07-10T17:02:10.323Z | |
2739 | 2025-07-10T17:02:10.323Z | running 0 tests |
2740 | 2025-07-10T17:02:10.323Z | |
2741 | 2025-07-10T17:02:10.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2742 | 2025-07-10T17:02:10.323Z | |
2743 | 2025-07-10T17:02:10.348Z | Doc-tests aal_macros |
2744 | 2025-07-10T17:02:10.496Z | |
2745 | 2025-07-10T17:02:10.496Z | running 0 tests |
2746 | 2025-07-10T17:02:10.496Z | |
2747 | 2025-07-10T17:02:10.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2748 | 2025-07-10T17:02:10.496Z | |
2749 | 2025-07-10T17:02:10.521Z | Doc-tests common |
2750 | 2025-07-10T17:02:10.988Z | |
2751 | 2025-07-10T17:02:10.988Z | running 0 tests |
2752 | 2025-07-10T17:02:10.988Z | |
2753 | 2025-07-10T17:02:10.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2754 | 2025-07-10T17:02:10.988Z | |
2755 | 2025-07-10T17:02:11.019Z | Doc-tests dpd_client |
2756 | 2025-07-10T17:02:13.379Z | |
2757 | 2025-07-10T17:02:13.379Z | running 0 tests |
2758 | 2025-07-10T17:02:13.379Z | |
2759 | 2025-07-10T17:02:13.379Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2760 | 2025-07-10T17:02:13.379Z | |
2761 | 2025-07-10T17:02:13.446Z | Doc-tests packet |
2762 | 2025-07-10T17:02:13.679Z | |
2763 | 2025-07-10T17:02:13.679Z | running 0 tests |
2764 | 2025-07-10T17:02:13.679Z | |
2765 | 2025-07-10T17:02:13.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2766 | 2025-07-10T17:02:13.679Z | |
2767 | 2025-07-10T17:02:13.710Z | Doc-tests pcap |
2768 | 2025-07-10T17:02:13.833Z | |
2769 | 2025-07-10T17:02:13.833Z | running 0 tests |
2770 | 2025-07-10T17:02:13.833Z | |
2771 | 2025-07-10T17:02:13.833Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2772 | 2025-07-10T17:02:13.833Z | |
2773 | 2025-07-10T17:02:13.918Z | + for feat in tofino_stub tofino_asic softnpu chaos |
2774 | 2025-07-10T17:02:13.919Z | + cargo test --features chaos |
2775 | 2025-07-10T17:02:14.903Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
2776 | 2025-07-10T17:02:14.944Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
2777 | 2025-07-10T17:02:14.969Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
2778 | 2025-07-10T17:02:32.388Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
2779 | 2025-07-10T17:02:32.414Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
2780 | 2025-07-10T17:03:49.704Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s |
2781 | 2025-07-10T17:03:49.830Z | Running unittests src/lib.rs (target/debug/deps/aal-8f28490d264753c2) |
2782 | 2025-07-10T17:03:49.866Z | |
2783 | 2025-07-10T17:03:49.866Z | running 0 tests |
2784 | 2025-07-10T17:03:49.866Z | |
2785 | 2025-07-10T17:03:49.866Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2786 | 2025-07-10T17:03:49.866Z | |
2787 | 2025-07-10T17:03:49.891Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
2788 | 2025-07-10T17:03:49.916Z | |
2789 | 2025-07-10T17:03:49.916Z | running 0 tests |
2790 | 2025-07-10T17:03:49.916Z | |
2791 | 2025-07-10T17:03:49.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2792 | 2025-07-10T17:03:49.916Z | |
2793 | 2025-07-10T17:03:49.916Z | Running unittests src/lib.rs (target/debug/deps/asic-2155a13e614d06f0) |
2794 | 2025-07-10T17:03:49.941Z | |
2795 | 2025-07-10T17:03:49.941Z | running 0 tests |
2796 | 2025-07-10T17:03:49.941Z | |
2797 | 2025-07-10T17:03:49.941Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2798 | 2025-07-10T17:03:49.941Z | |
2799 | 2025-07-10T17:03:49.941Z | Running unittests src/lib.rs (target/debug/deps/common-dc2a18e8ca6ae4c2) |
2800 | 2025-07-10T17:03:49.969Z | |
2801 | 2025-07-10T17:03:49.969Z | running 10 tests |
2802 | 2025-07-10T17:03:49.994Z | test nat::tests::test_vni ... ok |
2803 | 2025-07-10T17:03:49.994Z | test network::tests::test_equal ... ok |
2804 | 2025-07-10T17:03:49.994Z | test network::tests::test_eui64 ... ok |
2805 | 2025-07-10T17:03:49.994Z | test network::tests::test_generate_ipv6_link_local ... ok |
2806 | 2025-07-10T17:03:49.994Z | test network::tests::test_into ... ok |
2807 | 2025-07-10T17:03:49.994Z | test network::tests::test_not_equal ... ok |
2808 | 2025-07-10T17:03:49.994Z | test network::tests::test_parse ... ok |
2809 | 2025-07-10T17:03:49.994Z | test network::tests::test_to_string ... ok |
2810 | 2025-07-10T17:03:49.994Z | test test_purge ... ok |
2811 | 2025-07-10T17:03:49.994Z | test illumos::test::address_exists_handles_missing_object ... ok |
2812 | 2025-07-10T17:03:49.994Z | |
2813 | 2025-07-10T17:03:49.994Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
2814 | 2025-07-10T17:03:49.994Z | |
2815 | 2025-07-10T17:03:49.994Z | Running unittests src/main.rs (target/debug/deps/dpd-57246f27569b8c38) |
2816 | 2025-07-10T17:03:50.020Z | |
2817 | 2025-07-10T17:03:50.020Z | running 33 tests |
2818 | 2025-07-10T17:03:50.045Z | test freemap::test_ordering ... ok |
2819 | 2025-07-10T17:03:50.045Z | test freemap::test_split ... ok |
2820 | 2025-07-10T17:03:50.045Z | test config::tests::test_updates ... ok |
2821 | 2025-07-10T17:03:50.045Z | test macaddrs::tests::test_mac_offset ... ok |
2822 | 2025-07-10T17:03:50.045Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
2823 | 2025-07-10T17:03:50.045Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
2824 | 2025-07-10T17:03:50.045Z | test macaddrs::tests::test_parse_port_id ... ok |
2825 | 2025-07-10T17:03:50.045Z | Jul 10 17:03:49.343 DEBG Jul 10 17:03:49.343created new freemap DEBG created new freemap, , unit: freemap_testunit: freemap_test |
2826 | 2025-07-10T17:03:50.045Z | |
2827 | 2025-07-10T17:03:50.045Z | Jul 10 17:03:49.343 Jul 10 17:03:49.343DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
2828 | 2025-07-10T17:03:50.045Z | Jul 10 17:03:49.343 DEBG reset freemap, unit:freemap_test |
2829 | 2025-07-10T17:03:50.045Z | freemap_test |
2830 | 2025-07-10T17:03:50.045Z | Jul 10 17:03:49.343 DEBG reset freemap, unit: freemap_test |
2831 | 2025-07-10T17:03:50.045Z | Jul 10 17:03:49.343 DEBG created new freemap, unit: freemap_test |
2832 | 2025-07-10T17:03:50.045Z | test freemap::test_reclaim ... ok |
2833 | 2025-07-10T17:03:50.046Z | test freemap::test_exhaustion ... ok |
2834 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.344 DEBG initted freemap. size: 128, unit: freemap_test |
2835 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.344 DEBG reset freemap, unit: freemap_test |
2836 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.344 DEBG created new freemap, unit: freemap_test |
2837 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.345 DEBG initted freemap. size: 128, unit: freemap_test |
2838 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.345 DEBG reset freemap, unit: freemap_test |
2839 | 2025-07-10T17:03:50.046Z | test freemap::test_span ... ok |
2840 | 2025-07-10T17:03:50.046Z | test freemap::test_basic ... ok |
2841 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.345 DEBG created new freemap, unit: freemap_test |
2842 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.345 DEBG initted freemap. size: 128, unit: freemap_test |
2843 | 2025-07-10T17:03:50.046Z | Jul 10 17:03:49.346 DEBG reset freemap, unit: freemap_test |
2844 | 2025-07-10T17:03:50.046Z | test freemap::test_free ... ok |
2845 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
2846 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
2847 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
2848 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
2849 | 2025-07-10T17:03:50.046Z | test api_server::tests::test_build_info ... ok |
2850 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
2851 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
2852 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
2853 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_ipv6_validation ... ok |
2854 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_ipv4_validation ... ok |
2855 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_is_ssm_function ... ok |
2856 | 2025-07-10T17:03:50.046Z | test mcast::validate::tests::test_validate_nat_target ... ok |
2857 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
2858 | 2025-07-10T17:03:50.046Z | test nat::test_mapping ... ok |
2859 | 2025-07-10T17:03:50.046Z | test mcast::tests::test_concurrent_id_allocation ... ok |
2860 | 2025-07-10T17:03:50.046Z | test port_map::tests::test_backplane_group ... ok |
2861 | 2025-07-10T17:03:50.071Z | test mcast::tests::test_id_range_boundaries ... ok |
2862 | 2025-07-10T17:03:50.071Z | test port_map::tests::dump_map ... ok |
2863 | 2025-07-10T17:03:50.072Z | test port_map::tests::test_port_map ... ok |
2864 | 2025-07-10T17:03:50.072Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
2865 | 2025-07-10T17:03:50.072Z | test port_map::tests::parse_softnpu_revision ... ok |
2866 | 2025-07-10T17:03:50.072Z | |
2867 | 2025-07-10T17:03:50.072Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
2868 | 2025-07-10T17:03:50.072Z | |
2869 | 2025-07-10T17:03:50.072Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f3fd59ec4ae341c6) |
2870 | 2025-07-10T17:03:50.098Z | |
2871 | 2025-07-10T17:03:50.098Z | running 0 tests |
2872 | 2025-07-10T17:03:50.098Z | |
2873 | 2025-07-10T17:03:50.098Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2874 | 2025-07-10T17:03:50.098Z | |
2875 | 2025-07-10T17:03:50.098Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8de81bd159412a80) |
2876 | 2025-07-10T17:03:50.124Z | |
2877 | 2025-07-10T17:03:50.124Z | running 2 tests |
2878 | 2025-07-10T17:03:50.124Z | test tests::test_parse_client_port_id ... ok |
2879 | 2025-07-10T17:03:50.124Z | test tests::test_port_id_cmp ... ok |
2880 | 2025-07-10T17:03:50.124Z | |
2881 | 2025-07-10T17:03:50.124Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2882 | 2025-07-10T17:03:50.124Z | |
2883 | 2025-07-10T17:03:50.124Z | Running tests/test_all.rs (target/debug/deps/test_all-f73757bd3911b423) |
2884 | 2025-07-10T17:03:50.149Z | |
2885 | 2025-07-10T17:03:50.149Z | running 6 tests |
2886 | 2025-07-10T17:03:53.726Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
2887 | 2025-07-10T17:03:53.750Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
2888 | 2025-07-10T17:03:53.750Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
2889 | 2025-07-10T17:03:53.777Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
2890 | 2025-07-10T17:03:58.269Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
2891 | 2025-07-10T17:03:58.680Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
2892 | 2025-07-10T17:03:58.680Z | |
2893 | 2025-07-10T17:03:58.680Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.53s |
2894 | 2025-07-10T17:03:58.680Z | |
2895 | 2025-07-10T17:03:58.728Z | Running unittests src/lib.rs (target/debug/deps/packet-bc24c48def20f0fd) |
2896 | 2025-07-10T17:03:58.758Z | |
2897 | 2025-07-10T17:03:58.758Z | running 12 tests |
2898 | 2025-07-10T17:03:58.784Z | test ipv6::test_ipv6_parse ... ok |
2899 | 2025-07-10T17:03:58.784Z | test icmp::test_v6_checksum ... ok |
2900 | 2025-07-10T17:03:58.784Z | test icmp::test_v4_checksum ... ok |
2901 | 2025-07-10T17:03:58.784Z | test pbuf::test_byte ... ok |
2902 | 2025-07-10T17:03:58.784Z | test lldp::test_lldp_parse ... ok |
2903 | 2025-07-10T17:03:58.784Z | test pbuf::test_nibble ... ok |
2904 | 2025-07-10T17:03:58.784Z | test pbuf::test_short ... ok |
2905 | 2025-07-10T17:03:58.784Z | test pbuf::test_overflow ... ok |
2906 | 2025-07-10T17:03:58.784Z | test pbuf::test_twelve ... ok |
2907 | 2025-07-10T17:03:58.784Z | test pbuf::test_word ... ok |
2908 | 2025-07-10T17:03:58.784Z | test tcp::test_checksum_syn_nodata ... ok |
2909 | 2025-07-10T17:03:58.784Z | test tcp::test_checksum_ack_data ... ok |
2910 | 2025-07-10T17:03:58.784Z | |
2911 | 2025-07-10T17:03:58.784Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2912 | 2025-07-10T17:03:58.784Z | |
2913 | 2025-07-10T17:03:58.784Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
2914 | 2025-07-10T17:03:58.809Z | |
2915 | 2025-07-10T17:03:58.809Z | running 0 tests |
2916 | 2025-07-10T17:03:58.809Z | |
2917 | 2025-07-10T17:03:58.809Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2918 | 2025-07-10T17:03:58.809Z | |
2919 | 2025-07-10T17:03:58.809Z | Running unittests src/main.rs (target/debug/deps/swadm-eaeb746540c80ff7) |
2920 | 2025-07-10T17:03:58.836Z | |
2921 | 2025-07-10T17:03:58.836Z | running 3 tests |
2922 | 2025-07-10T17:03:58.836Z | test switchport::test::test_compute_lanes ... ok |
2923 | 2025-07-10T17:03:58.836Z | Lane 0 Lane 1 Lane 2 Lane 3 |
2924 | 2025-07-10T17:03:58.836Z | Rx Loss-of-lock: Yes Yes Yes Yes |
2925 | 2025-07-10T17:03:58.836Z | Rx Loss-of-signal: Yes Yes Yes Yes |
2926 | 2025-07-10T17:03:58.836Z | Rx CDR Enabled: Yes Yes Yes Yes |
2927 | 2025-07-10T17:03:58.836Z | Tx Enabled: Yes Yes Yes Yes |
2928 | 2025-07-10T17:03:58.836Z | Tx Loss-of-lock: No No No No |
2929 | 2025-07-10T17:03:58.836Z | Tx Loss-of-signal: No No No No |
2930 | 2025-07-10T17:03:58.836Z | Tx CDR Enabled: No No No No |
2931 | 2025-07-10T17:03:58.836Z | Tx Adaptive EQ Fault: No No No No |
2932 | 2025-07-10T17:03:58.836Z | Tx Fault: Yes Yes Yes Yes |
2933 | 2025-07-10T17:03:58.836Z | Lane 0 Lane 1 Lane 2 Lane 3 |
2934 | 2025-07-10T17:03:58.836Z | State: Activated Activated Activated Activated |
2935 | 2025-07-10T17:03:58.836Z | Rx Output Enabled: false false false false |
2936 | 2025-07-10T17:03:58.836Z | Rx Output Status: valid valid valid valid |
2937 | 2025-07-10T17:03:58.836Z | Rx Loss-of-lock: true true true true |
2938 | 2025-07-10T17:03:58.836Z | Rx Loss-of-signal: false false false false |
2939 | 2025-07-10T17:03:58.836Z | Rx Auto-squelch Disable: true true true true |
2940 | 2025-07-10T17:03:58.837Z | Tx Output Enabled: true true true true |
2941 | 2025-07-10T17:03:58.837Z | Tx Output Status: invalid invalid invalid invalid |
2942 | 2025-07-10T17:03:58.837Z | Tx Loss-of-lock: false false false false |
2943 | 2025-07-10T17:03:58.837Z | Tx Loss-of-signal: true true true true |
2944 | 2025-07-10T17:03:58.837Z | Tx Auto-squelch Disable: false false false false |
2945 | 2025-07-10T17:03:58.837Z | test switchport::test::test_print_sff_datapath ... Tx Adaptive EQ Fail: trueok |
2946 | 2025-07-10T17:03:58.837Z | true true true |
2947 | 2025-07-10T17:03:58.837Z | Tx Failure: false false false false |
2948 | 2025-07-10T17:03:58.837Z | Tx Force Squelch: true true true true |
2949 | 2025-07-10T17:03:58.837Z | Tx Input Polarity: normal normal normal normal |
2950 | 2025-07-10T17:03:58.837Z | test switchport::test::test_print_cmis_datapath ... ok |
2951 | 2025-07-10T17:03:58.837Z | |
2952 | 2025-07-10T17:03:58.837Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2953 | 2025-07-10T17:03:58.837Z | |
2954 | 2025-07-10T17:03:58.837Z | Running tests/port-link.rs (target/debug/deps/port_link-11f52c3503689ebd) |
2955 | 2025-07-10T17:03:58.862Z | |
2956 | 2025-07-10T17:03:58.862Z | running 5 tests |
2957 | 2025-07-10T17:03:58.862Z | test test_an ... ignored |
2958 | 2025-07-10T17:03:58.862Z | test test_enable ... ignored |
2959 | 2025-07-10T17:03:58.862Z | test test_ip_addresses ... ignored |
2960 | 2025-07-10T17:03:58.862Z | test test_kr ... ignored |
2961 | 2025-07-10T17:03:58.862Z | test test_mac ... ignored |
2962 | 2025-07-10T17:03:58.862Z | |
2963 | 2025-07-10T17:03:58.862Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2964 | 2025-07-10T17:03:58.862Z | |
2965 | 2025-07-10T17:03:58.862Z | Running unittests src/main.rs (target/debug/deps/tfportd-c9fd3d8c8447b75e) |
2966 | 2025-07-10T17:03:58.887Z | |
2967 | 2025-07-10T17:03:58.887Z | running 3 tests |
2968 | 2025-07-10T17:03:58.912Z | test tfport::test_parse_tfport ... ok |
2969 | 2025-07-10T17:03:58.912Z | test linklocal::test_parse_ipadm ... ok |
2970 | 2025-07-10T17:03:58.912Z | test config::tests::test_updates ... ok |
2971 | 2025-07-10T17:03:58.912Z | |
2972 | 2025-07-10T17:03:58.912Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2973 | 2025-07-10T17:03:58.912Z | |
2974 | 2025-07-10T17:03:58.912Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e7b81ede73ce1c55) |
2975 | 2025-07-10T17:03:58.937Z | |
2976 | 2025-07-10T17:03:58.937Z | running 0 tests |
2977 | 2025-07-10T17:03:58.937Z | |
2978 | 2025-07-10T17:03:58.937Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2979 | 2025-07-10T17:03:58.937Z | |
2980 | 2025-07-10T17:03:58.937Z | Running unittests src/main.rs (target/debug/deps/xtask-043f4c3ca372640a) |
2981 | 2025-07-10T17:03:58.962Z | |
2982 | 2025-07-10T17:03:58.962Z | running 0 tests |
2983 | 2025-07-10T17:03:58.962Z | |
2984 | 2025-07-10T17:03:58.962Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2985 | 2025-07-10T17:03:58.962Z | |
2986 | 2025-07-10T17:03:58.962Z | Doc-tests aal |
2987 | 2025-07-10T17:03:59.188Z | |
2988 | 2025-07-10T17:03:59.188Z | running 0 tests |
2989 | 2025-07-10T17:03:59.188Z | |
2990 | 2025-07-10T17:03:59.188Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2991 | 2025-07-10T17:03:59.188Z | |
2992 | 2025-07-10T17:03:59.218Z | Doc-tests aal_macros |
2993 | 2025-07-10T17:03:59.425Z | |
2994 | 2025-07-10T17:03:59.426Z | running 0 tests |
2995 | 2025-07-10T17:03:59.426Z | |
2996 | 2025-07-10T17:03:59.426Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2997 | 2025-07-10T17:03:59.426Z | |
2998 | 2025-07-10T17:03:59.450Z | Doc-tests common |
2999 | 2025-07-10T17:03:59.912Z | |
3000 | 2025-07-10T17:03:59.912Z | running 0 tests |
3001 | 2025-07-10T17:03:59.912Z | |
3002 | 2025-07-10T17:03:59.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
3003 | 2025-07-10T17:03:59.912Z | |
3004 | 2025-07-10T17:03:59.946Z | Doc-tests dpd_client |
3005 | 2025-07-10T17:04:02.435Z | |
3006 | 2025-07-10T17:04:02.435Z | running 0 tests |
3007 | 2025-07-10T17:04:02.435Z | |
3008 | 2025-07-10T17:04:02.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
3009 | 2025-07-10T17:04:02.435Z | |
3010 | 2025-07-10T17:04:02.507Z | Doc-tests packet |
3011 | 2025-07-10T17:04:02.725Z | |
3012 | 2025-07-10T17:04:02.725Z | running 0 tests |
3013 | 2025-07-10T17:04:02.725Z | |
3014 | 2025-07-10T17:04:02.725Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
3015 | 2025-07-10T17:04:02.725Z | |
3016 | 2025-07-10T17:04:02.757Z | Doc-tests pcap |
3017 | 2025-07-10T17:04:02.876Z | |
3018 | 2025-07-10T17:04:02.876Z | running 0 tests |
3019 | 2025-07-10T17:04:02.876Z | |
3020 | 2025-07-10T17:04:02.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
3021 | 2025-07-10T17:04:02.876Z | |
3022 | 2025-07-10T17:04:02.961Z | process exited: duration 1116235 ms, exit code 0 |
|
3023 | 2025-07-10T17:04:03.012Z | found 0 output files |