|
|
|
| 1 | 2024-03-09T04:08:23.179Z | job assigned to worker 01HRGPA021WQ71SVEETMJ8B8XP (queued for 58 s) |
| |
| 2 | 2024-03-09T04:08:30.633Z | starting task 0: "setup" |
| 3 | 2024-03-09T04:08:30.690Z | ++ uname -s |
| 4 | 2024-03-09T04:08:30.693Z | + kern=SunOS |
| 5 | 2024-03-09T04:08:30.694Z | + case "$kern" in |
| 6 | 2024-03-09T04:08:30.694Z | + groupadd -g 12345 build |
| 7 | 2024-03-09T04:08:30.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-03-09T04:08:32.747Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-03-09T04:08:32.849Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-03-09T04:08:32.852Z | + home_fs=zfs |
| 11 | 2024-03-09T04:08:32.852Z | + [[ zfs == autofs ]] |
| 12 | 2024-03-09T04:08:32.852Z | + mkdir -p /home/build |
| 13 | 2024-03-09T04:08:32.855Z | + chown build:build /home/build /work |
| 14 | 2024-03-09T04:08:33.855Z | + chmod 0700 /home/build /work |
| 15 | 2024-03-09T04:08:33.858Z | process exited: duration 3226 ms, exit code 0 |
| |
| 16 | 2024-03-09T04:08:33.864Z | starting task 1: "rust-toolchain" |
| 17 | 2024-03-09T04:08:33.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-03-09T04:08:33.875Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-02-06 --profile default |
| 19 | 2024-03-09T04:08:33.985Z | info: downloading installer |
| 20 | 2024-03-09T04:08:35.770Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-03-09T04:08:35.770Z | warning: /opt/ooce/bin |
| 22 | 2024-03-09T04:08:35.770Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-03-09T04:08:35.770Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-03-09T04:08:35.770Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-03-09T04:08:35.770Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-03-09T04:08:35.771Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-03-09T04:08:35.771Z | error: cannot install while Rust is installed |
| 28 | 2024-03-09T04:08:35.771Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-03-09T04:08:35.916Z | info: profile set to 'default' |
| 30 | 2024-03-09T04:08:35.916Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-03-09T04:08:35.919Z | info: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 32 | 2024-03-09T04:08:36.058Z | info: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05) |
| 33 | 2024-03-09T04:08:36.058Z | info: downloading component 'cargo' |
| 34 | 2024-03-09T04:08:36.723Z | info: downloading component 'clippy' |
| 35 | 2024-03-09T04:08:36.978Z | info: downloading component 'rust-docs' |
| 36 | 2024-03-09T04:08:37.906Z | info: downloading component 'rust-std' |
| 37 | 2024-03-09T04:08:39.221Z | info: downloading component 'rustc' |
| 38 | 2024-03-09T04:08:43.976Z | info: downloading component 'rustfmt' |
| 39 | 2024-03-09T04:08:44.170Z | info: installing component 'cargo' |
| 40 | 2024-03-09T04:08:45.028Z | info: installing component 'clippy' |
| 41 | 2024-03-09T04:08:45.381Z | info: installing component 'rust-docs' |
| 42 | 2024-03-09T04:08:46.972Z | info: installing component 'rust-std' |
| 43 | 2024-03-09T04:08:48.690Z | info: installing component 'rustc' |
| 44 | 2024-03-09T04:08:52.945Z | info: installing component 'rustfmt' |
| 45 | 2024-03-09T04:08:53.266Z | info: default toolchain set to 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 46 | 2024-03-09T04:08:53.266Z | |
| 47 | 2024-03-09T04:08:53.532Z | nightly-2024-02-06-x86_64-unknown-illumos installed - rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 48 | 2024-03-09T04:08:53.532Z | |
| 49 | 2024-03-09T04:08:53.535Z | |
| 50 | 2024-03-09T04:08:53.535Z | Rust is installed now. Great! |
| 51 | 2024-03-09T04:08:53.535Z | |
| 52 | 2024-03-09T04:08:53.535Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-03-09T04:08:53.535Z | environment variable. This has not been done automatically. |
| 54 | 2024-03-09T04:08:53.535Z | |
| 55 | 2024-03-09T04:08:53.535Z | To configure your current shell, run: |
| 56 | 2024-03-09T04:08:53.535Z | source "$HOME/.cargo/env" |
| 57 | 2024-03-09T04:08:53.601Z | + rustc --version |
| 58 | 2024-03-09T04:08:53.672Z | rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 59 | 2024-03-09T04:08:53.685Z | process exited: duration 19821 ms, exit code 0 |
| |
| 60 | 2024-03-09T04:08:53.692Z | starting task 2: "authentication" |
| 61 | 2024-03-09T04:08:53.714Z | process exited: duration 22 ms, exit code 0 |
| |
| 62 | 2024-03-09T04:08:53.721Z | starting task 3: "clone repository" |
| 63 | 2024-03-09T04:08:53.726Z | + mkdir -p /work/oxidecomputer/opte |
| 64 | 2024-03-09T04:08:53.732Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 65 | 2024-03-09T04:08:53.890Z | Cloning into '/work/oxidecomputer/opte'... |
| 66 | 2024-03-09T04:08:54.952Z | + cd /work/oxidecomputer/opte |
| 67 | 2024-03-09T04:08:54.956Z | + git fetch origin b8199a8b3d2d5db68420802d7d6b4d4f4924dafa |
| 68 | 2024-03-09T04:08:55.265Z | From https://github.com/oxidecomputer/opte |
| 69 | 2024-03-09T04:08:55.265Z | * branch b8199a8b3d2d5db68420802d7d6b4d4f4924dafa -> FETCH_HEAD |
| 70 | 2024-03-09T04:08:55.273Z | + [[ -n renovate/nix-0.x ]] |
| 71 | 2024-03-09T04:08:55.277Z | ++ git branch --show-current |
| 72 | 2024-03-09T04:08:55.280Z | + current=master |
| 73 | 2024-03-09T04:08:55.280Z | + [[ master != renovate/nix-0.x ]] |
| 74 | 2024-03-09T04:08:55.280Z | + git branch -f renovate/nix-0.x b8199a8b3d2d5db68420802d7d6b4d4f4924dafa |
| 75 | 2024-03-09T04:08:55.283Z | + git checkout -f renovate/nix-0.x |
| 76 | 2024-03-09T04:08:55.302Z | Switched to branch 'renovate/nix-0.x' |
| 77 | 2024-03-09T04:08:55.305Z | + git reset --hard b8199a8b3d2d5db68420802d7d6b4d4f4924dafa |
| 78 | 2024-03-09T04:08:55.323Z | HEAD is now at b8199a8 chore(deps): update rust crate nix to 0.28 |
| 79 | 2024-03-09T04:08:55.326Z | process exited: duration 1603 ms, exit code 0 |
| |
| 80 | 2024-03-09T04:08:55.332Z | starting task 4: "build" |
| 81 | 2024-03-09T04:08:55.338Z | + cargo --version |
| 82 | 2024-03-09T04:08:55.343Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
| 83 | 2024-03-09T04:08:55.557Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
| 84 | 2024-03-09T04:08:55.557Z | info: downloading component 'cargo' |
| 85 | 2024-03-09T04:08:56.548Z | info: downloading component 'clippy' |
| 86 | 2024-03-09T04:08:56.859Z | info: downloading component 'rust-docs' |
| 87 | 2024-03-09T04:08:58.108Z | info: downloading component 'rust-std' |
| 88 | 2024-03-09T04:09:00.120Z | info: downloading component 'rustc' |
| 89 | 2024-03-09T04:09:05.194Z | info: downloading component 'rustfmt' |
| 90 | 2024-03-09T04:09:05.479Z | info: installing component 'cargo' |
| 91 | 2024-03-09T04:09:06.393Z | info: installing component 'clippy' |
| 92 | 2024-03-09T04:09:06.736Z | info: installing component 'rust-docs' |
| 93 | 2024-03-09T04:09:08.325Z | info: installing component 'rust-std' |
| 94 | 2024-03-09T04:09:10.209Z | info: installing component 'rustc' |
| 95 | 2024-03-09T04:09:14.511Z | info: installing component 'rustfmt' |
| 96 | 2024-03-09T04:09:14.905Z | cargo 1.76.0 (c84b36747 2024-01-18) |
| 97 | 2024-03-09T04:09:14.908Z | + rustc --version |
| 98 | 2024-03-09T04:09:14.982Z | rustc 1.76.0 (07dca489a 2024-02-04) |
| 99 | 2024-03-09T04:09:14.986Z | + pushd bin/opteadm |
| 100 | 2024-03-09T04:09:14.989Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 101 | 2024-03-09T04:09:14.989Z | + header 'check style' |
| 102 | 2024-03-09T04:09:14.989Z | + echo '# ==== check style ==== #' |
| 103 | 2024-03-09T04:09:14.989Z | + ptime -m cargo +nightly-2024-02-06 fmt -- --check |
| 104 | 2024-03-09T04:09:14.989Z | # ==== check style ==== # |
| 105 | 2024-03-09T04:09:15.188Z | |
| 106 | 2024-03-09T04:09:15.188Z | real 0.197474701 |
| 107 | 2024-03-09T04:09:15.188Z | user 0.110116191 |
| 108 | 2024-03-09T04:09:15.188Z | sys 0.082424546 |
| 109 | 2024-03-09T04:09:15.188Z | trap 0.000015938 |
| 110 | 2024-03-09T04:09:15.189Z | tflt 0.000000000 |
| 111 | 2024-03-09T04:09:15.189Z | dflt 0.000000000 |
| 112 | 2024-03-09T04:09:15.189Z | kflt 0.000000000 |
| 113 | 2024-03-09T04:09:15.195Z | lock 0.000000000 |
| 114 | 2024-03-09T04:09:15.195Z | slp 0.113092436 |
| 115 | 2024-03-09T04:09:15.195Z | lat 0.000488865 |
| 116 | 2024-03-09T04:09:15.195Z | stop 0.000220428 |
| 117 | 2024-03-09T04:09:15.195Z | + header analyze |
| 118 | 2024-03-09T04:09:15.195Z | + echo '# ==== analyze ==== #' |
| 119 | 2024-03-09T04:09:15.195Z | # ==== analyze ==== # |
| 120 | 2024-03-09T04:09:15.195Z | + ptime -m cargo clippy --all-targets |
| 121 | 2024-03-09T04:09:15.413Z | Updating crates.io index |
| 122 | 2024-03-09T04:09:15.486Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2024-03-09T04:09:16.264Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2024-03-09T04:09:16.558Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2024-03-09T04:09:17.057Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2024-03-09T04:09:17.387Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2024-03-09T04:09:17.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2024-03-09T04:09:18.054Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2024-03-09T04:09:19.007Z | Downloading crates ... |
| 130 | 2024-03-09T04:09:19.379Z | Downloaded pretty-hex v0.2.1 |
| 131 | 2024-03-09T04:09:19.383Z | Downloaded strsim v0.11.0 |
| 132 | 2024-03-09T04:09:19.383Z | Downloaded cfg-if v1.0.0 |
| 133 | 2024-03-09T04:09:19.388Z | Downloaded errno v0.3.8 |
| 134 | 2024-03-09T04:09:19.391Z | Downloaded clap_derive v4.5.0 |
| 135 | 2024-03-09T04:09:19.394Z | Downloaded darling_macro v0.20.8 |
| 136 | 2024-03-09T04:09:19.397Z | Downloaded proc-macro2 v1.0.78 |
| 137 | 2024-03-09T04:09:19.397Z | Downloaded scopeguard v1.2.0 |
| 138 | 2024-03-09T04:09:19.400Z | Downloaded parking_lot_core v0.9.9 |
| 139 | 2024-03-09T04:09:19.400Z | Downloaded anstyle-parse v0.2.3 |
| 140 | 2024-03-09T04:09:19.403Z | Downloaded proc-macro-error v1.0.4 |
| 141 | 2024-03-09T04:09:19.409Z | Downloaded bitflags v1.3.2 |
| 142 | 2024-03-09T04:09:19.412Z | Downloaded anyhow v1.0.80 |
| 143 | 2024-03-09T04:09:19.412Z | Downloaded serde_derive v1.0.197 |
| 144 | 2024-03-09T04:09:19.414Z | Downloaded smallvec v1.13.1 |
| 145 | 2024-03-09T04:09:19.417Z | Downloaded lock_api v0.4.11 |
| 146 | 2024-03-09T04:09:19.418Z | Downloaded postcard v1.0.8 |
| 147 | 2024-03-09T04:09:19.420Z | Downloaded memchr v2.7.1 |
| 148 | 2024-03-09T04:09:19.424Z | Downloaded ident_case v1.0.1 |
| 149 | 2024-03-09T04:09:19.427Z | Downloaded anstyle-query v1.0.2 |
| 150 | 2024-03-09T04:09:19.427Z | Downloaded crc32fast v1.4.0 |
| 151 | 2024-03-09T04:09:19.430Z | Downloaded tracing v0.1.40 |
| 152 | 2024-03-09T04:09:19.433Z | Downloaded thiserror v1.0.57 |
| 153 | 2024-03-09T04:09:19.436Z | Downloaded lazy_static v1.4.0 |
| 154 | 2024-03-09T04:09:19.439Z | Downloaded either v1.10.0 |
| 155 | 2024-03-09T04:09:19.439Z | Downloaded socket2 v0.4.10 |
| 156 | 2024-03-09T04:09:19.442Z | Downloaded defmt-parser v0.3.4 |
| 157 | 2024-03-09T04:09:19.442Z | Downloaded ipnetwork v0.20.0 |
| 158 | 2024-03-09T04:09:19.448Z | Downloaded version_check v0.9.4 |
| 159 | 2024-03-09T04:09:19.451Z | Downloaded stable_deref_trait v1.2.0 |
| 160 | 2024-03-09T04:09:19.456Z | Downloaded colorchoice v1.0.0 |
| 161 | 2024-03-09T04:09:19.468Z | Downloaded strsim v0.10.0 |
| 162 | 2024-03-09T04:09:19.471Z | Downloaded tokio-macros v2.2.0 |
| 163 | 2024-03-09T04:09:19.471Z | Downloaded hash32 v0.3.1 |
| 164 | 2024-03-09T04:09:19.471Z | Downloaded equivalent v1.0.1 |
| 165 | 2024-03-09T04:09:19.475Z | Downloaded foreign-types-macros v0.2.3 |
| 166 | 2024-03-09T04:09:19.478Z | Downloaded foreign-types-shared v0.3.1 |
| 167 | 2024-03-09T04:09:19.481Z | Downloaded byteorder v1.5.0 |
| 168 | 2024-03-09T04:09:19.484Z | Downloaded managed v0.8.0 |
| 169 | 2024-03-09T04:09:19.490Z | Downloaded anstyle v1.0.6 |
| 170 | 2024-03-09T04:09:19.493Z | Downloaded heck v0.4.1 |
| 171 | 2024-03-09T04:09:19.495Z | Downloaded num_enum v0.5.11 |
| 172 | 2024-03-09T04:09:19.498Z | Downloaded toml_datetime v0.6.5 |
| 173 | 2024-03-09T04:09:19.501Z | Downloaded num_cpus v1.16.0 |
| 174 | 2024-03-09T04:09:19.504Z | Downloaded num_enum_derive v0.5.11 |
| 175 | 2024-03-09T04:09:19.504Z | Downloaded proc-macro-error-attr v1.0.4 |
| 176 | 2024-03-09T04:09:19.504Z | Downloaded thiserror-impl v1.0.57 |
| 177 | 2024-03-09T04:09:19.507Z | Downloaded proc-macro-crate v1.3.1 |
| 178 | 2024-03-09T04:09:19.507Z | Downloaded foreign-types v0.5.0 |
| 179 | 2024-03-09T04:09:19.507Z | Downloaded utf8parse v0.2.1 |
| 180 | 2024-03-09T04:09:19.510Z | Downloaded unicode-width v0.1.11 |
| 181 | 2024-03-09T04:09:19.510Z | Downloaded signal-hook-registry v1.4.1 |
| 182 | 2024-03-09T04:09:19.510Z | Downloaded embedded-io v0.4.0 |
| 183 | 2024-03-09T04:09:19.513Z | Downloaded autocfg v1.1.0 |
| 184 | 2024-03-09T04:09:19.513Z | Downloaded terminal_size v0.3.0 |
| 185 | 2024-03-09T04:09:19.516Z | Downloaded fnv v1.0.7 |
| 186 | 2024-03-09T04:09:19.516Z | Downloaded colored v2.1.0 |
| 187 | 2024-03-09T04:09:19.516Z | Downloaded quote v1.0.35 |
| 188 | 2024-03-09T04:09:19.520Z | Downloaded clap_lex v0.7.0 |
| 189 | 2024-03-09T04:09:19.520Z | Downloaded tabwriter v1.4.0 |
| 190 | 2024-03-09T04:09:19.523Z | Downloaded cstr-argument v0.1.2 |
| 191 | 2024-03-09T04:09:19.523Z | Downloaded cobs v0.2.3 |
| 192 | 2024-03-09T04:09:19.523Z | Downloaded defmt-macros v0.3.7 |
| 193 | 2024-03-09T04:09:19.526Z | Downloaded zerocopy-derive v0.7.32 |
| 194 | 2024-03-09T04:09:19.530Z | Downloaded defmt v0.3.6 |
| 195 | 2024-03-09T04:09:19.534Z | Downloaded pin-project-lite v0.2.13 |
| 196 | 2024-03-09T04:09:19.537Z | Downloaded darling v0.20.8 |
| 197 | 2024-03-09T04:09:19.541Z | Downloaded parking_lot v0.12.1 |
| 198 | 2024-03-09T04:09:19.544Z | Downloaded dyn-clone v1.0.17 |
| 199 | 2024-03-09T04:09:19.548Z | Downloaded unicode-ident v1.0.12 |
| 200 | 2024-03-09T04:09:19.548Z | Downloaded socket2 v0.5.6 |
| 201 | 2024-03-09T04:09:19.551Z | Downloaded anstream v0.6.13 |
| 202 | 2024-03-09T04:09:19.557Z | Downloaded tracing-attributes v0.1.27 |
| 203 | 2024-03-09T04:09:19.560Z | Downloaded once_cell v1.19.0 |
| 204 | 2024-03-09T04:09:19.560Z | Downloaded bitflags v2.4.2 |
| 205 | 2024-03-09T04:09:19.563Z | Downloaded darling_core v0.20.8 |
| 206 | 2024-03-09T04:09:19.567Z | Downloaded bytes v1.5.0 |
| 207 | 2024-03-09T04:09:19.571Z | Downloaded clap v4.5.1 |
| 208 | 2024-03-09T04:09:19.578Z | Downloaded heapless v0.8.0 |
| 209 | 2024-03-09T04:09:19.582Z | Downloaded clap_builder v4.5.1 |
| 210 | 2024-03-09T04:09:19.588Z | Downloaded serde v1.0.197 |
| 211 | 2024-03-09T04:09:19.591Z | Downloaded tracing-core v0.1.32 |
| 212 | 2024-03-09T04:09:19.594Z | Downloaded indexmap v2.2.5 |
| 213 | 2024-03-09T04:09:19.597Z | Downloaded mio v0.8.11 |
| 214 | 2024-03-09T04:09:19.603Z | Downloaded toml_edit v0.19.15 |
| 215 | 2024-03-09T04:09:19.621Z | Downloaded hashbrown v0.14.3 |
| 216 | 2024-03-09T04:09:19.624Z | Downloaded itertools v0.12.1 |
| 217 | 2024-03-09T04:09:19.630Z | Downloaded winnow v0.5.40 |
| 218 | 2024-03-09T04:09:19.638Z | Downloaded zerocopy v0.7.32 |
| 219 | 2024-03-09T04:09:20.065Z | Downloaded syn v1.0.109 |
| 220 | 2024-03-09T04:09:20.069Z | Downloaded syn v2.0.52 |
| 221 | 2024-03-09T04:09:20.069Z | Downloaded rustix v0.38.31 |
| 222 | 2024-03-09T04:09:20.069Z | Downloaded smoltcp v0.11.0 |
| 223 | 2024-03-09T04:09:20.069Z | Downloaded libc v0.2.153 |
| 224 | 2024-03-09T04:09:20.069Z | Downloaded tokio v1.36.0 |
| 225 | 2024-03-09T04:09:20.069Z | Compiling proc-macro2 v1.0.78 |
| 226 | 2024-03-09T04:09:20.069Z | Compiling unicode-ident v1.0.12 |
| 227 | 2024-03-09T04:09:20.069Z | Compiling libc v0.2.153 |
| 228 | 2024-03-09T04:09:20.069Z | Checking cfg-if v1.0.0 |
| 229 | 2024-03-09T04:09:20.069Z | Compiling syn v1.0.109 |
| 230 | 2024-03-09T04:09:20.069Z | Compiling hashbrown v0.14.3 |
| 231 | 2024-03-09T04:09:20.069Z | Compiling autocfg v1.1.0 |
| 232 | 2024-03-09T04:09:20.069Z | Compiling equivalent v1.0.1 |
| 233 | 2024-03-09T04:09:20.069Z | Checking byteorder v1.5.0 |
| 234 | 2024-03-09T04:09:20.078Z | Compiling heapless v0.8.0 |
| 235 | 2024-03-09T04:09:20.101Z | Compiling anyhow v1.0.80 |
| 236 | 2024-03-09T04:09:20.306Z | Compiling toml_datetime v0.6.5 |
| 237 | 2024-03-09T04:09:20.578Z | Compiling serde v1.0.197 |
| 238 | 2024-03-09T04:09:20.592Z | Compiling lock_api v0.4.11 |
| 239 | 2024-03-09T04:09:21.280Z | Compiling indexmap v2.2.5 |
| 240 | 2024-03-09T04:09:21.289Z | Compiling parking_lot_core v0.9.9 |
| 241 | 2024-03-09T04:09:21.289Z | Compiling strsim v0.10.0 |
| 242 | 2024-03-09T04:09:21.292Z | Compiling winnow v0.5.40 |
| 243 | 2024-03-09T04:09:21.319Z | Compiling ident_case v1.0.1 |
| 244 | 2024-03-09T04:09:21.402Z | Compiling fnv v1.0.7 |
| 245 | 2024-03-09T04:09:21.736Z | Checking hash32 v0.3.1 |
| 246 | 2024-03-09T04:09:21.756Z | Compiling once_cell v1.19.0 |
| 247 | 2024-03-09T04:09:21.775Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 248 | 2024-03-09T04:09:21.867Z | Checking scopeguard v1.2.0 |
| 249 | 2024-03-09T04:09:21.934Z | Checking stable_deref_trait v1.2.0 |
| 250 | 2024-03-09T04:09:21.972Z | Checking smallvec v1.13.1 |
| 251 | 2024-03-09T04:09:22.013Z | Compiling smoltcp v0.11.0 |
| 252 | 2024-03-09T04:09:22.153Z | Compiling quote v1.0.35 |
| 253 | 2024-03-09T04:09:22.648Z | Compiling syn v2.0.52 |
| 254 | 2024-03-09T04:09:22.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 255 | 2024-03-09T04:09:22.787Z | Checking pin-project-lite v0.2.13 |
| 256 | 2024-03-09T04:09:22.811Z | Compiling version_check v0.9.4 |
| 257 | 2024-03-09T04:09:22.888Z | Compiling crc32fast v1.4.0 |
| 258 | 2024-03-09T04:09:22.937Z | Checking cobs v0.2.3 |
| 259 | 2024-03-09T04:09:23.072Z | Compiling thiserror v1.0.57 |
| 260 | 2024-03-09T04:09:23.081Z | Checking managed v0.8.0 |
| 261 | 2024-03-09T04:09:23.103Z | Compiling rustix v0.38.31 |
| 262 | 2024-03-09T04:09:23.378Z | Checking bitflags v1.3.2 |
| 263 | 2024-03-09T04:09:23.446Z | Checking embedded-io v0.4.0 |
| 264 | 2024-03-09T04:09:23.473Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 265 | 2024-03-09T04:09:23.670Z | Checking parking_lot v0.12.1 |
| 266 | 2024-03-09T04:09:23.682Z | Checking num_cpus v1.16.0 |
| 267 | 2024-03-09T04:09:23.768Z | Checking signal-hook-registry v1.4.1 |
| 268 | 2024-03-09T04:09:23.822Z | Checking mio v0.8.11 |
| 269 | 2024-03-09T04:09:23.895Z | Checking errno v0.3.8 |
| 270 | 2024-03-09T04:09:23.982Z | Checking socket2 v0.5.6 |
| 271 | 2024-03-09T04:09:24.039Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 272 | 2024-03-09T04:09:24.262Z | Checking either v1.10.0 |
| 273 | 2024-03-09T04:09:24.356Z | Checking utf8parse v0.2.1 |
| 274 | 2024-03-09T04:09:24.423Z | Checking memchr v2.7.1 |
| 275 | 2024-03-09T04:09:24.447Z | Checking bytes v1.5.0 |
| 276 | 2024-03-09T04:09:24.480Z | Checking foreign-types-shared v0.3.1 |
| 277 | 2024-03-09T04:09:24.535Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 278 | 2024-03-09T04:09:24.569Z | Checking ipnetwork v0.20.0 |
| 279 | 2024-03-09T04:09:24.720Z | Checking bitflags v2.4.2 |
| 280 | 2024-03-09T04:09:24.847Z | Checking unicode-width v0.1.11 |
| 281 | 2024-03-09T04:09:24.975Z | Checking tabwriter v1.4.0 |
| 282 | 2024-03-09T04:09:25.181Z | Compiling toml_edit v0.19.15 |
| 283 | 2024-03-09T04:09:25.184Z | Checking itertools v0.12.1 |
| 284 | 2024-03-09T04:09:25.234Z | Checking cstr-argument v0.1.2 |
| 285 | 2024-03-09T04:09:25.264Z | Checking anstyle-parse v0.2.3 |
| 286 | 2024-03-09T04:09:25.388Z | Checking tracing-core v0.1.32 |
| 287 | 2024-03-09T04:09:25.999Z | Checking anstyle v1.0.6 |
| 288 | 2024-03-09T04:09:26.008Z | Checking anstyle-query v1.0.2 |
| 289 | 2024-03-09T04:09:26.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 290 | 2024-03-09T04:09:26.104Z | Checking lazy_static v1.4.0 |
| 291 | 2024-03-09T04:09:26.204Z | Checking pretty-hex v0.2.1 |
| 292 | 2024-03-09T04:09:26.322Z | Checking colorchoice v1.0.0 |
| 293 | 2024-03-09T04:09:26.331Z | Checking dyn-clone v1.0.17 |
| 294 | 2024-03-09T04:09:26.358Z | Checking colored v2.1.0 |
| 295 | 2024-03-09T04:09:26.406Z | Checking terminal_size v0.3.0 |
| 296 | 2024-03-09T04:09:26.423Z | Checking anstream v0.6.13 |
| 297 | 2024-03-09T04:09:26.445Z | Checking socket2 v0.4.10 |
| 298 | 2024-03-09T04:09:26.778Z | Checking strsim v0.11.0 |
| 299 | 2024-03-09T04:09:26.851Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 300 | 2024-03-09T04:09:26.895Z | Compiling heck v0.4.1 |
| 301 | 2024-03-09T04:09:27.019Z | Checking clap_lex v0.7.0 |
| 302 | 2024-03-09T04:09:27.217Z | Checking clap_builder v4.5.1 |
| 303 | 2024-03-09T04:09:27.258Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 304 | 2024-03-09T04:09:27.376Z | Compiling proc-macro-crate v1.3.1 |
| 305 | 2024-03-09T04:09:28.729Z | Compiling darling_core v0.20.8 |
| 306 | 2024-03-09T04:09:31.034Z | Compiling num_enum_derive v0.5.11 |
| 307 | 2024-03-09T04:09:31.034Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 308 | 2024-03-09T04:09:31.269Z | Compiling serde_derive v1.0.197 |
| 309 | 2024-03-09T04:09:31.297Z | Compiling foreign-types-macros v0.2.3 |
| 310 | 2024-03-09T04:09:31.425Z | Compiling thiserror-impl v1.0.57 |
| 311 | 2024-03-09T04:09:31.527Z | Compiling tokio-macros v2.2.0 |
| 312 | 2024-03-09T04:09:31.560Z | Compiling zerocopy-derive v0.7.32 |
| 313 | 2024-03-09T04:09:31.990Z | Compiling tracing-attributes v0.1.27 |
| 314 | 2024-03-09T04:09:32.521Z | Checking foreign-types v0.5.0 |
| 315 | 2024-03-09T04:09:32.609Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2024-03-09T04:09:33.127Z | Checking tokio v1.36.0 |
| 317 | 2024-03-09T04:09:33.411Z | Checking num_enum v0.5.11 |
| 318 | 2024-03-09T04:09:33.532Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 319 | 2024-03-09T04:09:33.753Z | Checking zerocopy v0.7.32 |
| 320 | 2024-03-09T04:09:33.804Z | Compiling clap_derive v4.5.0 |
| 321 | 2024-03-09T04:09:34.144Z | Compiling darling_macro v0.20.8 |
| 322 | 2024-03-09T04:09:35.052Z | Checking tracing v0.1.40 |
| 323 | 2024-03-09T04:09:35.152Z | Compiling darling v0.20.8 |
| 324 | 2024-03-09T04:09:35.244Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2024-03-09T04:09:35.489Z | warning: useless conversion to the same type: `proc_macro2::TokenStream` |
| 326 | 2024-03-09T04:09:35.489Z | --> crates/derror-macro/src/lib.rs:62:26 |
| 327 | 2024-03-09T04:09:35.489Z | | |
| 328 | 2024-03-09T04:09:35.489Z | 62 | Err(e) => return TokenStream::from(e.write_errors()).into(), |
| 329 | 2024-03-09T04:09:35.489Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()` |
| 330 | 2024-03-09T04:09:35.490Z | | |
| 331 | 2024-03-09T04:09:35.490Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 332 | 2024-03-09T04:09:35.490Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 333 | 2024-03-09T04:09:35.490Z | |
| 334 | 2024-03-09T04:09:36.453Z | warning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion) |
| 335 | 2024-03-09T04:09:36.803Z | Checking clap v4.5.1 |
| 336 | 2024-03-09T04:09:38.595Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 337 | 2024-03-09T04:09:39.466Z | Checking postcard v1.0.8 |
| 338 | 2024-03-09T04:09:39.867Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 339 | 2024-03-09T04:09:44.306Z | warning: you should consider adding a `Default` implementation for `ErrorBlock<L>` |
| 340 | 2024-03-09T04:09:44.306Z | --> lib/opte/src/d_error.rs:71:5 |
| 341 | 2024-03-09T04:09:44.306Z | | |
| 342 | 2024-03-09T04:09:44.306Z | 71 | / pub fn new() -> Self { |
| 343 | 2024-03-09T04:09:44.306Z | 72 | | Self { |
| 344 | 2024-03-09T04:09:44.306Z | 73 | | entries: [EMPTY_STRING.as_ptr(); L], |
| 345 | 2024-03-09T04:09:44.306Z | 74 | | |
| 346 | 2024-03-09T04:09:44.306Z | ... | |
| 347 | 2024-03-09T04:09:44.306Z | 79 | | } |
| 348 | 2024-03-09T04:09:44.306Z | 80 | | } |
| 349 | 2024-03-09T04:09:44.306Z | | |_____^ |
| 350 | 2024-03-09T04:09:44.306Z | | |
| 351 | 2024-03-09T04:09:44.306Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default |
| 352 | 2024-03-09T04:09:44.306Z | = note: `#[warn(clippy::new_without_default)]` on by default |
| 353 | 2024-03-09T04:09:44.307Z | help: try adding this |
| 354 | 2024-03-09T04:09:44.307Z | | |
| 355 | 2024-03-09T04:09:44.307Z | 69 + impl<const L: usize> Default for ErrorBlock<L> { |
| 356 | 2024-03-09T04:09:44.307Z | 70 + fn default() -> Self { |
| 357 | 2024-03-09T04:09:44.307Z | 71 + Self::new() |
| 358 | 2024-03-09T04:09:44.307Z | 72 + } |
| 359 | 2024-03-09T04:09:44.307Z | 73 + } |
| 360 | 2024-03-09T04:09:44.307Z | | |
| 361 | 2024-03-09T04:09:44.307Z | |
| 362 | 2024-03-09T04:09:44.312Z | warning: this returns a `Result<_, ()>` |
| 363 | 2024-03-09T04:09:44.312Z | --> lib/opte/src/d_error.rs:97:5 |
| 364 | 2024-03-09T04:09:44.312Z | | |
| 365 | 2024-03-09T04:09:44.312Z | 97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 366 | 2024-03-09T04:09:44.312Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 367 | 2024-03-09T04:09:44.312Z | | |
| 368 | 2024-03-09T04:09:44.312Z | = help: use a custom `Error` type instead |
| 369 | 2024-03-09T04:09:44.312Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 370 | 2024-03-09T04:09:44.312Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
| 371 | 2024-03-09T04:09:44.312Z | |
| 372 | 2024-03-09T04:09:44.312Z | warning: this returns a `Result<_, ()>` |
| 373 | 2024-03-09T04:09:44.312Z | --> lib/opte/src/d_error.rs:111:5 |
| 374 | 2024-03-09T04:09:44.312Z | | |
| 375 | 2024-03-09T04:09:44.312Z | 111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 376 | 2024-03-09T04:09:44.312Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 377 | 2024-03-09T04:09:44.312Z | | |
| 378 | 2024-03-09T04:09:44.312Z | = help: use a custom `Error` type instead |
| 379 | 2024-03-09T04:09:44.312Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 380 | 2024-03-09T04:09:44.312Z | |
| 381 | 2024-03-09T04:09:44.312Z | warning: this returns a `Result<_, ()>` |
| 382 | 2024-03-09T04:09:44.312Z | --> lib/opte/src/d_error.rs:126:5 |
| 383 | 2024-03-09T04:09:44.313Z | | |
| 384 | 2024-03-09T04:09:44.313Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 385 | 2024-03-09T04:09:44.313Z | 127 | | &'a mut self, |
| 386 | 2024-03-09T04:09:44.313Z | 128 | | err: &'b CStr, |
| 387 | 2024-03-09T04:09:44.313Z | 129 | | ) -> Result<(), ()> { |
| 388 | 2024-03-09T04:09:44.313Z | | |_______________________^ |
| 389 | 2024-03-09T04:09:44.313Z | | |
| 390 | 2024-03-09T04:09:44.313Z | = help: use a custom `Error` type instead |
| 391 | 2024-03-09T04:09:44.313Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 392 | 2024-03-09T04:09:44.313Z | |
| 393 | 2024-03-09T04:09:44.313Z | warning: unsafe function's docs miss `# Safety` section |
| 394 | 2024-03-09T04:09:44.313Z | --> lib/opte/src/d_error.rs:126:5 |
| 395 | 2024-03-09T04:09:44.313Z | | |
| 396 | 2024-03-09T04:09:44.313Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 397 | 2024-03-09T04:09:44.313Z | 127 | | &'a mut self, |
| 398 | 2024-03-09T04:09:44.313Z | 128 | | err: &'b CStr, |
| 399 | 2024-03-09T04:09:44.313Z | 129 | | ) -> Result<(), ()> { |
| 400 | 2024-03-09T04:09:44.313Z | | |_______________________^ |
| 401 | 2024-03-09T04:09:44.313Z | | |
| 402 | 2024-03-09T04:09:44.313Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc |
| 403 | 2024-03-09T04:09:44.313Z | = note: `#[warn(clippy::missing_safety_doc)]` on by default |
| 404 | 2024-03-09T04:09:44.313Z | |
| 405 | 2024-03-09T04:09:44.313Z | warning: the following explicit lifetimes could be elided: 'a |
| 406 | 2024-03-09T04:09:44.314Z | --> lib/opte/src/d_error.rs:152:20 |
| 407 | 2024-03-09T04:09:44.314Z | | |
| 408 | 2024-03-09T04:09:44.314Z | 152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 409 | 2024-03-09T04:09:44.314Z | | ^^ ^^ ^^ |
| 410 | 2024-03-09T04:09:44.314Z | | |
| 411 | 2024-03-09T04:09:44.314Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 412 | 2024-03-09T04:09:44.314Z | = note: `#[warn(clippy::needless_lifetimes)]` on by default |
| 413 | 2024-03-09T04:09:44.314Z | help: elide the lifetimes |
| 414 | 2024-03-09T04:09:44.314Z | | |
| 415 | 2024-03-09T04:09:44.314Z | 152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 416 | 2024-03-09T04:09:44.314Z | 152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> { |
| 417 | 2024-03-09T04:09:44.314Z | | |
| 418 | 2024-03-09T04:09:44.314Z | |
| 419 | 2024-03-09T04:09:44.639Z | warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let` |
| 420 | 2024-03-09T04:09:44.640Z | --> lib/opte/src/engine/ether.rs:306:9 |
| 421 | 2024-03-09T04:09:44.640Z | | |
| 422 | 2024-03-09T04:09:44.640Z | 306 | / match self { |
| 423 | 2024-03-09T04:09:44.640Z | 307 | | Self::UnsupportedEtherType { ether_type } => { |
| 424 | 2024-03-09T04:09:44.640Z | 308 | | data[0] = *ether_type as u64; |
| 425 | 2024-03-09T04:09:44.640Z | 309 | | } |
| 426 | 2024-03-09T04:09:44.640Z | 310 | | _ => {} |
| 427 | 2024-03-09T04:09:44.640Z | 311 | | } |
| 428 | 2024-03-09T04:09:44.640Z | | |_________^ |
| 429 | 2024-03-09T04:09:44.640Z | | |
| 430 | 2024-03-09T04:09:44.640Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match |
| 431 | 2024-03-09T04:09:44.640Z | = note: `#[warn(clippy::single_match)]` on by default |
| 432 | 2024-03-09T04:09:44.640Z | help: try |
| 433 | 2024-03-09T04:09:44.640Z | | |
| 434 | 2024-03-09T04:09:44.640Z | 306 ~ if let Self::UnsupportedEtherType { ether_type } = self { |
| 435 | 2024-03-09T04:09:44.640Z | 307 + data[0] = *ether_type as u64; |
| 436 | 2024-03-09T04:09:44.640Z | 308 + } |
| 437 | 2024-03-09T04:09:44.640Z | | |
| 438 | 2024-03-09T04:09:44.640Z | |
| 439 | 2024-03-09T04:09:45.998Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 440 | 2024-03-09T04:09:45.998Z | --> lib/opte/src/engine/print.rs:209:22 |
| 441 | 2024-03-09T04:09:45.998Z | | |
| 442 | 2024-03-09T04:09:45.998Z | 209 | flow_id.proto.to_string(), |
| 443 | 2024-03-09T04:09:45.998Z | | ^^^^^^^^^^^^ help: remove this |
| 444 | 2024-03-09T04:09:45.998Z | | |
| 445 | 2024-03-09T04:09:45.998Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 446 | 2024-03-09T04:09:45.998Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 447 | 2024-03-09T04:09:45.998Z | |
| 448 | 2024-03-09T04:09:45.998Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 449 | 2024-03-09T04:09:45.998Z | --> lib/opte/src/engine/print.rs:210:23 |
| 450 | 2024-03-09T04:09:45.999Z | | |
| 451 | 2024-03-09T04:09:45.999Z | 210 | flow_id.src_ip.to_string(), |
| 452 | 2024-03-09T04:09:45.999Z | | ^^^^^^^^^^^^ help: remove this |
| 453 | 2024-03-09T04:09:45.999Z | | |
| 454 | 2024-03-09T04:09:45.999Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 455 | 2024-03-09T04:09:45.999Z | |
| 456 | 2024-03-09T04:09:45.999Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 457 | 2024-03-09T04:09:45.999Z | --> lib/opte/src/engine/print.rs:212:23 |
| 458 | 2024-03-09T04:09:45.999Z | | |
| 459 | 2024-03-09T04:09:45.999Z | 212 | flow_id.dst_ip.to_string(), |
| 460 | 2024-03-09T04:09:45.999Z | | ^^^^^^^^^^^^ help: remove this |
| 461 | 2024-03-09T04:09:45.999Z | | |
| 462 | 2024-03-09T04:09:45.999Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 463 | 2024-03-09T04:09:45.999Z | |
| 464 | 2024-03-09T04:09:46.003Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 465 | 2024-03-09T04:09:46.003Z | --> lib/opte/src/engine/print.rs:236:22 |
| 466 | 2024-03-09T04:09:46.003Z | | |
| 467 | 2024-03-09T04:09:46.004Z | 236 | flow_id.proto.to_string(), |
| 468 | 2024-03-09T04:09:46.004Z | | ^^^^^^^^^^^^ help: remove this |
| 469 | 2024-03-09T04:09:46.004Z | | |
| 470 | 2024-03-09T04:09:46.004Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 471 | 2024-03-09T04:09:46.004Z | |
| 472 | 2024-03-09T04:09:46.004Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 473 | 2024-03-09T04:09:46.004Z | --> lib/opte/src/engine/print.rs:237:23 |
| 474 | 2024-03-09T04:09:46.004Z | | |
| 475 | 2024-03-09T04:09:46.004Z | 237 | flow_id.src_ip.to_string(), |
| 476 | 2024-03-09T04:09:46.004Z | | ^^^^^^^^^^^^ help: remove this |
| 477 | 2024-03-09T04:09:46.004Z | | |
| 478 | 2024-03-09T04:09:46.004Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 479 | 2024-03-09T04:09:46.004Z | |
| 480 | 2024-03-09T04:09:46.004Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 481 | 2024-03-09T04:09:46.004Z | --> lib/opte/src/engine/print.rs:239:23 |
| 482 | 2024-03-09T04:09:46.004Z | | |
| 483 | 2024-03-09T04:09:46.004Z | 239 | flow_id.dst_ip.to_string(), |
| 484 | 2024-03-09T04:09:46.004Z | | ^^^^^^^^^^^^ help: remove this |
| 485 | 2024-03-09T04:09:46.004Z | | |
| 486 | 2024-03-09T04:09:46.004Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 487 | 2024-03-09T04:09:46.004Z | |
| 488 | 2024-03-09T04:09:46.004Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 489 | 2024-03-09T04:09:46.004Z | --> lib/opte/src/engine/print.rs:274:34 |
| 490 | 2024-03-09T04:09:46.004Z | | |
| 491 | 2024-03-09T04:09:46.005Z | 274 | entry.tcp_state.tcp_state.to_string(), |
| 492 | 2024-03-09T04:09:46.005Z | | ^^^^^^^^^^^^ help: remove this |
| 493 | 2024-03-09T04:09:46.005Z | | |
| 494 | 2024-03-09T04:09:46.005Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 495 | 2024-03-09T04:09:46.005Z | |
| 496 | 2024-03-09T04:09:47.069Z | warning: `opte` (lib) generated 14 warnings (run `cargo clippy --fix --lib -p opte` to apply 9 suggestions) |
| 497 | 2024-03-09T04:09:47.072Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 498 | 2024-03-09T04:09:48.935Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 499 | 2024-03-09T04:09:48.935Z | --> lib/oxide-vpc/src/engine/print.rs:75:40 |
| 500 | 2024-03-09T04:09:48.935Z | | |
| 501 | 2024-03-09T04:09:48.935Z | 75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string()) |
| 502 | 2024-03-09T04:09:48.935Z | | ^^^^^^^^^^^^ help: remove this |
| 503 | 2024-03-09T04:09:48.935Z | | |
| 504 | 2024-03-09T04:09:48.935Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 505 | 2024-03-09T04:09:48.935Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 506 | 2024-03-09T04:09:48.935Z | |
| 507 | 2024-03-09T04:09:48.935Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 508 | 2024-03-09T04:09:48.935Z | --> lib/oxide-vpc/src/engine/print.rs:75:62 |
| 509 | 2024-03-09T04:09:48.935Z | | |
| 510 | 2024-03-09T04:09:48.935Z | 75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string()) |
| 511 | 2024-03-09T04:09:48.935Z | | ^^^^^^^^^^^^ help: remove this |
| 512 | 2024-03-09T04:09:48.935Z | | |
| 513 | 2024-03-09T04:09:48.935Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 514 | 2024-03-09T04:09:48.935Z | |
| 515 | 2024-03-09T04:09:49.264Z | warning: `oxide-vpc` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p oxide-vpc` to apply 2 suggestions) |
| 516 | 2024-03-09T04:09:49.269Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 517 | 2024-03-09T04:09:50.526Z | warning: literal with an empty format string |
| 518 | 2024-03-09T04:09:50.526Z | --> bin/opteadm/src/bin/opteadm.rs:431:9 |
| 519 | 2024-03-09T04:09:50.526Z | | |
| 520 | 2024-03-09T04:09:50.526Z | 431 | / "LINK", |
| 521 | 2024-03-09T04:09:50.526Z | 432 | | "MAC ADDRESS", |
| 522 | 2024-03-09T04:09:50.526Z | 433 | | "IPv4 ADDRESS", |
| 523 | 2024-03-09T04:09:50.526Z | 434 | | "EPHEMERAL IPv4", |
| 524 | 2024-03-09T04:09:50.526Z | ... | |
| 525 | 2024-03-09T04:09:50.526Z | 438 | | "FLOATING IPv6", |
| 526 | 2024-03-09T04:09:50.527Z | 439 | | "STATE" |
| 527 | 2024-03-09T04:09:50.527Z | | |_______________^ |
| 528 | 2024-03-09T04:09:50.527Z | | |
| 529 | 2024-03-09T04:09:50.527Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_literal |
| 530 | 2024-03-09T04:09:50.527Z | = note: `#[warn(clippy::write_literal)]` on by default |
| 531 | 2024-03-09T04:09:50.527Z | help: try |
| 532 | 2024-03-09T04:09:50.527Z | | |
| 533 | 2024-03-09T04:09:50.527Z | 430 - "{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}", |
| 534 | 2024-03-09T04:09:50.527Z | 430 + "LINK\tMAC ADDRESS\tIPv4 ADDRESS\tEPHEMERAL IPv4\tFLOATING IPv4\tIPv6 ADDRESS\tEXTERNAL IPv6\tFLOATING IPv6\tSTATE" |
| 535 | 2024-03-09T04:09:50.527Z | | |
| 536 | 2024-03-09T04:09:50.527Z | |
| 537 | 2024-03-09T04:09:50.531Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 538 | 2024-03-09T04:09:50.531Z | --> bin/opteadm/src/bin/opteadm.rs:456:20 |
| 539 | 2024-03-09T04:09:50.531Z | | |
| 540 | 2024-03-09T04:09:50.531Z | 456 | pi.mac_addr.to_string(), |
| 541 | 2024-03-09T04:09:50.531Z | | ^^^^^^^^^^^^ help: remove this |
| 542 | 2024-03-09T04:09:50.531Z | | |
| 543 | 2024-03-09T04:09:50.531Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 544 | 2024-03-09T04:09:50.531Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 545 | 2024-03-09T04:09:50.531Z | |
| 546 | 2024-03-09T04:09:50.535Z | warning: use of `unwrap_or_else` to construct default value |
| 547 | 2024-03-09T04:09:50.535Z | --> bin/opteadm/src/bin/opteadm.rs:486:18 |
| 548 | 2024-03-09T04:09:50.535Z | | |
| 549 | 2024-03-09T04:09:50.535Z | 486 | .unwrap_or_else(String::new), |
| 550 | 2024-03-09T04:09:50.535Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` |
| 551 | 2024-03-09T04:09:50.535Z | | |
| 552 | 2024-03-09T04:09:50.535Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default |
| 553 | 2024-03-09T04:09:50.535Z | = note: `#[warn(clippy::unwrap_or_default)]` on by default |
| 554 | 2024-03-09T04:09:50.535Z | |
| 555 | 2024-03-09T04:09:50.538Z | warning: use of `unwrap_or_else` to construct default value |
| 556 | 2024-03-09T04:09:50.538Z | --> bin/opteadm/src/bin/opteadm.rs:491:18 |
| 557 | 2024-03-09T04:09:50.538Z | | |
| 558 | 2024-03-09T04:09:50.539Z | 491 | .unwrap_or_else(String::new), |
| 559 | 2024-03-09T04:09:50.539Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` |
| 560 | 2024-03-09T04:09:50.539Z | | |
| 561 | 2024-03-09T04:09:50.539Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default |
| 562 | 2024-03-09T04:09:50.539Z | |
| 563 | 2024-03-09T04:09:50.549Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
| 564 | 2024-03-09T04:09:50.549Z | --> bin/opteadm/src/bin/opteadm.rs:525:25 |
| 565 | 2024-03-09T04:09:50.549Z | | |
| 566 | 2024-03-09T04:09:50.549Z | 525 | print_layer(&resp)?; |
| 567 | 2024-03-09T04:09:50.549Z | | ^^^^^ help: change this to: `resp` |
| 568 | 2024-03-09T04:09:50.549Z | | |
| 569 | 2024-03-09T04:09:50.549Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
| 570 | 2024-03-09T04:09:50.549Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
| 571 | 2024-03-09T04:09:50.549Z | |
| 572 | 2024-03-09T04:09:50.637Z | warning: `opteadm` (bin "opteadm" test) generated 5 warnings (run `cargo clippy --fix --bin "opteadm" --tests` to apply 5 suggestions) |
| 573 | 2024-03-09T04:09:50.652Z | warning: `opteadm` (bin "opteadm") generated 5 warnings (5 duplicates) |
| 574 | 2024-03-09T04:09:50.653Z | Finished dev [unoptimized + debuginfo] target(s) in 35.34s |
| 575 | 2024-03-09T04:09:50.771Z | |
| 576 | 2024-03-09T04:09:50.771Z | real 35.597367651 |
| 577 | 2024-03-09T04:09:50.771Z | user 1:51.274168546 |
| 578 | 2024-03-09T04:09:50.771Z | sys 27.032472526 |
| 579 | 2024-03-09T04:09:50.771Z | trap 0.069142738 |
| 580 | 2024-03-09T04:09:50.771Z | tflt 0.779331554 |
| 581 | 2024-03-09T04:09:50.771Z | dflt 1.423464794 |
| 582 | 2024-03-09T04:09:50.772Z | kflt 0.546740234 |
| 583 | 2024-03-09T04:09:50.772Z | lock 2:31.991731405 |
| 584 | 2024-03-09T04:09:50.772Z | slp 5:42.061384982 |
| 585 | 2024-03-09T04:09:50.772Z | lat 4.726792988 |
| 586 | 2024-03-09T04:09:50.775Z | stop 10.565170900 |
| 587 | 2024-03-09T04:09:50.775Z | + header 'debug build' |
| 588 | 2024-03-09T04:09:50.775Z | + echo '# ==== debug build ==== #' |
| 589 | 2024-03-09T04:09:50.775Z | + ptime -m cargo build |
| 590 | 2024-03-09T04:09:50.775Z | # ==== debug build ==== # |
| 591 | 2024-03-09T04:09:51.045Z | Compiling cfg-if v1.0.0 |
| 592 | 2024-03-09T04:09:51.045Z | Compiling once_cell v1.19.0 |
| 593 | 2024-03-09T04:09:51.048Z | Compiling byteorder v1.5.0 |
| 594 | 2024-03-09T04:09:51.048Z | Compiling libc v0.2.153 |
| 595 | 2024-03-09T04:09:51.061Z | Compiling stable_deref_trait v1.2.0 |
| 596 | 2024-03-09T04:09:51.064Z | Compiling scopeguard v1.2.0 |
| 597 | 2024-03-09T04:09:51.064Z | Compiling smallvec v1.13.1 |
| 598 | 2024-03-09T04:09:51.069Z | Compiling serde v1.0.197 |
| 599 | 2024-03-09T04:09:51.106Z | Compiling cobs v0.2.3 |
| 600 | 2024-03-09T04:09:51.126Z | Compiling managed v0.8.0 |
| 601 | 2024-03-09T04:09:51.158Z | Compiling lock_api v0.4.11 |
| 602 | 2024-03-09T04:09:51.368Z | Compiling hash32 v0.3.1 |
| 603 | 2024-03-09T04:09:51.399Z | Compiling proc-macro-crate v1.3.1 |
| 604 | 2024-03-09T04:09:51.457Z | Compiling pin-project-lite v0.2.13 |
| 605 | 2024-03-09T04:09:51.464Z | Compiling bitflags v1.3.2 |
| 606 | 2024-03-09T04:09:51.532Z | Compiling heapless v0.8.0 |
| 607 | 2024-03-09T04:09:51.532Z | Compiling embedded-io v0.4.0 |
| 608 | 2024-03-09T04:09:51.543Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 609 | 2024-03-09T04:09:51.556Z | Compiling anyhow v1.0.80 |
| 610 | 2024-03-09T04:09:51.575Z | Compiling ipnetwork v0.20.0 |
| 611 | 2024-03-09T04:09:51.724Z | Compiling either v1.10.0 |
| 612 | 2024-03-09T04:09:51.889Z | Compiling foreign-types-shared v0.3.1 |
| 613 | 2024-03-09T04:09:51.985Z | Compiling bitflags v2.4.2 |
| 614 | 2024-03-09T04:09:52.044Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 615 | 2024-03-09T04:09:52.150Z | Compiling bytes v1.5.0 |
| 616 | 2024-03-09T04:09:52.197Z | Compiling unicode-width v0.1.11 |
| 617 | 2024-03-09T04:09:52.240Z | Compiling parking_lot_core v0.9.9 |
| 618 | 2024-03-09T04:09:52.336Z | Compiling num_enum_derive v0.5.11 |
| 619 | 2024-03-09T04:09:52.401Z | Compiling socket2 v0.5.6 |
| 620 | 2024-03-09T04:09:52.575Z | Compiling smoltcp v0.11.0 |
| 621 | 2024-03-09T04:09:52.614Z | Compiling parking_lot v0.12.1 |
| 622 | 2024-03-09T04:09:52.675Z | Compiling signal-hook-registry v1.4.1 |
| 623 | 2024-03-09T04:09:53.013Z | Compiling num_cpus v1.16.0 |
| 624 | 2024-03-09T04:09:53.116Z | Compiling mio v0.8.11 |
| 625 | 2024-03-09T04:09:53.495Z | Compiling errno v0.3.8 |
| 626 | 2024-03-09T04:09:53.558Z | Compiling memchr v2.7.1 |
| 627 | 2024-03-09T04:09:53.718Z | Compiling utf8parse v0.2.1 |
| 628 | 2024-03-09T04:09:53.721Z | Compiling rustix v0.38.31 |
| 629 | 2024-03-09T04:09:53.721Z | Compiling tabwriter v1.4.0 |
| 630 | 2024-03-09T04:09:53.856Z | Compiling anstyle-parse v0.2.3 |
| 631 | 2024-03-09T04:09:54.184Z | Compiling tokio v1.36.0 |
| 632 | 2024-03-09T04:09:54.271Z | Compiling itertools v0.12.1 |
| 633 | 2024-03-09T04:09:54.559Z | Compiling cstr-argument v0.1.2 |
| 634 | 2024-03-09T04:09:54.794Z | Compiling foreign-types v0.5.0 |
| 635 | 2024-03-09T04:09:54.836Z | Compiling num_enum v0.5.11 |
| 636 | 2024-03-09T04:09:54.929Z | Compiling zerocopy v0.7.32 |
| 637 | 2024-03-09T04:09:54.967Z | Compiling thiserror v1.0.57 |
| 638 | 2024-03-09T04:09:55.080Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 639 | 2024-03-09T04:09:55.421Z | Compiling crc32fast v1.4.0 |
| 640 | 2024-03-09T04:09:55.429Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 641 | 2024-03-09T04:09:55.553Z | Compiling tracing-core v0.1.32 |
| 642 | 2024-03-09T04:09:55.698Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 643 | 2024-03-09T04:09:55.841Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 644 | 2024-03-09T04:09:56.367Z | Compiling colorchoice v1.0.0 |
| 645 | 2024-03-09T04:09:56.494Z | Compiling lazy_static v1.4.0 |
| 646 | 2024-03-09T04:09:56.494Z | Compiling pretty-hex v0.2.1 |
| 647 | 2024-03-09T04:09:56.606Z | Compiling postcard v1.0.8 |
| 648 | 2024-03-09T04:09:56.609Z | Compiling anstyle v1.0.6 |
| 649 | 2024-03-09T04:09:56.650Z | Compiling dyn-clone v1.0.17 |
| 650 | 2024-03-09T04:09:56.863Z | Compiling anstyle-query v1.0.2 |
| 651 | 2024-03-09T04:09:56.914Z | Compiling colored v2.1.0 |
| 652 | 2024-03-09T04:09:56.976Z | Compiling anstream v0.6.13 |
| 653 | 2024-03-09T04:09:56.996Z | Compiling tracing v0.1.40 |
| 654 | 2024-03-09T04:09:57.058Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 655 | 2024-03-09T04:09:57.108Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 656 | 2024-03-09T04:09:57.202Z | Compiling terminal_size v0.3.0 |
| 657 | 2024-03-09T04:09:57.364Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 658 | 2024-03-09T04:09:57.373Z | Compiling socket2 v0.4.10 |
| 659 | 2024-03-09T04:09:57.436Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 660 | 2024-03-09T04:09:57.739Z | Compiling strsim v0.11.0 |
| 661 | 2024-03-09T04:09:57.772Z | Compiling clap_lex v0.7.0 |
| 662 | 2024-03-09T04:09:57.775Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 663 | 2024-03-09T04:09:58.077Z | Compiling clap_builder v4.5.1 |
| 664 | 2024-03-09T04:10:00.607Z | Compiling clap v4.5.1 |
| 665 | 2024-03-09T04:10:00.976Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 666 | 2024-03-09T04:10:01.151Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 667 | 2024-03-09T04:10:04.704Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 668 | 2024-03-09T04:10:06.908Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 669 | 2024-03-09T04:10:13.273Z | Finished dev [unoptimized + debuginfo] target(s) in 22.46s |
| 670 | 2024-03-09T04:10:13.295Z | |
| 671 | 2024-03-09T04:10:13.295Z | real 22.527174497 |
| 672 | 2024-03-09T04:10:13.295Z | user 1:36.163193643 |
| 673 | 2024-03-09T04:10:13.295Z | sys 21.365730149 |
| 674 | 2024-03-09T04:10:13.295Z | trap 0.052341934 |
| 675 | 2024-03-09T04:10:13.295Z | tflt 0.037884376 |
| 676 | 2024-03-09T04:10:13.295Z | dflt 0.494570676 |
| 677 | 2024-03-09T04:10:13.295Z | kflt 0.000004152 |
| 678 | 2024-03-09T04:10:13.295Z | lock 2:47.327366386 |
| 679 | 2024-03-09T04:10:13.295Z | slp 3:37.422282058 |
| 680 | 2024-03-09T04:10:13.295Z | lat 3.744367777 |
| 681 | 2024-03-09T04:10:13.296Z | stop 2.633223649 |
| 682 | 2024-03-09T04:10:13.300Z | + header 'release build' |
| 683 | 2024-03-09T04:10:13.300Z | + echo '# ==== release build ==== #' |
| 684 | 2024-03-09T04:10:13.300Z | + ptime -m cargo build --release |
| 685 | 2024-03-09T04:10:13.300Z | # ==== release build ==== # |
| 686 | 2024-03-09T04:10:13.480Z | Compiling proc-macro2 v1.0.78 |
| 687 | 2024-03-09T04:10:13.481Z | Compiling unicode-ident v1.0.12 |
| 688 | 2024-03-09T04:10:13.481Z | Compiling libc v0.2.153 |
| 689 | 2024-03-09T04:10:13.481Z | Compiling cfg-if v1.0.0 |
| 690 | 2024-03-09T04:10:13.484Z | Compiling syn v1.0.109 |
| 691 | 2024-03-09T04:10:13.484Z | Compiling anyhow v1.0.80 |
| 692 | 2024-03-09T04:10:13.484Z | Compiling hashbrown v0.14.3 |
| 693 | 2024-03-09T04:10:13.484Z | Compiling autocfg v1.1.0 |
| 694 | 2024-03-09T04:10:13.591Z | Compiling byteorder v1.5.0 |
| 695 | 2024-03-09T04:10:13.647Z | Compiling equivalent v1.0.1 |
| 696 | 2024-03-09T04:10:13.736Z | Compiling toml_datetime v0.6.5 |
| 697 | 2024-03-09T04:10:13.971Z | Compiling ident_case v1.0.1 |
| 698 | 2024-03-09T04:10:14.033Z | Compiling winnow v0.5.40 |
| 699 | 2024-03-09T04:10:14.091Z | Compiling fnv v1.0.7 |
| 700 | 2024-03-09T04:10:14.100Z | Compiling serde v1.0.197 |
| 701 | 2024-03-09T04:10:14.111Z | Compiling strsim v0.10.0 |
| 702 | 2024-03-09T04:10:14.187Z | Compiling lock_api v0.4.11 |
| 703 | 2024-03-09T04:10:14.192Z | Compiling heapless v0.8.0 |
| 704 | 2024-03-09T04:10:14.508Z | Compiling parking_lot_core v0.9.9 |
| 705 | 2024-03-09T04:10:14.711Z | Compiling hash32 v0.3.1 |
| 706 | 2024-03-09T04:10:14.766Z | Compiling once_cell v1.19.0 |
| 707 | 2024-03-09T04:10:14.887Z | Compiling quote v1.0.35 |
| 708 | 2024-03-09T04:10:14.928Z | Compiling indexmap v2.2.5 |
| 709 | 2024-03-09T04:10:14.934Z | Compiling stable_deref_trait v1.2.0 |
| 710 | 2024-03-09T04:10:14.954Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 711 | 2024-03-09T04:10:15.021Z | Compiling scopeguard v1.2.0 |
| 712 | 2024-03-09T04:10:15.137Z | Compiling smoltcp v0.11.0 |
| 713 | 2024-03-09T04:10:15.140Z | Compiling smallvec v1.13.1 |
| 714 | 2024-03-09T04:10:15.320Z | Compiling syn v2.0.52 |
| 715 | 2024-03-09T04:10:16.107Z | Compiling managed v0.8.0 |
| 716 | 2024-03-09T04:10:16.284Z | Compiling embedded-io v0.4.0 |
| 717 | 2024-03-09T04:10:16.436Z | Compiling pin-project-lite v0.2.13 |
| 718 | 2024-03-09T04:10:16.490Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 719 | 2024-03-09T04:10:16.539Z | Compiling bitflags v1.3.2 |
| 720 | 2024-03-09T04:10:16.606Z | Compiling cobs v0.2.3 |
| 721 | 2024-03-09T04:10:16.624Z | Compiling thiserror v1.0.57 |
| 722 | 2024-03-09T04:10:16.806Z | Compiling version_check v0.9.4 |
| 723 | 2024-03-09T04:10:16.944Z | Compiling crc32fast v1.4.0 |
| 724 | 2024-03-09T04:10:16.970Z | Compiling rustix v0.38.31 |
| 725 | 2024-03-09T04:10:17.228Z | Compiling parking_lot v0.12.1 |
| 726 | 2024-03-09T04:10:17.445Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 727 | 2024-03-09T04:10:17.480Z | Compiling num_cpus v1.16.0 |
| 728 | 2024-03-09T04:10:17.611Z | Compiling signal-hook-registry v1.4.1 |
| 729 | 2024-03-09T04:10:17.712Z | Compiling toml_edit v0.19.15 |
| 730 | 2024-03-09T04:10:17.938Z | Compiling errno v0.3.8 |
| 731 | 2024-03-09T04:10:18.001Z | Compiling socket2 v0.5.6 |
| 732 | 2024-03-09T04:10:18.219Z | Compiling mio v0.8.11 |
| 733 | 2024-03-09T04:10:20.328Z | Compiling proc-macro-crate v1.3.1 |
| 734 | 2024-03-09T04:10:20.636Z | Compiling bitflags v2.4.2 |
| 735 | 2024-03-09T04:10:20.882Z | Compiling bytes v1.5.0 |
| 736 | 2024-03-09T04:10:21.162Z | Compiling either v1.10.0 |
| 737 | 2024-03-09T04:10:21.182Z | Compiling foreign-types-shared v0.3.1 |
| 738 | 2024-03-09T04:10:21.284Z | Compiling memchr v2.7.1 |
| 739 | 2024-03-09T04:10:21.320Z | Compiling utf8parse v0.2.1 |
| 740 | 2024-03-09T04:10:21.457Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 741 | 2024-03-09T04:10:21.509Z | Compiling unicode-width v0.1.11 |
| 742 | 2024-03-09T04:10:21.657Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 743 | 2024-03-09T04:10:21.784Z | Compiling ipnetwork v0.20.0 |
| 744 | 2024-03-09T04:10:22.294Z | Compiling darling_core v0.20.8 |
| 745 | 2024-03-09T04:10:23.151Z | Compiling cstr-argument v0.1.2 |
| 746 | 2024-03-09T04:10:23.354Z | Compiling tracing-core v0.1.32 |
| 747 | 2024-03-09T04:10:23.449Z | Compiling tabwriter v1.4.0 |
| 748 | 2024-03-09T04:10:24.324Z | Compiling itertools v0.12.1 |
| 749 | 2024-03-09T04:10:24.565Z | Compiling anstyle-parse v0.2.3 |
| 750 | 2024-03-09T04:10:26.147Z | Compiling dyn-clone v1.0.17 |
| 751 | 2024-03-09T04:10:26.373Z | Compiling lazy_static v1.4.0 |
| 752 | 2024-03-09T04:10:26.493Z | Compiling colorchoice v1.0.0 |
| 753 | 2024-03-09T04:10:26.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 754 | 2024-03-09T04:10:26.897Z | Compiling pretty-hex v0.2.1 |
| 755 | 2024-03-09T04:10:26.938Z | Compiling anstyle v1.0.6 |
| 756 | 2024-03-09T04:10:26.958Z | Compiling anstyle-query v1.0.2 |
| 757 | 2024-03-09T04:10:27.090Z | Compiling colored v2.1.0 |
| 758 | 2024-03-09T04:10:27.549Z | Compiling anstream v0.6.13 |
| 759 | 2024-03-09T04:10:27.778Z | Compiling serde_derive v1.0.197 |
| 760 | 2024-03-09T04:10:27.789Z | Compiling num_enum_derive v0.5.11 |
| 761 | 2024-03-09T04:10:27.841Z | Compiling zerocopy-derive v0.7.32 |
| 762 | 2024-03-09T04:10:27.873Z | Compiling thiserror-impl v1.0.57 |
| 763 | 2024-03-09T04:10:28.707Z | Compiling darling_macro v0.20.8 |
| 764 | 2024-03-09T04:10:28.716Z | Compiling foreign-types-macros v0.2.3 |
| 765 | 2024-03-09T04:10:28.958Z | Compiling tokio-macros v2.2.0 |
| 766 | 2024-03-09T04:10:29.036Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 767 | 2024-03-09T04:10:29.829Z | Compiling darling v0.20.8 |
| 768 | 2024-03-09T04:10:29.922Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 769 | 2024-03-09T04:10:29.948Z | Compiling tracing-attributes v0.1.27 |
| 770 | 2024-03-09T04:10:29.987Z | Compiling zerocopy v0.7.32 |
| 771 | 2024-03-09T04:10:30.004Z | Compiling foreign-types v0.5.0 |
| 772 | 2024-03-09T04:10:30.097Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2024-03-09T04:10:30.254Z | Compiling num_enum v0.5.11 |
| 774 | 2024-03-09T04:10:30.386Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 775 | 2024-03-09T04:10:30.538Z | Compiling tokio v1.36.0 |
| 776 | 2024-03-09T04:10:31.008Z | Compiling terminal_size v0.3.0 |
| 777 | 2024-03-09T04:10:31.046Z | Compiling socket2 v0.4.10 |
| 778 | 2024-03-09T04:10:31.218Z | Compiling strsim v0.11.0 |
| 779 | 2024-03-09T04:10:31.545Z | Compiling heck v0.4.1 |
| 780 | 2024-03-09T04:10:31.585Z | Compiling clap_lex v0.7.0 |
| 781 | 2024-03-09T04:10:31.939Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 782 | 2024-03-09T04:10:32.392Z | Compiling clap_derive v4.5.0 |
| 783 | 2024-03-09T04:10:32.645Z | Compiling clap_builder v4.5.1 |
| 784 | 2024-03-09T04:10:33.292Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 785 | 2024-03-09T04:10:33.463Z | Compiling tracing v0.1.40 |
| 786 | 2024-03-09T04:10:36.175Z | Compiling clap v4.5.1 |
| 787 | 2024-03-09T04:10:37.700Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 788 | 2024-03-09T04:10:39.966Z | Compiling postcard v1.0.8 |
| 789 | 2024-03-09T04:10:40.768Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 790 | 2024-03-09T04:10:50.738Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 791 | 2024-03-09T04:10:52.340Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 792 | 2024-03-09T04:11:07.625Z | Finished release [optimized + debuginfo] target(s) in 54.30s |
| 793 | 2024-03-09T04:11:07.645Z | |
| 794 | 2024-03-09T04:11:07.648Z | real 54.372115603 |
| 795 | 2024-03-09T04:11:07.648Z | user 5:26.158840521 |
| 796 | 2024-03-09T04:11:07.648Z | sys 37.257049154 |
| 797 | 2024-03-09T04:11:07.648Z | trap 0.168083420 |
| 798 | 2024-03-09T04:11:07.648Z | tflt 0.304399946 |
| 799 | 2024-03-09T04:11:07.648Z | dflt 0.447617339 |
| 800 | 2024-03-09T04:11:07.648Z | kflt 0.000011917 |
| 801 | 2024-03-09T04:11:07.648Z | lock 9:35.820939431 |
| 802 | 2024-03-09T04:11:07.648Z | slp 11:18.785894455 |
| 803 | 2024-03-09T04:11:07.648Z | lat 10.139280610 |
| 804 | 2024-03-09T04:11:07.649Z | stop 6.483331153 |
| 805 | 2024-03-09T04:11:07.649Z | + popd |
| 806 | 2024-03-09T04:11:07.649Z | /work/oxidecomputer/opte |
| 807 | 2024-03-09T04:11:07.649Z | + for x in debug release |
| 808 | 2024-03-09T04:11:07.649Z | + mkdir -p /work/debug |
| 809 | 2024-03-09T04:11:07.649Z | + cp target/debug/opteadm /work/debug/ |
| 810 | 2024-03-09T04:11:07.704Z | + sha256sum target/debug/opteadm |
| 811 | 2024-03-09T04:11:07.757Z | + for x in debug release |
| 812 | 2024-03-09T04:11:07.757Z | + mkdir -p /work/release |
| 813 | 2024-03-09T04:11:07.760Z | + cp target/release/opteadm /work/release/ |
| 814 | 2024-03-09T04:11:07.801Z | + sha256sum target/release/opteadm |
| 815 | 2024-03-09T04:11:07.840Z | process exited: duration 132581 ms, exit code 0 |
| |
| 816 | 2024-03-09T04:11:07.852Z | found 4 output files |
| 817 | 2024-03-09T04:11:07.984Z | uploading: /work/debug/opteadm (62602008 bytes) |
| 818 | 2024-03-09T04:11:24.413Z | uploaded: /work/debug/opteadm |
| 819 | 2024-03-09T04:11:24.413Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 820 | 2024-03-09T04:11:25.422Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 821 | 2024-03-09T04:11:25.422Z | uploading: /work/release/opteadm (43214928 bytes) |
| 822 | 2024-03-09T04:11:38.480Z | uploaded: /work/release/opteadm |
| 823 | 2024-03-09T04:11:38.484Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 824 | 2024-03-09T04:11:39.490Z | uploaded: /work/release/opteadm.release.sha256 |