|
|
|
| 1 | 2025-05-08T20:59:10.178Z | job assigned to worker 01JTRV236E67D8KN90Q4CV6NWB [factory aws, i-0a39274f24b9856d9] (queued for 1 m 3 s) |
| |
| 2 | 2025-05-08T20:59:18.051Z | starting task 0: "setup" |
| 3 | 2025-05-08T20:59:18.056Z | ++ uname -s |
| 4 | 2025-05-08T20:59:18.059Z | + kern=SunOS |
| 5 | 2025-05-08T20:59:18.059Z | + build_user=build |
| 6 | 2025-05-08T20:59:18.059Z | + build_uid=12345 |
| 7 | 2025-05-08T20:59:18.059Z | + work_dir=/work |
| 8 | 2025-05-08T20:59:18.059Z | + input_dir=/input |
| 9 | 2025-05-08T20:59:18.059Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-08T20:59:18.059Z | + case "$kern" in |
| 11 | 2025-05-08T20:59:18.059Z | + groupadd -g 12345 build |
| 12 | 2025-05-08T20:59:18.062Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-08T20:59:20.392Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-08T20:59:20.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-08T20:59:20.402Z | + home_fs=zfs |
| 16 | 2025-05-08T20:59:20.402Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-08T20:59:20.402Z | + mkdir -p /home/build |
| 18 | 2025-05-08T20:59:20.402Z | + chown build:build /home/build /work |
| 19 | 2025-05-08T20:59:22.249Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-08T20:59:22.252Z | process exited: duration 4202 ms, exit code 0 |
| |
| 21 | 2025-05-08T20:59:22.258Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-08T20:59:22.264Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-08T20:59:22.264Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-05-08T20:59:22.264Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-05-08T20:59:22.264Z | * rust toolchain profile = "default" |
| 26 | 2025-05-08T20:59:22.264Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-08T20:59:22.265Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-08T20:59:22.268Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-08T20:59:22.268Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-08T20:59:22.384Z | info: downloading installer |
| 31 | 2025-05-08T20:59:24.085Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-08T20:59:24.085Z | warn: /opt/ooce/bin |
| 33 | 2025-05-08T20:59:24.085Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-08T20:59:24.085Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-08T20:59:24.085Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-08T20:59:24.085Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-08T20:59:24.085Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-08T20:59:24.086Z | error: cannot install while Rust is installed |
| 39 | 2025-05-08T20:59:24.086Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-08T20:59:24.104Z | info: profile set to 'default' |
| 41 | 2025-05-08T20:59:24.104Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-08T20:59:24.107Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-08T20:59:24.282Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-08T20:59:24.282Z | info: downloading component 'cargo' |
| 45 | 2025-05-08T20:59:25.200Z | info: downloading component 'clippy' |
| 46 | 2025-05-08T20:59:25.641Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-08T20:59:26.964Z | info: downloading component 'rust-std' |
| 48 | 2025-05-08T20:59:28.481Z | info: downloading component 'rustc' |
| 49 | 2025-05-08T20:59:37.016Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-08T20:59:37.297Z | info: installing component 'cargo' |
| 51 | 2025-05-08T20:59:38.120Z | info: installing component 'clippy' |
| 52 | 2025-05-08T20:59:38.503Z | info: installing component 'rust-docs' |
| 53 | 2025-05-08T20:59:40.421Z | info: installing component 'rust-std' |
| 54 | 2025-05-08T20:59:42.189Z | info: installing component 'rustc' |
| 55 | 2025-05-08T20:59:48.514Z | info: installing component 'rustfmt' |
| 56 | 2025-05-08T20:59:48.845Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-08T20:59:48.845Z | |
| 58 | 2025-05-08T20:59:49.262Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-08T20:59:49.262Z | |
| 60 | 2025-05-08T20:59:49.265Z | |
| 61 | 2025-05-08T20:59:49.265Z | Rust is installed now. Great! |
| 62 | 2025-05-08T20:59:49.265Z | |
| 63 | 2025-05-08T20:59:49.265Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-08T20:59:49.265Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-08T20:59:49.265Z | |
| 66 | 2025-05-08T20:59:49.265Z | To configure your current shell, you need to source |
| 67 | 2025-05-08T20:59:49.267Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-08T20:59:49.267Z | |
| 69 | 2025-05-08T20:59:49.267Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-08T20:59:49.267Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-08T20:59:49.267Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-08T20:59:49.267Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-08T20:59:49.344Z | + rustup --version |
| 74 | 2025-05-08T20:59:49.355Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-05-08T20:59:49.358Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-05-08T20:59:49.433Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-08T20:59:49.436Z | + cargo --version |
| 78 | 2025-05-08T20:59:49.499Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-08T20:59:49.502Z | + rustc --version |
| 80 | 2025-05-08T20:59:49.568Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-08T20:59:49.571Z | process exited: duration 27307 ms, exit code 0 |
| |
| 82 | 2025-05-08T20:59:49.577Z | starting task 2: "authentication" |
| 83 | 2025-05-08T20:59:49.599Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-05-08T20:59:49.606Z | starting task 3: "clone repository" |
| 85 | 2025-05-08T20:59:49.610Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2025-05-08T20:59:49.613Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2025-05-08T20:59:49.750Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2025-05-08T20:59:51.028Z | + cd /work/oxidecomputer/opte |
| 89 | 2025-05-08T20:59:51.031Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 90 | 2025-05-08T20:59:51.291Z | From https://github.com/oxidecomputer/opte |
| 91 | 2025-05-08T20:59:51.292Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 92 | 2025-05-08T20:59:51.299Z | + [[ -n various-mtu-fixes ]] |
| 93 | 2025-05-08T20:59:51.302Z | ++ git branch --show-current |
| 94 | 2025-05-08T20:59:51.308Z | + current=master |
| 95 | 2025-05-08T20:59:51.308Z | + [[ master != various-mtu-fixes ]] |
| 96 | 2025-05-08T20:59:51.308Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 97 | 2025-05-08T20:59:51.308Z | + git checkout -f various-mtu-fixes |
| 98 | 2025-05-08T20:59:51.330Z | Switched to branch 'various-mtu-fixes' |
| 99 | 2025-05-08T20:59:51.333Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 100 | 2025-05-08T20:59:51.354Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 101 | 2025-05-08T20:59:51.357Z | process exited: duration 1748 ms, exit code 0 |
| |
| 102 | 2025-05-08T20:59:51.364Z | starting task 4: "build" |
| 103 | 2025-05-08T20:59:51.369Z | + source .github/buildomat/common.sh |
| 104 | 2025-05-08T20:59:51.372Z | ++ rustup show active-toolchain |
| 105 | 2025-05-08T20:59:51.418Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2025-05-08T20:59:51.421Z | ++ pushd xde |
| 107 | 2025-05-08T20:59:51.421Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2025-05-08T20:59:51.421Z | ++ rustup show active-toolchain |
| 109 | 2025-05-08T20:59:51.430Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 110 | 2025-05-08T20:59:51.630Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 111 | 2025-05-08T20:59:51.634Z | info: downloading component 'cargo' |
| 112 | 2025-05-08T20:59:52.586Z | info: downloading component 'clippy' |
| 113 | 2025-05-08T20:59:52.902Z | info: downloading component 'rust-src' |
| 114 | 2025-05-08T20:59:53.151Z | info: downloading component 'rust-std' |
| 115 | 2025-05-08T20:59:54.669Z | info: downloading component 'rustc' |
| 116 | 2025-05-08T21:00:00.891Z | info: downloading component 'rustfmt' |
| 117 | 2025-05-08T21:00:01.167Z | info: installing component 'cargo' |
| 118 | 2025-05-08T21:00:02.024Z | info: installing component 'clippy' |
| 119 | 2025-05-08T21:00:02.407Z | info: installing component 'rust-src' |
| 120 | 2025-05-08T21:00:02.738Z | info: installing component 'rust-std' |
| 121 | 2025-05-08T21:00:04.383Z | info: installing component 'rustc' |
| 122 | 2025-05-08T21:00:10.805Z | info: installing component 'rustfmt' |
| 123 | 2025-05-08T21:00:11.136Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2025-05-08T21:00:11.225Z | +++ rustup show active-toolchain -v |
| 125 | 2025-05-08T21:00:11.228Z | +++ head -n 1 |
| 126 | 2025-05-08T21:00:11.228Z | +++ cut '-d ' -f1 |
| 127 | 2025-05-08T21:00:11.333Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 128 | 2025-05-08T21:00:11.333Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 129 | 2025-05-08T21:00:11.333Z | ++ popd |
| 130 | 2025-05-08T21:00:11.337Z | /work/oxidecomputer/opte |
| 131 | 2025-05-08T21:00:11.337Z | + cargo --version |
| 132 | 2025-05-08T21:00:11.391Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 133 | 2025-05-08T21:00:11.395Z | + rustc --version |
| 134 | 2025-05-08T21:00:12.465Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 135 | 2025-05-08T21:00:12.468Z | + cd crates/opte-api |
| 136 | 2025-05-08T21:00:12.468Z | + header 'check API_VERSION' |
| 137 | 2025-05-08T21:00:12.468Z | + echo '# ==== check API_VERSION ==== #' |
| 138 | 2025-05-08T21:00:12.468Z | # ==== check API_VERSION ==== # |
| 139 | 2025-05-08T21:00:12.468Z | + ./check-api-version.sh |
| 140 | 2025-05-08T21:00:12.468Z | + header 'check style' |
| 141 | 2025-05-08T21:00:12.468Z | + echo '# ==== check style ==== #' |
| 142 | 2025-05-08T21:00:12.468Z | # ==== check style ==== # |
| 143 | 2025-05-08T21:00:12.468Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
| 144 | 2025-05-08T21:00:12.468Z | |
| 145 | 2025-05-08T21:00:12.468Z | real 0.207838386 |
| 146 | 2025-05-08T21:00:12.469Z | user 0.138574298 |
| 147 | 2025-05-08T21:00:12.469Z | sys 0.066515223 |
| 148 | 2025-05-08T21:00:12.469Z | trap 0.000053312 |
| 149 | 2025-05-08T21:00:12.469Z | tflt 0.000025675 |
| 150 | 2025-05-08T21:00:12.469Z | dflt 0.000017436 |
| 151 | 2025-05-08T21:00:12.469Z | kflt 0.000000000 |
| 152 | 2025-05-08T21:00:12.469Z | lock 0.639796399 |
| 153 | 2025-05-08T21:00:12.469Z | slp 0.218030418 |
| 154 | 2025-05-08T21:00:12.469Z | lat 0.001730905 |
| 155 | 2025-05-08T21:00:12.469Z | stop 0.000151905 |
| 156 | 2025-05-08T21:00:12.469Z | + header 'analyze std' |
| 157 | 2025-05-08T21:00:12.469Z | + echo '# ==== analyze std ==== #' |
| 158 | 2025-05-08T21:00:12.469Z | # ==== analyze std ==== # |
| 159 | 2025-05-08T21:00:12.469Z | + ptime -m cargo clippy --all-targets |
| 160 | 2025-05-08T21:00:12.469Z | Updating crates.io index |
| 161 | 2025-05-08T21:00:12.469Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2025-05-08T21:00:13.340Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2025-05-08T21:00:13.639Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2025-05-08T21:00:13.981Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2025-05-08T21:00:14.280Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 166 | 2025-05-08T21:00:14.573Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2025-05-08T21:00:14.893Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2025-05-08T21:00:15.750Z | Downloading crates ... |
| 169 | 2025-05-08T21:00:15.812Z | Downloaded darling_macro v0.20.11 |
| 170 | 2025-05-08T21:00:15.819Z | Downloaded ident_case v1.0.1 |
| 171 | 2025-05-08T21:00:15.828Z | Downloaded fnv v1.0.7 |
| 172 | 2025-05-08T21:00:15.831Z | Downloaded defmt v0.3.100 |
| 173 | 2025-05-08T21:00:15.835Z | Downloaded managed v0.8.0 |
| 174 | 2025-05-08T21:00:15.838Z | Downloaded ipnetwork v0.21.1 |
| 175 | 2025-05-08T21:00:15.838Z | Downloaded defmt-macros v1.0.1 |
| 176 | 2025-05-08T21:00:15.841Z | Downloaded macaddr v1.0.1 |
| 177 | 2025-05-08T21:00:15.841Z | Downloaded strsim v0.11.1 |
| 178 | 2025-05-08T21:00:15.845Z | Downloaded stable_deref_trait v1.2.0 |
| 179 | 2025-05-08T21:00:15.845Z | Downloaded hash32 v0.3.1 |
| 180 | 2025-05-08T21:00:15.845Z | Downloaded cobs v0.2.3 |
| 181 | 2025-05-08T21:00:15.848Z | Downloaded cfg-if v1.0.0 |
| 182 | 2025-05-08T21:00:15.848Z | Downloaded byteorder v1.5.0 |
| 183 | 2025-05-08T21:00:15.851Z | Downloaded embedded-io v0.6.1 |
| 184 | 2025-05-08T21:00:15.851Z | Downloaded embedded-io v0.4.0 |
| 185 | 2025-05-08T21:00:15.854Z | Downloaded bitflags v1.3.2 |
| 186 | 2025-05-08T21:00:15.854Z | Downloaded defmt-parser v1.0.0 |
| 187 | 2025-05-08T21:00:15.859Z | Downloaded quote v1.0.40 |
| 188 | 2025-05-08T21:00:15.859Z | Downloaded ingot-types v0.1.0 |
| 189 | 2025-05-08T21:00:15.862Z | Downloaded either v1.15.0 |
| 190 | 2025-05-08T21:00:15.865Z | Downloaded postcard v1.1.1 |
| 191 | 2025-05-08T21:00:15.865Z | Downloaded darling v0.20.11 |
| 192 | 2025-05-08T21:00:15.869Z | Downloaded thiserror-impl v2.0.12 |
| 193 | 2025-05-08T21:00:15.873Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 194 | 2025-05-08T21:00:15.873Z | Downloaded ingot v0.1.0 |
| 195 | 2025-05-08T21:00:15.875Z | Downloaded thiserror v2.0.12 |
| 196 | 2025-05-08T21:00:15.879Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2025-05-08T21:00:15.882Z | Downloaded ingot-macros v0.1.0 |
| 198 | 2025-05-08T21:00:15.885Z | Downloaded bitflags v2.9.0 |
| 199 | 2025-05-08T21:00:15.888Z | Downloaded unicode-ident v1.0.18 |
| 200 | 2025-05-08T21:00:15.891Z | Downloaded proc-macro2 v1.0.95 |
| 201 | 2025-05-08T21:00:15.894Z | Downloaded heapless v0.8.0 |
| 202 | 2025-05-08T21:00:15.897Z | Downloaded serde_derive v1.0.219 |
| 203 | 2025-05-08T21:00:15.900Z | Downloaded defmt v1.0.1 |
| 204 | 2025-05-08T21:00:15.903Z | Downloaded darling_core v0.20.11 |
| 205 | 2025-05-08T21:00:15.910Z | Downloaded serde v1.0.219 |
| 206 | 2025-05-08T21:00:15.917Z | Downloaded zerocopy-derive v0.8.25 |
| 207 | 2025-05-08T21:00:15.923Z | Downloaded memchr v2.7.4 |
| 208 | 2025-05-08T21:00:15.928Z | Downloaded aho-corasick v1.1.3 |
| 209 | 2025-05-08T21:00:15.942Z | Downloaded itertools v0.13.0 |
| 210 | 2025-05-08T21:00:15.975Z | Downloaded zerocopy v0.8.25 |
| 211 | 2025-05-08T21:00:15.998Z | Downloaded regex v1.11.1 |
| 212 | 2025-05-08T21:00:16.010Z | Downloaded syn v2.0.101 |
| 213 | 2025-05-08T21:00:16.021Z | Downloaded smoltcp v0.11.0 |
| 214 | 2025-05-08T21:00:16.032Z | Downloaded regex-syntax v0.8.5 |
| 215 | 2025-05-08T21:00:16.040Z | Downloaded regex-automata v0.4.9 |
| 216 | 2025-05-08T21:00:16.161Z | Compiling proc-macro2 v1.0.95 |
| 217 | 2025-05-08T21:00:16.162Z | Compiling unicode-ident v1.0.18 |
| 218 | 2025-05-08T21:00:16.164Z | Compiling strsim v0.11.1 |
| 219 | 2025-05-08T21:00:16.165Z | Compiling ident_case v1.0.1 |
| 220 | 2025-05-08T21:00:16.165Z | Compiling fnv v1.0.7 |
| 221 | 2025-05-08T21:00:16.165Z | Compiling memchr v2.7.4 |
| 222 | 2025-05-08T21:00:16.184Z | Compiling regex-syntax v0.8.5 |
| 223 | 2025-05-08T21:00:16.189Z | Compiling zerocopy v0.8.25 |
| 224 | 2025-05-08T21:00:16.349Z | Compiling serde v1.0.219 |
| 225 | 2025-05-08T21:00:16.374Z | Compiling either v1.15.0 |
| 226 | 2025-05-08T21:00:16.392Z | Checking byteorder v1.5.0 |
| 227 | 2025-05-08T21:00:16.678Z | Compiling heapless v0.8.0 |
| 228 | 2025-05-08T21:00:16.746Z | Compiling itertools v0.13.0 |
| 229 | 2025-05-08T21:00:16.795Z | Checking hash32 v0.3.1 |
| 230 | 2025-05-08T21:00:16.910Z | Checking stable_deref_trait v1.2.0 |
| 231 | 2025-05-08T21:00:16.991Z | Compiling aho-corasick v1.1.3 |
| 232 | 2025-05-08T21:00:17.316Z | Checking macaddr v1.0.1 |
| 233 | 2025-05-08T21:00:17.527Z | Checking bitflags v2.9.0 |
| 234 | 2025-05-08T21:00:17.711Z | Compiling smoltcp v0.11.0 |
| 235 | 2025-05-08T21:00:18.438Z | Checking cobs v0.2.3 |
| 236 | 2025-05-08T21:00:18.471Z | Checking managed v0.8.0 |
| 237 | 2025-05-08T21:00:18.480Z | Checking bitflags v1.3.2 |
| 238 | 2025-05-08T21:00:18.562Z | Checking cfg-if v1.0.0 |
| 239 | 2025-05-08T21:00:18.613Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 240 | 2025-05-08T21:00:18.646Z | Checking ipnetwork v0.21.1 |
| 241 | 2025-05-08T21:00:18.947Z | Compiling regex-automata v0.4.9 |
| 242 | 2025-05-08T21:00:19.526Z | Compiling quote v1.0.40 |
| 243 | 2025-05-08T21:00:19.851Z | Compiling syn v2.0.101 |
| 244 | 2025-05-08T21:00:21.817Z | Compiling regex v1.11.1 |
| 245 | 2025-05-08T21:00:23.909Z | Compiling darling_core v0.20.11 |
| 246 | 2025-05-08T21:00:24.692Z | Compiling serde_derive v1.0.219 |
| 247 | 2025-05-08T21:00:24.692Z | Compiling zerocopy-derive v0.8.25 |
| 248 | 2025-05-08T21:00:26.362Z | Compiling darling_macro v0.20.11 |
| 249 | 2025-05-08T21:00:27.003Z | Compiling darling v0.20.11 |
| 250 | 2025-05-08T21:00:27.101Z | Compiling ingot-macros v0.1.0 |
| 251 | 2025-05-08T21:00:30.421Z | Checking ingot-types v0.1.0 |
| 252 | 2025-05-08T21:00:30.884Z | Checking ingot v0.1.0 |
| 253 | 2025-05-08T21:00:30.884Z | Checking postcard v1.1.1 |
| 254 | 2025-05-08T21:00:32.821Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 255 | 2025-05-08T21:00:34.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.22s |
| 256 | 2025-05-08T21:00:34.180Z | |
| 257 | 2025-05-08T21:00:34.180Z | real 22.481076689 |
| 258 | 2025-05-08T21:00:34.180Z | user 57.287574924 |
| 259 | 2025-05-08T21:00:34.180Z | sys 7.598817356 |
| 260 | 2025-05-08T21:00:34.180Z | trap 0.021694324 |
| 261 | 2025-05-08T21:00:34.180Z | tflt 0.640965601 |
| 262 | 2025-05-08T21:00:34.184Z | dflt 3.193812881 |
| 263 | 2025-05-08T21:00:34.184Z | kflt 0.006698629 |
| 264 | 2025-05-08T21:00:34.184Z | lock 1:08.235942460 |
| 265 | 2025-05-08T21:00:34.184Z | slp 3:38.859462277 |
| 266 | 2025-05-08T21:00:34.184Z | lat 1.261496955 |
| 267 | 2025-05-08T21:00:34.184Z | stop 3.372890801 |
| 268 | 2025-05-08T21:00:34.184Z | + header 'analyze no_std' |
| 269 | 2025-05-08T21:00:34.184Z | + echo '# ==== analyze no_std ==== #' |
| 270 | 2025-05-08T21:00:34.184Z | # ==== analyze no_std ==== # |
| 271 | 2025-05-08T21:00:34.184Z | + ptime -m cargo clippy --no-default-features --all-targets |
| 272 | 2025-05-08T21:00:34.408Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 273 | 2025-05-08T21:00:35.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 274 | 2025-05-08T21:00:35.693Z | |
| 275 | 2025-05-08T21:00:35.696Z | real 1.506590942 |
| 276 | 2025-05-08T21:00:35.696Z | user 2.262360084 |
| 277 | 2025-05-08T21:00:35.696Z | sys 0.294726552 |
| 278 | 2025-05-08T21:00:35.696Z | trap 0.000699003 |
| 279 | 2025-05-08T21:00:35.696Z | tflt 0.000071267 |
| 280 | 2025-05-08T21:00:35.696Z | dflt 0.000035110 |
| 281 | 2025-05-08T21:00:35.696Z | kflt 0.000000000 |
| 282 | 2025-05-08T21:00:35.696Z | lock 3.307217693 |
| 283 | 2025-05-08T21:00:35.696Z | slp 6.021263777 |
| 284 | 2025-05-08T21:00:35.697Z | lat 0.004443957 |
| 285 | 2025-05-08T21:00:35.697Z | stop 0.066145142 |
| 286 | 2025-05-08T21:00:35.697Z | + header test |
| 287 | 2025-05-08T21:00:35.697Z | + echo '# ==== test ==== #' |
| 288 | 2025-05-08T21:00:35.697Z | # ==== test ==== # |
| 289 | 2025-05-08T21:00:35.697Z | + ptime -m cargo test |
| 290 | 2025-05-08T21:00:35.939Z | Compiling byteorder v1.5.0 |
| 291 | 2025-05-08T21:00:35.939Z | Compiling stable_deref_trait v1.2.0 |
| 292 | 2025-05-08T21:00:35.942Z | Compiling macaddr v1.0.1 |
| 293 | 2025-05-08T21:00:35.942Z | Compiling bitflags v2.9.0 |
| 294 | 2025-05-08T21:00:35.942Z | Compiling bitflags v1.3.2 |
| 295 | 2025-05-08T21:00:35.947Z | Compiling zerocopy v0.8.25 |
| 296 | 2025-05-08T21:00:35.950Z | Compiling serde v1.0.219 |
| 297 | 2025-05-08T21:00:35.953Z | Compiling cfg-if v1.0.0 |
| 298 | 2025-05-08T21:00:36.020Z | Compiling cobs v0.2.3 |
| 299 | 2025-05-08T21:00:36.030Z | Compiling managed v0.8.0 |
| 300 | 2025-05-08T21:00:36.030Z | Compiling ipnetwork v0.21.1 |
| 301 | 2025-05-08T21:00:36.244Z | Compiling hash32 v0.3.1 |
| 302 | 2025-05-08T21:00:36.276Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 303 | 2025-05-08T21:00:36.374Z | Compiling heapless v0.8.0 |
| 304 | 2025-05-08T21:00:36.996Z | Compiling smoltcp v0.11.0 |
| 305 | 2025-05-08T21:00:38.048Z | Compiling ingot-types v0.1.0 |
| 306 | 2025-05-08T21:00:39.283Z | Compiling postcard v1.1.1 |
| 307 | 2025-05-08T21:00:39.283Z | Compiling ingot v0.1.0 |
| 308 | 2025-05-08T21:00:41.354Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 309 | 2025-05-08T21:00:43.107Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 7.35s |
| 310 | 2025-05-08T21:00:43.120Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-fd9e25365cb16a00) |
| 311 | 2025-05-08T21:00:43.131Z | |
| 312 | 2025-05-08T21:00:43.131Z | running 22 tests |
| 313 | 2025-05-08T21:00:43.134Z | test encap::test::bad_vni ... ok |
| 314 | 2025-05-08T21:00:43.134Z | test encap::test::good_vni ... ok |
| 315 | 2025-05-08T21:00:43.135Z | test encap::test::vni_round_trip ... ok |
| 316 | 2025-05-08T21:00:43.135Z | test dns::tests::test_domain_name ... ok |
| 317 | 2025-05-08T21:00:43.135Z | test ip::test::bad_cidr ... ok |
| 318 | 2025-05-08T21:00:43.135Z | test ip::test::bad_prefix_len ... ok |
| 319 | 2025-05-08T21:00:43.135Z | test ip::test::dhcp_fqdn ... ok |
| 320 | 2025-05-08T21:00:43.135Z | test ip::test::good_cidr ... ok |
| 321 | 2025-05-08T21:00:43.135Z | test ip::test::ipv4_addr_bad ... ok |
| 322 | 2025-05-08T21:00:43.137Z | test ip::test::ipv4_addr_good ... ok |
| 323 | 2025-05-08T21:00:43.137Z | test ip::test::ipv4_mask ... ok |
| 324 | 2025-05-08T21:00:43.137Z | test ip::test::ipv6_is_default ... ok |
| 325 | 2025-05-08T21:00:43.137Z | test ip::test::ipv6_cidr_is_member ... ok |
| 326 | 2025-05-08T21:00:43.137Z | test ip::test::ipv6_mask ... ok |
| 327 | 2025-05-08T21:00:43.137Z | test ip::test::ipv6_prefix_len ... ok |
| 328 | 2025-05-08T21:00:43.138Z | test ip::test::test_ip_addr_from_str ... ok |
| 329 | 2025-05-08T21:00:43.138Z | test ip::test::test_ip_cidr_from_str ... ok |
| 330 | 2025-05-08T21:00:43.138Z | test ip::test::test_ipv6_from_const ... ok |
| 331 | 2025-05-08T21:00:43.138Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 332 | 2025-05-08T21:00:43.138Z | test ip::test::test_ipv6_is_multicast ... ok |
| 333 | 2025-05-08T21:00:43.138Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 334 | 2025-05-08T21:00:43.138Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 335 | 2025-05-08T21:00:43.138Z | |
| 336 | 2025-05-08T21:00:43.138Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 337 | 2025-05-08T21:00:43.138Z | |
| 338 | 2025-05-08T21:00:43.138Z | Doc-tests opte_api |
| 339 | 2025-05-08T21:00:43.993Z | |
| 340 | 2025-05-08T21:00:43.993Z | running 1 test |
| 341 | 2025-05-08T21:00:43.999Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 342 | 2025-05-08T21:00:44.000Z | |
| 343 | 2025-05-08T21:00:44.001Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 344 | 2025-05-08T21:00:44.001Z | |
| 345 | 2025-05-08T21:00:44.022Z | |
| 346 | 2025-05-08T21:00:44.025Z | real 8.317867876 |
| 347 | 2025-05-08T21:00:44.025Z | user 17.749556577 |
| 348 | 2025-05-08T21:00:44.025Z | sys 2.500727646 |
| 349 | 2025-05-08T21:00:44.025Z | trap 0.003388499 |
| 350 | 2025-05-08T21:00:44.025Z | tflt 0.081164071 |
| 351 | 2025-05-08T21:00:44.025Z | dflt 0.032312131 |
| 352 | 2025-05-08T21:00:44.025Z | kflt 0.000009118 |
| 353 | 2025-05-08T21:00:44.025Z | lock 31.328017345 |
| 354 | 2025-05-08T21:00:44.025Z | slp 54.679550061 |
| 355 | 2025-05-08T21:00:44.025Z | lat 0.623769914 |
| 356 | 2025-05-08T21:00:44.025Z | stop 1.036712938 |
| 357 | 2025-05-08T21:00:44.025Z | process exited: duration 52650 ms, exit code 0 |
| |
| 358 | 2025-05-08T21:00:44.032Z | found 0 output files |