|
|
|
| 1 | 2026-09-03T10:34:36.238Z | job assigned to worker 01M1KDA4TN4BRGQ4ZEKGGMRCBF [factory aws, i-02c68a6372c0185f2] (queued for 52 s) |
| |
| 2 | 2026-09-03T10:34:42.862Z | starting task 0: "setup" |
| 3 | 2026-09-03T10:34:42.869Z | ++ uname -s |
| 4 | 2026-09-03T10:34:42.872Z | + kern=SunOS |
| 5 | 2026-09-03T10:34:42.872Z | + build_user=build |
| 6 | 2026-09-03T10:34:42.872Z | + build_uid=12345 |
| 7 | 2026-09-03T10:34:42.872Z | + work_dir=/work |
| 8 | 2026-09-03T10:34:42.872Z | + input_dir=/input |
| 9 | 2026-09-03T10:34:42.872Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-03T10:34:42.872Z | + case "$kern" in |
| 11 | 2026-09-03T10:34:42.872Z | + groupadd -g 12345 build |
| 12 | 2026-09-03T10:34:42.872Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-03T10:34:44.880Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-03T10:34:44.967Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-03T10:34:44.970Z | + home_fs=zfs |
| 16 | 2026-09-03T10:34:44.970Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-03T10:34:44.971Z | + mkdir -p /home/build |
| 18 | 2026-09-03T10:34:44.971Z | + chown build:build /home/build /work |
| 19 | 2026-09-03T10:34:46.972Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-03T10:34:46.974Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-09-03T10:34:46.982Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-03T10:34:46.987Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-09-03T10:34:46.987Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-09-03T10:34:46.987Z | * rust toolchain profile = "default" |
| 25 | 2026-09-03T10:34:46.987Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-03T10:34:46.988Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-03T10:34:46.988Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-03T10:34:46.991Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-03T10:34:46.991Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-09-03T10:34:47.076Z | info: downloading installer |
| 31 | 2026-09-03T10:34:48.403Z | info: profile set to default |
| 32 | 2026-09-03T10:34:48.404Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-03T10:34:48.407Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 34 | 2026-09-03T10:34:48.528Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 35 | 2026-09-03T10:34:48.532Z | info: downloading 6 components |
| 36 | 2026-09-03T10:35:01.648Z | |
| 37 | 2026-09-03T10:35:01.648Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-09-03T10:35:01.678Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-09-03T10:35:01.678Z | |
| 40 | 2026-09-03T10:35:01.681Z | |
| 41 | 2026-09-03T10:35:01.681Z | Rust is installed now. Great! |
| 42 | 2026-09-03T10:35:01.681Z | |
| 43 | 2026-09-03T10:35:01.681Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-03T10:35:01.681Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-03T10:35:01.681Z | |
| 46 | 2026-09-03T10:35:01.681Z | To configure your current shell, you need to source |
| 47 | 2026-09-03T10:35:01.681Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-03T10:35:01.681Z | |
| 49 | 2026-09-03T10:35:01.682Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-03T10:35:01.682Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-03T10:35:01.682Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-03T10:35:01.682Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-03T10:35:01.682Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-03T10:35:01.682Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-03T10:35:01.682Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-03T10:35:01.682Z | HOST_CC = None |
| 57 | 2026-09-03T10:35:01.682Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-03T10:35:01.682Z | CC = None |
| 59 | 2026-09-03T10:35:01.682Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-03T10:35:01.838Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-03T10:35:01.838Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-03T10:35:01.838Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-03T10:35:01.838Z | CFLAGS = None |
| 64 | 2026-09-03T10:35:01.838Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-03T10:35:01.838Z | HOST_CFLAGS = None |
| 66 | 2026-09-03T10:35:01.838Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-03T10:35:01.838Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-03T10:35:01.838Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-03T10:35:01.838Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-03T10:35:01.932Z | + rustup --version |
| 71 | 2026-09-03T10:35:01.939Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-03T10:35:01.942Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-03T10:35:01.964Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 74 | 2026-09-03T10:35:01.967Z | + cargo --version |
| 75 | 2026-09-03T10:35:01.978Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 76 | 2026-09-03T10:35:01.981Z | + rustc --version |
| 77 | 2026-09-03T10:35:02.000Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 78 | 2026-09-03T10:35:02.004Z | process exited: duration 15019 ms, exit code 0 |
| |
| 79 | 2026-09-03T10:35:02.010Z | starting task 2: "authentication" |
| 80 | 2026-09-03T10:35:02.027Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-03T10:35:02.033Z | starting task 3: "clone repository" |
| 82 | 2026-09-03T10:35:02.036Z | + mkdir -p /work/oxidecomputer/opte |
| 83 | 2026-09-03T10:35:02.039Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 84 | 2026-09-03T10:35:02.065Z | Cloning into '/work/oxidecomputer/opte'... |
| 85 | 2026-09-03T10:35:03.148Z | + cd /work/oxidecomputer/opte |
| 86 | 2026-09-03T10:35:03.148Z | + git fetch origin 20656f7698bfd767f3df92f0697d0653e935e372 |
| 87 | 2026-09-03T10:35:03.428Z | From https://github.com/oxidecomputer/opte |
| 88 | 2026-09-03T10:35:03.428Z | * branch 20656f7698bfd767f3df92f0697d0653e935e372 -> FETCH_HEAD |
| 89 | 2026-09-03T10:35:03.435Z | + [[ -n zl/mcast-source-validation ]] |
| 90 | 2026-09-03T10:35:03.439Z | ++ git branch --show-current |
| 91 | 2026-09-03T10:35:03.439Z | + current=master |
| 92 | 2026-09-03T10:35:03.439Z | + [[ master != zl/mcast-source-validation ]] |
| 93 | 2026-09-03T10:35:03.439Z | + git branch -f zl/mcast-source-validation 20656f7698bfd767f3df92f0697d0653e935e372 |
| 94 | 2026-09-03T10:35:03.442Z | + git checkout -f zl/mcast-source-validation |
| 95 | 2026-09-03T10:35:03.459Z | Switched to branch 'zl/mcast-source-validation' |
| 96 | 2026-09-03T10:35:03.462Z | + git reset --hard 20656f7698bfd767f3df92f0697d0653e935e372 |
| 97 | 2026-09-03T10:35:03.465Z | HEAD is now at 20656f7 [ssm, multicast] align source address validation with dpd, nexus and mgd |
| 98 | 2026-09-03T10:35:03.465Z | process exited: duration 1430 ms, exit code 0 |
| |
| 99 | 2026-09-03T10:35:03.472Z | starting task 4: "build" |
| 100 | 2026-09-03T10:35:03.475Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-03T10:35:03.478Z | ++ rustup show active-toolchain |
| 102 | 2026-09-03T10:35:03.482Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 103 | 2026-09-03T10:35:03.482Z | ++ pushd xde |
| 104 | 2026-09-03T10:35:03.482Z | ++ rustup show active-toolchain |
| 105 | 2026-09-03T10:35:03.482Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-09-03T10:35:03.485Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-09-03T10:35:03.644Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 108 | 2026-09-03T10:35:03.648Z | info: downloading 6 components |
| 109 | 2026-09-03T10:35:17.735Z | warn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed |
| 110 | 2026-09-03T10:35:17.735Z | warn: auto-installation is deprecated for most `rustup` commands |
| 111 | 2026-09-03T10:35:17.735Z | warn: scripts relying on this behavior in `rustup` may stop working in the future |
| 112 | 2026-09-03T10:35:17.735Z | warn: to install the active toolchain, use `rustup install` instead |
| 113 | 2026-09-03T10:35:17.735Z | warn: see <https://github.com/rust-lang/rustup/issues/4836> for more info |
| 114 | 2026-09-03T10:35:17.735Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 115 | 2026-09-03T10:35:17.833Z | +++ rustup show active-toolchain -v |
| 116 | 2026-09-03T10:35:17.836Z | +++ head -n 1 |
| 117 | 2026-09-03T10:35:17.837Z | +++ cut '-d ' -f1 |
| 118 | 2026-09-03T10:35:17.885Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 119 | 2026-09-03T10:35:17.885Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 120 | 2026-09-03T10:35:17.889Z | ++ popd |
| 121 | 2026-09-03T10:35:17.889Z | /work/oxidecomputer/opte |
| 122 | 2026-09-03T10:35:17.889Z | + cargo --version |
| 123 | 2026-09-03T10:35:17.894Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 124 | 2026-09-03T10:35:17.897Z | + rustc --version |
| 125 | 2026-09-03T10:35:17.916Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 126 | 2026-09-03T10:35:17.919Z | + cd crates/opte-api |
| 127 | 2026-09-03T10:35:17.919Z | + header 'check API_VERSION' |
| 128 | 2026-09-03T10:35:17.919Z | + echo '# ==== check API_VERSION ==== #' |
| 129 | 2026-09-03T10:35:17.919Z | # ==== check API_VERSION ==== # |
| 130 | 2026-09-03T10:35:17.919Z | + ./check-api-version.sh |
| 131 | 2026-09-03T10:35:17.927Z | diff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs |
| 132 | 2026-09-03T10:35:17.927Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
| 133 | 2026-09-03T10:35:17.933Z | SUCCESS: The API_VERSION was updated |
| 134 | 2026-09-03T10:35:17.933Z | old: 41 |
| 135 | 2026-09-03T10:35:17.933Z | new: 42 |
| 136 | 2026-09-03T10:35:17.936Z | + header 'check style' |
| 137 | 2026-09-03T10:35:17.936Z | + echo '# ==== check style ==== #' |
| 138 | 2026-09-03T10:35:17.936Z | # ==== check style ==== # |
| 139 | 2026-09-03T10:35:17.936Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-09-03T10:35:18.011Z | |
| 141 | 2026-09-03T10:35:18.011Z | real 0.075032947 |
| 142 | 2026-09-03T10:35:18.011Z | user 0.043990425 |
| 143 | 2026-09-03T10:35:18.011Z | sys 0.028198189 |
| 144 | 2026-09-03T10:35:18.012Z | trap 0.000004610 |
| 145 | 2026-09-03T10:35:18.012Z | tflt 0.000047160 |
| 146 | 2026-09-03T10:35:18.012Z | dflt 0.000006560 |
| 147 | 2026-09-03T10:35:18.012Z | kflt 0.000001050 |
| 148 | 2026-09-03T10:35:18.012Z | lock 0.022402700 |
| 149 | 2026-09-03T10:35:18.012Z | slp 0.055488569 |
| 150 | 2026-09-03T10:35:18.012Z | lat 0.000850230 |
| 151 | 2026-09-03T10:35:18.012Z | stop 0.000110070 |
| 152 | 2026-09-03T10:35:18.015Z | + header 'analyze std' |
| 153 | 2026-09-03T10:35:18.015Z | + echo '# ==== analyze std ==== #' |
| 154 | 2026-09-03T10:35:18.015Z | + ptime -m cargo clippy --all-targets |
| 155 | 2026-09-03T10:35:18.015Z | # ==== analyze std ==== # |
| 156 | 2026-09-03T10:35:18.148Z | Updating crates.io index |
| 157 | 2026-09-03T10:35:18.151Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2026-09-03T10:35:18.830Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2026-09-03T10:35:19.456Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 160 | 2026-09-03T10:35:19.764Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-09-03T10:35:20.182Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-09-03T10:35:20.492Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-09-03T10:35:20.839Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-09-03T10:35:22.307Z | Downloading crates ... |
| 165 | 2026-09-03T10:35:22.756Z | Downloaded cfg-if v1.0.4 |
| 166 | 2026-09-03T10:35:22.761Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-09-03T10:35:22.761Z | Downloaded byteorder v1.5.0 |
| 168 | 2026-09-03T10:35:22.761Z | Downloaded bitflags v2.13.0 |
| 169 | 2026-09-03T10:35:22.761Z | Downloaded managed v0.8.0 |
| 170 | 2026-09-03T10:35:22.761Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-09-03T10:35:22.761Z | Downloaded embedded-io v0.4.0 |
| 172 | 2026-09-03T10:35:22.761Z | Downloaded embedded-io v0.6.1 |
| 173 | 2026-09-03T10:35:22.761Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-09-03T10:35:22.761Z | Downloaded cobs v0.3.0 |
| 175 | 2026-09-03T10:35:22.761Z | Downloaded strsim v0.11.1 |
| 176 | 2026-09-03T10:35:22.762Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-09-03T10:35:22.762Z | Downloaded defmt v0.3.100 |
| 178 | 2026-09-03T10:35:22.762Z | Downloaded darling_macro v0.23.0 |
| 179 | 2026-09-03T10:35:22.762Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-09-03T10:35:22.762Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-09-03T10:35:22.762Z | Downloaded ingot-types v0.2.0 |
| 182 | 2026-09-03T10:35:22.762Z | Downloaded thiserror v2.0.18 |
| 183 | 2026-09-03T10:35:22.762Z | Downloaded defmt-macros v1.1.1 |
| 184 | 2026-09-03T10:35:22.762Z | Downloaded either v1.16.0 |
| 185 | 2026-09-03T10:35:22.762Z | Downloaded ipnetwork v0.21.1 |
| 186 | 2026-09-03T10:35:22.762Z | Downloaded ingot v0.2.0 |
| 187 | 2026-09-03T10:35:22.762Z | Downloaded ingot-macros v0.2.0 |
| 188 | 2026-09-03T10:35:22.762Z | Downloaded postcard v1.1.3 |
| 189 | 2026-09-03T10:35:22.762Z | Downloaded thiserror-impl v2.0.18 |
| 190 | 2026-09-03T10:35:22.762Z | Downloaded defmt v1.1.1 |
| 191 | 2026-09-03T10:35:22.762Z | Downloaded quote v1.0.46 |
| 192 | 2026-09-03T10:35:22.762Z | Downloaded darling v0.23.0 |
| 193 | 2026-09-03T10:35:22.762Z | Downloaded serde_derive v1.0.228 |
| 194 | 2026-09-03T10:35:22.762Z | Downloaded proc-macro2 v1.0.106 |
| 195 | 2026-09-03T10:35:22.762Z | Downloaded serde_core v1.0.228 |
| 196 | 2026-09-03T10:35:22.762Z | Downloaded unicode-ident v1.0.24 |
| 197 | 2026-09-03T10:35:22.762Z | Downloaded heapless v0.8.0 |
| 198 | 2026-09-03T10:35:22.762Z | Downloaded darling_core v0.23.0 |
| 199 | 2026-09-03T10:35:22.762Z | Downloaded serde v1.0.228 |
| 200 | 2026-09-03T10:35:22.762Z | Downloaded memchr v2.8.3 |
| 201 | 2026-09-03T10:35:22.762Z | Downloaded zerocopy-derive v0.8.54 |
| 202 | 2026-09-03T10:35:22.763Z | Downloaded regex v1.13.0 |
| 203 | 2026-09-03T10:35:22.763Z | Downloaded itertools v0.15.0 |
| 204 | 2026-09-03T10:35:22.763Z | Downloaded aho-corasick v1.1.4 |
| 205 | 2026-09-03T10:35:22.763Z | Downloaded zerocopy v0.8.54 |
| 206 | 2026-09-03T10:35:22.763Z | Downloaded syn v2.0.118 |
| 207 | 2026-09-03T10:35:22.763Z | Downloaded smoltcp v0.11.0 |
| 208 | 2026-09-03T10:35:22.763Z | Downloaded regex-syntax v0.8.11 |
| 209 | 2026-09-03T10:35:22.763Z | Downloaded regex-automata v0.4.15 |
| 210 | 2026-09-03T10:35:22.763Z | Compiling proc-macro2 v1.0.106 |
| 211 | 2026-09-03T10:35:22.763Z | Compiling quote v1.0.46 |
| 212 | 2026-09-03T10:35:22.763Z | Compiling unicode-ident v1.0.24 |
| 213 | 2026-09-03T10:35:22.763Z | Compiling ident_case v1.0.1 |
| 214 | 2026-09-03T10:35:22.763Z | Compiling memchr v2.8.3 |
| 215 | 2026-09-03T10:35:22.763Z | Compiling strsim v0.11.1 |
| 216 | 2026-09-03T10:35:22.763Z | Compiling regex-syntax v0.8.11 |
| 217 | 2026-09-03T10:35:22.763Z | Compiling serde_core v1.0.228 |
| 218 | 2026-09-03T10:35:22.796Z | Compiling either v1.16.0 |
| 219 | 2026-09-03T10:35:22.796Z | Compiling thiserror v2.0.18 |
| 220 | 2026-09-03T10:35:22.961Z | Compiling zerocopy v0.8.54 |
| 221 | 2026-09-03T10:35:22.988Z | Compiling serde v1.0.228 |
| 222 | 2026-09-03T10:35:23.033Z | Compiling itertools v0.15.0 |
| 223 | 2026-09-03T10:35:23.128Z | Compiling aho-corasick v1.1.4 |
| 224 | 2026-09-03T10:35:23.333Z | Checking byteorder v1.5.0 |
| 225 | 2026-09-03T10:35:23.378Z | Compiling heapless v0.8.0 |
| 226 | 2026-09-03T10:35:23.405Z | Compiling smoltcp v0.11.0 |
| 227 | 2026-09-03T10:35:23.484Z | Checking hash32 v0.3.1 |
| 228 | 2026-09-03T10:35:23.587Z | Checking macaddr v1.0.1 |
| 229 | 2026-09-03T10:35:23.719Z | Checking stable_deref_trait v1.2.1 |
| 230 | 2026-09-03T10:35:23.783Z | Checking bitflags v2.13.0 |
| 231 | 2026-09-03T10:35:23.871Z | Checking cfg-if v1.0.4 |
| 232 | 2026-09-03T10:35:23.925Z | Compiling syn v2.0.118 |
| 233 | 2026-09-03T10:35:23.928Z | Checking managed v0.8.0 |
| 234 | 2026-09-03T10:35:23.951Z | Checking bitflags v1.3.2 |
| 235 | 2026-09-03T10:35:24.011Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 236 | 2026-09-03T10:35:24.104Z | Compiling regex-automata v0.4.15 |
| 237 | 2026-09-03T10:35:24.290Z | Checking ipnetwork v0.21.1 |
| 238 | 2026-09-03T10:35:25.569Z | Compiling regex v1.13.0 |
| 239 | 2026-09-03T10:35:26.094Z | Compiling darling_core v0.23.0 |
| 240 | 2026-09-03T10:35:26.448Z | Compiling thiserror-impl v2.0.18 |
| 241 | 2026-09-03T10:35:26.451Z | Compiling serde_derive v1.0.228 |
| 242 | 2026-09-03T10:35:26.451Z | Compiling zerocopy-derive v0.8.54 |
| 243 | 2026-09-03T10:35:27.443Z | Checking cobs v0.3.0 |
| 244 | 2026-09-03T10:35:27.465Z | Compiling darling_macro v0.23.0 |
| 245 | 2026-09-03T10:35:27.976Z | Compiling darling v0.23.0 |
| 246 | 2026-09-03T10:35:28.048Z | Compiling ingot-macros v0.2.0 |
| 247 | 2026-09-03T10:35:28.702Z | Checking postcard v1.1.3 |
| 248 | 2026-09-03T10:35:29.990Z | Checking ingot-types v0.2.0 |
| 249 | 2026-09-03T10:35:30.253Z | Checking ingot v0.2.0 |
| 250 | 2026-09-03T10:35:31.553Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 251 | 2026-09-03T10:35:32.550Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.49s |
| 252 | 2026-09-03T10:35:32.650Z | |
| 253 | 2026-09-03T10:35:32.650Z | real 14.633554436 |
| 254 | 2026-09-03T10:35:32.650Z | user 30.711295067 |
| 255 | 2026-09-03T10:35:32.650Z | sys 5.789652822 |
| 256 | 2026-09-03T10:35:32.650Z | trap 0.013339270 |
| 257 | 2026-09-03T10:35:32.650Z | tflt 0.061713374 |
| 258 | 2026-09-03T10:35:32.650Z | dflt 0.264148878 |
| 259 | 2026-09-03T10:35:32.650Z | kflt 0.001372120 |
| 260 | 2026-09-03T10:35:32.650Z | lock 2:10.811366418 |
| 261 | 2026-09-03T10:35:32.650Z | slp 1:31.354838129 |
| 262 | 2026-09-03T10:35:32.650Z | lat 1.348937210 |
| 263 | 2026-09-03T10:35:32.650Z | stop 5.512681934 |
| 264 | 2026-09-03T10:35:32.654Z | + header 'analyze no_std' |
| 265 | 2026-09-03T10:35:32.654Z | + echo '# ==== analyze no_std ==== #' |
| 266 | 2026-09-03T10:35:32.654Z | # ==== analyze no_std ==== # |
| 267 | 2026-09-03T10:35:32.654Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 268 | 2026-09-03T10:35:32.752Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-09-03T10:35:32.980Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 270 | 2026-09-03T10:35:33.957Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s |
| 271 | 2026-09-03T10:35:33.979Z | |
| 272 | 2026-09-03T10:35:33.979Z | real 1.323084644 |
| 273 | 2026-09-03T10:35:33.979Z | user 1.893140470 |
| 274 | 2026-09-03T10:35:33.979Z | sys 0.261815969 |
| 275 | 2026-09-03T10:35:33.979Z | trap 0.000172980 |
| 276 | 2026-09-03T10:35:33.979Z | tflt 0.000051400 |
| 277 | 2026-09-03T10:35:33.979Z | dflt 0.000104200 |
| 278 | 2026-09-03T10:35:33.979Z | kflt 0.000002760 |
| 279 | 2026-09-03T10:35:33.979Z | lock 5.581748933 |
| 280 | 2026-09-03T10:35:33.979Z | slp 5.324543666 |
| 281 | 2026-09-03T10:35:33.979Z | lat 0.002768530 |
| 282 | 2026-09-03T10:35:33.979Z | stop 0.058160458 |
| 283 | 2026-09-03T10:35:33.982Z | + header test |
| 284 | 2026-09-03T10:35:33.982Z | + echo '# ==== test ==== #' |
| 285 | 2026-09-03T10:35:33.983Z | + ptime -m cargo test |
| 286 | 2026-09-03T10:35:33.983Z | # ==== test ==== # |
| 287 | 2026-09-03T10:35:34.105Z | Compiling serde_core v1.0.228 |
| 288 | 2026-09-03T10:35:34.106Z | Compiling byteorder v1.5.0 |
| 289 | 2026-09-03T10:35:34.109Z | Compiling macaddr v1.0.1 |
| 290 | 2026-09-03T10:35:34.109Z | Compiling bitflags v2.13.0 |
| 291 | 2026-09-03T10:35:34.130Z | Compiling thiserror v2.0.18 |
| 292 | 2026-09-03T10:35:34.130Z | Compiling zerocopy v0.8.54 |
| 293 | 2026-09-03T10:35:34.133Z | Compiling stable_deref_trait v1.2.1 |
| 294 | 2026-09-03T10:35:34.136Z | Compiling cfg-if v1.0.4 |
| 295 | 2026-09-03T10:35:34.183Z | Compiling cobs v0.3.0 |
| 296 | 2026-09-03T10:35:34.183Z | Compiling managed v0.8.0 |
| 297 | 2026-09-03T10:35:34.213Z | Compiling bitflags v1.3.2 |
| 298 | 2026-09-03T10:35:34.271Z | Compiling hash32 v0.3.1 |
| 299 | 2026-09-03T10:35:34.285Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 300 | 2026-09-03T10:35:34.362Z | Compiling heapless v0.8.0 |
| 301 | 2026-09-03T10:35:34.393Z | Compiling ipnetwork v0.21.1 |
| 302 | 2026-09-03T10:35:34.707Z | Compiling smoltcp v0.11.0 |
| 303 | 2026-09-03T10:35:35.642Z | Compiling serde v1.0.228 |
| 304 | 2026-09-03T10:35:36.059Z | Compiling postcard v1.1.3 |
| 305 | 2026-09-03T10:35:36.806Z | Compiling ingot-types v0.2.0 |
| 306 | 2026-09-03T10:35:37.079Z | Compiling ingot v0.2.0 |
| 307 | 2026-09-03T10:35:38.445Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-09-03T10:35:40.321Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.33s |
| 309 | 2026-09-03T10:35:40.332Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 310 | 2026-09-03T10:35:40.336Z | |
| 311 | 2026-09-03T10:35:40.336Z | running 25 tests |
| 312 | 2026-09-03T10:35:40.336Z | test encap::test::bad_vni ... ok |
| 313 | 2026-09-03T10:35:40.336Z | test encap::test::good_vni ... ok |
| 314 | 2026-09-03T10:35:40.336Z | test ip::test::bad_cidr ... ok |
| 315 | 2026-09-03T10:35:40.336Z | test dns::tests::test_domain_name ... ok |
| 316 | 2026-09-03T10:35:40.336Z | test encap::test::vni_round_trip ... ok |
| 317 | 2026-09-03T10:35:40.336Z | test ip::test::bad_prefix_len ... ok |
| 318 | 2026-09-03T10:35:40.336Z | test ip::test::dhcp_fqdn ... ok |
| 319 | 2026-09-03T10:35:40.336Z | test ip::test::good_cidr ... ok |
| 320 | 2026-09-03T10:35:40.336Z | test ip::test::ipv4_addr_bad ... ok |
| 321 | 2026-09-03T10:35:40.336Z | test ip::test::ipv4_addr_good ... ok |
| 322 | 2026-09-03T10:35:40.336Z | test ip::test::ipv4_mask ... ok |
| 323 | 2026-09-03T10:35:40.336Z | test ip::test::ipv6_cidr_is_member ... ok |
| 324 | 2026-09-03T10:35:40.336Z | test ip::test::ipv6_is_default ... ok |
| 325 | 2026-09-03T10:35:40.336Z | test ip::test::ipv6_mask ... ok |
| 326 | 2026-09-03T10:35:40.336Z | test ip::test::ipv6_prefix_len ... ok |
| 327 | 2026-09-03T10:35:40.336Z | test ip::test::test_ip_addr_from_str ... ok |
| 328 | 2026-09-03T10:35:40.336Z | test ip::test::test_ip_cidr_from_str ... ok |
| 329 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 330 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 331 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_from_const ... ok |
| 332 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 333 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_is_multicast ... ok |
| 334 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 335 | 2026-09-03T10:35:40.336Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 336 | 2026-09-03T10:35:40.336Z | test ip::test::test_multicast_underlay_serde ... ok |
| 337 | 2026-09-03T10:35:40.336Z | |
| 338 | 2026-09-03T10:35:40.336Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 339 | 2026-09-03T10:35:40.337Z | |
| 340 | 2026-09-03T10:35:40.337Z | Doc-tests opte_api |
| 341 | 2026-09-03T10:35:40.920Z | |
| 342 | 2026-09-03T10:35:40.920Z | running 1 test |
| 343 | 2026-09-03T10:35:40.924Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 344 | 2026-09-03T10:35:40.924Z | |
| 345 | 2026-09-03T10:35:40.924Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 346 | 2026-09-03T10:35:40.924Z | |
| 347 | 2026-09-03T10:35:40.928Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 348 | 2026-09-03T10:35:40.944Z | |
| 349 | 2026-09-03T10:35:40.944Z | real 6.957560746 |
| 350 | 2026-09-03T10:35:40.944Z | user 17.321907848 |
| 351 | 2026-09-03T10:35:40.944Z | sys 2.026539603 |
| 352 | 2026-09-03T10:35:40.944Z | trap 0.004900300 |
| 353 | 2026-09-03T10:35:40.948Z | tflt 0.212848017 |
| 354 | 2026-09-03T10:35:40.948Z | dflt 0.178604615 |
| 355 | 2026-09-03T10:35:40.948Z | kflt 0.000000000 |
| 356 | 2026-09-03T10:35:40.948Z | lock 1:03.310365374 |
| 357 | 2026-09-03T10:35:40.948Z | slp 32.716371677 |
| 358 | 2026-09-03T10:35:40.948Z | lat 0.538418207 |
| 359 | 2026-09-03T10:35:40.948Z | stop 0.618847819 |
| 360 | 2026-09-03T10:35:40.948Z | process exited: duration 37472 ms, exit code 0 |
| |
| 361 | 2026-09-03T10:35:40.955Z | found 0 output files |