|
|
|
| 1 | 2026-08-06T06:22:51.040Z | job assigned to worker 01KZAVRQGAX5GM9HM5BAYC6CXS [factory aws, i-0a3e380d678730000] (queued for 57 s) |
| |
| 2 | 2026-08-06T06:22:57.740Z | starting task 0: "setup" |
| 3 | 2026-08-06T06:22:57.746Z | ++ uname -s |
| 4 | 2026-08-06T06:22:57.749Z | + kern=SunOS |
| 5 | 2026-08-06T06:22:57.749Z | + build_user=build |
| 6 | 2026-08-06T06:22:57.749Z | + build_uid=12345 |
| 7 | 2026-08-06T06:22:57.749Z | + work_dir=/work |
| 8 | 2026-08-06T06:22:57.749Z | + input_dir=/input |
| 9 | 2026-08-06T06:22:57.749Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T06:22:57.749Z | + case "$kern" in |
| 11 | 2026-08-06T06:22:57.749Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T06:22:57.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T06:22:59.755Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T06:22:59.865Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T06:22:59.867Z | + home_fs=zfs |
| 16 | 2026-08-06T06:22:59.867Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T06:22:59.867Z | + mkdir -p /home/build |
| 18 | 2026-08-06T06:22:59.867Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T06:23:01.869Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T06:23:01.872Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-08-06T06:23:01.878Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T06:23:01.882Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-06T06:23:01.882Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-06T06:23:01.882Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-08-06T06:23:01.882Z | * rust toolchain profile = "default" |
| 26 | 2026-08-06T06:23:01.882Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-06T06:23:01.882Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-06T06:23:01.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T06:23:01.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-06T06:23:01.991Z | info: downloading installer |
| 31 | 2026-08-06T06:23:03.268Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-06T06:23:03.268Z | warn: /opt/ooce/bin |
| 33 | 2026-08-06T06:23:03.269Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-06T06:23:03.269Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-06T06:23:03.272Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-06T06:23:03.272Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-06T06:23:03.272Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-06T06:23:03.272Z | error: cannot install while Rust is installed |
| 39 | 2026-08-06T06:23:03.272Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-06T06:23:03.272Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-06T06:23:03.272Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-06T06:23:03.272Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-06T06:23:03.272Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-06T06:23:03.283Z | info: profile set to default |
| 45 | 2026-08-06T06:23:03.283Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-06T06:23:03.285Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-08-06T06:23:03.433Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-08-06T06:23:03.436Z | info: downloading 6 components |
| 49 | 2026-08-06T06:23:17.107Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-08-06T06:23:17.107Z | |
| 51 | 2026-08-06T06:23:17.139Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-08-06T06:23:17.139Z | |
| 53 | 2026-08-06T06:23:17.139Z | |
| 54 | 2026-08-06T06:23:17.139Z | Rust is installed now. Great! |
| 55 | 2026-08-06T06:23:17.139Z | |
| 56 | 2026-08-06T06:23:17.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-06T06:23:17.142Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-06T06:23:17.142Z | |
| 59 | 2026-08-06T06:23:17.142Z | To configure your current shell, you need to source |
| 60 | 2026-08-06T06:23:17.143Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-06T06:23:17.143Z | |
| 62 | 2026-08-06T06:23:17.143Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-06T06:23:17.143Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-06T06:23:17.143Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-06T06:23:17.143Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-06T06:23:17.143Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-06T06:23:17.143Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-06T06:23:17.143Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-06T06:23:17.143Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-06T06:23:17.143Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-06T06:23:17.231Z | + rustup --version |
| 72 | 2026-08-06T06:23:17.240Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-06T06:23:17.243Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-06T06:23:17.264Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-08-06T06:23:17.267Z | + cargo --version |
| 76 | 2026-08-06T06:23:17.279Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-08-06T06:23:17.281Z | + rustc --version |
| 78 | 2026-08-06T06:23:17.302Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-08-06T06:23:17.305Z | process exited: duration 15424 ms, exit code 0 |
| |
| 80 | 2026-08-06T06:23:17.310Z | starting task 2: "authentication" |
| 81 | 2026-08-06T06:23:17.327Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-06T06:23:17.332Z | starting task 3: "clone repository" |
| 83 | 2026-08-06T06:23:17.335Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-08-06T06:23:17.338Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-08-06T06:23:17.372Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-08-06T06:23:18.428Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-08-06T06:23:18.428Z | + git fetch origin 6885fe0476bdd3767449065698fe0aa763f98a4d |
| 88 | 2026-08-06T06:23:18.682Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-08-06T06:23:18.682Z | * branch 6885fe0476bdd3767449065698fe0aa763f98a4d -> FETCH_HEAD |
| 90 | 2026-08-06T06:23:18.688Z | + [[ -n zl/multicast ]] |
| 91 | 2026-08-06T06:23:18.692Z | ++ git branch --show-current |
| 92 | 2026-08-06T06:23:18.692Z | + current=master |
| 93 | 2026-08-06T06:23:18.692Z | + [[ master != zl/multicast ]] |
| 94 | 2026-08-06T06:23:18.692Z | + git branch -f zl/multicast 6885fe0476bdd3767449065698fe0aa763f98a4d |
| 95 | 2026-08-06T06:23:18.695Z | + git checkout -f zl/multicast |
| 96 | 2026-08-06T06:23:18.716Z | Switched to branch 'zl/multicast' |
| 97 | 2026-08-06T06:23:18.719Z | + git reset --hard 6885fe0476bdd3767449065698fe0aa763f98a4d |
| 98 | 2026-08-06T06:23:18.723Z | HEAD is now at 6885fe04 [viona] move to 775|patchset 8 |
| 99 | 2026-08-06T06:23:18.726Z | process exited: duration 1391 ms, exit code 0 |
| |
| 100 | 2026-08-06T06:23:18.748Z | starting task 4: "build" |
| 101 | 2026-08-06T06:23:18.757Z | hint: Using 'master' as the name for the initial branch. This default branch name |
| 102 | 2026-08-06T06:23:18.757Z | hint: is subject to change. To configure the initial branch name to use in all |
| 103 | 2026-08-06T06:23:18.757Z | hint: of your new repositories, which will suppress this warning, call: |
| 104 | 2026-08-06T06:23:18.757Z | hint: |
| 105 | 2026-08-06T06:23:18.757Z | hint: git config --global init.defaultBranch <name> |
| 106 | 2026-08-06T06:23:18.757Z | hint: |
| 107 | 2026-08-06T06:23:18.757Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
| 108 | 2026-08-06T06:23:18.757Z | hint: 'development'. The just-created branch can be renamed via this command: |
| 109 | 2026-08-06T06:23:18.757Z | hint: |
| 110 | 2026-08-06T06:23:18.760Z | hint: git branch -m <name> |
| 111 | 2026-08-06T06:23:18.761Z | Initialized empty Git repository in /work/oxidecomputer/propolis/gate_src/.git/ |
| 112 | 2026-08-06T06:24:05.447Z | From https://code.oxide.computer/illumos-gate |
| 113 | 2026-08-06T06:24:05.447Z | * branch refs/changes/75/775/8 -> FETCH_HEAD |
| 114 | 2026-08-06T06:24:08.361Z | HEAD is now at ad1f8f18 stlouis#986 Want viona ioctls to control MAC filter tables |
| 115 | 2026-08-06T06:24:08.430Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 116 | 2026-08-06T06:24:08.463Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 117 | 2026-08-06T06:24:08.547Z | Updating crates.io index |
| 118 | 2026-08-06T06:24:09.081Z | Locking 45 packages to latest compatible versions |
| 119 | 2026-08-06T06:24:09.084Z | Adding strum v0.25.0 (available: v0.28.0) |
| 120 | 2026-08-06T06:24:09.087Z | Downloading crates ... |
| 121 | 2026-08-06T06:24:09.150Z | Downloaded proc-macro2 v1.0.107 |
| 122 | 2026-08-06T06:24:09.153Z | Downloaded dirs-sys v0.3.7 |
| 123 | 2026-08-06T06:24:09.156Z | Downloaded dirs v2.0.2 |
| 124 | 2026-08-06T06:24:09.159Z | Downloaded heck v0.5.0 |
| 125 | 2026-08-06T06:24:09.162Z | Downloaded strum v0.25.0 |
| 126 | 2026-08-06T06:24:09.162Z | Downloaded itoa v1.0.18 |
| 127 | 2026-08-06T06:24:09.169Z | Downloaded strum v0.26.3 |
| 128 | 2026-08-06T06:24:09.176Z | Downloaded rustc_version v0.4.1 |
| 129 | 2026-08-06T06:24:09.179Z | Downloaded unicode-xid v0.2.6 |
| 130 | 2026-08-06T06:24:09.185Z | Downloaded garando_errors v0.1.0 |
| 131 | 2026-08-06T06:24:09.187Z | Downloaded strum_macros v0.26.4 |
| 132 | 2026-08-06T06:24:09.187Z | Downloaded quote v1.0.47 |
| 133 | 2026-08-06T06:24:09.190Z | Downloaded bitflags v1.3.2 |
| 134 | 2026-08-06T06:24:09.190Z | Downloaded cfg-if v0.1.10 |
| 135 | 2026-08-06T06:24:09.193Z | Downloaded shlex v2.0.1 |
| 136 | 2026-08-06T06:24:09.197Z | Downloaded ctest2 v0.4.10 |
| 137 | 2026-08-06T06:24:09.201Z | Downloaded rustversion v1.0.23 |
| 138 | 2026-08-06T06:24:09.206Z | Downloaded zmij v1.0.23 |
| 139 | 2026-08-06T06:24:09.209Z | Downloaded semver v1.0.28 |
| 140 | 2026-08-06T06:24:09.211Z | Downloaded garando_pos v0.1.0 |
| 141 | 2026-08-06T06:24:09.216Z | Downloaded term v0.6.1 |
| 142 | 2026-08-06T06:24:09.218Z | Downloaded serde_core v1.0.229 |
| 143 | 2026-08-06T06:24:09.222Z | Downloaded unicode-ident v1.0.24 |
| 144 | 2026-08-06T06:24:09.222Z | Downloaded find-msvc-tools v0.1.9 |
| 145 | 2026-08-06T06:24:09.226Z | Downloaded log v0.4.33 |
| 146 | 2026-08-06T06:24:09.228Z | Downloaded serde v1.0.229 |
| 147 | 2026-08-06T06:24:09.237Z | Downloaded serde_derive v1.0.229 |
| 148 | 2026-08-06T06:24:09.246Z | Downloaded memchr v2.8.3 |
| 149 | 2026-08-06T06:24:09.249Z | Downloaded cc v1.4.0 |
| 150 | 2026-08-06T06:24:09.278Z | Downloaded serde_json v1.0.151 |
| 151 | 2026-08-06T06:24:09.289Z | Downloaded garando_syntax v0.1.1 |
| 152 | 2026-08-06T06:24:09.295Z | Downloaded syn v3.0.3 |
| 153 | 2026-08-06T06:24:09.301Z | Downloaded syn v2.0.119 |
| 154 | 2026-08-06T06:24:09.342Z | Downloaded libc v0.2.189 |
| 155 | 2026-08-06T06:24:09.397Z | Compiling proc-macro2 v1.0.107 |
| 156 | 2026-08-06T06:24:09.397Z | Compiling quote v1.0.47 |
| 157 | 2026-08-06T06:24:09.400Z | Compiling unicode-ident v1.0.24 |
| 158 | 2026-08-06T06:24:09.400Z | Compiling libc v0.2.189 |
| 159 | 2026-08-06T06:24:09.400Z | Compiling serde_core v1.0.229 |
| 160 | 2026-08-06T06:24:09.400Z | Compiling serde v1.0.229 |
| 161 | 2026-08-06T06:24:09.400Z | Compiling zmij v1.0.23 |
| 162 | 2026-08-06T06:24:09.400Z | Compiling rustversion v1.0.23 |
| 163 | 2026-08-06T06:24:09.573Z | Compiling cfg-if v0.1.10 |
| 164 | 2026-08-06T06:24:09.630Z | Compiling serde_json v1.0.151 |
| 165 | 2026-08-06T06:24:09.841Z | Compiling heck v0.5.0 |
| 166 | 2026-08-06T06:24:09.863Z | Compiling unicode-xid v0.2.6 |
| 167 | 2026-08-06T06:24:09.901Z | Compiling itoa v1.0.18 |
| 168 | 2026-08-06T06:24:09.959Z | Compiling memchr v2.8.3 |
| 169 | 2026-08-06T06:24:10.036Z | Compiling log v0.4.33 |
| 170 | 2026-08-06T06:24:10.072Z | Compiling shlex v2.0.1 |
| 171 | 2026-08-06T06:24:10.124Z | Compiling find-msvc-tools v0.1.9 |
| 172 | 2026-08-06T06:24:10.204Z | Compiling dirs-sys v0.3.7 |
| 173 | 2026-08-06T06:24:10.240Z | Compiling bitflags v1.3.2 |
| 174 | 2026-08-06T06:24:10.247Z | Compiling semver v1.0.28 |
| 175 | 2026-08-06T06:24:10.302Z | Compiling cc v1.4.0 |
| 176 | 2026-08-06T06:24:10.357Z | Compiling dirs v2.0.2 |
| 177 | 2026-08-06T06:24:10.410Z | Compiling strum v0.25.0 |
| 178 | 2026-08-06T06:24:10.429Z | Compiling term v0.6.1 |
| 179 | 2026-08-06T06:24:10.463Z | Compiling rustc_version v0.4.1 |
| 180 | 2026-08-06T06:24:10.668Z | Compiling syn v3.0.3 |
| 181 | 2026-08-06T06:24:10.669Z | Compiling syn v2.0.119 |
| 182 | 2026-08-06T06:24:12.040Z | Compiling serde_derive v1.0.229 |
| 183 | 2026-08-06T06:24:12.333Z | Compiling strum_macros v0.26.4 |
| 184 | 2026-08-06T06:24:13.378Z | Compiling strum v0.26.3 |
| 185 | 2026-08-06T06:24:13.449Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 186 | 2026-08-06T06:24:14.090Z | Compiling garando_pos v0.1.0 |
| 187 | 2026-08-06T06:24:14.361Z | Compiling garando_errors v0.1.0 |
| 188 | 2026-08-06T06:24:14.730Z | Compiling garando_syntax v0.1.1 |
| 189 | 2026-08-06T06:24:18.808Z | Compiling ctest2 v0.4.10 |
| 190 | 2026-08-06T06:24:19.447Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 191 | 2026-08-06T06:24:21.716Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.27s |
| 192 | 2026-08-06T06:24:21.735Z | Running test/main.rs (target/debug/deps/main-52cdb4d750db633d) |
| 193 | 2026-08-06T06:24:21.739Z | RUNNING ALL TESTS |
| 194 | 2026-08-06T06:24:21.739Z | PASSED 1185 tests |
| 195 | 2026-08-06T06:24:21.744Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 196 | 2026-08-06T06:24:21.805Z | Updating crates.io index |
| 197 | 2026-08-06T06:24:21.963Z | Locking 40 packages to latest compatible versions |
| 198 | 2026-08-06T06:24:22.006Z | Compiling proc-macro2 v1.0.107 |
| 199 | 2026-08-06T06:24:22.006Z | Compiling unicode-ident v1.0.24 |
| 200 | 2026-08-06T06:24:22.006Z | Compiling quote v1.0.47 |
| 201 | 2026-08-06T06:24:22.010Z | Compiling libc v0.2.189 |
| 202 | 2026-08-06T06:24:22.010Z | Compiling serde_core v1.0.229 |
| 203 | 2026-08-06T06:24:22.010Z | Compiling serde v1.0.229 |
| 204 | 2026-08-06T06:24:22.010Z | Compiling cfg-if v0.1.10 |
| 205 | 2026-08-06T06:24:22.010Z | Compiling zmij v1.0.23 |
| 206 | 2026-08-06T06:24:22.067Z | Compiling serde_json v1.0.151 |
| 207 | 2026-08-06T06:24:22.111Z | Compiling itoa v1.0.18 |
| 208 | 2026-08-06T06:24:22.268Z | Compiling unicode-xid v0.2.6 |
| 209 | 2026-08-06T06:24:22.274Z | Compiling memchr v2.8.3 |
| 210 | 2026-08-06T06:24:22.297Z | Compiling semver v1.0.28 |
| 211 | 2026-08-06T06:24:22.324Z | Compiling bitflags v1.3.2 |
| 212 | 2026-08-06T06:24:22.361Z | Compiling shlex v2.0.1 |
| 213 | 2026-08-06T06:24:22.382Z | Compiling find-msvc-tools v0.1.9 |
| 214 | 2026-08-06T06:24:22.519Z | Compiling log v0.4.33 |
| 215 | 2026-08-06T06:24:22.547Z | Compiling cc v1.4.0 |
| 216 | 2026-08-06T06:24:22.547Z | Compiling rustc_version v0.4.1 |
| 217 | 2026-08-06T06:24:22.674Z | Compiling dirs-sys v0.3.7 |
| 218 | 2026-08-06T06:24:22.696Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 219 | 2026-08-06T06:24:22.780Z | Compiling dirs v2.0.2 |
| 220 | 2026-08-06T06:24:22.841Z | Compiling term v0.6.1 |
| 221 | 2026-08-06T06:24:23.063Z | Compiling syn v3.0.3 |
| 222 | 2026-08-06T06:24:24.357Z | Compiling serde_derive v1.0.229 |
| 223 | 2026-08-06T06:24:26.223Z | Compiling garando_pos v0.1.0 |
| 224 | 2026-08-06T06:24:26.481Z | Compiling garando_errors v0.1.0 |
| 225 | 2026-08-06T06:24:26.846Z | Compiling garando_syntax v0.1.1 |
| 226 | 2026-08-06T06:24:30.897Z | Compiling ctest2 v0.4.10 |
| 227 | 2026-08-06T06:24:31.529Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 228 | 2026-08-06T06:24:32.453Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.69s |
| 229 | 2026-08-06T06:24:32.468Z | Running test/main.rs (target/debug/deps/main-3cf04b023d0a7eea) |
| 230 | 2026-08-06T06:24:32.471Z | RUNNING ALL TESTS |
| 231 | 2026-08-06T06:24:32.471Z | PASSED 90 tests |
| 232 | 2026-08-06T06:24:32.476Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 233 | 2026-08-06T06:24:32.537Z | Updating crates.io index |
| 234 | 2026-08-06T06:24:32.706Z | Locking 42 packages to latest compatible versions |
| 235 | 2026-08-06T06:24:32.750Z | Compiling libc v0.2.189 |
| 236 | 2026-08-06T06:24:32.750Z | Compiling proc-macro2 v1.0.107 |
| 237 | 2026-08-06T06:24:32.750Z | Compiling quote v1.0.47 |
| 238 | 2026-08-06T06:24:32.752Z | Compiling unicode-ident v1.0.24 |
| 239 | 2026-08-06T06:24:32.753Z | Compiling serde_core v1.0.229 |
| 240 | 2026-08-06T06:24:32.753Z | Compiling serde v1.0.229 |
| 241 | 2026-08-06T06:24:32.753Z | Compiling cfg-if v0.1.10 |
| 242 | 2026-08-06T06:24:32.753Z | Compiling zmij v1.0.23 |
| 243 | 2026-08-06T06:24:32.813Z | Compiling serde_json v1.0.151 |
| 244 | 2026-08-06T06:24:32.858Z | Compiling unicode-xid v0.2.6 |
| 245 | 2026-08-06T06:24:32.957Z | Compiling itoa v1.0.18 |
| 246 | 2026-08-06T06:24:33.021Z | Compiling memchr v2.8.3 |
| 247 | 2026-08-06T06:24:33.048Z | Compiling semver v1.0.28 |
| 248 | 2026-08-06T06:24:33.074Z | Compiling log v0.4.33 |
| 249 | 2026-08-06T06:24:33.118Z | Compiling shlex v2.0.1 |
| 250 | 2026-08-06T06:24:33.221Z | Compiling find-msvc-tools v0.1.9 |
| 251 | 2026-08-06T06:24:33.277Z | Compiling bitflags v1.3.2 |
| 252 | 2026-08-06T06:24:33.297Z | Compiling rustc_version v0.4.1 |
| 253 | 2026-08-06T06:24:33.342Z | Compiling cc v1.4.0 |
| 254 | 2026-08-06T06:24:33.436Z | Compiling dirs-sys v0.3.7 |
| 255 | 2026-08-06T06:24:33.475Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 256 | 2026-08-06T06:24:33.546Z | Compiling dirs v2.0.2 |
| 257 | 2026-08-06T06:24:33.564Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 258 | 2026-08-06T06:24:33.609Z | Compiling term v0.6.1 |
| 259 | 2026-08-06T06:24:33.658Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 260 | 2026-08-06T06:24:33.808Z | Compiling syn v3.0.3 |
| 261 | 2026-08-06T06:24:35.127Z | Compiling serde_derive v1.0.229 |
| 262 | 2026-08-06T06:24:37.015Z | Compiling garando_pos v0.1.0 |
| 263 | 2026-08-06T06:24:37.276Z | Compiling garando_errors v0.1.0 |
| 264 | 2026-08-06T06:24:37.642Z | Compiling garando_syntax v0.1.1 |
| 265 | 2026-08-06T06:24:41.707Z | Compiling ctest2 v0.4.10 |
| 266 | 2026-08-06T06:24:42.340Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 267 | 2026-08-06T06:24:43.431Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.94s |
| 268 | 2026-08-06T06:24:43.447Z | Running test/main.rs (target/debug/deps/main-ac8481cf1de02776) |
| 269 | 2026-08-06T06:24:43.449Z | RUNNING ALL TESTS |
| 270 | 2026-08-06T06:24:43.449Z | PASSED 356 tests |
| 271 | 2026-08-06T06:24:43.456Z | process exited: duration 84694 ms, exit code 0 |
| |
| 272 | 2026-08-06T06:24:43.461Z | found 0 output files |