|
|
|
| 1 | 2024-06-20T09:18:52.187Z | job assigned to worker 01J0TF13SYPA93C9S08775D3MA (queued for 33 s) |
| |
| 2 | 2024-06-20T09:18:52.315Z | starting task 0: "setup" |
| 3 | 2024-06-20T09:18:52.339Z | ++ uname -s |
| 4 | 2024-06-20T09:18:52.339Z | + kern=SunOS |
| 5 | 2024-06-20T09:18:52.339Z | + case "$kern" in |
| 6 | 2024-06-20T09:18:52.339Z | + groupadd -g 12345 build |
| 7 | 2024-06-20T09:18:52.339Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-20T09:18:54.345Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-20T09:18:54.392Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-20T09:18:54.416Z | + home_fs=zfs |
| 11 | 2024-06-20T09:18:54.416Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-20T09:18:54.416Z | + mkdir -p /home/build |
| 13 | 2024-06-20T09:18:54.416Z | + chown build:build /home/build /work |
| 14 | 2024-06-20T09:18:56.402Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-20T09:18:56.427Z | process exited: duration 4092 ms, exit code 0 |
| |
| 16 | 2024-06-20T09:18:56.480Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-20T09:18:56.505Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-20T09:18:56.505Z | ' nightly-2024-05-12 |
| 19 | 2024-06-20T09:18:56.505Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-06-20T09:18:56.505Z | ' default |
| 21 | 2024-06-20T09:18:56.505Z | * toolchain channel = "nightly-2024-05-12" |
| 22 | 2024-06-20T09:18:56.505Z | * toolchain profile = "default" |
| 23 | 2024-06-20T09:18:56.505Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-20T09:18:56.505Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
| 25 | 2024-06-20T09:18:56.635Z | info: downloading installer |
| 26 | 2024-06-20T09:18:57.105Z | info: profile set to 'default' |
| 27 | 2024-06-20T09:18:57.106Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-20T09:18:57.106Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
| 29 | 2024-06-20T09:18:57.236Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
| 30 | 2024-06-20T09:18:57.236Z | info: downloading component 'cargo' |
| 31 | 2024-06-20T09:18:57.819Z | info: downloading component 'clippy' |
| 32 | 2024-06-20T09:18:58.038Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-20T09:18:58.489Z | info: downloading component 'rust-std' |
| 34 | 2024-06-20T09:18:59.282Z | info: downloading component 'rustc' |
| 35 | 2024-06-20T09:19:01.656Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-20T09:19:01.852Z | info: installing component 'cargo' |
| 37 | 2024-06-20T09:19:02.945Z | info: installing component 'clippy' |
| 38 | 2024-06-20T09:19:03.352Z | info: installing component 'rust-docs' |
| 39 | 2024-06-20T09:19:06.039Z | info: installing component 'rust-std' |
| 40 | 2024-06-20T09:19:08.500Z | info: installing component 'rustc' |
| 41 | 2024-06-20T09:19:13.516Z | info: installing component 'rustfmt' |
| 42 | 2024-06-20T09:19:13.893Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
| 43 | 2024-06-20T09:19:13.893Z | |
| 44 | 2024-06-20T09:19:13.997Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
| 45 | 2024-06-20T09:19:13.997Z | |
| 46 | 2024-06-20T09:19:13.997Z | |
| 47 | 2024-06-20T09:19:13.997Z | Rust is installed now. Great! |
| 48 | 2024-06-20T09:19:13.997Z | |
| 49 | 2024-06-20T09:19:13.997Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-20T09:19:13.997Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-20T09:19:13.997Z | |
| 52 | 2024-06-20T09:19:13.997Z | To configure your current shell, you need to source |
| 53 | 2024-06-20T09:19:14.022Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-20T09:19:14.022Z | |
| 55 | 2024-06-20T09:19:14.022Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-20T09:19:14.022Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-20T09:19:14.022Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-20T09:19:14.067Z | + rustc --version |
| 59 | 2024-06-20T09:19:14.159Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
| 60 | 2024-06-20T09:19:14.189Z | process exited: duration 17676 ms, exit code 0 |
| |
| 61 | 2024-06-20T09:19:14.238Z | starting task 2: "authentication" |
| 62 | 2024-06-20T09:19:14.293Z | process exited: duration 55 ms, exit code 0 |
| |
| 63 | 2024-06-20T09:19:14.341Z | starting task 3: "clone repository" |
| 64 | 2024-06-20T09:19:14.365Z | + mkdir -p /work/oxidecomputer/opte |
| 65 | 2024-06-20T09:19:14.365Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 66 | 2024-06-20T09:19:14.389Z | Cloning into '/work/oxidecomputer/opte'... |
| 67 | 2024-06-20T09:19:15.676Z | + cd /work/oxidecomputer/opte |
| 68 | 2024-06-20T09:19:15.676Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
| 69 | 2024-06-20T09:19:16.013Z | From https://github.com/oxidecomputer/opte |
| 70 | 2024-06-20T09:19:16.013Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
| 71 | 2024-06-20T09:19:16.038Z | + [[ -n '' ]] |
| 72 | 2024-06-20T09:19:16.038Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
| 73 | 2024-06-20T09:19:16.062Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
| 74 | 2024-06-20T09:19:16.062Z | process exited: duration 1717 ms, exit code 0 |
| |
| 75 | 2024-06-20T09:19:16.112Z | starting task 4: "build" |
| 76 | 2024-06-20T09:19:16.136Z | + cargo --version |
| 77 | 2024-06-20T09:19:16.136Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 78 | 2024-06-20T09:19:16.267Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 79 | 2024-06-20T09:19:16.267Z | info: downloading component 'cargo' |
| 80 | 2024-06-20T09:19:16.524Z | info: downloading component 'clippy' |
| 81 | 2024-06-20T09:19:16.613Z | info: downloading component 'rust-docs' |
| 82 | 2024-06-20T09:19:16.885Z | info: downloading component 'rust-std' |
| 83 | 2024-06-20T09:19:17.285Z | info: downloading component 'rustc' |
| 84 | 2024-06-20T09:19:18.415Z | info: downloading component 'rustfmt' |
| 85 | 2024-06-20T09:19:18.477Z | info: installing component 'cargo' |
| 86 | 2024-06-20T09:19:19.583Z | info: installing component 'clippy' |
| 87 | 2024-06-20T09:19:20.003Z | info: installing component 'rust-docs' |
| 88 | 2024-06-20T09:19:22.402Z | info: installing component 'rust-std' |
| 89 | 2024-06-20T09:19:24.443Z | info: installing component 'rustc' |
| 90 | 2024-06-20T09:19:29.271Z | info: installing component 'rustfmt' |
| 91 | 2024-06-20T09:19:29.738Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 92 | 2024-06-20T09:19:29.762Z | + rustc --version |
| 93 | 2024-06-20T09:19:29.881Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 94 | 2024-06-20T09:19:29.907Z | + cd crates/opte-api |
| 95 | 2024-06-20T09:19:29.907Z | + header 'check API_VERSION' |
| 96 | 2024-06-20T09:19:29.907Z | + echo '# ==== check API_VERSION ==== #' |
| 97 | 2024-06-20T09:19:29.907Z | + ./check-api-version.sh |
| 98 | 2024-06-20T09:19:29.907Z | # ==== check API_VERSION ==== # |
| 99 | 2024-06-20T09:19:29.907Z | + header 'check style' |
| 100 | 2024-06-20T09:19:29.907Z | + echo '# ==== check style ==== #' |
| 101 | 2024-06-20T09:19:29.907Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
| 102 | 2024-06-20T09:19:29.907Z | # ==== check style ==== # |
| 103 | 2024-06-20T09:19:30.283Z | |
| 104 | 2024-06-20T09:19:30.308Z | real 0.374401192 |
| 105 | 2024-06-20T09:19:30.308Z | user 0.150027777 |
| 106 | 2024-06-20T09:19:30.308Z | sys 0.218297434 |
| 107 | 2024-06-20T09:19:30.308Z | trap 0.000016241 |
| 108 | 2024-06-20T09:19:30.308Z | tflt 0.000000000 |
| 109 | 2024-06-20T09:19:30.308Z | dflt 0.000000000 |
| 110 | 2024-06-20T09:19:30.308Z | kflt 0.000000000 |
| 111 | 2024-06-20T09:19:30.308Z | lock 0.000000000 |
| 112 | 2024-06-20T09:19:30.308Z | slp 0.238019240 |
| 113 | 2024-06-20T09:19:30.308Z | lat 0.000585603 |
| 114 | 2024-06-20T09:19:30.308Z | stop 0.000325844 |
| 115 | 2024-06-20T09:19:30.308Z | + header 'analyze std' |
| 116 | 2024-06-20T09:19:30.308Z | + echo '# ==== analyze std ==== #' |
| 117 | 2024-06-20T09:19:30.308Z | + ptime -m cargo clippy --all-targets |
| 118 | 2024-06-20T09:19:30.308Z | # ==== analyze std ==== # |
| 119 | 2024-06-20T09:19:30.650Z | Updating crates.io index |
| 120 | 2024-06-20T09:19:30.717Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 121 | 2024-06-20T09:19:31.623Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 122 | 2024-06-20T09:19:32.210Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 123 | 2024-06-20T09:19:32.846Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 124 | 2024-06-20T09:19:33.365Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 125 | 2024-06-20T09:19:33.840Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 126 | 2024-06-20T09:19:34.243Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 127 | 2024-06-20T09:19:34.620Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 128 | 2024-06-20T09:19:36.257Z | Downloading crates ... |
| 129 | 2024-06-20T09:19:36.303Z | Downloaded bitflags v1.3.2 |
| 130 | 2024-06-20T09:19:36.326Z | Downloaded thiserror-impl v1.0.61 |
| 131 | 2024-06-20T09:19:36.326Z | Downloaded proc-macro-error-attr v1.0.4 |
| 132 | 2024-06-20T09:19:36.326Z | Downloaded stable_deref_trait v1.2.0 |
| 133 | 2024-06-20T09:19:36.326Z | Downloaded serde v1.0.203 |
| 134 | 2024-06-20T09:19:36.326Z | Downloaded unicode-ident v1.0.12 |
| 135 | 2024-06-20T09:19:36.326Z | Downloaded version_check v0.9.4 |
| 136 | 2024-06-20T09:19:36.326Z | Downloaded syn v1.0.109 |
| 137 | 2024-06-20T09:19:36.350Z | Downloaded heapless v0.8.0 |
| 138 | 2024-06-20T09:19:36.350Z | Downloaded embedded-io v0.4.0 |
| 139 | 2024-06-20T09:19:36.350Z | Downloaded thiserror v1.0.61 |
| 140 | 2024-06-20T09:19:36.350Z | Downloaded smoltcp v0.11.0 |
| 141 | 2024-06-20T09:19:36.374Z | Downloaded postcard v1.0.8 |
| 142 | 2024-06-20T09:19:36.374Z | Downloaded quote v1.0.36 |
| 143 | 2024-06-20T09:19:36.374Z | Downloaded proc-macro2 v1.0.85 |
| 144 | 2024-06-20T09:19:36.374Z | Downloaded defmt v0.3.8 |
| 145 | 2024-06-20T09:19:36.398Z | Downloaded serde_derive v1.0.203 |
| 146 | 2024-06-20T09:19:36.398Z | Downloaded proc-macro-error v1.0.4 |
| 147 | 2024-06-20T09:19:36.398Z | Downloaded managed v0.8.0 |
| 148 | 2024-06-20T09:19:36.398Z | Downloaded defmt-macros v0.3.9 |
| 149 | 2024-06-20T09:19:36.398Z | Downloaded ipnetwork v0.20.0 |
| 150 | 2024-06-20T09:19:36.398Z | Downloaded hash32 v0.3.1 |
| 151 | 2024-06-20T09:19:36.398Z | Downloaded defmt-parser v0.3.4 |
| 152 | 2024-06-20T09:19:36.398Z | Downloaded cobs v0.2.3 |
| 153 | 2024-06-20T09:19:36.398Z | Downloaded cfg-if v1.0.0 |
| 154 | 2024-06-20T09:19:36.398Z | Downloaded byteorder v1.5.0 |
| 155 | 2024-06-20T09:19:36.440Z | Downloaded syn v2.0.66 |
| 156 | 2024-06-20T09:19:36.498Z | Compiling proc-macro2 v1.0.85 |
| 157 | 2024-06-20T09:19:36.522Z | Compiling unicode-ident v1.0.12 |
| 158 | 2024-06-20T09:19:36.522Z | Checking byteorder v1.5.0 |
| 159 | 2024-06-20T09:19:36.522Z | Compiling serde v1.0.203 |
| 160 | 2024-06-20T09:19:36.522Z | Compiling heapless v0.8.0 |
| 161 | 2024-06-20T09:19:36.522Z | Compiling smoltcp v0.11.0 |
| 162 | 2024-06-20T09:19:36.522Z | Checking stable_deref_trait v1.2.0 |
| 163 | 2024-06-20T09:19:36.522Z | Checking cfg-if v1.0.0 |
| 164 | 2024-06-20T09:19:36.617Z | Checking embedded-io v0.4.0 |
| 165 | 2024-06-20T09:19:36.641Z | Checking cobs v0.2.3 |
| 166 | 2024-06-20T09:19:36.681Z | Checking managed v0.8.0 |
| 167 | 2024-06-20T09:19:36.757Z | Checking hash32 v0.3.1 |
| 168 | 2024-06-20T09:19:36.758Z | Checking bitflags v1.3.2 |
| 169 | 2024-06-20T09:19:36.781Z | Checking ipnetwork v0.20.0 |
| 170 | 2024-06-20T09:19:36.837Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 171 | 2024-06-20T09:19:37.802Z | Compiling quote v1.0.36 |
| 172 | 2024-06-20T09:19:38.097Z | Compiling syn v2.0.66 |
| 173 | 2024-06-20T09:19:44.998Z | Compiling serde_derive v1.0.203 |
| 174 | 2024-06-20T09:19:49.769Z | Checking postcard v1.0.8 |
| 175 | 2024-06-20T09:19:50.292Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 176 | 2024-06-20T09:19:52.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.53s |
| 177 | 2024-06-20T09:19:52.174Z | |
| 178 | 2024-06-20T09:19:52.174Z | real 21.880833013 |
| 179 | 2024-06-20T09:19:52.199Z | user 25.038062060 |
| 180 | 2024-06-20T09:19:52.199Z | sys 7.123604075 |
| 181 | 2024-06-20T09:19:52.199Z | trap 0.007533928 |
| 182 | 2024-06-20T09:19:52.199Z | tflt 0.058471205 |
| 183 | 2024-06-20T09:19:52.199Z | dflt 0.356833200 |
| 184 | 2024-06-20T09:19:52.199Z | kflt 0.001533839 |
| 185 | 2024-06-20T09:19:52.199Z | lock 50.630596704 |
| 186 | 2024-06-20T09:19:52.199Z | slp 1:15.989344688 |
| 187 | 2024-06-20T09:19:52.199Z | lat 1.099693393 |
| 188 | 2024-06-20T09:19:52.199Z | stop 1.523975847 |
| 189 | 2024-06-20T09:19:52.200Z | + header 'analyze no_std' |
| 190 | 2024-06-20T09:19:52.200Z | + echo '# ==== analyze no_std ==== #' |
| 191 | 2024-06-20T09:19:52.200Z | + ptime -m cargo clippy --no-default-features --all-targets |
| 192 | 2024-06-20T09:19:52.200Z | # ==== analyze no_std ==== # |
| 193 | 2024-06-20T09:19:52.488Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 194 | 2024-06-20T09:19:54.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 195 | 2024-06-20T09:19:54.185Z | |
| 196 | 2024-06-20T09:19:54.185Z | real 2.001991064 |
| 197 | 2024-06-20T09:19:54.185Z | user 3.026601863 |
| 198 | 2024-06-20T09:19:54.185Z | sys 0.427070796 |
| 199 | 2024-06-20T09:19:54.185Z | trap 0.000619632 |
| 200 | 2024-06-20T09:19:54.186Z | tflt 0.000019666 |
| 201 | 2024-06-20T09:19:54.186Z | dflt 0.000027872 |
| 202 | 2024-06-20T09:19:54.186Z | kflt 0.000000000 |
| 203 | 2024-06-20T09:19:54.186Z | lock 4.416377003 |
| 204 | 2024-06-20T09:19:54.186Z | slp 8.105794722 |
| 205 | 2024-06-20T09:19:54.225Z | lat 0.005704411 |
| 206 | 2024-06-20T09:19:54.225Z | stop 0.020137446 |
| 207 | 2024-06-20T09:19:54.225Z | + header test |
| 208 | 2024-06-20T09:19:54.225Z | + echo '# ==== test ==== #' |
| 209 | 2024-06-20T09:19:54.225Z | # ==== test ==== # |
| 210 | 2024-06-20T09:19:54.225Z | + ptime -m cargo test |
| 211 | 2024-06-20T09:19:54.474Z | Compiling byteorder v1.5.0 |
| 212 | 2024-06-20T09:19:54.474Z | Compiling stable_deref_trait v1.2.0 |
| 213 | 2024-06-20T09:19:54.499Z | Compiling cobs v0.2.3 |
| 214 | 2024-06-20T09:19:54.499Z | Compiling managed v0.8.0 |
| 215 | 2024-06-20T09:19:54.500Z | Compiling bitflags v1.3.2 |
| 216 | 2024-06-20T09:19:54.500Z | Compiling cfg-if v1.0.0 |
| 217 | 2024-06-20T09:19:54.500Z | Compiling embedded-io v0.4.0 |
| 218 | 2024-06-20T09:19:54.500Z | Compiling serde v1.0.203 |
| 219 | 2024-06-20T09:19:54.561Z | Compiling ipnetwork v0.20.0 |
| 220 | 2024-06-20T09:19:54.586Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 221 | 2024-06-20T09:19:54.711Z | Compiling hash32 v0.3.1 |
| 222 | 2024-06-20T09:19:54.819Z | Compiling heapless v0.8.0 |
| 223 | 2024-06-20T09:19:55.550Z | Compiling smoltcp v0.11.0 |
| 224 | 2024-06-20T09:19:58.566Z | Compiling postcard v1.0.8 |
| 225 | 2024-06-20T09:19:59.078Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 226 | 2024-06-20T09:20:01.167Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.92s |
| 227 | 2024-06-20T09:20:01.192Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-ba919470bb7c96a9) |
| 228 | 2024-06-20T09:20:01.192Z | |
| 229 | 2024-06-20T09:20:01.192Z | running 22 tests |
| 230 | 2024-06-20T09:20:01.192Z | test dns::tests::test_domain_name ... ok |
| 231 | 2024-06-20T09:20:01.192Z | test encap::test::good_vni ... ok |
| 232 | 2024-06-20T09:20:01.192Z | test encap::test::vni_round_trip ... ok |
| 233 | 2024-06-20T09:20:01.192Z | test encap::test::bad_vni ... ok |
| 234 | 2024-06-20T09:20:01.192Z | test ip::test::bad_prefix_len ... ok |
| 235 | 2024-06-20T09:20:01.192Z | test ip::test::dhcp_fqdn ... ok |
| 236 | 2024-06-20T09:20:01.192Z | test ip::test::bad_cidr ... ok |
| 237 | 2024-06-20T09:20:01.192Z | test ip::test::good_cidr ... ok |
| 238 | 2024-06-20T09:20:01.192Z | test ip::test::ipv4_addr_bad ... ok |
| 239 | 2024-06-20T09:20:01.192Z | test ip::test::ipv4_addr_good ... ok |
| 240 | 2024-06-20T09:20:01.192Z | test ip::test::ipv6_cidr_is_member ... ok |
| 241 | 2024-06-20T09:20:01.192Z | test ip::test::ipv4_mask ... ok |
| 242 | 2024-06-20T09:20:01.192Z | test ip::test::ipv6_is_default ... ok |
| 243 | 2024-06-20T09:20:01.192Z | test ip::test::ipv6_prefix_len ... ok |
| 244 | 2024-06-20T09:20:01.192Z | test ip::test::ipv6_mask ... ok |
| 245 | 2024-06-20T09:20:01.192Z | test ip::test::test_ip_cidr_from_str ... ok |
| 246 | 2024-06-20T09:20:01.192Z | test ip::test::test_ip_addr_from_str ... ok |
| 247 | 2024-06-20T09:20:01.192Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 248 | 2024-06-20T09:20:01.192Z | test ip::test::test_ipv6_from_const ... ok |
| 249 | 2024-06-20T09:20:01.192Z | test ip::test::test_ipv6_is_multicast ... ok |
| 250 | 2024-06-20T09:20:01.192Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 251 | 2024-06-20T09:20:01.193Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 252 | 2024-06-20T09:20:01.193Z | |
| 253 | 2024-06-20T09:20:01.193Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 254 | 2024-06-20T09:20:01.193Z | |
| 255 | 2024-06-20T09:20:01.193Z | Doc-tests opte-api |
| 256 | 2024-06-20T09:20:01.396Z | |
| 257 | 2024-06-20T09:20:01.397Z | running 1 test |
| 258 | 2024-06-20T09:20:01.764Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 259 | 2024-06-20T09:20:01.764Z | |
| 260 | 2024-06-20T09:20:01.789Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s |
| 261 | 2024-06-20T09:20:01.789Z | |
| 262 | 2024-06-20T09:20:01.813Z | |
| 263 | 2024-06-20T09:20:01.813Z | real 7.595620192 |
| 264 | 2024-06-20T09:20:01.813Z | user 14.916401179 |
| 265 | 2024-06-20T09:20:01.813Z | sys 3.850494599 |
| 266 | 2024-06-20T09:20:01.813Z | trap 0.002976657 |
| 267 | 2024-06-20T09:20:01.813Z | tflt 0.059517914 |
| 268 | 2024-06-20T09:20:01.813Z | dflt 0.143405129 |
| 269 | 2024-06-20T09:20:01.813Z | kflt 0.000003842 |
| 270 | 2024-06-20T09:20:01.813Z | lock 26.659311478 |
| 271 | 2024-06-20T09:20:01.813Z | slp 31.879965986 |
| 272 | 2024-06-20T09:20:01.813Z | lat 0.460511768 |
| 273 | 2024-06-20T09:20:01.813Z | stop 0.470559845 |
| 274 | 2024-06-20T09:20:01.813Z | process exited: duration 45684 ms, exit code 0 |
| |
| 275 | 2024-06-20T09:20:01.863Z | found 0 output files |