|
|
|
| 1 | 2024-12-31T16:20:27.297Z | job assigned to worker 01JGER862AG4FA4P7SDP9T6AP3 [factory aws, i-0519e8f6f372fdc0d] (queued for 50 s) |
| |
| 2 | 2024-12-31T16:20:34.971Z | starting task 0: "setup" |
| 3 | 2024-12-31T16:20:34.981Z | ++ uname -s |
| 4 | 2024-12-31T16:20:34.984Z | + kern=SunOS |
| 5 | 2024-12-31T16:20:34.984Z | + case "$kern" in |
| 6 | 2024-12-31T16:20:34.984Z | + groupadd -g 12345 build |
| 7 | 2024-12-31T16:20:34.986Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-31T16:20:36.993Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-31T16:20:37.110Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-31T16:20:37.112Z | + home_fs=zfs |
| 11 | 2024-12-31T16:20:37.112Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-31T16:20:37.112Z | + mkdir -p /home/build |
| 13 | 2024-12-31T16:20:37.115Z | + chown build:build /home/build /work |
| 14 | 2024-12-31T16:20:39.116Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-31T16:20:39.120Z | process exited: duration 4150 ms, exit code 0 |
| |
| 16 | 2024-12-31T16:20:39.125Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-31T16:20:39.131Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-31T16:20:39.131Z | ' nightly-2024-11-18 |
| 19 | 2024-12-31T16:20:39.131Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-12-31T16:20:39.131Z | ' default |
| 21 | 2024-12-31T16:20:39.131Z | * toolchain channel = "nightly-2024-11-18" |
| 22 | 2024-12-31T16:20:39.131Z | * toolchain profile = "default" |
| 23 | 2024-12-31T16:20:39.134Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-31T16:20:39.134Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
| 25 | 2024-12-31T16:20:39.256Z | info: downloading installer |
| 26 | 2024-12-31T16:20:40.610Z | info: profile set to 'default' |
| 27 | 2024-12-31T16:20:40.611Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-31T16:20:40.613Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
| 29 | 2024-12-31T16:20:40.869Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
| 30 | 2024-12-31T16:20:40.869Z | info: downloading component 'cargo' |
| 31 | 2024-12-31T16:20:41.760Z | info: downloading component 'clippy' |
| 32 | 2024-12-31T16:20:42.206Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-31T16:20:43.421Z | info: downloading component 'rust-std' |
| 34 | 2024-12-31T16:20:45.413Z | info: downloading component 'rustc' |
| 35 | 2024-12-31T16:20:52.358Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-31T16:20:52.615Z | info: installing component 'cargo' |
| 37 | 2024-12-31T16:20:53.441Z | info: installing component 'clippy' |
| 38 | 2024-12-31T16:20:53.818Z | info: installing component 'rust-docs' |
| 39 | 2024-12-31T16:20:55.536Z | info: installing component 'rust-std' |
| 40 | 2024-12-31T16:20:57.387Z | info: installing component 'rustc' |
| 41 | 2024-12-31T16:21:03.306Z | info: installing component 'rustfmt' |
| 42 | 2024-12-31T16:21:03.635Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
| 43 | 2024-12-31T16:21:03.635Z | |
| 44 | 2024-12-31T16:21:04.023Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
| 45 | 2024-12-31T16:21:04.023Z | |
| 46 | 2024-12-31T16:21:04.026Z | |
| 47 | 2024-12-31T16:21:04.026Z | Rust is installed now. Great! |
| 48 | 2024-12-31T16:21:04.026Z | |
| 49 | 2024-12-31T16:21:04.026Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-31T16:21:04.026Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-31T16:21:04.026Z | |
| 52 | 2024-12-31T16:21:04.026Z | To configure your current shell, you need to source |
| 53 | 2024-12-31T16:21:04.026Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-31T16:21:04.026Z | |
| 55 | 2024-12-31T16:21:04.027Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-31T16:21:04.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-31T16:21:04.027Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-31T16:21:04.103Z | + rustc --version |
| 59 | 2024-12-31T16:21:04.171Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
| 60 | 2024-12-31T16:21:04.175Z | process exited: duration 25049 ms, exit code 0 |
| |
| 61 | 2024-12-31T16:21:04.180Z | starting task 2: "authentication" |
| 62 | 2024-12-31T16:21:04.201Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-12-31T16:21:04.207Z | starting task 3: "clone repository" |
| 64 | 2024-12-31T16:21:04.212Z | + mkdir -p /work/oxidecomputer/opte |
| 65 | 2024-12-31T16:21:04.215Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 66 | 2024-12-31T16:21:04.257Z | Cloning into '/work/oxidecomputer/opte'... |
| 67 | 2024-12-31T16:21:05.031Z | + cd /work/oxidecomputer/opte |
| 68 | 2024-12-31T16:21:05.034Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
| 69 | 2024-12-31T16:21:05.316Z | From https://github.com/oxidecomputer/opte |
| 70 | 2024-12-31T16:21:05.316Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
| 71 | 2024-12-31T16:21:05.324Z | + [[ -n ingot-and-offload ]] |
| 72 | 2024-12-31T16:21:05.326Z | ++ git branch --show-current |
| 73 | 2024-12-31T16:21:05.330Z | + current=master |
| 74 | 2024-12-31T16:21:05.330Z | + [[ master != ingot-and-offload ]] |
| 75 | 2024-12-31T16:21:05.330Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
| 76 | 2024-12-31T16:21:05.332Z | + git checkout -f ingot-and-offload |
| 77 | 2024-12-31T16:21:05.354Z | Switched to branch 'ingot-and-offload' |
| 78 | 2024-12-31T16:21:05.356Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
| 79 | 2024-12-31T16:21:05.377Z | HEAD is now at fab7c2b Further cleanup. |
| 80 | 2024-12-31T16:21:05.379Z | process exited: duration 1170 ms, exit code 0 |
| |
| 81 | 2024-12-31T16:21:05.385Z | starting task 4: "build" |
| 82 | 2024-12-31T16:21:05.390Z | + cargo --version |
| 83 | 2024-12-31T16:21:05.398Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
| 84 | 2024-12-31T16:21:05.576Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 85 | 2024-12-31T16:21:05.576Z | info: downloading component 'cargo' |
| 86 | 2024-12-31T16:21:06.581Z | info: downloading component 'clippy' |
| 87 | 2024-12-31T16:21:06.968Z | info: downloading component 'rust-docs' |
| 88 | 2024-12-31T16:21:08.374Z | info: downloading component 'rust-std' |
| 89 | 2024-12-31T16:21:10.511Z | info: downloading component 'rustc' |
| 90 | 2024-12-31T16:21:18.202Z | info: downloading component 'rustfmt' |
| 91 | 2024-12-31T16:21:18.496Z | info: installing component 'cargo' |
| 92 | 2024-12-31T16:21:19.310Z | info: installing component 'clippy' |
| 93 | 2024-12-31T16:21:19.684Z | info: installing component 'rust-docs' |
| 94 | 2024-12-31T16:21:21.372Z | info: installing component 'rust-std' |
| 95 | 2024-12-31T16:21:23.136Z | info: installing component 'rustc' |
| 96 | 2024-12-31T16:21:28.730Z | info: installing component 'rustfmt' |
| 97 | 2024-12-31T16:21:29.150Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
| 98 | 2024-12-31T16:21:29.153Z | + rustc --version |
| 99 | 2024-12-31T16:21:29.229Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 100 | 2024-12-31T16:21:29.234Z | + cd crates/opte-api |
| 101 | 2024-12-31T16:21:29.237Z | + header 'check API_VERSION' |
| 102 | 2024-12-31T16:21:29.237Z | + echo '# ==== check API_VERSION ==== #' |
| 103 | 2024-12-31T16:21:29.237Z | # ==== check API_VERSION ==== # |
| 104 | 2024-12-31T16:21:29.237Z | + ./check-api-version.sh |
| 105 | 2024-12-31T16:21:29.253Z | + header 'check style' |
| 106 | 2024-12-31T16:21:29.256Z | + echo '# ==== check style ==== #' |
| 107 | 2024-12-31T16:21:29.256Z | # ==== check style ==== # |
| 108 | 2024-12-31T16:21:29.256Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
| 109 | 2024-12-31T16:21:29.474Z | |
| 110 | 2024-12-31T16:21:29.474Z | real 0.216139238 |
| 111 | 2024-12-31T16:21:29.474Z | user 0.119390786 |
| 112 | 2024-12-31T16:21:29.474Z | sys 0.091203693 |
| 113 | 2024-12-31T16:21:29.474Z | trap 0.000062092 |
| 114 | 2024-12-31T16:21:29.477Z | tflt 0.000000000 |
| 115 | 2024-12-31T16:21:29.477Z | dflt 0.000000000 |
| 116 | 2024-12-31T16:21:29.477Z | kflt 0.000000000 |
| 117 | 2024-12-31T16:21:29.477Z | lock 0.000000000 |
| 118 | 2024-12-31T16:21:29.477Z | slp 0.127405959 |
| 119 | 2024-12-31T16:21:29.477Z | lat 0.000524990 |
| 120 | 2024-12-31T16:21:29.477Z | stop 0.000132487 |
| 121 | 2024-12-31T16:21:29.477Z | + header 'analyze std' |
| 122 | 2024-12-31T16:21:29.477Z | + echo '# ==== analyze std ==== #' |
| 123 | 2024-12-31T16:21:29.477Z | # ==== analyze std ==== # |
| 124 | 2024-12-31T16:21:29.477Z | + ptime -m cargo clippy --all-targets |
| 125 | 2024-12-31T16:21:29.699Z | Updating crates.io index |
| 126 | 2024-12-31T16:21:29.767Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 127 | 2024-12-31T16:21:30.508Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 128 | 2024-12-31T16:21:30.795Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 129 | 2024-12-31T16:21:31.056Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 130 | 2024-12-31T16:21:31.382Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 131 | 2024-12-31T16:21:31.691Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 132 | 2024-12-31T16:21:31.938Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 133 | 2024-12-31T16:21:32.361Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 134 | 2024-12-31T16:21:32.641Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 135 | 2024-12-31T16:21:33.450Z | Downloading crates ... |
| 136 | 2024-12-31T16:21:33.514Z | Downloaded byteorder v1.5.0 |
| 137 | 2024-12-31T16:21:33.519Z | Downloaded cfg-if v1.0.0 |
| 138 | 2024-12-31T16:21:33.522Z | Downloaded cobs v0.2.3 |
| 139 | 2024-12-31T16:21:33.531Z | Downloaded darling v0.20.10 |
| 140 | 2024-12-31T16:21:33.540Z | Downloaded ident_case v1.0.1 |
| 141 | 2024-12-31T16:21:33.554Z | Downloaded hash32 v0.3.1 |
| 142 | 2024-12-31T16:21:33.556Z | Downloaded darling_macro v0.20.10 |
| 143 | 2024-12-31T16:21:33.567Z | Downloaded darling_core v0.20.10 |
| 144 | 2024-12-31T16:21:33.571Z | Downloaded bitflags v1.3.2 |
| 145 | 2024-12-31T16:21:33.574Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 146 | 2024-12-31T16:21:33.584Z | Downloaded thiserror-impl v2.0.9 |
| 147 | 2024-12-31T16:21:33.586Z | Downloaded ipnetwork v0.20.0 |
| 148 | 2024-12-31T16:21:33.586Z | Downloaded managed v0.8.0 |
| 149 | 2024-12-31T16:21:33.589Z | Downloaded embedded-io v0.4.0 |
| 150 | 2024-12-31T16:21:33.589Z | Downloaded strsim v0.11.1 |
| 151 | 2024-12-31T16:21:33.593Z | Downloaded embedded-io v0.6.1 |
| 152 | 2024-12-31T16:21:33.593Z | Downloaded either v1.13.0 |
| 153 | 2024-12-31T16:21:33.595Z | Downloaded fnv v1.0.7 |
| 154 | 2024-12-31T16:21:33.595Z | Downloaded stable_deref_trait v1.2.0 |
| 155 | 2024-12-31T16:21:33.599Z | Downloaded macaddr v1.0.1 |
| 156 | 2024-12-31T16:21:33.599Z | Downloaded quote v1.0.37 |
| 157 | 2024-12-31T16:21:33.604Z | Downloaded aho-corasick v1.1.3 |
| 158 | 2024-12-31T16:21:33.608Z | Downloaded defmt-parser v0.4.1 |
| 159 | 2024-12-31T16:21:33.616Z | Downloaded bitflags v2.6.0 |
| 160 | 2024-12-31T16:21:33.620Z | Downloaded thiserror v2.0.9 |
| 161 | 2024-12-31T16:21:33.625Z | Downloaded defmt v0.3.10 |
| 162 | 2024-12-31T16:21:33.628Z | Downloaded unicode-ident v1.0.14 |
| 163 | 2024-12-31T16:21:33.631Z | Downloaded postcard v1.1.1 |
| 164 | 2024-12-31T16:21:33.633Z | Downloaded defmt-macros v0.4.0 |
| 165 | 2024-12-31T16:21:33.636Z | Downloaded serde_derive v1.0.216 |
| 166 | 2024-12-31T16:21:33.638Z | Downloaded proc-macro2 v1.0.92 |
| 167 | 2024-12-31T16:21:33.641Z | Downloaded proc-macro-error2 v2.0.1 |
| 168 | 2024-12-31T16:21:33.666Z | Downloaded heapless v0.8.0 |
| 169 | 2024-12-31T16:21:33.672Z | Downloaded zerocopy-derive v0.8.13 |
| 170 | 2024-12-31T16:21:33.675Z | Downloaded memchr v2.7.4 |
| 171 | 2024-12-31T16:21:33.680Z | Downloaded serde v1.0.216 |
| 172 | 2024-12-31T16:21:33.719Z | Downloaded itertools v0.13.0 |
| 173 | 2024-12-31T16:21:33.739Z | Downloaded zerocopy v0.8.13 |
| 174 | 2024-12-31T16:21:33.763Z | Downloaded regex v1.11.1 |
| 175 | 2024-12-31T16:21:33.775Z | Downloaded syn v2.0.91 |
| 176 | 2024-12-31T16:21:33.785Z | Downloaded smoltcp v0.11.0 |
| 177 | 2024-12-31T16:21:33.797Z | Downloaded regex-syntax v0.8.5 |
| 178 | 2024-12-31T16:21:33.815Z | Downloaded regex-automata v0.4.9 |
| 179 | 2024-12-31T16:21:33.944Z | Compiling proc-macro2 v1.0.92 |
| 180 | 2024-12-31T16:21:33.944Z | Compiling unicode-ident v1.0.14 |
| 181 | 2024-12-31T16:21:33.947Z | Compiling fnv v1.0.7 |
| 182 | 2024-12-31T16:21:33.947Z | Compiling strsim v0.11.1 |
| 183 | 2024-12-31T16:21:33.947Z | Compiling memchr v2.7.4 |
| 184 | 2024-12-31T16:21:33.947Z | Compiling ident_case v1.0.1 |
| 185 | 2024-12-31T16:21:33.947Z | Compiling regex-syntax v0.8.5 |
| 186 | 2024-12-31T16:21:33.947Z | Compiling serde v1.0.216 |
| 187 | 2024-12-31T16:21:34.080Z | Compiling zerocopy v0.8.13 |
| 188 | 2024-12-31T16:21:34.121Z | Compiling either v1.13.0 |
| 189 | 2024-12-31T16:21:34.121Z | Checking byteorder v1.5.0 |
| 190 | 2024-12-31T16:21:34.388Z | Compiling heapless v0.8.0 |
| 191 | 2024-12-31T16:21:34.472Z | Compiling itertools v0.13.0 |
| 192 | 2024-12-31T16:21:34.557Z | Checking hash32 v0.3.1 |
| 193 | 2024-12-31T16:21:34.579Z | Checking macaddr v1.0.1 |
| 194 | 2024-12-31T16:21:35.685Z | Checking stable_deref_trait v1.2.0 |
| 195 | 2024-12-31T16:21:35.688Z | Compiling smoltcp v0.11.0 |
| 196 | 2024-12-31T16:21:35.688Z | Compiling aho-corasick v1.1.3 |
| 197 | 2024-12-31T16:21:35.688Z | Checking bitflags v2.6.0 |
| 198 | 2024-12-31T16:21:35.688Z | Checking cobs v0.2.3 |
| 199 | 2024-12-31T16:21:35.688Z | Checking cfg-if v1.0.0 |
| 200 | 2024-12-31T16:21:35.688Z | Checking managed v0.8.0 |
| 201 | 2024-12-31T16:21:35.688Z | Checking bitflags v1.3.2 |
| 202 | 2024-12-31T16:21:35.688Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 203 | 2024-12-31T16:21:35.688Z | Checking ipnetwork v0.20.0 |
| 204 | 2024-12-31T16:21:35.688Z | Compiling quote v1.0.37 |
| 205 | 2024-12-31T16:21:35.945Z | Compiling syn v2.0.91 |
| 206 | 2024-12-31T16:21:37.145Z | Compiling regex-automata v0.4.9 |
| 207 | 2024-12-31T16:21:39.566Z | Compiling regex v1.11.1 |
| 208 | 2024-12-31T16:21:40.138Z | Compiling darling_core v0.20.10 |
| 209 | 2024-12-31T16:21:41.149Z | Compiling serde_derive v1.0.216 |
| 210 | 2024-12-31T16:21:41.149Z | Compiling zerocopy-derive v0.8.13 |
| 211 | 2024-12-31T16:21:42.564Z | Compiling darling_macro v0.20.10 |
| 212 | 2024-12-31T16:21:43.201Z | Compiling darling v0.20.10 |
| 213 | 2024-12-31T16:21:43.271Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 214 | 2024-12-31T16:21:46.345Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 215 | 2024-12-31T16:21:47.232Z | Checking postcard v1.1.1 |
| 216 | 2024-12-31T16:21:47.235Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 217 | 2024-12-31T16:21:48.388Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 218 | 2024-12-31T16:21:49.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s |
| 219 | 2024-12-31T16:21:49.853Z | |
| 220 | 2024-12-31T16:21:49.853Z | real 20.373435254 |
| 221 | 2024-12-31T16:21:49.853Z | user 58.878487322 |
| 222 | 2024-12-31T16:21:49.853Z | sys 7.303781948 |
| 223 | 2024-12-31T16:21:49.853Z | trap 0.027386759 |
| 224 | 2024-12-31T16:21:49.853Z | tflt 0.162499656 |
| 225 | 2024-12-31T16:21:49.853Z | dflt 0.396618088 |
| 226 | 2024-12-31T16:21:49.854Z | kflt 0.001910144 |
| 227 | 2024-12-31T16:21:49.854Z | lock 1:04.728242244 |
| 228 | 2024-12-31T16:21:49.858Z | slp 2:56.977456439 |
| 229 | 2024-12-31T16:21:49.858Z | lat 2.488039553 |
| 230 | 2024-12-31T16:21:49.858Z | stop 4.505760273 |
| 231 | 2024-12-31T16:21:49.858Z | + header 'analyze no_std' |
| 232 | 2024-12-31T16:21:49.858Z | + echo '# ==== analyze no_std ==== #' |
| 233 | 2024-12-31T16:21:49.858Z | # ==== analyze no_std ==== # |
| 234 | 2024-12-31T16:21:49.858Z | + ptime -m cargo clippy --no-default-features --all-targets |
| 235 | 2024-12-31T16:21:50.075Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 236 | 2024-12-31T16:21:51.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 237 | 2024-12-31T16:21:51.401Z | |
| 238 | 2024-12-31T16:21:51.404Z | real 1.541372054 |
| 239 | 2024-12-31T16:21:51.404Z | user 2.354132258 |
| 240 | 2024-12-31T16:21:51.404Z | sys 0.283212417 |
| 241 | 2024-12-31T16:21:51.404Z | trap 0.000265640 |
| 242 | 2024-12-31T16:21:51.404Z | tflt 0.000007499 |
| 243 | 2024-12-31T16:21:51.404Z | dflt 0.000016838 |
| 244 | 2024-12-31T16:21:51.404Z | kflt 0.000000000 |
| 245 | 2024-12-31T16:21:51.404Z | lock 2.851957196 |
| 246 | 2024-12-31T16:21:51.404Z | slp 6.147332092 |
| 247 | 2024-12-31T16:21:51.404Z | lat 0.001749107 |
| 248 | 2024-12-31T16:21:51.404Z | stop 0.065680356 |
| 249 | 2024-12-31T16:21:51.404Z | + header test |
| 250 | 2024-12-31T16:21:51.404Z | + echo '# ==== test ==== #' |
| 251 | 2024-12-31T16:21:51.404Z | # ==== test ==== # |
| 252 | 2024-12-31T16:21:51.404Z | + ptime -m cargo test |
| 253 | 2024-12-31T16:21:51.647Z | Compiling byteorder v1.5.0 |
| 254 | 2024-12-31T16:21:51.650Z | Compiling macaddr v1.0.1 |
| 255 | 2024-12-31T16:21:51.650Z | Compiling stable_deref_trait v1.2.0 |
| 256 | 2024-12-31T16:21:51.650Z | Compiling bitflags v2.6.0 |
| 257 | 2024-12-31T16:21:51.653Z | Compiling cobs v0.2.3 |
| 258 | 2024-12-31T16:21:51.657Z | Compiling serde v1.0.216 |
| 259 | 2024-12-31T16:21:51.660Z | Compiling zerocopy v0.8.13 |
| 260 | 2024-12-31T16:21:51.664Z | Compiling bitflags v1.3.2 |
| 261 | 2024-12-31T16:21:51.719Z | Compiling managed v0.8.0 |
| 262 | 2024-12-31T16:21:51.738Z | Compiling cfg-if v1.0.0 |
| 263 | 2024-12-31T16:21:51.810Z | Compiling ipnetwork v0.20.0 |
| 264 | 2024-12-31T16:21:51.920Z | Compiling hash32 v0.3.1 |
| 265 | 2024-12-31T16:21:51.923Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 266 | 2024-12-31T16:21:52.009Z | Compiling heapless v0.8.0 |
| 267 | 2024-12-31T16:21:52.585Z | Compiling smoltcp v0.11.0 |
| 268 | 2024-12-31T16:21:53.580Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 269 | 2024-12-31T16:21:54.786Z | Compiling postcard v1.1.1 |
| 270 | 2024-12-31T16:21:54.786Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 271 | 2024-12-31T16:21:56.017Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 272 | 2024-12-31T16:21:57.702Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 273 | 2024-12-31T16:21:57.716Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-40b46c4d3fe5c9d4) |
| 274 | 2024-12-31T16:21:57.727Z | |
| 275 | 2024-12-31T16:21:57.727Z | running 22 tests |
| 276 | 2024-12-31T16:21:57.730Z | test encap::test::good_vni ... ok |
| 277 | 2024-12-31T16:21:57.730Z | test encap::test::bad_vni ... ok |
| 278 | 2024-12-31T16:21:57.730Z | test encap::test::vni_round_trip ... ok |
| 279 | 2024-12-31T16:21:57.730Z | test dns::tests::test_domain_name ... ok |
| 280 | 2024-12-31T16:21:57.730Z | test ip::test::bad_prefix_len ... ok |
| 281 | 2024-12-31T16:21:57.730Z | test ip::test::bad_cidr ... ok |
| 282 | 2024-12-31T16:21:57.730Z | test ip::test::dhcp_fqdn ... ok |
| 283 | 2024-12-31T16:21:57.730Z | test ip::test::ipv4_addr_good ... ok |
| 284 | 2024-12-31T16:21:57.730Z | test ip::test::ipv4_addr_bad ... ok |
| 285 | 2024-12-31T16:21:57.730Z | test ip::test::good_cidr ... ok |
| 286 | 2024-12-31T16:21:57.730Z | test ip::test::ipv4_mask ... ok |
| 287 | 2024-12-31T16:21:57.730Z | test ip::test::ipv6_cidr_is_member ... ok |
| 288 | 2024-12-31T16:21:57.730Z | test ip::test::ipv6_is_default ... ok |
| 289 | 2024-12-31T16:21:57.730Z | test ip::test::ipv6_mask ... ok |
| 290 | 2024-12-31T16:21:57.730Z | test ip::test::ipv6_prefix_len ... ok |
| 291 | 2024-12-31T16:21:57.730Z | test ip::test::test_ip_addr_from_str ... ok |
| 292 | 2024-12-31T16:21:57.730Z | test ip::test::test_ip_cidr_from_str ... ok |
| 293 | 2024-12-31T16:21:57.730Z | test ip::test::test_ipv6_from_const ... ok |
| 294 | 2024-12-31T16:21:57.730Z | test ip::test::test_ipv6_is_multicast ... ok |
| 295 | 2024-12-31T16:21:57.730Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 296 | 2024-12-31T16:21:57.730Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 297 | 2024-12-31T16:21:57.730Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 298 | 2024-12-31T16:21:57.730Z | |
| 299 | 2024-12-31T16:21:57.730Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 300 | 2024-12-31T16:21:57.730Z | |
| 301 | 2024-12-31T16:21:57.730Z | Doc-tests opte_api |
| 302 | 2024-12-31T16:21:57.875Z | |
| 303 | 2024-12-31T16:21:57.875Z | running 1 test |
| 304 | 2024-12-31T16:21:58.256Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 305 | 2024-12-31T16:21:58.256Z | |
| 306 | 2024-12-31T16:21:58.260Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s |
| 307 | 2024-12-31T16:21:58.260Z | |
| 308 | 2024-12-31T16:21:58.277Z | |
| 309 | 2024-12-31T16:21:58.281Z | real 6.866608273 |
| 310 | 2024-12-31T16:21:58.281Z | user 16.106095903 |
| 311 | 2024-12-31T16:21:58.281Z | sys 2.227813097 |
| 312 | 2024-12-31T16:21:58.281Z | trap 0.006521311 |
| 313 | 2024-12-31T16:21:58.281Z | tflt 0.085090364 |
| 314 | 2024-12-31T16:21:58.281Z | dflt 0.084006777 |
| 315 | 2024-12-31T16:21:58.281Z | kflt 0.000000000 |
| 316 | 2024-12-31T16:21:58.281Z | lock 25.363015238 |
| 317 | 2024-12-31T16:21:58.281Z | slp 48.018622250 |
| 318 | 2024-12-31T16:21:58.281Z | lat 0.517433237 |
| 319 | 2024-12-31T16:21:58.281Z | stop 0.604320301 |
| 320 | 2024-12-31T16:21:58.281Z | process exited: duration 52894 ms, exit code 0 |
| |
| 321 | 2024-12-31T16:21:58.287Z | found 0 output files |