|
|
|
| 1 | 2026-02-16T20:11:22.792Z | job assigned to worker 01KHM17P5Y4YB7D776ZF1N0502 [factory gimlet-EVT22200007-propolis, EVT22200007/58276] (queued for 28 s) |
| |
| 2 | 2026-02-16T20:11:31.377Z | starting task 0: "setup" |
| 3 | 2026-02-16T20:11:31.402Z | ++ uname -s |
| 4 | 2026-02-16T20:11:31.402Z | + kern=SunOS |
| 5 | 2026-02-16T20:11:31.402Z | + build_user=build |
| 6 | 2026-02-16T20:11:31.402Z | + build_uid=12345 |
| 7 | 2026-02-16T20:11:31.402Z | + work_dir=/work |
| 8 | 2026-02-16T20:11:31.402Z | + input_dir=/input |
| 9 | 2026-02-16T20:11:31.402Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-16T20:11:31.402Z | + case "$kern" in |
| 11 | 2026-02-16T20:11:31.402Z | + groupadd -g 12345 build |
| 12 | 2026-02-16T20:11:31.402Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-16T20:11:33.401Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-16T20:11:33.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-16T20:11:33.465Z | + home_fs=zfs |
| 16 | 2026-02-16T20:11:33.465Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-16T20:11:33.465Z | + mkdir -p /home/build |
| 18 | 2026-02-16T20:11:33.465Z | + chown build:build /home/build /work |
| 19 | 2026-02-16T20:11:35.450Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-16T20:11:35.475Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-02-16T20:11:35.525Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-16T20:11:35.549Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-16T20:11:35.550Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-16T20:11:35.550Z | * rust toolchain profile = "default" |
| 25 | 2026-02-16T20:11:35.550Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-16T20:11:35.550Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-16T20:11:35.550Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-16T20:11:35.550Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-16T20:11:35.550Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-16T20:11:35.675Z | info: downloading installer |
| 31 | 2026-02-16T20:11:36.213Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-16T20:11:36.213Z | warn: /opt/ooce/bin |
| 33 | 2026-02-16T20:11:36.213Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-16T20:11:36.213Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-16T20:11:36.213Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-16T20:11:36.213Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-16T20:11:36.213Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-16T20:11:36.213Z | error: cannot install while Rust is installed |
| 39 | 2026-02-16T20:11:36.213Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-16T20:11:36.238Z | info: profile set to 'default' |
| 41 | 2026-02-16T20:11:36.238Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-16T20:11:36.238Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-16T20:11:36.360Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-16T20:11:36.360Z | info: downloading component 'cargo' |
| 45 | 2026-02-16T20:11:36.550Z | info: downloading component 'clippy' |
| 46 | 2026-02-16T20:11:36.655Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-16T20:11:36.934Z | info: downloading component 'rust-std' |
| 48 | 2026-02-16T20:11:37.921Z | info: downloading component 'rustc' |
| 49 | 2026-02-16T20:11:40.586Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-16T20:11:40.641Z | info: installing component 'cargo' |
| 51 | 2026-02-16T20:11:41.842Z | info: installing component 'clippy' |
| 52 | 2026-02-16T20:11:42.310Z | info: installing component 'rust-docs' |
| 53 | 2026-02-16T20:11:45.378Z | info: installing component 'rust-std' |
| 54 | 2026-02-16T20:11:47.699Z | info: installing component 'rustc' |
| 55 | 2026-02-16T20:11:55.849Z | info: installing component 'rustfmt' |
| 56 | 2026-02-16T20:11:56.267Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-16T20:11:56.267Z | |
| 58 | 2026-02-16T20:11:56.443Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-16T20:11:56.443Z | |
| 60 | 2026-02-16T20:11:56.469Z | |
| 61 | 2026-02-16T20:11:56.469Z | Rust is installed now. Great! |
| 62 | 2026-02-16T20:11:56.469Z | |
| 63 | 2026-02-16T20:11:56.469Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-16T20:11:56.469Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-16T20:11:56.469Z | |
| 66 | 2026-02-16T20:11:56.469Z | To configure your current shell, you need to source |
| 67 | 2026-02-16T20:11:56.469Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-16T20:11:56.469Z | |
| 69 | 2026-02-16T20:11:56.469Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-16T20:11:56.469Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-16T20:11:56.469Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-16T20:11:56.469Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-16T20:11:56.562Z | + rustup --version |
| 74 | 2026-02-16T20:11:56.586Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-16T20:11:56.586Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-16T20:11:56.761Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-16T20:11:56.787Z | + cargo --version |
| 78 | 2026-02-16T20:11:56.883Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-16T20:11:56.908Z | + rustc --version |
| 80 | 2026-02-16T20:11:57.009Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-16T20:11:57.034Z | process exited: duration 21490 ms, exit code 0 |
| |
| 82 | 2026-02-16T20:11:57.083Z | starting task 2: "authentication" |
| 83 | 2026-02-16T20:11:57.145Z | process exited: duration 62 ms, exit code 0 |
| |
| 84 | 2026-02-16T20:11:57.194Z | starting task 3: "clone repository" |
| 85 | 2026-02-16T20:11:57.667Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-02-16T20:11:57.667Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-02-16T20:11:57.667Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-02-16T20:11:58.790Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-02-16T20:11:58.790Z | + git fetch origin 4be2eb17a718ad9f10dff6b90d42dcf9cfa08a1d |
| 90 | 2026-02-16T20:11:59.167Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-02-16T20:11:59.167Z | * branch 4be2eb17a718ad9f10dff6b90d42dcf9cfa08a1d -> FETCH_HEAD |
| 92 | 2026-02-16T20:11:59.191Z | + [[ -n spr/papertigers/want-virtio-vsock-support ]] |
| 93 | 2026-02-16T20:11:59.191Z | ++ git branch --show-current |
| 94 | 2026-02-16T20:11:59.191Z | + current=master |
| 95 | 2026-02-16T20:11:59.192Z | + [[ master != spr/papertigers/want-virtio-vsock-support ]] |
| 96 | 2026-02-16T20:11:59.192Z | + git branch -f spr/papertigers/want-virtio-vsock-support 4be2eb17a718ad9f10dff6b90d42dcf9cfa08a1d |
| 97 | 2026-02-16T20:11:59.192Z | + git checkout -f spr/papertigers/want-virtio-vsock-support |
| 98 | 2026-02-16T20:11:59.235Z | Switched to branch 'spr/papertigers/want-virtio-vsock-support' |
| 99 | 2026-02-16T20:11:59.259Z | + git reset --hard 4be2eb17a718ad9f10dff6b90d42dcf9cfa08a1d |
| 100 | 2026-02-16T20:11:59.284Z | HEAD is now at 4be2eb1 Be more strict about vscock feature negotiation + rebase |
| 101 | 2026-02-16T20:11:59.284Z | process exited: duration 2085 ms, exit code 0 |
| |
| 102 | 2026-02-16T20:11:59.334Z | starting task 4: "build" |
| 103 | 2026-02-16T20:11:59.358Z | Cloning into './gate_src'... |
| 104 | 2026-02-16T20:12:27.970Z | Updating files: 27% (13377/49346)
Updating files: 28% (13817/49346)
Updating files: 29% (14311/49346)
Updating files: 30% (14804/49346)
Updating files: 31% (15298/49346)
Updating files: 32% (15791/49346)
Updating files: 33% (16285/49346)
Updating files: 34% (16778/49346)
Updating files: 35% (17272/49346)
Updating files: 36% (17765/49346)
Updating files: 37% (18259/49346)
Updating files: 38% (18752/49346)
Updating files: 39% (19245/49346)
Updating files: 40% (19739/49346)
Updating files: 41% (20232/49346)
Updating files: 42% (20726/49346)
Updating files: 43% (21219/49346)
Updating files: 44% (21713/49346)
Updating files: 44% (22003/49346)
Updating files: 45% (22206/49346)
Updating files: 46% (22700/49346)
Updating files: 47% (23193/49346)
Updating files: 48% (23687/49346)
Updating files: 49% (24180/49346)
Updating files: 50% (24673/49346)
Updating files: 51% (25167/49346)
Updating files: 52% (25660/49346)
Updating files: 53% (26154/49346)
Updating files: 54% (26647/49346)
Updating files: 55% (27141/49346)
Updating files: 56% (27634/49346)
Updating files: 57% (28128/49346)
Updating files: 58% (28621/49346)
Updating files: 59% (29115/49346)
Updating files: 60% (29608/49346)
Updating files: 61% (30102/49346)
Updating files: 62% (30595/49346)
Updating files: 63% (31088/49346)
Updating files: 64% (31582/49346)
Updating files: 65% (32075/49346)
Updating files: 66% (32569/49346)
Updating files: 67% (33062/49346)
Updating files: 68% (33556/49346)
Updating files: 69% (34049/49346)
Updating files: 70% (34543/49346)
Updating files: 71% (35036/49346)
Updating files: 72% (35530/49346)
Updating files: 73% (36023/49346)
Updating files: 74% (36517/49346)
Updating files: 75% (37010/49346)
Updating files: 75% (37176/49346)
Updating files: 76% (37503/49346)
Updating files: 77% (37997/49346)
Updating files: 78% (38490/49346)
Updating files: 79% (38984/49346)
Updating files: 80% (39477/49346)
Updating files: 81% (39971/49346)
Updating files: 82% (40464/49346)
Updating files: 83% (40958/49346)
Updating files: 84% (41451/49346)
Updating files: 85% (41945/49346)
Updating files: 86% (42438/49346)
Updating files: 87% (42932/49346)
Updating files: 87% (42960/49346)
Updating files: 88% (43425/49346)
Updating files: 89% (43918/49346)
Updating files: 90% (44412/49346)
Updating files: 91% (44905/49346)
Updating files: 92% (45399/49346)
Updating files: 92% (45639/49346)
Updating files: 93% (45892/49346)
Updating files: 94% (46386/49346)
Updating files: 95% (46879/49346)
Updating files: 96% (47373/49346)
Updating files: 97% (47866/49346)
Updating files: 98% (48360/49346)
Updating files: 99% (48853/49346)
Updating files: 100% (49346/49346)
Updating files: 100% (49346/49346), done. |
| 105 | 2026-02-16T20:12:28.081Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 106 | 2026-02-16T20:12:28.214Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 107 | 2026-02-16T20:12:28.350Z | Updating crates.io index |
| 108 | 2026-02-16T20:12:28.681Z | Locking 45 packages to latest compatible versions |
| 109 | 2026-02-16T20:12:28.706Z | Adding strum v0.25.0 (available: v0.27.2) |
| 110 | 2026-02-16T20:12:28.706Z | Downloading crates ... |
| 111 | 2026-02-16T20:12:28.837Z | Downloaded semver v1.0.27 |
| 112 | 2026-02-16T20:12:28.862Z | Downloaded unicode-xid v0.2.6 |
| 113 | 2026-02-16T20:12:28.862Z | Downloaded strum v0.25.0 |
| 114 | 2026-02-16T20:12:28.862Z | Downloaded strum_macros v0.26.4 |
| 115 | 2026-02-16T20:12:28.862Z | Downloaded zmij v1.0.21 |
| 116 | 2026-02-16T20:12:28.862Z | Downloaded syn v2.0.116 |
| 117 | 2026-02-16T20:12:28.886Z | Downloaded term v0.6.1 |
| 118 | 2026-02-16T20:12:28.887Z | Downloaded serde_json v1.0.149 |
| 119 | 2026-02-16T20:12:28.887Z | Downloaded rustc_version v0.4.1 |
| 120 | 2026-02-16T20:12:28.911Z | Downloaded garando_pos v0.1.0 |
| 121 | 2026-02-16T20:12:28.911Z | Downloaded find-msvc-tools v0.1.9 |
| 122 | 2026-02-16T20:12:28.911Z | Downloaded shlex v1.3.0 |
| 123 | 2026-02-16T20:12:28.911Z | Downloaded proc-macro2 v1.0.106 |
| 124 | 2026-02-16T20:12:28.911Z | Downloaded unicode-ident v1.0.24 |
| 125 | 2026-02-16T20:12:28.911Z | Downloaded serde_core v1.0.228 |
| 126 | 2026-02-16T20:12:28.911Z | Downloaded memchr v2.8.0 |
| 127 | 2026-02-16T20:12:28.911Z | Downloaded log v0.4.29 |
| 128 | 2026-02-16T20:12:28.936Z | Downloaded itoa v1.0.17 |
| 129 | 2026-02-16T20:12:28.936Z | Downloaded garando_syntax v0.1.1 |
| 130 | 2026-02-16T20:12:28.936Z | Downloaded ctest2 v0.4.10 |
| 131 | 2026-02-16T20:12:28.936Z | Downloaded serde_derive v1.0.228 |
| 132 | 2026-02-16T20:12:28.936Z | Downloaded rustversion v1.0.22 |
| 133 | 2026-02-16T20:12:28.936Z | Downloaded garando_errors v0.1.0 |
| 134 | 2026-02-16T20:12:28.936Z | Downloaded cfg-if v0.1.10 |
| 135 | 2026-02-16T20:12:28.936Z | Downloaded cc v1.2.56 |
| 136 | 2026-02-16T20:12:28.961Z | Downloaded heck v0.5.0 |
| 137 | 2026-02-16T20:12:28.961Z | Downloaded bitflags v1.3.2 |
| 138 | 2026-02-16T20:12:28.961Z | Downloaded strum v0.26.3 |
| 139 | 2026-02-16T20:12:28.961Z | Downloaded serde v1.0.228 |
| 140 | 2026-02-16T20:12:28.961Z | Downloaded quote v1.0.44 |
| 141 | 2026-02-16T20:12:28.961Z | Downloaded dirs-sys v0.3.7 |
| 142 | 2026-02-16T20:12:28.961Z | Downloaded dirs v2.0.2 |
| 143 | 2026-02-16T20:12:28.961Z | Downloaded libc v0.2.182 |
| 144 | 2026-02-16T20:12:29.064Z | Compiling proc-macro2 v1.0.106 |
| 145 | 2026-02-16T20:12:29.064Z | Compiling quote v1.0.44 |
| 146 | 2026-02-16T20:12:29.089Z | Compiling unicode-ident v1.0.24 |
| 147 | 2026-02-16T20:12:29.089Z | Compiling libc v0.2.182 |
| 148 | 2026-02-16T20:12:29.089Z | Compiling serde_core v1.0.228 |
| 149 | 2026-02-16T20:12:29.089Z | Compiling serde v1.0.228 |
| 150 | 2026-02-16T20:12:29.089Z | Compiling cfg-if v0.1.10 |
| 151 | 2026-02-16T20:12:29.089Z | Compiling rustversion v1.0.22 |
| 152 | 2026-02-16T20:12:29.268Z | Compiling zmij v1.0.21 |
| 153 | 2026-02-16T20:12:29.405Z | Compiling serde_json v1.0.149 |
| 154 | 2026-02-16T20:12:29.740Z | Compiling itoa v1.0.17 |
| 155 | 2026-02-16T20:12:29.765Z | Compiling heck v0.5.0 |
| 156 | 2026-02-16T20:12:29.790Z | Compiling memchr v2.8.0 |
| 157 | 2026-02-16T20:12:30.058Z | Compiling unicode-xid v0.2.6 |
| 158 | 2026-02-16T20:12:30.113Z | Compiling bitflags v1.3.2 |
| 159 | 2026-02-16T20:12:30.206Z | Compiling semver v1.0.27 |
| 160 | 2026-02-16T20:12:30.230Z | Compiling find-msvc-tools v0.1.9 |
| 161 | 2026-02-16T20:12:30.257Z | Compiling shlex v1.3.0 |
| 162 | 2026-02-16T20:12:30.554Z | Compiling log v0.4.29 |
| 163 | 2026-02-16T20:12:30.643Z | Compiling rustc_version v0.4.1 |
| 164 | 2026-02-16T20:12:30.709Z | Compiling dirs-sys v0.3.7 |
| 165 | 2026-02-16T20:12:30.771Z | Compiling cc v1.2.56 |
| 166 | 2026-02-16T20:12:30.796Z | Compiling strum v0.25.0 |
| 167 | 2026-02-16T20:12:30.942Z | Compiling dirs v2.0.2 |
| 168 | 2026-02-16T20:12:31.237Z | Compiling term v0.6.1 |
| 169 | 2026-02-16T20:12:31.484Z | Compiling syn v2.0.116 |
| 170 | 2026-02-16T20:12:35.241Z | Compiling serde_derive v1.0.228 |
| 171 | 2026-02-16T20:12:35.241Z | Compiling strum_macros v0.26.4 |
| 172 | 2026-02-16T20:12:37.194Z | Compiling strum v0.26.3 |
| 173 | 2026-02-16T20:12:37.295Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 174 | 2026-02-16T20:12:39.257Z | Compiling garando_pos v0.1.0 |
| 175 | 2026-02-16T20:12:39.838Z | Compiling garando_errors v0.1.0 |
| 176 | 2026-02-16T20:12:40.644Z | Compiling garando_syntax v0.1.1 |
| 177 | 2026-02-16T20:12:49.364Z | Compiling ctest2 v0.4.10 |
| 178 | 2026-02-16T20:12:50.820Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 179 | 2026-02-16T20:12:54.855Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 26.68s |
| 180 | 2026-02-16T20:12:54.880Z | Running test/main.rs (target/debug/deps/main-7020061a5cbacccb) |
| 181 | 2026-02-16T20:12:54.880Z | RUNNING ALL TESTS |
| 182 | 2026-02-16T20:12:54.880Z | PASSED 1185 tests |
| 183 | 2026-02-16T20:12:54.904Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 184 | 2026-02-16T20:12:55.050Z | Updating crates.io index |
| 185 | 2026-02-16T20:12:55.233Z | Locking 40 packages to latest compatible versions |
| 186 | 2026-02-16T20:12:55.312Z | Compiling proc-macro2 v1.0.106 |
| 187 | 2026-02-16T20:12:55.312Z | Compiling quote v1.0.44 |
| 188 | 2026-02-16T20:12:55.312Z | Compiling unicode-ident v1.0.24 |
| 189 | 2026-02-16T20:12:55.312Z | Compiling libc v0.2.182 |
| 190 | 2026-02-16T20:12:55.312Z | Compiling serde_core v1.0.228 |
| 191 | 2026-02-16T20:12:55.337Z | Compiling serde v1.0.228 |
| 192 | 2026-02-16T20:12:55.337Z | Compiling cfg-if v0.1.10 |
| 193 | 2026-02-16T20:12:55.337Z | Compiling zmij v1.0.21 |
| 194 | 2026-02-16T20:12:55.416Z | Compiling serde_json v1.0.149 |
| 195 | 2026-02-16T20:12:55.486Z | Compiling unicode-xid v0.2.6 |
| 196 | 2026-02-16T20:12:55.663Z | Compiling itoa v1.0.17 |
| 197 | 2026-02-16T20:12:55.744Z | Compiling memchr v2.8.0 |
| 198 | 2026-02-16T20:12:55.804Z | Compiling shlex v1.3.0 |
| 199 | 2026-02-16T20:12:55.835Z | Compiling log v0.4.29 |
| 200 | 2026-02-16T20:12:55.946Z | Compiling bitflags v1.3.2 |
| 201 | 2026-02-16T20:12:56.030Z | Compiling semver v1.0.27 |
| 202 | 2026-02-16T20:12:56.117Z | Compiling find-msvc-tools v0.1.9 |
| 203 | 2026-02-16T20:12:56.332Z | Compiling cc v1.2.56 |
| 204 | 2026-02-16T20:12:56.397Z | Compiling rustc_version v0.4.1 |
| 205 | 2026-02-16T20:12:56.693Z | Compiling dirs-sys v0.3.7 |
| 206 | 2026-02-16T20:12:56.718Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 207 | 2026-02-16T20:12:56.884Z | Compiling dirs v2.0.2 |
| 208 | 2026-02-16T20:12:56.998Z | Compiling term v0.6.1 |
| 209 | 2026-02-16T20:12:57.242Z | Compiling syn v2.0.116 |
| 210 | 2026-02-16T20:13:00.122Z | Compiling serde_derive v1.0.228 |
| 211 | 2026-02-16T20:13:04.196Z | Compiling garando_pos v0.1.0 |
| 212 | 2026-02-16T20:13:04.824Z | Compiling garando_errors v0.1.0 |
| 213 | 2026-02-16T20:13:05.705Z | Compiling garando_syntax v0.1.1 |
| 214 | 2026-02-16T20:13:14.671Z | Compiling ctest2 v0.4.10 |
| 215 | 2026-02-16T20:13:16.192Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 216 | 2026-02-16T20:13:17.678Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 22.71s |
| 217 | 2026-02-16T20:13:17.703Z | Running test/main.rs (target/debug/deps/main-74954ee7b6bd535a) |
| 218 | 2026-02-16T20:13:17.727Z | RUNNING ALL TESTS |
| 219 | 2026-02-16T20:13:17.727Z | PASSED 90 tests |
| 220 | 2026-02-16T20:13:17.727Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 221 | 2026-02-16T20:13:17.877Z | Updating crates.io index |
| 222 | 2026-02-16T20:13:18.042Z | Locking 42 packages to latest compatible versions |
| 223 | 2026-02-16T20:13:18.120Z | Compiling libc v0.2.182 |
| 224 | 2026-02-16T20:13:18.120Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-02-16T20:13:18.120Z | Compiling quote v1.0.44 |
| 226 | 2026-02-16T20:13:18.120Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-02-16T20:13:18.120Z | Compiling serde_core v1.0.228 |
| 228 | 2026-02-16T20:13:18.144Z | Compiling serde v1.0.228 |
| 229 | 2026-02-16T20:13:18.144Z | Compiling cfg-if v0.1.10 |
| 230 | 2026-02-16T20:13:18.144Z | Compiling zmij v1.0.21 |
| 231 | 2026-02-16T20:13:18.223Z | Compiling serde_json v1.0.149 |
| 232 | 2026-02-16T20:13:18.313Z | Compiling unicode-xid v0.2.6 |
| 233 | 2026-02-16T20:13:18.478Z | Compiling memchr v2.8.0 |
| 234 | 2026-02-16T20:13:18.544Z | Compiling itoa v1.0.17 |
| 235 | 2026-02-16T20:13:18.595Z | Compiling log v0.4.29 |
| 236 | 2026-02-16T20:13:18.641Z | Compiling semver v1.0.27 |
| 237 | 2026-02-16T20:13:18.829Z | Compiling shlex v1.3.0 |
| 238 | 2026-02-16T20:13:18.868Z | Compiling bitflags v1.3.2 |
| 239 | 2026-02-16T20:13:18.960Z | Compiling find-msvc-tools v0.1.9 |
| 240 | 2026-02-16T20:13:19.056Z | Compiling rustc_version v0.4.1 |
| 241 | 2026-02-16T20:13:19.186Z | Compiling cc v1.2.56 |
| 242 | 2026-02-16T20:13:19.483Z | Compiling dirs-sys v0.3.7 |
| 243 | 2026-02-16T20:13:19.483Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 244 | 2026-02-16T20:13:19.615Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 245 | 2026-02-16T20:13:19.688Z | Compiling dirs v2.0.2 |
| 246 | 2026-02-16T20:13:19.805Z | Compiling term v0.6.1 |
| 247 | 2026-02-16T20:13:19.856Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 248 | 2026-02-16T20:13:20.093Z | Compiling syn v2.0.116 |
| 249 | 2026-02-16T20:13:23.005Z | Compiling serde_derive v1.0.228 |
| 250 | 2026-02-16T20:13:26.958Z | Compiling garando_pos v0.1.0 |
| 251 | 2026-02-16T20:13:27.525Z | Compiling garando_errors v0.1.0 |
| 252 | 2026-02-16T20:13:28.297Z | Compiling garando_syntax v0.1.1 |
| 253 | 2026-02-16T20:13:37.562Z | Compiling ctest2 v0.4.10 |
| 254 | 2026-02-16T20:13:39.049Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 255 | 2026-02-16T20:13:40.782Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 22.99s |
| 256 | 2026-02-16T20:13:40.807Z | Running test/main.rs (target/debug/deps/main-21c1c9beef8c318b) |
| 257 | 2026-02-16T20:13:40.807Z | RUNNING ALL TESTS |
| 258 | 2026-02-16T20:13:40.807Z | PASSED 257 tests |
| 259 | 2026-02-16T20:13:40.831Z | process exited: duration 101481 ms, exit code 0 |
| |
| 260 | 2026-02-16T20:13:40.881Z | found 0 output files |