|
|
|
| 1 | 2025-05-08T20:59:19.222Z | job assigned to worker 01JTRV247R7V4NCYYA4W1YZ63Q [factory aws, i-0f8c7c74ee9350c53] (queued for 1 m 10 s) |
| |
| 2 | 2025-05-08T20:59:27.075Z | starting task 0: "setup" |
| 3 | 2025-05-08T20:59:27.080Z | ++ uname -s |
| 4 | 2025-05-08T20:59:27.083Z | + kern=SunOS |
| 5 | 2025-05-08T20:59:27.083Z | + build_user=build |
| 6 | 2025-05-08T20:59:27.083Z | + build_uid=12345 |
| 7 | 2025-05-08T20:59:27.083Z | + work_dir=/work |
| 8 | 2025-05-08T20:59:27.083Z | + input_dir=/input |
| 9 | 2025-05-08T20:59:27.083Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-08T20:59:27.084Z | + case "$kern" in |
| 11 | 2025-05-08T20:59:27.084Z | + groupadd -g 12345 build |
| 12 | 2025-05-08T20:59:27.087Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-08T20:59:29.094Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-08T20:59:29.213Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-08T20:59:29.217Z | + home_fs=zfs |
| 16 | 2025-05-08T20:59:29.217Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-08T20:59:29.217Z | + mkdir -p /home/build |
| 18 | 2025-05-08T20:59:29.220Z | + chown build:build /home/build /work |
| 19 | 2025-05-08T20:59:31.221Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-08T20:59:31.225Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2025-05-08T20:59:31.231Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-08T20:59:31.237Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-08T20:59:31.237Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-05-08T20:59:31.237Z | * rust toolchain channel = "1.86.0" |
| 25 | 2025-05-08T20:59:31.237Z | * rust toolchain profile = "default" |
| 26 | 2025-05-08T20:59:31.237Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-08T20:59:31.237Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-08T20:59:31.241Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-08T20:59:31.241Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-08T20:59:31.330Z | info: downloading installer |
| 31 | 2025-05-08T20:59:32.847Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-08T20:59:32.847Z | warn: /opt/ooce/bin |
| 33 | 2025-05-08T20:59:32.847Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-08T20:59:32.847Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-08T20:59:32.847Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-08T20:59:32.847Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-08T20:59:32.847Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-08T20:59:32.847Z | error: cannot install while Rust is installed |
| 39 | 2025-05-08T20:59:32.847Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-08T20:59:32.865Z | info: profile set to 'default' |
| 41 | 2025-05-08T20:59:32.865Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-08T20:59:32.868Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-08T20:59:33.047Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-08T20:59:33.047Z | info: downloading component 'cargo' |
| 45 | 2025-05-08T20:59:34.134Z | info: downloading component 'clippy' |
| 46 | 2025-05-08T20:59:34.518Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-08T20:59:36.139Z | info: downloading component 'rust-std' |
| 48 | 2025-05-08T20:59:37.718Z | info: downloading component 'rustc' |
| 49 | 2025-05-08T20:59:45.067Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-08T20:59:45.309Z | info: installing component 'cargo' |
| 51 | 2025-05-08T20:59:46.164Z | info: installing component 'clippy' |
| 52 | 2025-05-08T20:59:46.548Z | info: installing component 'rust-docs' |
| 53 | 2025-05-08T20:59:48.512Z | info: installing component 'rust-std' |
| 54 | 2025-05-08T20:59:50.262Z | info: installing component 'rustc' |
| 55 | 2025-05-08T20:59:56.810Z | info: installing component 'rustfmt' |
| 56 | 2025-05-08T20:59:57.146Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-08T20:59:57.146Z | |
| 58 | 2025-05-08T20:59:57.561Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-08T20:59:57.562Z | |
| 60 | 2025-05-08T20:59:57.565Z | |
| 61 | 2025-05-08T20:59:57.565Z | Rust is installed now. Great! |
| 62 | 2025-05-08T20:59:57.566Z | |
| 63 | 2025-05-08T20:59:57.566Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-08T20:59:57.566Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-08T20:59:57.566Z | |
| 66 | 2025-05-08T20:59:57.566Z | To configure your current shell, you need to source |
| 67 | 2025-05-08T20:59:57.566Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-08T20:59:57.566Z | |
| 69 | 2025-05-08T20:59:57.566Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-08T20:59:57.566Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-08T20:59:57.566Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-08T20:59:57.566Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-08T20:59:57.656Z | + rustup --version |
| 74 | 2025-05-08T20:59:57.668Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-05-08T20:59:57.671Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-05-08T20:59:57.751Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-08T20:59:57.754Z | + cargo --version |
| 78 | 2025-05-08T20:59:57.848Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-08T20:59:57.852Z | + rustc --version |
| 80 | 2025-05-08T20:59:57.955Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-08T20:59:57.961Z | process exited: duration 26723 ms, exit code 0 |
| |
| 82 | 2025-05-08T20:59:57.969Z | starting task 2: "authentication" |
| 83 | 2025-05-08T20:59:57.993Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-05-08T20:59:57.999Z | starting task 3: "clone repository" |
| 85 | 2025-05-08T20:59:58.004Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2025-05-08T20:59:58.007Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2025-05-08T20:59:58.052Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2025-05-08T20:59:59.052Z | + cd /work/oxidecomputer/opte |
| 89 | 2025-05-08T20:59:59.052Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 90 | 2025-05-08T20:59:59.360Z | From https://github.com/oxidecomputer/opte |
| 91 | 2025-05-08T20:59:59.361Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 92 | 2025-05-08T20:59:59.369Z | + [[ -n various-mtu-fixes ]] |
| 93 | 2025-05-08T20:59:59.372Z | ++ git branch --show-current |
| 94 | 2025-05-08T20:59:59.375Z | + current=master |
| 95 | 2025-05-08T20:59:59.375Z | + [[ master != various-mtu-fixes ]] |
| 96 | 2025-05-08T20:59:59.375Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 97 | 2025-05-08T20:59:59.379Z | + git checkout -f various-mtu-fixes |
| 98 | 2025-05-08T20:59:59.402Z | Switched to branch 'various-mtu-fixes' |
| 99 | 2025-05-08T20:59:59.405Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 100 | 2025-05-08T20:59:59.427Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 101 | 2025-05-08T20:59:59.430Z | process exited: duration 1428 ms, exit code 0 |
| |
| 102 | 2025-05-08T20:59:59.437Z | starting task 4: "build" |
| 103 | 2025-05-08T20:59:59.442Z | + source .github/buildomat/common.sh |
| 104 | 2025-05-08T20:59:59.445Z | ++ rustup show active-toolchain |
| 105 | 2025-05-08T20:59:59.492Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2025-05-08T20:59:59.496Z | ++ pushd xde |
| 107 | 2025-05-08T20:59:59.499Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2025-05-08T20:59:59.499Z | ++ rustup show active-toolchain |
| 109 | 2025-05-08T20:59:59.504Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 110 | 2025-05-08T20:59:59.694Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 111 | 2025-05-08T20:59:59.697Z | info: downloading component 'cargo' |
| 112 | 2025-05-08T21:00:00.499Z | info: downloading component 'clippy' |
| 113 | 2025-05-08T21:00:00.876Z | info: downloading component 'rust-src' |
| 114 | 2025-05-08T21:00:01.125Z | info: downloading component 'rust-std' |
| 115 | 2025-05-08T21:00:02.709Z | info: downloading component 'rustc' |
| 116 | 2025-05-08T21:00:10.422Z | info: downloading component 'rustfmt' |
| 117 | 2025-05-08T21:00:10.662Z | info: installing component 'cargo' |
| 118 | 2025-05-08T21:00:11.564Z | info: installing component 'clippy' |
| 119 | 2025-05-08T21:00:11.951Z | info: installing component 'rust-src' |
| 120 | 2025-05-08T21:00:12.296Z | info: installing component 'rust-std' |
| 121 | 2025-05-08T21:00:13.985Z | info: installing component 'rustc' |
| 122 | 2025-05-08T21:00:20.567Z | info: installing component 'rustfmt' |
| 123 | 2025-05-08T21:00:20.903Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2025-05-08T21:00:20.989Z | +++ rustup show active-toolchain -v |
| 125 | 2025-05-08T21:00:20.993Z | +++ head -n 1 |
| 126 | 2025-05-08T21:00:20.993Z | +++ cut '-d ' -f1 |
| 127 | 2025-05-08T21:00:21.096Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 128 | 2025-05-08T21:00:21.096Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 129 | 2025-05-08T21:00:21.096Z | ++ popd |
| 130 | 2025-05-08T21:00:21.100Z | /work/oxidecomputer/opte |
| 131 | 2025-05-08T21:00:21.100Z | + cargo --version |
| 132 | 2025-05-08T21:00:21.153Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 133 | 2025-05-08T21:00:21.157Z | + rustc --version |
| 134 | 2025-05-08T21:00:21.228Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 135 | 2025-05-08T21:00:21.232Z | + pushd bin/opteadm |
| 136 | 2025-05-08T21:00:21.232Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 137 | 2025-05-08T21:00:21.232Z | + header 'check style' |
| 138 | 2025-05-08T21:00:21.232Z | + echo '# ==== check style ==== #' |
| 139 | 2025-05-08T21:00:21.232Z | # ==== check style ==== # |
| 140 | 2025-05-08T21:00:21.232Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
| 141 | 2025-05-08T21:00:21.439Z | |
| 142 | 2025-05-08T21:00:21.439Z | real 0.202738882 |
| 143 | 2025-05-08T21:00:21.439Z | user 0.132471486 |
| 144 | 2025-05-08T21:00:21.439Z | sys 0.067708745 |
| 145 | 2025-05-08T21:00:21.439Z | trap 0.000008178 |
| 146 | 2025-05-08T21:00:21.439Z | tflt 0.000017497 |
| 147 | 2025-05-08T21:00:21.439Z | dflt 0.000018727 |
| 148 | 2025-05-08T21:00:21.439Z | kflt 0.000000000 |
| 149 | 2025-05-08T21:00:21.439Z | lock 0.650312247 |
| 150 | 2025-05-08T21:00:21.439Z | slp 0.211474834 |
| 151 | 2025-05-08T21:00:21.439Z | lat 0.001439433 |
| 152 | 2025-05-08T21:00:21.439Z | stop 0.000182311 |
| 153 | 2025-05-08T21:00:21.443Z | + header analyze |
| 154 | 2025-05-08T21:00:21.443Z | + echo '# ==== analyze ==== #' |
| 155 | 2025-05-08T21:00:21.443Z | # ==== analyze ==== # |
| 156 | 2025-05-08T21:00:21.443Z | + ptime -m cargo clippy --all-targets |
| 157 | 2025-05-08T21:00:21.722Z | Updating crates.io index |
| 158 | 2025-05-08T21:00:21.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2025-05-08T21:00:22.581Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2025-05-08T21:00:22.937Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2025-05-08T21:00:23.301Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2025-05-08T21:00:23.565Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2025-05-08T21:00:23.854Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2025-05-08T21:00:24.178Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2025-05-08T21:00:25.071Z | Downloading crates ... |
| 166 | 2025-05-08T21:00:25.141Z | Downloaded anstyle v1.0.10 |
| 167 | 2025-05-08T21:00:25.151Z | Downloaded utf8parse v0.2.2 |
| 168 | 2025-05-08T21:00:25.158Z | Downloaded unicode-ident v1.0.18 |
| 169 | 2025-05-08T21:00:25.162Z | Downloaded equivalent v1.0.2 |
| 170 | 2025-05-08T21:00:25.165Z | Downloaded version_check v0.9.5 |
| 171 | 2025-05-08T21:00:25.171Z | Downloaded tracing-attributes v0.1.28 |
| 172 | 2025-05-08T21:00:25.174Z | Downloaded darling_macro v0.20.11 |
| 173 | 2025-05-08T21:00:25.177Z | Downloaded uuid v1.16.0 |
| 174 | 2025-05-08T21:00:25.181Z | Downloaded tracing-core v0.1.33 |
| 175 | 2025-05-08T21:00:25.184Z | Downloaded ident_case v1.0.1 |
| 176 | 2025-05-08T21:00:25.187Z | Downloaded foreign-types-shared v0.3.1 |
| 177 | 2025-05-08T21:00:25.187Z | Downloaded defmt v0.3.100 |
| 178 | 2025-05-08T21:00:25.191Z | Downloaded pretty-hex v0.4.1 |
| 179 | 2025-05-08T21:00:25.191Z | Downloaded cstr-argument v0.1.2 |
| 180 | 2025-05-08T21:00:25.191Z | Downloaded anstream v0.6.18 |
| 181 | 2025-05-08T21:00:25.194Z | Downloaded defmt-parser v1.0.0 |
| 182 | 2025-05-08T21:00:25.197Z | Downloaded zerocopy-derive v0.8.25 |
| 183 | 2025-05-08T21:00:25.201Z | Downloaded clap_lex v0.7.4 |
| 184 | 2025-05-08T21:00:25.204Z | Downloaded anstyle-query v1.1.2 |
| 185 | 2025-05-08T21:00:25.204Z | Downloaded tokio-macros v2.5.0 |
| 186 | 2025-05-08T21:00:25.207Z | Downloaded zerocopy v0.8.25 |
| 187 | 2025-05-08T21:00:25.230Z | Downloaded strsim v0.11.1 |
| 188 | 2025-05-08T21:00:25.233Z | Downloaded unicode-width v0.2.0 |
| 189 | 2025-05-08T21:00:25.237Z | Downloaded signal-hook-registry v1.4.5 |
| 190 | 2025-05-08T21:00:25.240Z | Downloaded rand_core v0.9.3 |
| 191 | 2025-05-08T21:00:25.240Z | Downloaded is_terminal_polyfill v1.70.1 |
| 192 | 2025-05-08T21:00:25.243Z | Downloaded ipnetwork v0.21.1 |
| 193 | 2025-05-08T21:00:25.243Z | Downloaded ingot v0.1.0 |
| 194 | 2025-05-08T21:00:25.246Z | Downloaded embedded-io v0.4.0 |
| 195 | 2025-05-08T21:00:25.246Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 196 | 2025-05-08T21:00:25.246Z | Downloaded proc-macro-crate v3.3.0 |
| 197 | 2025-05-08T21:00:25.249Z | Downloaded tabwriter v1.4.1 |
| 198 | 2025-05-08T21:00:25.249Z | Downloaded colorchoice v1.0.3 |
| 199 | 2025-05-08T21:00:25.252Z | Downloaded ppv-lite86 v0.2.21 |
| 200 | 2025-05-08T21:00:25.252Z | Downloaded oxnet v0.1.1 |
| 201 | 2025-05-08T21:00:25.256Z | Downloaded heck v0.5.0 |
| 202 | 2025-05-08T21:00:25.256Z | Downloaded foreign-types-macros v0.2.3 |
| 203 | 2025-05-08T21:00:25.256Z | Downloaded foreign-types v0.5.0 |
| 204 | 2025-05-08T21:00:25.259Z | Downloaded num_enum_derive v0.7.3 |
| 205 | 2025-05-08T21:00:25.259Z | Downloaded num_enum v0.7.3 |
| 206 | 2025-05-08T21:00:25.262Z | Downloaded either v1.15.0 |
| 207 | 2025-05-08T21:00:25.265Z | Downloaded defmt-macros v1.0.1 |
| 208 | 2025-05-08T21:00:25.268Z | Downloaded terminal_size v0.4.2 |
| 209 | 2025-05-08T21:00:25.269Z | Downloaded rand_chacha v0.9.0 |
| 210 | 2025-05-08T21:00:25.272Z | Downloaded errno v0.3.11 |
| 211 | 2025-05-08T21:00:25.272Z | Downloaded embedded-io v0.6.1 |
| 212 | 2025-05-08T21:00:25.272Z | Downloaded dyn-clone v1.0.19 |
| 213 | 2025-05-08T21:00:25.275Z | Downloaded cobs v0.2.3 |
| 214 | 2025-05-08T21:00:25.275Z | Downloaded stable_deref_trait v1.2.0 |
| 215 | 2025-05-08T21:00:25.279Z | Downloaded bitflags v1.3.2 |
| 216 | 2025-05-08T21:00:25.279Z | Downloaded managed v0.8.0 |
| 217 | 2025-05-08T21:00:25.279Z | Downloaded macaddr v1.0.1 |
| 218 | 2025-05-08T21:00:25.282Z | Downloaded hash32 v0.3.1 |
| 219 | 2025-05-08T21:00:25.282Z | Downloaded fnv v1.0.7 |
| 220 | 2025-05-08T21:00:25.286Z | Downloaded scopeguard v1.2.0 |
| 221 | 2025-05-08T21:00:25.286Z | Downloaded ingot-types v0.1.0 |
| 222 | 2025-05-08T21:00:25.286Z | Downloaded defmt v1.0.1 |
| 223 | 2025-05-08T21:00:25.289Z | Downloaded clap_derive v4.5.32 |
| 224 | 2025-05-08T21:00:25.292Z | Downloaded cfg-if v1.0.0 |
| 225 | 2025-05-08T21:00:25.295Z | Downloaded toml_datetime v0.6.9 |
| 226 | 2025-05-08T21:00:25.295Z | Downloaded thiserror-impl v2.0.12 |
| 227 | 2025-05-08T21:00:25.295Z | Downloaded proc-macro-error2 v2.0.1 |
| 228 | 2025-05-08T21:00:25.298Z | Downloaded lock_api v0.4.12 |
| 229 | 2025-05-08T21:00:25.303Z | Downloaded colored v3.0.0 |
| 230 | 2025-05-08T21:00:25.303Z | Downloaded postcard v1.1.1 |
| 231 | 2025-05-08T21:00:25.306Z | Downloaded once_cell v1.21.3 |
| 232 | 2025-05-08T21:00:25.309Z | Downloaded anstyle-parse v0.2.6 |
| 233 | 2025-05-08T21:00:25.309Z | Downloaded byteorder v1.5.0 |
| 234 | 2025-05-08T21:00:25.312Z | Downloaded thiserror v2.0.12 |
| 235 | 2025-05-08T21:00:25.315Z | Downloaded smallvec v1.15.0 |
| 236 | 2025-05-08T21:00:25.318Z | Downloaded quote v1.0.40 |
| 237 | 2025-05-08T21:00:25.321Z | Downloaded clap v4.5.37 |
| 238 | 2025-05-08T21:00:25.328Z | Downloaded crc32fast v1.4.2 |
| 239 | 2025-05-08T21:00:25.331Z | Downloaded bitflags v2.9.0 |
| 240 | 2025-05-08T21:00:25.334Z | Downloaded parking_lot_core v0.9.10 |
| 241 | 2025-05-08T21:00:25.337Z | Downloaded ingot-macros v0.1.0 |
| 242 | 2025-05-08T21:00:25.337Z | Downloaded autocfg v1.4.0 |
| 243 | 2025-05-08T21:00:25.340Z | Downloaded winnow v0.7.9 |
| 244 | 2025-05-08T21:00:25.347Z | Downloaded proc-macro2 v1.0.95 |
| 245 | 2025-05-08T21:00:25.351Z | Downloaded pin-project-lite v0.2.16 |
| 246 | 2025-05-08T21:00:25.355Z | Downloaded darling v0.20.11 |
| 247 | 2025-05-08T21:00:25.359Z | Downloaded getrandom v0.3.2 |
| 248 | 2025-05-08T21:00:25.363Z | Downloaded anyhow v1.0.98 |
| 249 | 2025-05-08T21:00:25.367Z | Downloaded serde_derive v1.0.219 |
| 250 | 2025-05-08T21:00:25.370Z | Downloaded darling_core v0.20.11 |
| 251 | 2025-05-08T21:00:25.374Z | Downloaded socket2 v0.5.9 |
| 252 | 2025-05-08T21:00:25.377Z | Downloaded parking_lot v0.12.3 |
| 253 | 2025-05-08T21:00:25.382Z | Downloaded bytes v1.10.1 |
| 254 | 2025-05-08T21:00:25.386Z | Downloaded serde v1.0.219 |
| 255 | 2025-05-08T21:00:25.396Z | Downloaded heapless v0.8.0 |
| 256 | 2025-05-08T21:00:25.400Z | Downloaded indexmap v2.9.0 |
| 257 | 2025-05-08T21:00:25.418Z | Downloaded rand v0.9.1 |
| 258 | 2025-05-08T21:00:25.422Z | Downloaded memchr v2.7.4 |
| 259 | 2025-05-08T21:00:25.427Z | Downloaded tracing v0.1.41 |
| 260 | 2025-05-08T21:00:25.431Z | Downloaded mio v1.0.3 |
| 261 | 2025-05-08T21:00:25.437Z | Downloaded toml_edit v0.22.26 |
| 262 | 2025-05-08T21:00:25.470Z | Downloaded hashbrown v0.15.3 |
| 263 | 2025-05-08T21:00:25.479Z | Downloaded itertools v0.13.0 |
| 264 | 2025-05-08T21:00:25.486Z | Downloaded aho-corasick v1.1.3 |
| 265 | 2025-05-08T21:00:25.492Z | Downloaded itertools v0.14.0 |
| 266 | 2025-05-08T21:00:25.499Z | Downloaded clap_builder v4.5.37 |
| 267 | 2025-05-08T21:00:25.551Z | Downloaded syn v1.0.109 |
| 268 | 2025-05-08T21:00:25.561Z | Downloaded regex v1.11.1 |
| 269 | 2025-05-08T21:00:25.584Z | Downloaded syn v2.0.101 |
| 270 | 2025-05-08T21:00:25.597Z | Downloaded smoltcp v0.11.0 |
| 271 | 2025-05-08T21:00:25.608Z | Downloaded regex-syntax v0.8.5 |
| 272 | 2025-05-08T21:00:25.625Z | Downloaded rustix v1.0.7 |
| 273 | 2025-05-08T21:00:25.675Z | Downloaded regex-automata v0.4.9 |
| 274 | 2025-05-08T21:00:25.701Z | Downloaded libc v0.2.172 |
| 275 | 2025-05-08T21:00:25.725Z | Downloaded tokio v1.44.2 |
| 276 | 2025-05-08T21:00:25.901Z | Compiling proc-macro2 v1.0.95 |
| 277 | 2025-05-08T21:00:25.901Z | Compiling unicode-ident v1.0.18 |
| 278 | 2025-05-08T21:00:25.905Z | Compiling libc v0.2.172 |
| 279 | 2025-05-08T21:00:25.905Z | Checking cfg-if v1.0.0 |
| 280 | 2025-05-08T21:00:25.905Z | Compiling serde v1.0.219 |
| 281 | 2025-05-08T21:00:25.905Z | Compiling zerocopy v0.8.25 |
| 282 | 2025-05-08T21:00:25.905Z | Compiling fnv v1.0.7 |
| 283 | 2025-05-08T21:00:25.905Z | Compiling ident_case v1.0.1 |
| 284 | 2025-05-08T21:00:26.019Z | Compiling strsim v0.11.1 |
| 285 | 2025-05-08T21:00:26.094Z | Compiling memchr v2.7.4 |
| 286 | 2025-05-08T21:00:26.132Z | Compiling regex-syntax v0.8.5 |
| 287 | 2025-05-08T21:00:26.136Z | Compiling either v1.15.0 |
| 288 | 2025-05-08T21:00:26.536Z | Compiling equivalent v1.0.2 |
| 289 | 2025-05-08T21:00:26.635Z | Compiling autocfg v1.4.0 |
| 290 | 2025-05-08T21:00:26.638Z | Compiling hashbrown v0.15.3 |
| 291 | 2025-05-08T21:00:26.662Z | Compiling itertools v0.13.0 |
| 292 | 2025-05-08T21:00:26.750Z | Compiling parking_lot_core v0.9.10 |
| 293 | 2025-05-08T21:00:27.230Z | Compiling aho-corasick v1.1.3 |
| 294 | 2025-05-08T21:00:27.301Z | Compiling toml_datetime v0.6.9 |
| 295 | 2025-05-08T21:00:27.422Z | Compiling lock_api v0.4.12 |
| 296 | 2025-05-08T21:00:27.460Z | Compiling anyhow v1.0.98 |
| 297 | 2025-05-08T21:00:27.667Z | Compiling indexmap v2.9.0 |
| 298 | 2025-05-08T21:00:27.700Z | Checking byteorder v1.5.0 |
| 299 | 2025-05-08T21:00:27.856Z | Compiling quote v1.0.40 |
| 300 | 2025-05-08T21:00:28.017Z | Compiling getrandom v0.3.2 |
| 301 | 2025-05-08T21:00:28.096Z | Compiling winnow v0.7.9 |
| 302 | 2025-05-08T21:00:28.418Z | Compiling syn v2.0.101 |
| 303 | 2025-05-08T21:00:28.492Z | Compiling heapless v0.8.0 |
| 304 | 2025-05-08T21:00:29.048Z | Checking hash32 v0.3.1 |
| 305 | 2025-05-08T21:00:29.232Z | Checking stable_deref_trait v1.2.0 |
| 306 | 2025-05-08T21:00:29.236Z | Checking macaddr v1.0.1 |
| 307 | 2025-05-08T21:00:29.332Z | Checking smallvec v1.15.0 |
| 308 | 2025-05-08T21:00:29.374Z | Compiling smoltcp v0.11.0 |
| 309 | 2025-05-08T21:00:29.480Z | Checking scopeguard v1.2.0 |
| 310 | 2025-05-08T21:00:29.622Z | Compiling syn v1.0.109 |
| 311 | 2025-05-08T21:00:29.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 312 | 2025-05-08T21:00:30.008Z | Compiling regex-automata v0.4.9 |
| 313 | 2025-05-08T21:00:30.472Z | Checking managed v0.8.0 |
| 314 | 2025-05-08T21:00:30.518Z | Checking bitflags v1.3.2 |
| 315 | 2025-05-08T21:00:30.616Z | Checking pin-project-lite v0.2.16 |
| 316 | 2025-05-08T21:00:30.753Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 317 | 2025-05-08T21:00:30.839Z | Checking cobs v0.2.3 |
| 318 | 2025-05-08T21:00:30.918Z | Compiling version_check v0.9.5 |
| 319 | 2025-05-08T21:00:31.038Z | Compiling thiserror v2.0.12 |
| 320 | 2025-05-08T21:00:31.106Z | Compiling rustix v1.0.7 |
| 321 | 2025-05-08T21:00:31.496Z | Compiling toml_edit v0.22.26 |
| 322 | 2025-05-08T21:00:31.635Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 323 | 2025-05-08T21:00:31.646Z | Checking rand_core v0.9.3 |
| 324 | 2025-05-08T21:00:31.929Z | Checking parking_lot v0.12.3 |
| 325 | 2025-05-08T21:00:32.017Z | Checking errno v0.3.11 |
| 326 | 2025-05-08T21:00:32.066Z | Checking socket2 v0.5.9 |
| 327 | 2025-05-08T21:00:32.193Z | Checking signal-hook-registry v1.4.5 |
| 328 | 2025-05-08T21:00:32.265Z | Checking mio v1.0.3 |
| 329 | 2025-05-08T21:00:32.464Z | Checking once_cell v1.21.3 |
| 330 | 2025-05-08T21:00:32.780Z | Checking foreign-types-shared v0.3.1 |
| 331 | 2025-05-08T21:00:32.929Z | Checking utf8parse v0.2.2 |
| 332 | 2025-05-08T21:00:32.939Z | Checking unicode-width v0.2.0 |
| 333 | 2025-05-08T21:00:33.423Z | Checking ipnetwork v0.21.1 |
| 334 | 2025-05-08T21:00:33.427Z | Checking bytes v1.10.1 |
| 335 | 2025-05-08T21:00:33.458Z | Checking tabwriter v1.4.1 |
| 336 | 2025-05-08T21:00:33.697Z | Checking cstr-argument v0.1.2 |
| 337 | 2025-05-08T21:00:33.747Z | Checking itertools v0.14.0 |
| 338 | 2025-05-08T21:00:33.888Z | Checking anstyle-parse v0.2.6 |
| 339 | 2025-05-08T21:00:33.948Z | Checking tracing-core v0.1.33 |
| 340 | 2025-05-08T21:00:34.168Z | Compiling regex v1.11.1 |
| 341 | 2025-05-08T21:00:34.398Z | Compiling proc-macro-crate v3.3.0 |
| 342 | 2025-05-08T21:00:34.982Z | Checking crc32fast v1.4.2 |
| 343 | 2025-05-08T21:00:35.132Z | Checking is_terminal_polyfill v1.70.1 |
| 344 | 2025-05-08T21:00:35.195Z | Checking anstyle-query v1.1.2 |
| 345 | 2025-05-08T21:00:35.253Z | Compiling darling_core v0.20.11 |
| 346 | 2025-05-08T21:00:35.333Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 347 | 2025-05-08T21:00:35.407Z | Checking colorchoice v1.0.3 |
| 348 | 2025-05-08T21:00:35.545Z | Checking pretty-hex v0.4.1 |
| 349 | 2025-05-08T21:00:35.625Z | Checking anstyle v1.0.10 |
| 350 | 2025-05-08T21:00:35.709Z | Checking dyn-clone v1.0.19 |
| 351 | 2025-05-08T21:00:35.963Z | Checking anstream v0.6.18 |
| 352 | 2025-05-08T21:00:36.357Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 353 | 2025-05-08T21:00:36.447Z | Checking oxnet v0.1.1 |
| 354 | 2025-05-08T21:00:36.590Z | Compiling heck v0.5.0 |
| 355 | 2025-05-08T21:00:36.727Z | Checking clap_lex v0.7.4 |
| 356 | 2025-05-08T21:00:36.990Z | Checking colored v3.0.0 |
| 357 | 2025-05-08T21:00:36.993Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 358 | 2025-05-08T21:00:37.958Z | Compiling serde_derive v1.0.219 |
| 359 | 2025-05-08T21:00:38.476Z | Compiling zerocopy-derive v0.8.25 |
| 360 | 2025-05-08T21:00:38.511Z | Compiling tokio-macros v2.5.0 |
| 361 | 2025-05-08T21:00:38.535Z | Compiling num_enum_derive v0.7.3 |
| 362 | 2025-05-08T21:00:38.574Z | Compiling foreign-types-macros v0.2.3 |
| 363 | 2025-05-08T21:00:38.773Z | Compiling thiserror-impl v2.0.12 |
| 364 | 2025-05-08T21:00:39.285Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 365 | 2025-05-08T21:00:39.829Z | Checking foreign-types v0.5.0 |
| 366 | 2025-05-08T21:00:39.936Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 367 | 2025-05-08T21:00:39.995Z | Checking tokio v1.44.2 |
| 368 | 2025-05-08T21:00:40.154Z | Compiling tracing-attributes v0.1.28 |
| 369 | 2025-05-08T21:00:40.724Z | Compiling darling_macro v0.20.11 |
| 370 | 2025-05-08T21:00:40.803Z | Checking num_enum v0.7.3 |
| 371 | 2025-05-08T21:00:40.975Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 372 | 2025-05-08T21:00:41.055Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 373 | 2025-05-08T21:00:41.122Z | Compiling clap_derive v4.5.32 |
| 374 | 2025-05-08T21:00:41.725Z | Compiling darling v0.20.11 |
| 375 | 2025-05-08T21:00:41.838Z | Compiling ingot-macros v0.1.0 |
| 376 | 2025-05-08T21:00:42.205Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 377 | 2025-05-08T21:00:42.781Z | Checking tracing v0.1.41 |
| 378 | 2025-05-08T21:00:44.252Z | Checking ppv-lite86 v0.2.21 |
| 379 | 2025-05-08T21:00:44.725Z | Checking rand_chacha v0.9.0 |
| 380 | 2025-05-08T21:00:45.035Z | Checking rand v0.9.1 |
| 381 | 2025-05-08T21:00:46.160Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 382 | 2025-05-08T21:00:46.445Z | Checking ingot-types v0.1.0 |
| 383 | 2025-05-08T21:00:46.718Z | Checking bitflags v2.9.0 |
| 384 | 2025-05-08T21:00:46.718Z | Checking postcard v1.1.1 |
| 385 | 2025-05-08T21:00:46.721Z | Checking uuid v1.16.0 |
| 386 | 2025-05-08T21:00:47.020Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 387 | 2025-05-08T21:00:47.024Z | Checking ingot v0.1.0 |
| 388 | 2025-05-08T21:00:47.757Z | Checking terminal_size v0.4.2 |
| 389 | 2025-05-08T21:00:47.887Z | Checking clap_builder v4.5.37 |
| 390 | 2025-05-08T21:00:49.234Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 391 | 2025-05-08T21:00:49.774Z | Checking clap v4.5.37 |
| 392 | 2025-05-08T21:00:56.708Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 393 | 2025-05-08T21:00:58.876Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 394 | 2025-05-08T21:01:00.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s |
| 395 | 2025-05-08T21:01:00.554Z | |
| 396 | 2025-05-08T21:01:00.555Z | real 39.102430628 |
| 397 | 2025-05-08T21:01:00.555Z | user 2:27.080233696 |
| 398 | 2025-05-08T21:01:00.555Z | sys 23.055986968 |
| 399 | 2025-05-08T21:01:00.558Z | trap 0.101173959 |
| 400 | 2025-05-08T21:01:00.558Z | tflt 0.110040229 |
| 401 | 2025-05-08T21:01:00.558Z | dflt 0.127079202 |
| 402 | 2025-05-08T21:01:00.558Z | kflt 0.001974937 |
| 403 | 2025-05-08T21:01:00.558Z | lock 3:02.039641913 |
| 404 | 2025-05-08T21:01:00.558Z | slp 9:19.672048502 |
| 405 | 2025-05-08T21:01:00.558Z | lat 7.936109307 |
| 406 | 2025-05-08T21:01:00.558Z | stop 15.673260857 |
| 407 | 2025-05-08T21:01:00.558Z | + header 'debug build' |
| 408 | 2025-05-08T21:01:00.558Z | + echo '# ==== debug build ==== #' |
| 409 | 2025-05-08T21:01:00.558Z | # ==== debug build ==== # |
| 410 | 2025-05-08T21:01:00.558Z | + ptime -m cargo build |
| 411 | 2025-05-08T21:01:00.865Z | Compiling cfg-if v1.0.0 |
| 412 | 2025-05-08T21:01:00.865Z | Compiling strsim v0.11.1 |
| 413 | 2025-05-08T21:01:00.869Z | Compiling libc v0.2.172 |
| 414 | 2025-05-08T21:01:00.881Z | Compiling serde v1.0.219 |
| 415 | 2025-05-08T21:01:00.884Z | Compiling zerocopy v0.8.25 |
| 416 | 2025-05-08T21:01:00.884Z | Compiling winnow v0.7.9 |
| 417 | 2025-05-08T21:01:00.884Z | Compiling byteorder v1.5.0 |
| 418 | 2025-05-08T21:01:00.894Z | Compiling macaddr v1.0.1 |
| 419 | 2025-05-08T21:01:00.945Z | Compiling scopeguard v1.2.0 |
| 420 | 2025-05-08T21:01:01.074Z | Compiling stable_deref_trait v1.2.0 |
| 421 | 2025-05-08T21:01:01.172Z | Compiling hash32 v0.3.1 |
| 422 | 2025-05-08T21:01:01.199Z | Compiling darling_core v0.20.11 |
| 423 | 2025-05-08T21:01:01.227Z | Compiling smallvec v1.15.0 |
| 424 | 2025-05-08T21:01:01.374Z | Compiling heapless v0.8.0 |
| 425 | 2025-05-08T21:01:01.530Z | Compiling getrandom v0.3.2 |
| 426 | 2025-05-08T21:01:01.616Z | Compiling parking_lot_core v0.9.10 |
| 427 | 2025-05-08T21:01:01.704Z | Compiling lock_api v0.4.12 |
| 428 | 2025-05-08T21:01:01.813Z | Compiling cobs v0.2.3 |
| 429 | 2025-05-08T21:01:02.111Z | Compiling bitflags v1.3.2 |
| 430 | 2025-05-08T21:01:02.114Z | Compiling managed v0.8.0 |
| 431 | 2025-05-08T21:01:02.211Z | Compiling pin-project-lite v0.2.16 |
| 432 | 2025-05-08T21:01:02.236Z | Compiling parking_lot v0.12.3 |
| 433 | 2025-05-08T21:01:02.259Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 434 | 2025-05-08T21:01:02.332Z | Compiling rand_core v0.9.3 |
| 435 | 2025-05-08T21:01:02.556Z | Compiling smoltcp v0.11.0 |
| 436 | 2025-05-08T21:01:02.650Z | Compiling anyhow v1.0.98 |
| 437 | 2025-05-08T21:01:02.752Z | Compiling mio v1.0.3 |
| 438 | 2025-05-08T21:01:03.100Z | Compiling errno v0.3.11 |
| 439 | 2025-05-08T21:01:03.351Z | Compiling signal-hook-registry v1.4.5 |
| 440 | 2025-05-08T21:01:03.539Z | Compiling socket2 v0.5.9 |
| 441 | 2025-05-08T21:01:03.929Z | Compiling memchr v2.7.4 |
| 442 | 2025-05-08T21:01:04.174Z | Compiling toml_edit v0.22.26 |
| 443 | 2025-05-08T21:01:04.401Z | Compiling ppv-lite86 v0.2.21 |
| 444 | 2025-05-08T21:01:04.532Z | Compiling ipnetwork v0.21.1 |
| 445 | 2025-05-08T21:01:04.554Z | Compiling foreign-types-shared v0.3.1 |
| 446 | 2025-05-08T21:01:04.666Z | Compiling bytes v1.10.1 |
| 447 | 2025-05-08T21:01:05.089Z | Compiling unicode-width v0.2.0 |
| 448 | 2025-05-08T21:01:05.176Z | Compiling once_cell v1.21.3 |
| 449 | 2025-05-08T21:01:05.543Z | Compiling either v1.15.0 |
| 450 | 2025-05-08T21:01:05.576Z | Compiling utf8parse v0.2.2 |
| 451 | 2025-05-08T21:01:05.613Z | Compiling tabwriter v1.4.1 |
| 452 | 2025-05-08T21:01:05.748Z | Compiling tokio v1.44.2 |
| 453 | 2025-05-08T21:01:05.880Z | Compiling bitflags v2.9.0 |
| 454 | 2025-05-08T21:01:06.084Z | Compiling postcard v1.1.1 |
| 455 | 2025-05-08T21:01:06.172Z | Compiling itertools v0.14.0 |
| 456 | 2025-05-08T21:01:06.225Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2025-05-08T21:01:06.354Z | Compiling rustix v1.0.7 |
| 458 | 2025-05-08T21:01:06.651Z | Compiling darling_macro v0.20.11 |
| 459 | 2025-05-08T21:01:06.687Z | Compiling anstyle-parse v0.2.6 |
| 460 | 2025-05-08T21:01:07.026Z | Compiling proc-macro-crate v3.3.0 |
| 461 | 2025-05-08T21:01:07.081Z | Compiling tracing-core v0.1.33 |
| 462 | 2025-05-08T21:01:07.385Z | Compiling rand_chacha v0.9.0 |
| 463 | 2025-05-08T21:01:07.695Z | Compiling darling v0.20.11 |
| 464 | 2025-05-08T21:01:07.840Z | Compiling ingot-macros v0.1.0 |
| 465 | 2025-05-08T21:01:07.975Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 466 | 2025-05-08T21:01:08.035Z | Compiling cstr-argument v0.1.2 |
| 467 | 2025-05-08T21:01:08.291Z | Compiling foreign-types v0.5.0 |
| 468 | 2025-05-08T21:01:08.325Z | Compiling thiserror v2.0.12 |
| 469 | 2025-05-08T21:01:08.443Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 470 | 2025-05-08T21:01:08.459Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 471 | 2025-05-08T21:01:08.468Z | Compiling crc32fast v1.4.2 |
| 472 | 2025-05-08T21:01:08.495Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 473 | 2025-05-08T21:01:08.600Z | Compiling anstyle-query v1.1.2 |
| 474 | 2025-05-08T21:01:08.615Z | Compiling is_terminal_polyfill v1.70.1 |
| 475 | 2025-05-08T21:01:08.729Z | Compiling dyn-clone v1.0.19 |
| 476 | 2025-05-08T21:01:08.742Z | Compiling anstyle v1.0.10 |
| 477 | 2025-05-08T21:01:08.761Z | Compiling colorchoice v1.0.3 |
| 478 | 2025-05-08T21:01:08.919Z | Compiling pretty-hex v0.4.1 |
| 479 | 2025-05-08T21:01:08.938Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 480 | 2025-05-08T21:01:09.146Z | Compiling anstream v0.6.18 |
| 481 | 2025-05-08T21:01:09.159Z | Compiling tracing v0.1.41 |
| 482 | 2025-05-08T21:01:09.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 483 | 2025-05-08T21:01:09.491Z | Compiling rand v0.9.1 |
| 484 | 2025-05-08T21:01:09.500Z | Compiling terminal_size v0.4.2 |
| 485 | 2025-05-08T21:01:09.558Z | Compiling uuid v1.16.0 |
| 486 | 2025-05-08T21:01:09.561Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 487 | 2025-05-08T21:01:09.715Z | Compiling clap_lex v0.7.4 |
| 488 | 2025-05-08T21:01:09.728Z | Compiling num_enum_derive v0.7.3 |
| 489 | 2025-05-08T21:01:09.811Z | Compiling colored v3.0.0 |
| 490 | 2025-05-08T21:01:09.892Z | Compiling oxnet v0.1.1 |
| 491 | 2025-05-08T21:01:10.168Z | Compiling clap_builder v4.5.37 |
| 492 | 2025-05-08T21:01:10.267Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 493 | 2025-05-08T21:01:11.544Z | Compiling num_enum v0.7.3 |
| 494 | 2025-05-08T21:01:12.620Z | Compiling ingot-types v0.1.0 |
| 495 | 2025-05-08T21:01:13.075Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 496 | 2025-05-08T21:01:13.121Z | Compiling clap v4.5.37 |
| 497 | 2025-05-08T21:01:13.202Z | Compiling ingot v0.1.0 |
| 498 | 2025-05-08T21:01:13.467Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 499 | 2025-05-08T21:01:16.273Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 500 | 2025-05-08T21:01:22.747Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 501 | 2025-05-08T21:01:25.060Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 502 | 2025-05-08T21:01:30.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s |
| 503 | 2025-05-08T21:01:30.679Z | |
| 504 | 2025-05-08T21:01:30.683Z | real 30.107065923 |
| 505 | 2025-05-08T21:01:30.683Z | user 1:57.252013173 |
| 506 | 2025-05-08T21:01:30.683Z | sys 14.006914053 |
| 507 | 2025-05-08T21:01:30.683Z | trap 0.068029444 |
| 508 | 2025-05-08T21:01:30.683Z | tflt 0.088105281 |
| 509 | 2025-05-08T21:01:30.683Z | dflt 0.158201663 |
| 510 | 2025-05-08T21:01:30.683Z | kflt 0.000003248 |
| 511 | 2025-05-08T21:01:30.683Z | lock 3:05.855148750 |
| 512 | 2025-05-08T21:01:30.683Z | slp 6:12.546684758 |
| 513 | 2025-05-08T21:01:30.683Z | lat 4.572783922 |
| 514 | 2025-05-08T21:01:30.683Z | stop 5.354856196 |
| 515 | 2025-05-08T21:01:30.683Z | + header 'release build' |
| 516 | 2025-05-08T21:01:30.683Z | + echo '# ==== release build ==== #' |
| 517 | 2025-05-08T21:01:30.683Z | # ==== release build ==== # |
| 518 | 2025-05-08T21:01:30.683Z | + ptime -m cargo build --release |
| 519 | 2025-05-08T21:01:30.873Z | Compiling proc-macro2 v1.0.95 |
| 520 | 2025-05-08T21:01:30.877Z | Compiling unicode-ident v1.0.18 |
| 521 | 2025-05-08T21:01:30.877Z | Compiling libc v0.2.172 |
| 522 | 2025-05-08T21:01:30.877Z | Compiling cfg-if v1.0.0 |
| 523 | 2025-05-08T21:01:30.877Z | Compiling serde v1.0.219 |
| 524 | 2025-05-08T21:01:30.877Z | Compiling zerocopy v0.8.25 |
| 525 | 2025-05-08T21:01:30.877Z | Compiling fnv v1.0.7 |
| 526 | 2025-05-08T21:01:30.877Z | Compiling strsim v0.11.1 |
| 527 | 2025-05-08T21:01:31.008Z | Compiling ident_case v1.0.1 |
| 528 | 2025-05-08T21:01:31.022Z | Compiling memchr v2.7.4 |
| 529 | 2025-05-08T21:01:31.069Z | Compiling regex-syntax v0.8.5 |
| 530 | 2025-05-08T21:01:31.184Z | Compiling equivalent v1.0.2 |
| 531 | 2025-05-08T21:01:31.292Z | Compiling hashbrown v0.15.3 |
| 532 | 2025-05-08T21:01:31.464Z | Compiling anyhow v1.0.98 |
| 533 | 2025-05-08T21:01:31.486Z | Compiling autocfg v1.4.0 |
| 534 | 2025-05-08T21:01:31.696Z | Compiling either v1.15.0 |
| 535 | 2025-05-08T21:01:32.047Z | Compiling aho-corasick v1.1.3 |
| 536 | 2025-05-08T21:01:32.067Z | Compiling itertools v0.13.0 |
| 537 | 2025-05-08T21:01:32.213Z | Compiling lock_api v0.4.12 |
| 538 | 2025-05-08T21:01:32.297Z | Compiling indexmap v2.9.0 |
| 539 | 2025-05-08T21:01:32.326Z | Compiling heapless v0.8.0 |
| 540 | 2025-05-08T21:01:32.365Z | Compiling byteorder v1.5.0 |
| 541 | 2025-05-08T21:01:32.592Z | Compiling parking_lot_core v0.9.10 |
| 542 | 2025-05-08T21:01:32.751Z | Compiling quote v1.0.40 |
| 543 | 2025-05-08T21:01:32.865Z | Compiling getrandom v0.3.2 |
| 544 | 2025-05-08T21:01:33.101Z | Compiling toml_datetime v0.6.9 |
| 545 | 2025-05-08T21:01:33.203Z | Compiling syn v2.0.101 |
| 546 | 2025-05-08T21:01:33.336Z | Compiling winnow v0.7.9 |
| 547 | 2025-05-08T21:01:33.519Z | Compiling hash32 v0.3.1 |
| 548 | 2025-05-08T21:01:33.741Z | Compiling stable_deref_trait v1.2.0 |
| 549 | 2025-05-08T21:01:33.773Z | Compiling scopeguard v1.2.0 |
| 550 | 2025-05-08T21:01:33.796Z | Compiling smallvec v1.15.0 |
| 551 | 2025-05-08T21:01:33.845Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 552 | 2025-05-08T21:01:33.914Z | Compiling macaddr v1.0.1 |
| 553 | 2025-05-08T21:01:34.234Z | Compiling syn v1.0.109 |
| 554 | 2025-05-08T21:01:34.294Z | Compiling smoltcp v0.11.0 |
| 555 | 2025-05-08T21:01:34.826Z | Compiling regex-automata v0.4.9 |
| 556 | 2025-05-08T21:01:35.550Z | Compiling version_check v0.9.5 |
| 557 | 2025-05-08T21:01:35.848Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 558 | 2025-05-08T21:01:35.857Z | Compiling thiserror v2.0.12 |
| 559 | 2025-05-08T21:01:36.046Z | Compiling managed v0.8.0 |
| 560 | 2025-05-08T21:01:36.120Z | Compiling bitflags v1.3.2 |
| 561 | 2025-05-08T21:01:36.216Z | Compiling pin-project-lite v0.2.16 |
| 562 | 2025-05-08T21:01:36.219Z | Compiling rustix v1.0.7 |
| 563 | 2025-05-08T21:01:36.366Z | Compiling cobs v0.2.3 |
| 564 | 2025-05-08T21:01:36.541Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 565 | 2025-05-08T21:01:36.851Z | Compiling toml_edit v0.22.26 |
| 566 | 2025-05-08T21:01:36.858Z | Compiling rand_core v0.9.3 |
| 567 | 2025-05-08T21:01:36.861Z | Compiling parking_lot v0.12.3 |
| 568 | 2025-05-08T21:01:37.036Z | Compiling mio v1.0.3 |
| 569 | 2025-05-08T21:01:37.373Z | Compiling errno v0.3.11 |
| 570 | 2025-05-08T21:01:37.666Z | Compiling signal-hook-registry v1.4.5 |
| 571 | 2025-05-08T21:01:39.095Z | Compiling regex v1.11.1 |
| 572 | 2025-05-08T21:01:39.688Z | Compiling socket2 v0.5.9 |
| 573 | 2025-05-08T21:01:39.817Z | Compiling proc-macro-crate v3.3.0 |
| 574 | 2025-05-08T21:01:40.037Z | Compiling darling_core v0.20.11 |
| 575 | 2025-05-08T21:01:41.221Z | Compiling unicode-width v0.2.0 |
| 576 | 2025-05-08T21:01:41.711Z | Compiling utf8parse v0.2.2 |
| 577 | 2025-05-08T21:01:41.847Z | Compiling bytes v1.10.1 |
| 578 | 2025-05-08T21:01:41.882Z | Compiling ipnetwork v0.21.1 |
| 579 | 2025-05-08T21:01:42.029Z | Compiling foreign-types-shared v0.3.1 |
| 580 | 2025-05-08T21:01:42.606Z | Compiling once_cell v1.21.3 |
| 581 | 2025-05-08T21:01:42.842Z | Compiling tracing-core v0.1.33 |
| 582 | 2025-05-08T21:01:43.098Z | Compiling anstyle-parse v0.2.6 |
| 583 | 2025-05-08T21:01:43.535Z | Compiling cstr-argument v0.1.2 |
| 584 | 2025-05-08T21:01:43.851Z | Compiling tabwriter v1.4.1 |
| 585 | 2025-05-08T21:01:44.054Z | Compiling serde_derive v1.0.219 |
| 586 | 2025-05-08T21:01:44.578Z | Compiling zerocopy-derive v0.8.25 |
| 587 | 2025-05-08T21:01:44.824Z | Compiling num_enum_derive v0.7.3 |
| 588 | 2025-05-08T21:01:44.856Z | Compiling foreign-types-macros v0.2.3 |
| 589 | 2025-05-08T21:01:45.654Z | Compiling darling_macro v0.20.11 |
| 590 | 2025-05-08T21:01:45.722Z | Compiling thiserror-impl v2.0.12 |
| 591 | 2025-05-08T21:01:46.189Z | Compiling tokio-macros v2.5.0 |
| 592 | 2025-05-08T21:01:46.411Z | Compiling foreign-types v0.5.0 |
| 593 | 2025-05-08T21:01:46.526Z | Compiling tracing-attributes v0.1.28 |
| 594 | 2025-05-08T21:01:46.669Z | Compiling darling v0.20.11 |
| 595 | 2025-05-08T21:01:46.692Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 596 | 2025-05-08T21:01:46.775Z | Compiling ingot-macros v0.1.0 |
| 597 | 2025-05-08T21:01:47.127Z | Compiling num_enum v0.7.3 |
| 598 | 2025-05-08T21:01:47.314Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 599 | 2025-05-08T21:01:47.549Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 600 | 2025-05-08T21:01:47.597Z | Compiling tokio v1.44.2 |
| 601 | 2025-05-08T21:01:48.501Z | Compiling itertools v0.14.0 |
| 602 | 2025-05-08T21:01:49.177Z | Compiling crc32fast v1.4.2 |
| 603 | 2025-05-08T21:01:49.285Z | Compiling dyn-clone v1.0.19 |
| 604 | 2025-05-08T21:01:49.500Z | Compiling pretty-hex v0.4.1 |
| 605 | 2025-05-08T21:01:49.567Z | Compiling is_terminal_polyfill v1.70.1 |
| 606 | 2025-05-08T21:01:49.658Z | Compiling anstyle-query v1.1.2 |
| 607 | 2025-05-08T21:01:49.704Z | Compiling anstyle v1.0.10 |
| 608 | 2025-05-08T21:01:49.744Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 609 | 2025-05-08T21:01:49.817Z | Compiling colorchoice v1.0.3 |
| 610 | 2025-05-08T21:01:50.009Z | Compiling tracing v0.1.41 |
| 611 | 2025-05-08T21:01:50.129Z | Compiling anstream v0.6.18 |
| 612 | 2025-05-08T21:01:50.864Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 613 | 2025-05-08T21:01:51.232Z | Compiling ppv-lite86 v0.2.21 |
| 614 | 2025-05-08T21:01:51.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 615 | 2025-05-08T21:01:51.434Z | Compiling clap_lex v0.7.4 |
| 616 | 2025-05-08T21:01:52.051Z | Compiling rand_chacha v0.9.0 |
| 617 | 2025-05-08T21:01:52.287Z | Compiling colored v3.0.0 |
| 618 | 2025-05-08T21:01:52.341Z | Compiling heck v0.5.0 |
| 619 | 2025-05-08T21:01:52.753Z | Compiling rand v0.9.1 |
| 620 | 2025-05-08T21:01:53.651Z | Compiling ingot-types v0.1.0 |
| 621 | 2025-05-08T21:01:54.082Z | Compiling oxnet v0.1.1 |
| 622 | 2025-05-08T21:01:54.161Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 623 | 2025-05-08T21:01:54.170Z | Compiling clap_derive v4.5.32 |
| 624 | 2025-05-08T21:01:54.586Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 625 | 2025-05-08T21:01:56.060Z | Compiling bitflags v2.9.0 |
| 626 | 2025-05-08T21:01:56.070Z | Compiling postcard v1.1.1 |
| 627 | 2025-05-08T21:01:56.073Z | Compiling uuid v1.16.0 |
| 628 | 2025-05-08T21:01:56.188Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 629 | 2025-05-08T21:01:56.343Z | Compiling ingot v0.1.0 |
| 630 | 2025-05-08T21:01:56.403Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 631 | 2025-05-08T21:01:57.892Z | Compiling terminal_size v0.4.2 |
| 632 | 2025-05-08T21:01:58.174Z | Compiling clap_builder v4.5.37 |
| 633 | 2025-05-08T21:02:00.379Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 634 | 2025-05-08T21:02:04.183Z | Compiling clap v4.5.37 |
| 635 | 2025-05-08T21:02:09.872Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 636 | 2025-05-08T21:02:13.345Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 637 | 2025-05-08T21:02:25.387Z | Finished `release` profile [optimized + debuginfo] target(s) in 54.64s |
| 638 | 2025-05-08T21:02:25.428Z | |
| 639 | 2025-05-08T21:02:25.431Z | real 54.726800802 |
| 640 | 2025-05-08T21:02:25.431Z | user 5:49.719760339 |
| 641 | 2025-05-08T21:02:25.431Z | sys 26.472484884 |
| 642 | 2025-05-08T21:02:25.431Z | trap 0.196045936 |
| 643 | 2025-05-08T21:02:25.431Z | tflt 0.331595992 |
| 644 | 2025-05-08T21:02:25.431Z | dflt 0.528126062 |
| 645 | 2025-05-08T21:02:25.431Z | kflt 0.000004129 |
| 646 | 2025-05-08T21:02:25.431Z | lock 8:48.411548432 |
| 647 | 2025-05-08T21:02:25.432Z | slp 15:56.773632260 |
| 648 | 2025-05-08T21:02:25.432Z | lat 12.738549707 |
| 649 | 2025-05-08T21:02:25.432Z | stop 12.691782503 |
| 650 | 2025-05-08T21:02:25.432Z | + popd |
| 651 | 2025-05-08T21:02:25.432Z | /work/oxidecomputer/opte |
| 652 | 2025-05-08T21:02:25.432Z | + for x in debug release |
| 653 | 2025-05-08T21:02:25.432Z | + mkdir -p /work/debug |
| 654 | 2025-05-08T21:02:25.432Z | + cp target/debug/opteadm /work/debug/ |
| 655 | 2025-05-08T21:02:25.497Z | + sha256sum target/debug/opteadm |
| 656 | 2025-05-08T21:02:25.553Z | + for x in debug release |
| 657 | 2025-05-08T21:02:25.553Z | + mkdir -p /work/release |
| 658 | 2025-05-08T21:02:25.557Z | + cp target/release/opteadm /work/release/ |
| 659 | 2025-05-08T21:02:25.606Z | + sha256sum target/release/opteadm |
| 660 | 2025-05-08T21:02:25.648Z | process exited: duration 146188 ms, exit code 0 |
| |
| 661 | 2025-05-08T21:02:25.661Z | found 4 output files |
| 662 | 2025-05-08T21:02:25.661Z | uploading: /work/debug/opteadm (64243288 bytes) |
| 663 | 2025-05-08T21:02:27.572Z | uploaded: /work/debug/opteadm |
| 664 | 2025-05-08T21:02:27.572Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 665 | 2025-05-08T21:02:28.584Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 666 | 2025-05-08T21:02:28.584Z | uploading: /work/release/opteadm (48344800 bytes) |
| 667 | 2025-05-08T21:02:30.388Z | uploaded: /work/release/opteadm |
| 668 | 2025-05-08T21:02:30.391Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 669 | 2025-05-08T21:02:31.400Z | uploaded: /work/release/opteadm.release.sha256 |