|
|
|
| 1 | 2026-05-11T08:17:18.668Z | job assigned to worker 01KRB1R1RSBXHNJ8R7KPM4YNCP [factory aws, i-01af65297ee6ea437] (queued for 52 s) |
| |
| 2 | 2026-05-11T08:17:25.306Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:17:25.310Z | ++ uname -s |
| 4 | 2026-05-11T08:17:25.313Z | + kern=SunOS |
| 5 | 2026-05-11T08:17:25.313Z | + build_user=build |
| 6 | 2026-05-11T08:17:25.313Z | + build_uid=12345 |
| 7 | 2026-05-11T08:17:25.313Z | + work_dir=/work |
| 8 | 2026-05-11T08:17:25.313Z | + input_dir=/input |
| 9 | 2026-05-11T08:17:25.313Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:17:25.313Z | + case "$kern" in |
| 11 | 2026-05-11T08:17:25.313Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:17:25.323Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:17:27.329Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:17:27.478Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:17:27.481Z | + home_fs=zfs |
| 16 | 2026-05-11T08:17:27.481Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:17:27.481Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:17:27.481Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:17:29.483Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:17:29.486Z | process exited: duration 4179 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:17:29.493Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:17:29.496Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T08:17:29.499Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-11T08:17:29.499Z | * rust toolchain channel = "1.94.1" |
| 25 | 2026-05-11T08:17:29.499Z | * rust toolchain profile = "default" |
| 26 | 2026-05-11T08:17:29.499Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T08:17:29.499Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T08:17:29.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:17:29.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:17:29.605Z | info: downloading installer |
| 31 | 2026-05-11T08:17:30.988Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:17:30.988Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:17:30.988Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:17:30.988Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:17:31.002Z | info: profile set to default |
| 36 | 2026-05-11T08:17:31.002Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:17:31.005Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:17:31.133Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:17:31.135Z | info: downloading 6 components |
| 40 | 2026-05-11T08:17:45.633Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T08:17:45.633Z | |
| 42 | 2026-05-11T08:17:45.667Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:17:45.667Z | |
| 44 | 2026-05-11T08:17:45.667Z | |
| 45 | 2026-05-11T08:17:45.667Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:17:45.667Z | |
| 47 | 2026-05-11T08:17:45.667Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:17:45.667Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:17:45.667Z | |
| 50 | 2026-05-11T08:17:45.667Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:17:45.667Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:17:45.667Z | |
| 53 | 2026-05-11T08:17:45.667Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:17:45.667Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:17:45.668Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:17:45.668Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:17:45.668Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:17:45.671Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:17:45.671Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:17:45.671Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:17:45.671Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:17:45.750Z | + rustup --version |
| 63 | 2026-05-11T08:17:45.759Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:17:45.762Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:17:45.780Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:17:45.783Z | + cargo --version |
| 67 | 2026-05-11T08:17:45.796Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:17:45.798Z | + rustc --version |
| 69 | 2026-05-11T08:17:45.818Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:17:45.823Z | process exited: duration 16327 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:17:45.829Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:17:45.845Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:17:45.852Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:17:45.855Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:17:45.858Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:17:45.887Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:17:46.689Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:17:46.689Z | + git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 79 | 2026-05-11T08:17:46.961Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:17:46.961Z | * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD |
| 81 | 2026-05-11T08:17:46.967Z | + [[ -n renovate/nix-0.x-lockfile ]] |
| 82 | 2026-05-11T08:17:46.970Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:17:46.970Z | + current=master |
| 84 | 2026-05-11T08:17:46.970Z | + [[ master != renovate/nix-0.x-lockfile ]] |
| 85 | 2026-05-11T08:17:46.970Z | + git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 86 | 2026-05-11T08:17:46.972Z | + git checkout -f renovate/nix-0.x-lockfile |
| 87 | 2026-05-11T08:17:46.988Z | Switched to branch 'renovate/nix-0.x-lockfile' |
| 88 | 2026-05-11T08:17:46.991Z | + git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 89 | 2026-05-11T08:17:46.994Z | HEAD is now at a1bdb07 Update Rust crate nix to v0.31.3 |
| 90 | 2026-05-11T08:17:46.994Z | process exited: duration 1141 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:17:47.000Z | starting task 4: "build" |
| 92 | 2026-05-11T08:17:47.005Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:17:47.005Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:17:47.008Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:17:47.011Z | ++ pushd xde |
| 96 | 2026-05-11T08:17:47.011Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T08:17:47.011Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T08:17:47.014Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:17:47.159Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:17:47.162Z | info: downloading 6 components |
| 101 | 2026-05-11T08:18:02.376Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:18:02.472Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:18:02.475Z | +++ head -n 1 |
| 104 | 2026-05-11T08:18:02.475Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:18:02.524Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:18:02.524Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:18:02.524Z | ++ popd |
| 108 | 2026-05-11T08:18:02.527Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:18:02.527Z | + TGT_BASE=/work |
| 110 | 2026-05-11T08:18:02.527Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-11T08:18:02.527Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-11T08:18:02.527Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-11T08:18:02.527Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-11T08:18:02.527Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-11T08:18:02.527Z | + REL_TGT=/work/release |
| 116 | 2026-05-11T08:18:02.527Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-11T08:18:02.527Z | + cargo --version |
| 118 | 2026-05-11T08:18:02.535Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 119 | 2026-05-11T08:18:02.539Z | + rustc --version |
| 120 | 2026-05-11T08:18:02.557Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 121 | 2026-05-11T08:18:02.560Z | + install_pkg jq |
| 122 | 2026-05-11T08:18:02.560Z | + set +o errexit |
| 123 | 2026-05-11T08:18:02.560Z | + pfexec pkg install jq |
| 124 | 2026-05-11T08:18:03.471Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-11T08:18:03.519Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-11T08:18:03.674Z | Planning: Solver setup ... Done |
| 127 | 2026-05-11T08:18:03.684Z | Planning: Running solver ... Done |
| 128 | 2026-05-11T08:18:03.688Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-11T08:18:03.688Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-11T08:18:03.688Z | Planning: Planning completed in 0.15 seconds |
| 131 | 2026-05-11T08:18:03.703Z | No updates necessary for this image. |
| 132 | 2026-05-11T08:18:03.758Z | + exit_code=4 |
| 133 | 2026-05-11T08:18:03.759Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-11T08:18:03.759Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-11T08:18:03.759Z | + set -o errexit |
| 136 | 2026-05-11T08:18:03.761Z | + pushd xde |
| 137 | 2026-05-11T08:18:03.761Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-11T08:18:03.762Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-11T08:18:03.762Z | + header 'check style' |
| 140 | 2026-05-11T08:18:03.762Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-11T08:18:03.762Z | # ==== check style ==== # |
| 142 | 2026-05-11T08:18:03.762Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-11T08:18:03.977Z | |
| 144 | 2026-05-11T08:18:03.978Z | real 0.209827460 |
| 145 | 2026-05-11T08:18:03.978Z | user 0.153388523 |
| 146 | 2026-05-11T08:18:03.978Z | sys 0.046124500 |
| 147 | 2026-05-11T08:18:03.978Z | trap 0.000007970 |
| 148 | 2026-05-11T08:18:03.978Z | tflt 0.000022500 |
| 149 | 2026-05-11T08:18:03.978Z | dflt 0.000003290 |
| 150 | 2026-05-11T08:18:03.978Z | kflt 0.000000000 |
| 151 | 2026-05-11T08:18:03.978Z | lock 0.032839138 |
| 152 | 2026-05-11T08:18:03.978Z | slp 0.186950601 |
| 153 | 2026-05-11T08:18:03.978Z | lat 0.000651630 |
| 154 | 2026-05-11T08:18:03.978Z | stop 0.000101210 |
| 155 | 2026-05-11T08:18:03.982Z | + header analyze |
| 156 | 2026-05-11T08:18:03.983Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-11T08:18:03.983Z | # ==== analyze ==== # |
| 158 | 2026-05-11T08:18:03.983Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-11T08:18:04.147Z | Updating crates.io index |
| 160 | 2026-05-11T08:18:04.149Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-11T08:18:04.924Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-11T08:18:05.474Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-11T08:18:05.856Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-11T08:18:06.243Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-11T08:18:06.497Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-11T08:18:06.807Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-11T08:18:08.425Z | Downloading crates ... |
| 168 | 2026-05-11T08:18:08.480Z | Downloaded darling v0.21.3 |
| 169 | 2026-05-11T08:18:08.483Z | Downloaded byteorder v1.5.0 |
| 170 | 2026-05-11T08:18:08.486Z | Downloaded darling_macro v0.21.3 |
| 171 | 2026-05-11T08:18:08.489Z | Downloaded darling_core v0.21.3 |
| 172 | 2026-05-11T08:18:08.491Z | Downloaded darling_macro v0.23.0 |
| 173 | 2026-05-11T08:18:08.491Z | Downloaded cobs v0.3.0 |
| 174 | 2026-05-11T08:18:08.491Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-05-11T08:18:08.494Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-05-11T08:18:08.494Z | Downloaded managed v0.8.0 |
| 177 | 2026-05-11T08:18:08.498Z | Downloaded defmt-parser v1.0.0 |
| 178 | 2026-05-11T08:18:08.500Z | Downloaded strsim v0.11.1 |
| 179 | 2026-05-11T08:18:08.500Z | Downloaded embedded-io v0.4.0 |
| 180 | 2026-05-11T08:18:08.500Z | Downloaded version_check v0.9.5 |
| 181 | 2026-05-11T08:18:08.503Z | Downloaded fnv v1.0.7 |
| 182 | 2026-05-11T08:18:08.503Z | Downloaded defmt v0.3.100 |
| 183 | 2026-05-11T08:18:08.506Z | Downloaded ident_case v1.0.1 |
| 184 | 2026-05-11T08:18:08.509Z | Downloaded dyn-clone v1.0.20 |
| 185 | 2026-05-11T08:18:08.515Z | Downloaded embedded-io v0.6.1 |
| 186 | 2026-05-11T08:18:08.518Z | Downloaded hash32 v0.3.1 |
| 187 | 2026-05-11T08:18:08.533Z | Downloaded stable_deref_trait v1.2.1 |
| 188 | 2026-05-11T08:18:08.535Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 189 | 2026-05-11T08:18:08.538Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-05-11T08:18:08.538Z | Downloaded quote v1.0.45 |
| 191 | 2026-05-11T08:18:08.542Z | Downloaded ingot v0.1.1 |
| 192 | 2026-05-11T08:18:08.542Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-05-11T08:18:08.544Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-05-11T08:18:08.547Z | Downloaded macaddr v1.0.1 |
| 195 | 2026-05-11T08:18:08.547Z | Downloaded ingot-types v0.1.2 |
| 196 | 2026-05-11T08:18:08.547Z | Downloaded either v1.15.0 |
| 197 | 2026-05-11T08:18:08.550Z | Downloaded defmt-macros v1.0.1 |
| 198 | 2026-05-11T08:18:08.550Z | Downloaded defmt v1.0.1 |
| 199 | 2026-05-11T08:18:08.552Z | Downloaded bitflags v2.11.1 |
| 200 | 2026-05-11T08:18:08.555Z | Downloaded bitflags v1.3.2 |
| 201 | 2026-05-11T08:18:08.558Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-05-11T08:18:08.563Z | Downloaded ingot-macros v0.1.1 |
| 203 | 2026-05-11T08:18:08.570Z | Downloaded postcard v1.1.3 |
| 204 | 2026-05-11T08:18:08.573Z | Downloaded darling v0.23.0 |
| 205 | 2026-05-11T08:18:08.582Z | Downloaded proc-macro-error2 v2.0.1 |
| 206 | 2026-05-11T08:18:08.586Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-05-11T08:18:08.591Z | Downloaded uuid v1.23.1 |
| 208 | 2026-05-11T08:18:08.591Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-05-11T08:18:08.595Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-05-11T08:18:08.597Z | Downloaded proc-macro2 v1.0.106 |
| 211 | 2026-05-11T08:18:08.608Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-05-11T08:18:08.612Z | Downloaded memchr v2.8.0 |
| 213 | 2026-05-11T08:18:08.617Z | Downloaded heapless v0.8.0 |
| 214 | 2026-05-11T08:18:08.623Z | Downloaded zerocopy-derive v0.8.48 |
| 215 | 2026-05-11T08:18:08.630Z | Downloaded serde v1.0.228 |
| 216 | 2026-05-11T08:18:08.659Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-05-11T08:18:08.666Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-11T08:18:08.671Z | Downloaded regex v1.12.3 |
| 219 | 2026-05-11T08:18:08.705Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-05-11T08:18:08.717Z | Downloaded syn v2.0.117 |
| 221 | 2026-05-11T08:18:08.721Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-11T08:18:08.727Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-11T08:18:08.737Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-11T08:18:08.749Z | Updating crates.io index |
| 225 | 2026-05-11T08:18:08.855Z | Downloading crates ... |
| 226 | 2026-05-11T08:18:08.895Z | Downloaded foldhash v0.2.0 |
| 227 | 2026-05-11T08:18:08.902Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-05-11T08:18:08.907Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-05-11T08:18:08.910Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-05-11T08:18:08.913Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-11T08:18:08.916Z | Downloaded rustc-demangle v0.1.27 |
| 232 | 2026-05-11T08:18:08.938Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-05-11T08:18:08.945Z | Downloaded memchr v2.7.6 |
| 234 | 2026-05-11T08:18:08.963Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-11T08:18:08.981Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-11T08:18:08.991Z | Downloaded object v0.37.3 |
| 237 | 2026-05-11T08:18:09.024Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-11T08:18:09.081Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-11T08:18:09.081Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-11T08:18:09.084Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-11T08:18:09.084Z | Compiling quote v1.0.45 |
| 242 | 2026-05-11T08:18:09.084Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-05-11T08:18:09.084Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-11T08:18:09.084Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-11T08:18:09.084Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-11T08:18:09.260Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-11T08:18:09.263Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-11T08:18:09.349Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-11T08:18:09.547Z | Compiling thiserror v2.0.18 |
| 250 | 2026-05-11T08:18:09.573Z | Compiling zerocopy v0.8.48 |
| 251 | 2026-05-11T08:18:09.606Z | Compiling either v1.15.0 |
| 252 | 2026-05-11T08:18:09.690Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-11T08:18:09.809Z | Compiling serde v1.0.228 |
| 254 | 2026-05-11T08:18:09.966Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-11T08:18:10.166Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-11T08:18:10.239Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-05-11T08:18:10.372Z | Compiling syn v2.0.117 |
| 258 | 2026-05-11T08:18:10.413Z | Compiling version_check v0.9.5 |
| 259 | 2026-05-11T08:18:10.636Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-05-11T08:18:10.672Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-05-11T08:18:10.776Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-05-11T08:18:11.008Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-05-11T08:18:12.500Z | Compiling regex v1.12.3 |
| 264 | 2026-05-11T08:18:12.591Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-11T08:18:12.591Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-11T08:18:13.613Z | Compiling zerocopy-derive v0.8.48 |
| 267 | 2026-05-11T08:18:13.613Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-05-11T08:18:13.613Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-05-11T08:18:13.613Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-11T08:18:13.616Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-11T08:18:15.222Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-05-11T08:18:15.254Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-05-11T08:18:16.142Z | Compiling darling v0.21.3 |
| 274 | 2026-05-11T08:18:16.157Z | Compiling darling v0.23.0 |
| 275 | 2026-05-11T08:18:16.206Z | Compiling ingot-macros v0.1.1 |
| 276 | 2026-05-11T08:18:16.218Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-05-11T08:18:20.512Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-05-11T08:18:22.558Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-11T08:18:22.561Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-11T08:18:22.561Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-11T08:18:22.561Z | Checking cfg-if v1.0.4 |
| 282 | 2026-05-11T08:18:22.561Z | Checking managed v0.8.0 |
| 283 | 2026-05-11T08:18:22.619Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-11T08:18:22.641Z | Checking cobs v0.3.0 |
| 285 | 2026-05-11T08:18:22.701Z | Checking hash32 v0.3.1 |
| 286 | 2026-05-11T08:18:22.738Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-05-11T08:18:22.757Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-11T08:18:23.889Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-11T08:18:23.889Z | Checking uuid v1.23.1 |
| 290 | 2026-05-11T08:18:24.026Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-11T08:18:24.243Z | Checking postcard v1.1.3 |
| 292 | 2026-05-11T08:18:25.120Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-11T08:18:25.383Z | Checking ingot v0.1.1 |
| 294 | 2026-05-11T08:18:26.668Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-11T08:18:30.796Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-11T08:18:32.346Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-11T08:18:34.675Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.64s |
| 298 | 2026-05-11T08:18:34.796Z | |
| 299 | 2026-05-11T08:18:34.796Z | real 30.816539571 |
| 300 | 2026-05-11T08:18:34.796Z | user 1:14.018217339 |
| 301 | 2026-05-11T08:18:34.796Z | sys 10.222645715 |
| 302 | 2026-05-11T08:18:34.796Z | trap 0.035116048 |
| 303 | 2026-05-11T08:18:34.796Z | tflt 0.022362016 |
| 304 | 2026-05-11T08:18:34.796Z | dflt 0.223415162 |
| 305 | 2026-05-11T08:18:34.796Z | kflt 0.004768045 |
| 306 | 2026-05-11T08:18:34.796Z | lock 3:48.461631979 |
| 307 | 2026-05-11T08:18:34.796Z | slp 3:26.747992089 |
| 308 | 2026-05-11T08:18:34.796Z | lat 3.180958082 |
| 309 | 2026-05-11T08:18:34.796Z | stop 6.387696982 |
| 310 | 2026-05-11T08:18:34.800Z | + pushd xde-link |
| 311 | 2026-05-11T08:18:34.800Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-11T08:18:34.800Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-11T08:18:34.986Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-05-11T08:18:34.986Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-05-11T08:18:34.986Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-11T08:18:45.278Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-05-11T08:18:47.370Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.51s |
| 318 | 2026-05-11T08:18:47.389Z | |
| 319 | 2026-05-11T08:18:47.392Z | real 12.587741372 |
| 320 | 2026-05-11T08:18:47.392Z | user 20.106392395 |
| 321 | 2026-05-11T08:18:47.392Z | sys 1.227741012 |
| 322 | 2026-05-11T08:18:47.392Z | trap 0.004346601 |
| 323 | 2026-05-11T08:18:47.392Z | tflt 0.002521741 |
| 324 | 2026-05-11T08:18:47.392Z | dflt 0.030510771 |
| 325 | 2026-05-11T08:18:47.392Z | kflt 0.000000520 |
| 326 | 2026-05-11T08:18:47.392Z | lock 1:08.053880003 |
| 327 | 2026-05-11T08:18:47.392Z | slp 42.070472853 |
| 328 | 2026-05-11T08:18:47.392Z | lat 0.313742613 |
| 329 | 2026-05-11T08:18:47.392Z | stop 0.132005845 |
| 330 | 2026-05-11T08:18:47.392Z | + popd |
| 331 | 2026-05-11T08:18:47.392Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-05-11T08:18:47.392Z | + popd |
| 333 | 2026-05-11T08:18:47.392Z | /work/oxidecomputer/opte |
| 334 | 2026-05-11T08:18:47.392Z | + header 'build xde (debug)' |
| 335 | 2026-05-11T08:18:47.392Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-11T08:18:47.392Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-11T08:18:47.392Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-11T08:18:47.537Z | Downloading crates ... |
| 339 | 2026-05-11T08:18:47.600Z | Downloaded equivalent v1.0.2 |
| 340 | 2026-05-11T08:18:47.603Z | Downloaded itoa v1.0.18 |
| 341 | 2026-05-11T08:18:47.603Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-05-11T08:18:47.613Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-11T08:18:47.616Z | Downloaded serde_spanned v1.1.1 |
| 344 | 2026-05-11T08:18:47.620Z | Downloaded errno v0.3.14 |
| 345 | 2026-05-11T08:18:47.622Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-05-11T08:18:47.622Z | Downloaded anstyle-query v1.1.5 |
| 347 | 2026-05-11T08:18:47.625Z | Downloaded clap_lex v1.1.0 |
| 348 | 2026-05-11T08:18:47.628Z | Downloaded terminal_size v0.4.4 |
| 349 | 2026-05-11T08:18:47.631Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 350 | 2026-05-11T08:18:47.631Z | Downloaded cargo-platform v0.3.3 |
| 351 | 2026-05-11T08:18:47.631Z | Downloaded camino v1.2.2 |
| 352 | 2026-05-11T08:18:47.634Z | Downloaded anstyle v1.0.14 |
| 353 | 2026-05-11T08:18:47.634Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 354 | 2026-05-11T08:18:47.637Z | Downloaded anstyle-parse v1.0.0 |
| 355 | 2026-05-11T08:18:47.640Z | Downloaded zmij v1.0.21 |
| 356 | 2026-05-11T08:18:47.640Z | Downloaded anstream v1.0.0 |
| 357 | 2026-05-11T08:18:47.640Z | Downloaded colorchoice v1.0.5 |
| 358 | 2026-05-11T08:18:47.643Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-05-11T08:18:47.645Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 360 | 2026-05-11T08:18:47.645Z | Downloaded cargo_metadata v0.23.1 |
| 361 | 2026-05-11T08:18:47.648Z | Downloaded semver v1.0.28 |
| 362 | 2026-05-11T08:18:47.648Z | Downloaded anyhow v1.0.102 |
| 363 | 2026-05-11T08:18:47.651Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-05-11T08:18:47.657Z | Downloaded indexmap v2.14.0 |
| 365 | 2026-05-11T08:18:47.659Z | Downloaded clap v4.6.1 |
| 366 | 2026-05-11T08:18:47.670Z | Downloaded hashbrown v0.17.0 |
| 367 | 2026-05-11T08:18:47.694Z | Downloaded clap_builder v4.6.0 |
| 368 | 2026-05-11T08:18:47.698Z | Downloaded serde_json v1.0.149 |
| 369 | 2026-05-11T08:18:47.708Z | Downloaded winnow v1.0.2 |
| 370 | 2026-05-11T08:18:47.732Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-11T08:18:47.759Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-11T08:18:47.806Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-05-11T08:18:47.809Z | Compiling serde_core v1.0.228 |
| 374 | 2026-05-11T08:18:47.809Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-11T08:18:47.809Z | Compiling quote v1.0.45 |
| 376 | 2026-05-11T08:18:47.809Z | Compiling libc v0.2.186 |
| 377 | 2026-05-11T08:18:47.809Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-11T08:18:47.809Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-05-11T08:18:47.809Z | Compiling bitflags v2.11.1 |
| 380 | 2026-05-11T08:18:47.955Z | Compiling zmij v1.0.21 |
| 381 | 2026-05-11T08:18:47.971Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-11T08:18:48.169Z | Compiling serde v1.0.228 |
| 383 | 2026-05-11T08:18:48.186Z | Compiling camino v1.2.2 |
| 384 | 2026-05-11T08:18:48.268Z | Compiling serde_json v1.0.149 |
| 385 | 2026-05-11T08:18:48.286Z | Compiling anstyle v1.0.14 |
| 386 | 2026-05-11T08:18:48.375Z | Compiling thiserror v2.0.18 |
| 387 | 2026-05-11T08:18:48.462Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-05-11T08:18:48.478Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-05-11T08:18:48.482Z | Compiling anstyle-query v1.1.5 |
| 390 | 2026-05-11T08:18:48.547Z | Compiling errno v0.3.14 |
| 391 | 2026-05-11T08:18:48.559Z | Compiling anstream v1.0.0 |
| 392 | 2026-05-11T08:18:48.597Z | Compiling winnow v1.0.2 |
| 393 | 2026-05-11T08:18:48.616Z | Compiling itoa v1.0.18 |
| 394 | 2026-05-11T08:18:48.893Z | Compiling heck v0.5.0 |
| 395 | 2026-05-11T08:18:48.958Z | Compiling anyhow v1.0.102 |
| 396 | 2026-05-11T08:18:48.995Z | Compiling memchr v2.8.0 |
| 397 | 2026-05-11T08:18:49.008Z | Compiling strsim v0.11.1 |
| 398 | 2026-05-11T08:18:49.058Z | Compiling syn v2.0.117 |
| 399 | 2026-05-11T08:18:49.088Z | Compiling clap_lex v1.1.0 |
| 400 | 2026-05-11T08:18:49.105Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 401 | 2026-05-11T08:18:49.273Z | Compiling terminal_size v0.4.4 |
| 402 | 2026-05-11T08:18:49.449Z | Compiling clap_builder v4.6.0 |
| 403 | 2026-05-11T08:18:49.721Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-11T08:18:49.979Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-05-11T08:18:50.007Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-05-11T08:18:50.183Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-05-11T08:18:50.562Z | Compiling semver v1.0.28 |
| 408 | 2026-05-11T08:18:50.595Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-11T08:18:51.386Z | Compiling serde_derive v1.0.228 |
| 410 | 2026-05-11T08:18:51.394Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-05-11T08:18:51.700Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-11T08:18:53.318Z | Compiling clap v4.6.1 |
| 413 | 2026-05-11T08:18:54.454Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-11T08:18:56.938Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-11T08:18:58.488Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.09s |
| 416 | 2026-05-11T08:18:58.502Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-11T08:18:59.916Z | Building xde (dev). |
| 418 | 2026-05-11T08:19:00.151Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-11T08:19:00.154Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-11T08:19:00.154Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-05-11T08:19:00.154Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-05-11T08:19:00.154Z | Compiling macaddr v1.0.1 |
| 423 | 2026-05-11T08:19:00.178Z | Compiling thiserror v2.0.18 |
| 424 | 2026-05-11T08:19:00.181Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-11T08:19:00.184Z | Compiling bitflags v1.3.2 |
| 426 | 2026-05-11T08:19:00.225Z | Compiling managed v0.8.0 |
| 427 | 2026-05-11T08:19:00.233Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-05-11T08:19:00.237Z | Compiling cobs v0.3.0 |
| 429 | 2026-05-11T08:19:00.268Z | Compiling either v1.15.0 |
| 430 | 2026-05-11T08:19:00.345Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-11T08:19:00.430Z | Compiling itertools v0.14.0 |
| 432 | 2026-05-11T08:19:00.442Z | Compiling heapless v0.8.0 |
| 433 | 2026-05-11T08:19:00.454Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-05-11T08:19:00.500Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 435 | 2026-05-11T08:19:00.513Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-11T08:19:00.522Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-11T08:19:00.542Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-11T08:19:00.711Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-11T08:19:00.809Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-11T08:19:01.741Z | Compiling bitflags v2.11.1 |
| 441 | 2026-05-11T08:19:01.741Z | Compiling serde v1.0.228 |
| 442 | 2026-05-11T08:19:01.741Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-11T08:19:01.872Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-11T08:19:02.142Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-11T08:19:02.896Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-11T08:19:03.169Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-11T08:19:04.572Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-11T08:19:08.733Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-11T08:19:19.043Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-11T08:19:27.187Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.24s |
| 451 | 2026-05-11T08:19:27.211Z | Linking xde kmod... |
| 452 | 2026-05-11T08:19:28.352Z | Building xde dev link helper (dev). |
| 453 | 2026-05-11T08:19:28.506Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-11T08:19:28.835Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s |
| 455 | 2026-05-11T08:19:28.859Z | |
| 456 | 2026-05-11T08:19:28.862Z | real 41.466676123 |
| 457 | 2026-05-11T08:19:28.862Z | user 2:14.305716022 |
| 458 | 2026-05-11T08:19:28.862Z | sys 10.956653256 |
| 459 | 2026-05-11T08:19:28.862Z | trap 0.065778084 |
| 460 | 2026-05-11T08:19:28.862Z | tflt 0.373207256 |
| 461 | 2026-05-11T08:19:28.862Z | dflt 0.375844429 |
| 462 | 2026-05-11T08:19:28.862Z | kflt 0.000012720 |
| 463 | 2026-05-11T08:19:28.862Z | lock 6:29.618145621 |
| 464 | 2026-05-11T08:19:28.862Z | slp 3:55.937228135 |
| 465 | 2026-05-11T08:19:28.862Z | lat 5.443893824 |
| 466 | 2026-05-11T08:19:28.862Z | stop 4.586212337 |
| 467 | 2026-05-11T08:19:28.862Z | + header 'build xde (release)' |
| 468 | 2026-05-11T08:19:28.862Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-11T08:19:28.862Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-11T08:19:28.862Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-11T08:19:29.000Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-11T08:19:29.003Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-11T08:19:29.195Z | Building xde (release-lto). |
| 474 | 2026-05-11T08:19:29.426Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-05-11T08:19:29.426Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-05-11T08:19:29.426Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-11T08:19:29.426Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-05-11T08:19:29.426Z | Compiling quote v1.0.45 |
| 479 | 2026-05-11T08:19:29.429Z | Compiling strsim v0.11.1 |
| 480 | 2026-05-11T08:19:29.429Z | Compiling ident_case v1.0.1 |
| 481 | 2026-05-11T08:19:29.429Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-11T08:19:29.544Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-11T08:19:29.547Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-11T08:19:29.626Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-11T08:19:29.801Z | Compiling either v1.15.0 |
| 486 | 2026-05-11T08:19:29.806Z | Compiling zerocopy v0.8.48 |
| 487 | 2026-05-11T08:19:29.818Z | Compiling serde v1.0.228 |
| 488 | 2026-05-11T08:19:29.940Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-11T08:19:29.981Z | Compiling thiserror v2.0.18 |
| 490 | 2026-05-11T08:19:30.185Z | Compiling itertools v0.14.0 |
| 491 | 2026-05-11T08:19:30.213Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-11T08:19:30.538Z | Compiling syn v2.0.117 |
| 493 | 2026-05-11T08:19:30.582Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-11T08:19:30.616Z | Compiling version_check v0.9.5 |
| 495 | 2026-05-11T08:19:30.664Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-05-11T08:19:30.944Z | Compiling crc32fast v1.5.0 |
| 497 | 2026-05-11T08:19:30.982Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-05-11T08:19:31.048Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-05-11T08:19:32.546Z | Compiling regex v1.12.3 |
| 500 | 2026-05-11T08:19:32.765Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-11T08:19:32.800Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-11T08:19:33.606Z | Compiling thiserror-impl v2.0.18 |
| 503 | 2026-05-11T08:19:33.606Z | Compiling zerocopy-derive v0.8.48 |
| 504 | 2026-05-11T08:19:33.606Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-11T08:19:33.606Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-11T08:19:33.609Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-11T08:19:35.195Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-11T08:19:35.370Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-11T08:19:36.096Z | Compiling darling v0.21.3 |
| 510 | 2026-05-11T08:19:36.158Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-05-11T08:19:36.248Z | Compiling darling v0.23.0 |
| 512 | 2026-05-11T08:19:36.310Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-11T08:19:41.236Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-05-11T08:19:43.274Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-11T08:19:43.274Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-05-11T08:19:43.274Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-11T08:19:43.277Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-11T08:19:43.332Z | Compiling managed v0.8.0 |
| 519 | 2026-05-11T08:19:43.340Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-11T08:19:43.366Z | Compiling bitflags v1.3.2 |
| 521 | 2026-05-11T08:19:43.429Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-11T08:19:43.569Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-11T08:19:43.637Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-11T08:19:44.872Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-11T08:19:44.872Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-11T08:19:45.011Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-11T08:19:45.298Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-11T08:19:46.109Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-11T08:19:46.417Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-11T08:19:47.891Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-11T08:19:51.552Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-11T08:20:00.178Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-11T08:20:28.027Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.80s |
| 534 | 2026-05-11T08:20:28.050Z | Linking xde kmod... |
| 535 | 2026-05-11T08:20:28.587Z | Building xde dev link helper (release). |
| 536 | 2026-05-11T08:20:28.742Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-05-11T08:20:28.742Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-05-11T08:20:28.742Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-11T08:20:39.640Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-05-11T08:20:41.963Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.34s |
| 541 | 2026-05-11T08:20:41.982Z | |
| 542 | 2026-05-11T08:20:41.985Z | real 1:13.118574178 |
| 543 | 2026-05-11T08:20:41.985Z | user 2:05.265071212 |
| 544 | 2026-05-11T08:20:41.985Z | sys 12.197253572 |
| 545 | 2026-05-11T08:20:41.985Z | trap 0.036098831 |
| 546 | 2026-05-11T08:20:41.985Z | tflt 0.143365278 |
| 547 | 2026-05-11T08:20:41.985Z | dflt 0.247784363 |
| 548 | 2026-05-11T08:20:41.985Z | kflt 0.000014810 |
| 549 | 2026-05-11T08:20:41.985Z | lock 10:27.068997423 |
| 550 | 2026-05-11T08:20:41.985Z | slp 5:58.192847341 |
| 551 | 2026-05-11T08:20:41.985Z | lat 2.762871388 |
| 552 | 2026-05-11T08:20:41.985Z | stop 5.087987997 |
| 553 | 2026-05-11T08:20:41.985Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-11T08:20:41.985Z | + grep GOTPCREL |
| 555 | 2026-05-11T08:20:43.738Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-11T08:20:43.742Z | + grep GOTPCREL |
| 557 | 2026-05-11T08:20:44.652Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-11T08:20:44.708Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-11T08:20:44.759Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-11T08:20:44.762Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-11T08:20:44.765Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-11T08:20:44.798Z | + sha256sum /work/release/xde |
| 563 | 2026-05-11T08:20:44.826Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-11T08:20:44.829Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-11T08:20:44.832Z | + header 'build xde integration tests' |
| 566 | 2026-05-11T08:20:44.832Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-11T08:20:44.832Z | # ==== build xde integration tests ==== # |
| 568 | 2026-05-11T08:20:44.833Z | + pushd xde-tests |
| 569 | 2026-05-11T08:20:44.833Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-11T08:20:44.833Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-11T08:20:44.912Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-11T08:20:45.125Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-11T08:20:45.125Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-11T08:20:45.125Z | Checking memchr v2.8.0 |
| 575 | 2026-05-11T08:20:45.125Z | Compiling serde v1.0.228 |
| 576 | 2026-05-11T08:20:45.128Z | Compiling rustversion v1.0.22 |
| 577 | 2026-05-11T08:20:45.128Z | Compiling strsim v0.11.1 |
| 578 | 2026-05-11T08:20:45.128Z | Compiling ident_case v1.0.1 |
| 579 | 2026-05-11T08:20:45.128Z | Compiling syn v2.0.117 |
| 580 | 2026-05-11T08:20:45.194Z | Compiling version_check v0.9.5 |
| 581 | 2026-05-11T08:20:45.245Z | Compiling libc v0.2.186 |
| 582 | 2026-05-11T08:20:45.447Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-11T08:20:45.475Z | Compiling syn v1.0.109 |
| 584 | 2026-05-11T08:20:45.514Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-05-11T08:20:45.521Z | Compiling regex-syntax v0.8.10 |
| 586 | 2026-05-11T08:20:45.588Z | Compiling either v1.15.0 |
| 587 | 2026-05-11T08:20:45.776Z | Compiling hashbrown v0.17.0 |
| 588 | 2026-05-11T08:20:45.804Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-05-11T08:20:45.923Z | Compiling equivalent v1.0.2 |
| 590 | 2026-05-11T08:20:45.974Z | Compiling zerocopy v0.8.48 |
| 591 | 2026-05-11T08:20:45.997Z | Compiling winnow v1.0.2 |
| 592 | 2026-05-11T08:20:46.296Z | Compiling indexmap v2.14.0 |
| 593 | 2026-05-11T08:20:46.377Z | Compiling itertools v0.14.0 |
| 594 | 2026-05-11T08:20:46.890Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-05-11T08:20:46.926Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-11T08:20:46.992Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-05-11T08:20:47.184Z | Checking byteorder v1.5.0 |
| 598 | 2026-05-11T08:20:47.205Z | Compiling heapless v0.8.0 |
| 599 | 2026-05-11T08:20:47.432Z | Checking hash32 v0.3.1 |
| 600 | 2026-05-11T08:20:47.503Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 601 | 2026-05-11T08:20:47.532Z | Checking bitflags v2.11.1 |
| 602 | 2026-05-11T08:20:47.551Z | Compiling slog v2.8.2 |
| 603 | 2026-05-11T08:20:47.586Z | Compiling smoltcp v0.11.0 |
| 604 | 2026-05-11T08:20:47.643Z | Checking futures-core v0.3.32 |
| 605 | 2026-05-11T08:20:47.680Z | Compiling darling_core v0.21.3 |
| 606 | 2026-05-11T08:20:47.755Z | Compiling darling_core v0.23.0 |
| 607 | 2026-05-11T08:20:47.758Z | Checking macaddr v1.0.1 |
| 608 | 2026-05-11T08:20:47.888Z | Checking stable_deref_trait v1.2.1 |
| 609 | 2026-05-11T08:20:47.906Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 610 | 2026-05-11T08:20:47.951Z | Checking futures-sink v0.3.32 |
| 611 | 2026-05-11T08:20:48.038Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-11T08:20:48.137Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-11T08:20:48.401Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-11T08:20:48.549Z | Checking futures-task v0.3.32 |
| 615 | 2026-05-11T08:20:48.565Z | Compiling regex v1.12.3 |
| 616 | 2026-05-11T08:20:48.612Z | Compiling crc32fast v1.5.0 |
| 617 | 2026-05-11T08:20:48.676Z | Checking slab v0.4.12 |
| 618 | 2026-05-11T08:20:48.825Z | Compiling autocfg v1.5.0 |
| 619 | 2026-05-11T08:20:48.886Z | Checking futures-io v0.3.32 |
| 620 | 2026-05-11T08:20:48.903Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-05-11T08:20:48.957Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-05-11T08:20:48.989Z | Compiling zerocopy-derive v0.8.48 |
| 623 | 2026-05-11T08:20:49.167Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-05-11T08:20:49.353Z | Compiling ref-cast v1.0.25 |
| 625 | 2026-05-11T08:20:49.534Z | Checking managed v0.8.0 |
| 626 | 2026-05-11T08:20:49.669Z | Compiling getrandom v0.4.2 |
| 627 | 2026-05-11T08:20:49.711Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 628 | 2026-05-11T08:20:49.840Z | Compiling darling_macro v0.21.3 |
| 629 | 2026-05-11T08:20:49.912Z | Checking bitflags v1.3.2 |
| 630 | 2026-05-11T08:20:49.917Z | Compiling darling_macro v0.23.0 |
| 631 | 2026-05-11T08:20:49.922Z | Checking rand_core v0.10.1 |
| 632 | 2026-05-11T08:20:49.983Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-11T08:20:50.096Z | Compiling num-traits v0.2.19 |
| 634 | 2026-05-11T08:20:50.203Z | Checking thiserror v2.0.18 |
| 635 | 2026-05-11T08:20:50.296Z | Checking cobs v0.3.0 |
| 636 | 2026-05-11T08:20:50.318Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-05-11T08:20:50.378Z | Compiling darling v0.21.3 |
| 638 | 2026-05-11T08:20:50.427Z | Compiling foreign-types-macros v0.2.3 |
| 639 | 2026-05-11T08:20:50.445Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-05-11T08:20:50.447Z | Compiling darling v0.23.0 |
| 641 | 2026-05-11T08:20:50.516Z | Compiling num_enum_derive v0.7.6 |
| 642 | 2026-05-11T08:20:50.962Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-11T08:20:51.034Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-05-11T08:20:51.175Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-05-11T08:20:51.247Z | Checking once_cell v1.21.4 |
| 646 | 2026-05-11T08:20:51.252Z | Compiling crossbeam-utils v0.8.21 |
| 647 | 2026-05-11T08:20:51.408Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-05-11T08:20:51.408Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-05-11T08:20:51.470Z | Checking foreign-types-shared v0.3.1 |
| 650 | 2026-05-11T08:20:51.520Z | Checking unicode-width v0.2.2 |
| 651 | 2026-05-11T08:20:51.543Z | Checking foreign-types v0.5.0 |
| 652 | 2026-05-11T08:20:51.554Z | Checking num_enum v0.7.6 |
| 653 | 2026-05-11T08:20:51.577Z | Checking chacha20 v0.10.0 |
| 654 | 2026-05-11T08:20:51.605Z | Checking tracing-core v0.1.36 |
| 655 | 2026-05-11T08:20:51.760Z | Checking tabwriter v1.4.1 |
| 656 | 2026-05-11T08:20:51.760Z | Checking anyhow v1.0.102 |
| 657 | 2026-05-11T08:20:51.917Z | Checking futures-executor v0.3.32 |
| 658 | 2026-05-11T08:20:51.942Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-05-11T08:20:52.055Z | Checking erased-serde v0.3.31 |
| 660 | 2026-05-11T08:20:52.085Z | Checking postcard v1.1.3 |
| 661 | 2026-05-11T08:20:52.138Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-11T08:20:52.169Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-05-11T08:20:52.178Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-05-11T08:20:52.589Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-11T08:20:52.632Z | Checking pretty-hex v0.4.2 |
| 666 | 2026-05-11T08:20:52.667Z | Checking dyn-clone v1.0.20 |
| 667 | 2026-05-11T08:20:52.696Z | Compiling num-conv v0.2.1 |
| 668 | 2026-05-11T08:20:52.735Z | Compiling time-core v0.1.8 |
| 669 | 2026-05-11T08:20:52.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 670 | 2026-05-11T08:20:52.757Z | Checking powerfmt v0.2.0 |
| 671 | 2026-05-11T08:20:52.831Z | Compiling thiserror v1.0.69 |
| 672 | 2026-05-11T08:20:52.867Z | Compiling time-macros v0.2.27 |
| 673 | 2026-05-11T08:20:52.901Z | Checking deranged v0.5.8 |
| 674 | 2026-05-11T08:20:52.952Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 675 | 2026-05-11T08:20:53.090Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-05-11T08:20:53.100Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-05-11T08:20:53.183Z | Checking ingot-types v0.1.2 |
| 678 | 2026-05-11T08:20:53.188Z | Checking rand v0.10.1 |
| 679 | 2026-05-11T08:20:53.294Z | Checking futures v0.3.32 |
| 680 | 2026-05-11T08:20:53.376Z | Checking tracing v0.1.44 |
| 681 | 2026-05-11T08:20:53.468Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-05-11T08:20:53.509Z | Checking ingot v0.1.1 |
| 683 | 2026-05-11T08:20:53.553Z | Checking uuid v1.23.1 |
| 684 | 2026-05-11T08:20:53.635Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-11T08:20:53.677Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-11T08:20:53.793Z | Checking nom v8.0.0 |
| 687 | 2026-05-11T08:20:53.803Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-11T08:20:53.841Z | Checking iana-time-zone v0.1.65 |
| 689 | 2026-05-11T08:20:53.915Z | Checking oxnet v0.1.5 |
| 690 | 2026-05-11T08:20:54.055Z | Checking itoa v1.0.18 |
| 691 | 2026-05-11T08:20:54.076Z | Checking lazy_static v1.5.0 |
| 692 | 2026-05-11T08:20:54.078Z | Compiling heck v0.4.1 |
| 693 | 2026-05-11T08:20:54.192Z | Checking colored v3.1.1 |
| 694 | 2026-05-11T08:20:54.263Z | Compiling slog-async v2.8.0 |
| 695 | 2026-05-11T08:20:54.371Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 696 | 2026-05-11T08:20:54.391Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-05-11T08:20:54.535Z | Checking time v0.3.47 |
| 698 | 2026-05-11T08:20:54.658Z | Checking slog-scope v4.4.1 |
| 699 | 2026-05-11T08:20:54.780Z | Checking chrono v0.4.44 |
| 700 | 2026-05-11T08:20:54.783Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-11T08:20:55.047Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-05-11T08:20:55.100Z | Checking itertools v0.12.1 |
| 703 | 2026-05-11T08:20:55.126Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 704 | 2026-05-11T08:20:55.286Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-11T08:20:55.346Z | Checking term v1.2.1 |
| 706 | 2026-05-11T08:20:55.363Z | Checking circular v0.3.0 |
| 707 | 2026-05-11T08:20:55.471Z | Checking log v0.4.29 |
| 708 | 2026-05-11T08:20:55.564Z | Checking take_mut v0.2.2 |
| 709 | 2026-05-11T08:20:55.578Z | Checking slog-term v2.9.2 |
| 710 | 2026-05-11T08:20:55.625Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-05-11T08:20:55.770Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-11T08:20:55.888Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-11T08:20:56.064Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-11T08:20:56.347Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-11T08:20:56.769Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-11T08:20:59.468Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-11T08:21:01.101Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-11T08:21:01.104Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-11T08:21:01.439Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-11T08:21:01.969Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.01s |
| 721 | 2026-05-11T08:21:02.007Z | + cargo build --test loopback |
| 722 | 2026-05-11T08:21:02.179Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-11T08:21:02.179Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-11T08:21:02.182Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-11T08:21:02.207Z | Compiling libc v0.2.186 |
| 726 | 2026-05-11T08:21:02.210Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-11T08:21:02.213Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-11T08:21:02.216Z | Compiling either v1.15.0 |
| 729 | 2026-05-11T08:21:02.216Z | Compiling byteorder v1.5.0 |
| 730 | 2026-05-11T08:21:02.254Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-11T08:21:02.282Z | Compiling futures-sink v0.3.32 |
| 732 | 2026-05-11T08:21:02.282Z | Compiling futures-core v0.3.32 |
| 733 | 2026-05-11T08:21:02.372Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-11T08:21:02.375Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-05-11T08:21:02.395Z | Compiling macaddr v1.0.1 |
| 736 | 2026-05-11T08:21:02.434Z | Compiling futures-channel v0.3.32 |
| 737 | 2026-05-11T08:21:02.439Z | Compiling cobs v0.3.0 |
| 738 | 2026-05-11T08:21:02.514Z | Compiling heapless v0.8.0 |
| 739 | 2026-05-11T08:21:02.548Z | Compiling bitflags v1.3.2 |
| 740 | 2026-05-11T08:21:02.635Z | Compiling slab v0.4.12 |
| 741 | 2026-05-11T08:21:02.641Z | Compiling managed v0.8.0 |
| 742 | 2026-05-11T08:21:02.658Z | Compiling futures-task v0.3.32 |
| 743 | 2026-05-11T08:21:02.709Z | Compiling futures-io v0.3.32 |
| 744 | 2026-05-11T08:21:02.804Z | Compiling rand_core v0.10.1 |
| 745 | 2026-05-11T08:21:02.845Z | Compiling futures-util v0.3.32 |
| 746 | 2026-05-11T08:21:02.850Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-05-11T08:21:02.895Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-05-11T08:21:02.938Z | Compiling cpufeatures v0.3.0 |
| 749 | 2026-05-11T08:21:02.958Z | Compiling once_cell v1.21.4 |
| 750 | 2026-05-11T08:21:03.002Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-05-11T08:21:03.066Z | Compiling foreign-types-shared v0.3.1 |
| 752 | 2026-05-11T08:21:03.152Z | Compiling unicode-width v0.2.2 |
| 753 | 2026-05-11T08:21:03.197Z | Compiling foreign-types v0.5.0 |
| 754 | 2026-05-11T08:21:03.267Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-05-11T08:21:03.456Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-05-11T08:21:03.566Z | Compiling chacha20 v0.10.0 |
| 757 | 2026-05-11T08:21:03.754Z | Compiling getrandom v0.4.2 |
| 758 | 2026-05-11T08:21:03.865Z | Compiling ref-cast v1.0.25 |
| 759 | 2026-05-11T08:21:03.900Z | Compiling serde v1.0.228 |
| 760 | 2026-05-11T08:21:03.958Z | Compiling bitflags v2.11.1 |
| 761 | 2026-05-11T08:21:03.963Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 762 | 2026-05-11T08:21:04.146Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 763 | 2026-05-11T08:21:04.365Z | Compiling erased-serde v0.3.31 |
| 764 | 2026-05-11T08:21:04.550Z | Compiling postcard v1.1.3 |
| 765 | 2026-05-11T08:21:04.624Z | Compiling num_enum v0.7.6 |
| 766 | 2026-05-11T08:21:04.653Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 767 | 2026-05-11T08:21:04.735Z | Compiling crc32fast v1.5.0 |
| 768 | 2026-05-11T08:21:04.757Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-11T08:21:04.761Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-05-11T08:21:04.858Z | Compiling slog v2.8.2 |
| 771 | 2026-05-11T08:21:04.901Z | Compiling itertools v0.14.0 |
| 772 | 2026-05-11T08:21:04.918Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-05-11T08:21:04.981Z | Compiling futures-executor v0.3.32 |
| 774 | 2026-05-11T08:21:05.084Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-11T08:21:05.260Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-05-11T08:21:05.418Z | Compiling ingot v0.1.1 |
| 777 | 2026-05-11T08:21:05.426Z | Compiling pretty-hex v0.4.2 |
| 778 | 2026-05-11T08:21:05.470Z | Compiling powerfmt v0.2.0 |
| 779 | 2026-05-11T08:21:05.488Z | Compiling tracing v0.1.44 |
| 780 | 2026-05-11T08:21:05.557Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 781 | 2026-05-11T08:21:05.575Z | Compiling futures v0.3.32 |
| 782 | 2026-05-11T08:21:05.591Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 783 | 2026-05-11T08:21:05.644Z | Compiling deranged v0.5.8 |
| 784 | 2026-05-11T08:21:05.703Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-11T08:21:05.738Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-11T08:21:05.767Z | Compiling uuid v1.23.1 |
| 787 | 2026-05-11T08:21:05.845Z | Compiling rand v0.10.1 |
| 788 | 2026-05-11T08:21:05.866Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-11T08:21:06.189Z | Compiling nom v8.0.0 |
| 790 | 2026-05-11T08:21:06.361Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-05-11T08:21:06.407Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-11T08:21:06.620Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-11T08:21:06.712Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-11T08:21:06.810Z | Compiling time-core v0.1.8 |
| 795 | 2026-05-11T08:21:06.952Z | Compiling lazy_static v1.5.0 |
| 796 | 2026-05-11T08:21:07.039Z | Compiling iana-time-zone v0.1.65 |
| 797 | 2026-05-11T08:21:07.045Z | Compiling num-conv v0.2.1 |
| 798 | 2026-05-11T08:21:07.087Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 799 | 2026-05-11T08:21:07.180Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-05-11T08:21:07.300Z | Compiling winnow v1.0.2 |
| 801 | 2026-05-11T08:21:07.320Z | Compiling oxnet v0.1.5 |
| 802 | 2026-05-11T08:21:07.522Z | Compiling regex-syntax v0.8.10 |
| 803 | 2026-05-11T08:21:07.556Z | Compiling colored v3.1.1 |
| 804 | 2026-05-11T08:21:07.642Z | Compiling time v0.3.47 |
| 805 | 2026-05-11T08:21:07.799Z | Compiling chrono v0.4.44 |
| 806 | 2026-05-11T08:21:08.666Z | Compiling rusticata-macros v5.0.0 |
| 807 | 2026-05-11T08:21:08.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 808 | 2026-05-11T08:21:08.990Z | Compiling regex-automata v0.4.14 |
| 809 | 2026-05-11T08:21:09.553Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-05-11T08:21:09.599Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-11T08:21:09.699Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-11T08:21:10.041Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-11T08:21:10.363Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-11T08:21:10.452Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-11T08:21:10.454Z | Compiling take_mut v0.2.2 |
| 816 | 2026-05-11T08:21:10.556Z | Compiling log v0.4.29 |
| 817 | 2026-05-11T08:21:10.815Z | Compiling term v1.2.1 |
| 818 | 2026-05-11T08:21:11.845Z | Compiling circular v0.3.0 |
| 819 | 2026-05-11T08:21:11.865Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 820 | 2026-05-11T08:21:12.097Z | Compiling pcap-parser v0.17.0 |
| 821 | 2026-05-11T08:21:13.335Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-11T08:21:13.543Z | Compiling slog-term v2.9.2 |
| 823 | 2026-05-11T08:21:13.944Z | Compiling regex v1.12.3 |
| 824 | 2026-05-11T08:21:14.989Z | Compiling slog-stdlog v4.1.1 |
| 825 | 2026-05-11T08:21:15.117Z | Compiling slog-async v2.8.0 |
| 826 | 2026-05-11T08:21:15.229Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 827 | 2026-05-11T08:21:15.425Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-05-11T08:21:15.842Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-05-11T08:21:16.367Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 830 | 2026-05-11T08:21:18.335Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-11T08:21:24.555Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.54s |
| 832 | 2026-05-11T08:21:24.589Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-11T08:21:24.592Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-11T08:21:24.713Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c0436ac2f9e0cef8 |
| 835 | 2026-05-11T08:21:24.713Z | + cargo build --test multicast_rx |
| 836 | 2026-05-11T08:21:24.820Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-11T08:21:26.359Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.63s |
| 838 | 2026-05-11T08:21:26.396Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-11T08:21:26.398Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-11T08:21:26.517Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e0f947cdb7759ba0 |
| 841 | 2026-05-11T08:21:26.517Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-11T08:21:26.623Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-11T08:21:28.370Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.84s |
| 844 | 2026-05-11T08:21:28.406Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-11T08:21:28.409Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-11T08:21:28.526Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-a0a87779e1c7c759 |
| 847 | 2026-05-11T08:21:28.526Z | + cargo build --test multicast_validation |
| 848 | 2026-05-11T08:21:28.629Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-11T08:21:30.516Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 850 | 2026-05-11T08:21:30.553Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-11T08:21:30.557Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-11T08:21:30.673Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-ae0415a9bb91e854 |
| 853 | 2026-05-11T08:21:30.674Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-11T08:21:30.778Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-11T08:21:32.753Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.07s |
| 856 | 2026-05-11T08:21:32.788Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-11T08:21:32.791Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-11T08:21:32.911Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20ea9ccfb03a1233 |
| 859 | 2026-05-11T08:21:32.911Z | + mkdir -p /work/test |
| 860 | 2026-05-11T08:21:32.914Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-c0436ac2f9e0cef8 /work/test/loopback |
| 861 | 2026-05-11T08:21:32.953Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e0f947cdb7759ba0 /work/test/multicast_rx |
| 862 | 2026-05-11T08:21:32.994Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-a0a87779e1c7c759 /work/test/multicast_multi_sub |
| 863 | 2026-05-11T08:21:33.041Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-ae0415a9bb91e854 /work/test/multicast_validation |
| 864 | 2026-05-11T08:21:33.083Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20ea9ccfb03a1233 /work/test/multicast_source_filter |
| 865 | 2026-05-11T08:21:33.125Z | process exited: duration 226124 ms, exit code 0 |
| |
| 866 | 2026-05-11T08:21:33.141Z | found 14 output files |
| 867 | 2026-05-11T08:21:33.141Z | uploading: /work/debug/xde.dbg (91620096 bytes) |
| 868 | 2026-05-11T08:21:34.725Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-11T08:21:34.725Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-11T08:21:35.733Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-11T08:21:35.733Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-11T08:21:36.753Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-11T08:21:36.753Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-11T08:21:37.762Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-11T08:21:37.762Z | uploading: /work/release/xde (49459568 bytes) |
| 876 | 2026-05-11T08:21:39.043Z | uploaded: /work/release/xde |
| 877 | 2026-05-11T08:21:39.043Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-11T08:21:40.051Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-11T08:21:40.051Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-11T08:21:41.060Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-11T08:21:41.060Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-11T08:21:42.068Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-11T08:21:42.068Z | uploading: /work/test/loopback (49838880 bytes) |
| 884 | 2026-05-11T08:21:43.366Z | uploaded: /work/test/loopback |
| 885 | 2026-05-11T08:21:43.366Z | uploading: /work/test/multicast_rx (50131024 bytes) |
| 886 | 2026-05-11T08:21:44.667Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-11T08:21:44.675Z | uploading: /work/test/multicast_multi_sub (56366056 bytes) |
| 888 | 2026-05-11T08:21:46.115Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-11T08:21:46.118Z | uploading: /work/test/multicast_validation (50283448 bytes) |
| 890 | 2026-05-11T08:21:47.386Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-11T08:21:47.386Z | uploading: /work/test/multicast_source_filter (50587984 bytes) |
| 892 | 2026-05-11T08:21:48.701Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-11T08:21:48.704Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-11T08:21:49.710Z | uploaded: /work/xde.conf |