|
|
|
| 1 | 2026-02-19T07:47:13.496Z | job assigned to worker 01KHTDTZ4KZM6DHGQGRE49M4NF [factory gimlet-EVT22200007-propolis, EVT22200007/58624] (queued for 35 s) |
| |
| 2 | 2026-02-19T07:47:22.050Z | starting task 0: "setup" |
| 3 | 2026-02-19T07:47:22.075Z | ++ uname -s |
| 4 | 2026-02-19T07:47:22.075Z | + kern=SunOS |
| 5 | 2026-02-19T07:47:22.075Z | + build_user=build |
| 6 | 2026-02-19T07:47:22.075Z | + build_uid=12345 |
| 7 | 2026-02-19T07:47:22.075Z | + work_dir=/work |
| 8 | 2026-02-19T07:47:22.075Z | + input_dir=/input |
| 9 | 2026-02-19T07:47:22.075Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T07:47:22.075Z | + case "$kern" in |
| 11 | 2026-02-19T07:47:22.075Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T07:47:22.075Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T07:47:24.079Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T07:47:24.119Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T07:47:24.143Z | + home_fs=zfs |
| 16 | 2026-02-19T07:47:24.143Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T07:47:24.143Z | + mkdir -p /home/build |
| 18 | 2026-02-19T07:47:24.143Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T07:47:26.128Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T07:47:26.152Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2026-02-19T07:47:26.200Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T07:47:26.224Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-19T07:47:26.224Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-19T07:47:26.224Z | * rust toolchain profile = "default" |
| 25 | 2026-02-19T07:47:26.224Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-19T07:47:26.224Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T07:47:26.224Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-19T07:47:26.224Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T07:47:26.224Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-19T07:47:26.348Z | info: downloading installer |
| 31 | 2026-02-19T07:47:26.790Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T07:47:26.790Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T07:47:26.790Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T07:47:26.790Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T07:47:26.790Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T07:47:26.791Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T07:47:26.791Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T07:47:26.791Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T07:47:26.791Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T07:47:26.815Z | info: profile set to 'default' |
| 41 | 2026-02-19T07:47:26.815Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T07:47:26.815Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-19T07:47:26.911Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-19T07:47:26.911Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T07:47:27.397Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T07:47:27.397Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T07:47:27.397Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T07:47:27.693Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T07:47:28.818Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T07:47:29.326Z | info: installing component 'cargo' |
| 51 | 2026-02-19T07:47:30.143Z | info: installing component 'clippy' |
| 52 | 2026-02-19T07:47:30.607Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T07:47:33.847Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T07:47:36.004Z | info: installing component 'rustc' |
| 55 | 2026-02-19T07:47:44.269Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T07:47:44.666Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-19T07:47:44.666Z | |
| 58 | 2026-02-19T07:47:44.828Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-19T07:47:44.828Z | |
| 60 | 2026-02-19T07:47:44.852Z | |
| 61 | 2026-02-19T07:47:44.852Z | Rust is installed now. Great! |
| 62 | 2026-02-19T07:47:44.852Z | |
| 63 | 2026-02-19T07:47:44.852Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T07:47:44.852Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T07:47:44.852Z | |
| 66 | 2026-02-19T07:47:44.852Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T07:47:44.852Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T07:47:44.852Z | |
| 69 | 2026-02-19T07:47:44.852Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T07:47:44.852Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T07:47:44.852Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T07:47:44.852Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T07:47:44.928Z | + rustup --version |
| 74 | 2026-02-19T07:47:44.952Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T07:47:44.952Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T07:47:45.043Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-19T07:47:45.067Z | + cargo --version |
| 78 | 2026-02-19T07:47:45.150Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-19T07:47:45.174Z | + rustc --version |
| 80 | 2026-02-19T07:47:45.253Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-19T07:47:45.276Z | process exited: duration 19058 ms, exit code 0 |
| |
| 82 | 2026-02-19T07:47:45.325Z | starting task 2: "authentication" |
| 83 | 2026-02-19T07:47:45.377Z | process exited: duration 51 ms, exit code 0 |
| |
| 84 | 2026-02-19T07:47:45.429Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T07:47:45.453Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-02-19T07:47:45.453Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-02-19T07:47:45.477Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-02-19T07:47:47.045Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-02-19T07:47:47.045Z | + git fetch origin a2c84310969529a37c5914cdb02d953a5023b0ff |
| 90 | 2026-02-19T07:47:47.390Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-02-19T07:47:47.390Z | * branch a2c84310969529a37c5914cdb02d953a5023b0ff -> FETCH_HEAD |
| 92 | 2026-02-19T07:47:47.414Z | + [[ -n nvme-ro-feature ]] |
| 93 | 2026-02-19T07:47:47.414Z | ++ git branch --show-current |
| 94 | 2026-02-19T07:47:47.414Z | + current=master |
| 95 | 2026-02-19T07:47:47.414Z | + [[ master != nvme-ro-feature ]] |
| 96 | 2026-02-19T07:47:47.414Z | + git branch -f nvme-ro-feature a2c84310969529a37c5914cdb02d953a5023b0ff |
| 97 | 2026-02-19T07:47:47.414Z | + git checkout -f nvme-ro-feature |
| 98 | 2026-02-19T07:47:47.451Z | Switched to branch 'nvme-ro-feature' |
| 99 | 2026-02-19T07:47:47.475Z | + git reset --hard a2c84310969529a37c5914cdb02d953a5023b0ff |
| 100 | 2026-02-19T07:47:47.498Z | HEAD is now at a2c8431 Bump bootrom commit. |
| 101 | 2026-02-19T07:47:47.498Z | process exited: duration 2069 ms, exit code 0 |
| |
| 102 | 2026-02-19T07:47:47.546Z | starting task 4: "build" |
| 103 | 2026-02-19T07:47:47.571Z | Cloning into './gate_src'... |
| 104 | 2026-02-19T07:48:16.163Z | Updating files: 26% (13113/49358)
Updating files: 27% (13327/49358)
Updating files: 28% (13821/49358)
Updating files: 29% (14314/49358)
Updating files: 30% (14808/49358)
Updating files: 31% (15301/49358)
Updating files: 32% (15795/49358)
Updating files: 33% (16289/49358)
Updating files: 34% (16782/49358)
Updating files: 35% (17276/49358)
Updating files: 36% (17769/49358)
Updating files: 37% (18263/49358)
Updating files: 38% (18757/49358)
Updating files: 38% (19114/49358)
Updating files: 39% (19250/49358)
Updating files: 40% (19744/49358)
Updating files: 41% (20237/49358)
Updating files: 42% (20731/49358)
Updating files: 43% (21224/49358)
Updating files: 44% (21718/49358)
Updating files: 45% (22212/49358)
Updating files: 46% (22705/49358)
Updating files: 47% (23199/49358)
Updating files: 48% (23692/49358)
Updating files: 49% (24186/49358)
Updating files: 50% (24679/49358)
Updating files: 51% (25173/49358)
Updating files: 52% (25667/49358)
Updating files: 53% (26160/49358)
Updating files: 54% (26654/49358)
Updating files: 55% (27147/49358)
Updating files: 56% (27641/49358)
Updating files: 57% (28135/49358)
Updating files: 58% (28628/49358)
Updating files: 59% (29122/49358)
Updating files: 60% (29615/49358)
Updating files: 61% (30109/49358)
Updating files: 62% (30602/49358)
Updating files: 63% (31096/49358)
Updating files: 64% (31590/49358)
Updating files: 65% (32083/49358)
Updating files: 66% (32577/49358)
Updating files: 67% (33070/49358)
Updating files: 68% (33564/49358)
Updating files: 68% (33620/49358)
Updating files: 69% (34058/49358)
Updating files: 70% (34551/49358)
Updating files: 71% (35045/49358)
Updating files: 72% (35538/49358)
Updating files: 73% (36032/49358)
Updating files: 74% (36525/49358)
Updating files: 75% (37019/49358)
Updating files: 76% (37513/49358)
Updating files: 77% (38006/49358)
Updating files: 78% (38500/49358)
Updating files: 79% (38993/49358)
Updating files: 80% (39487/49358)
Updating files: 81% (39980/49358)
Updating files: 82% (40474/49358)
Updating files: 83% (40968/49358)
Updating files: 84% (41461/49358)
Updating files: 85% (41955/49358)
Updating files: 86% (42448/49358)
Updating files: 86% (42851/49358)
Updating files: 87% (42942/49358)
Updating files: 88% (43436/49358)
Updating files: 89% (43929/49358)
Updating files: 90% (44423/49358)
Updating files: 91% (44916/49358)
Updating files: 92% (45410/49358)
Updating files: 93% (45903/49358)
Updating files: 94% (46397/49358)
Updating files: 94% (46526/49358)
Updating files: 95% (46891/49358)
Updating files: 96% (47384/49358)
Updating files: 97% (47878/49358)
Updating files: 98% (48371/49358)
Updating files: 99% (48865/49358)
Updating files: 100% (49358/49358)
Updating files: 100% (49358/49358), done. |
| 105 | 2026-02-19T07:48:16.276Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 106 | 2026-02-19T07:48:16.425Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 107 | 2026-02-19T07:48:16.590Z | Updating crates.io index |
| 108 | 2026-02-19T07:48:16.966Z | Locking 45 packages to latest compatible versions |
| 109 | 2026-02-19T07:48:16.990Z | Adding strum v0.25.0 (available: v0.27.2) |
| 110 | 2026-02-19T07:48:16.990Z | Downloading crates ... |
| 111 | 2026-02-19T07:48:17.034Z | Downloaded dirs-sys v0.3.7 |
| 112 | 2026-02-19T07:48:17.058Z | Downloaded garando_pos v0.1.0 |
| 113 | 2026-02-19T07:48:17.058Z | Downloaded unicode-xid v0.2.6 |
| 114 | 2026-02-19T07:48:17.058Z | Downloaded strum v0.25.0 |
| 115 | 2026-02-19T07:48:17.082Z | Downloaded quote v1.0.44 |
| 116 | 2026-02-19T07:48:17.082Z | Downloaded term v0.6.1 |
| 117 | 2026-02-19T07:48:17.082Z | Downloaded strum_macros v0.26.4 |
| 118 | 2026-02-19T07:48:17.082Z | Downloaded zmij v1.0.21 |
| 119 | 2026-02-19T07:48:17.082Z | Downloaded serde_core v1.0.228 |
| 120 | 2026-02-19T07:48:17.082Z | Downloaded garando_syntax v0.1.1 |
| 121 | 2026-02-19T07:48:17.106Z | Downloaded memchr v2.8.0 |
| 122 | 2026-02-19T07:48:17.106Z | Downloaded serde v1.0.228 |
| 123 | 2026-02-19T07:48:17.106Z | Downloaded log v0.4.29 |
| 124 | 2026-02-19T07:48:17.130Z | Downloaded ctest2 v0.4.10 |
| 125 | 2026-02-19T07:48:17.130Z | Downloaded unicode-ident v1.0.24 |
| 126 | 2026-02-19T07:48:17.130Z | Downloaded serde_json v1.0.149 |
| 127 | 2026-02-19T07:48:17.130Z | Downloaded semver v1.0.27 |
| 128 | 2026-02-19T07:48:17.130Z | Downloaded proc-macro2 v1.0.106 |
| 129 | 2026-02-19T07:48:17.130Z | Downloaded serde_derive v1.0.228 |
| 130 | 2026-02-19T07:48:17.154Z | Downloaded syn v2.0.116 |
| 131 | 2026-02-19T07:48:17.154Z | Downloaded rustversion v1.0.22 |
| 132 | 2026-02-19T07:48:17.154Z | Downloaded rustc_version v0.4.1 |
| 133 | 2026-02-19T07:48:17.178Z | Downloaded find-msvc-tools v0.1.9 |
| 134 | 2026-02-19T07:48:17.178Z | Downloaded shlex v1.3.0 |
| 135 | 2026-02-19T07:48:17.178Z | Downloaded cfg-if v0.1.10 |
| 136 | 2026-02-19T07:48:17.178Z | Downloaded dirs v2.0.2 |
| 137 | 2026-02-19T07:48:17.179Z | Downloaded cc v1.2.56 |
| 138 | 2026-02-19T07:48:17.179Z | Downloaded bitflags v1.3.2 |
| 139 | 2026-02-19T07:48:17.179Z | Downloaded itoa v1.0.17 |
| 140 | 2026-02-19T07:48:17.179Z | Downloaded heck v0.5.0 |
| 141 | 2026-02-19T07:48:17.179Z | Downloaded garando_errors v0.1.0 |
| 142 | 2026-02-19T07:48:17.179Z | Downloaded strum v0.26.3 |
| 143 | 2026-02-19T07:48:17.203Z | Downloaded libc v0.2.182 |
| 144 | 2026-02-19T07:48:17.301Z | Compiling proc-macro2 v1.0.106 |
| 145 | 2026-02-19T07:48:17.301Z | Compiling quote v1.0.44 |
| 146 | 2026-02-19T07:48:17.301Z | Compiling unicode-ident v1.0.24 |
| 147 | 2026-02-19T07:48:17.325Z | Compiling libc v0.2.182 |
| 148 | 2026-02-19T07:48:17.325Z | Compiling serde_core v1.0.228 |
| 149 | 2026-02-19T07:48:17.325Z | Compiling serde v1.0.228 |
| 150 | 2026-02-19T07:48:17.325Z | Compiling cfg-if v0.1.10 |
| 151 | 2026-02-19T07:48:17.325Z | Compiling zmij v1.0.21 |
| 152 | 2026-02-19T07:48:17.536Z | Compiling rustversion v1.0.22 |
| 153 | 2026-02-19T07:48:17.942Z | Compiling serde_json v1.0.149 |
| 154 | 2026-02-19T07:48:18.467Z | Compiling unicode-xid v0.2.6 |
| 155 | 2026-02-19T07:48:18.490Z | Compiling itoa v1.0.17 |
| 156 | 2026-02-19T07:48:18.514Z | Compiling memchr v2.8.0 |
| 157 | 2026-02-19T07:48:18.659Z | Compiling heck v0.5.0 |
| 158 | 2026-02-19T07:48:18.943Z | Compiling find-msvc-tools v0.1.9 |
| 159 | 2026-02-19T07:48:19.065Z | Compiling bitflags v1.3.2 |
| 160 | 2026-02-19T07:48:19.133Z | Compiling log v0.4.29 |
| 161 | 2026-02-19T07:48:19.161Z | Compiling semver v1.0.27 |
| 162 | 2026-02-19T07:48:19.399Z | Compiling shlex v1.3.0 |
| 163 | 2026-02-19T07:48:19.446Z | Compiling dirs-sys v0.3.7 |
| 164 | 2026-02-19T07:48:19.526Z | Compiling strum v0.25.0 |
| 165 | 2026-02-19T07:48:19.681Z | Compiling dirs v2.0.2 |
| 166 | 2026-02-19T07:48:19.719Z | Compiling cc v1.2.56 |
| 167 | 2026-02-19T07:48:19.743Z | Compiling rustc_version v0.4.1 |
| 168 | 2026-02-19T07:48:19.780Z | Compiling term v0.6.1 |
| 169 | 2026-02-19T07:48:20.165Z | Compiling syn v2.0.116 |
| 170 | 2026-02-19T07:48:23.788Z | Compiling serde_derive v1.0.228 |
| 171 | 2026-02-19T07:48:23.788Z | Compiling strum_macros v0.26.4 |
| 172 | 2026-02-19T07:48:25.632Z | Compiling strum v0.26.3 |
| 173 | 2026-02-19T07:48:25.725Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 174 | 2026-02-19T07:48:28.063Z | Compiling garando_pos v0.1.0 |
| 175 | 2026-02-19T07:48:28.645Z | Compiling garando_errors v0.1.0 |
| 176 | 2026-02-19T07:48:29.458Z | Compiling garando_syntax v0.1.1 |
| 177 | 2026-02-19T07:48:38.723Z | Compiling ctest2 v0.4.10 |
| 178 | 2026-02-19T07:48:40.200Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 179 | 2026-02-19T07:48:44.368Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 27.99s |
| 180 | 2026-02-19T07:48:44.392Z | Running test/main.rs (target/debug/deps/main-7020061a5cbacccb) |
| 181 | 2026-02-19T07:48:44.416Z | RUNNING ALL TESTS |
| 182 | 2026-02-19T07:48:44.416Z | PASSED 1185 tests |
| 183 | 2026-02-19T07:48:44.416Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 184 | 2026-02-19T07:48:44.571Z | Updating crates.io index |
| 185 | 2026-02-19T07:48:44.719Z | Locking 40 packages to latest compatible versions |
| 186 | 2026-02-19T07:48:44.798Z | Compiling proc-macro2 v1.0.106 |
| 187 | 2026-02-19T07:48:44.798Z | Compiling quote v1.0.44 |
| 188 | 2026-02-19T07:48:44.798Z | Compiling libc v0.2.182 |
| 189 | 2026-02-19T07:48:44.798Z | Compiling unicode-ident v1.0.24 |
| 190 | 2026-02-19T07:48:44.824Z | Compiling serde_core v1.0.228 |
| 191 | 2026-02-19T07:48:44.824Z | Compiling serde v1.0.228 |
| 192 | 2026-02-19T07:48:44.824Z | Compiling zmij v1.0.21 |
| 193 | 2026-02-19T07:48:44.824Z | Compiling cfg-if v0.1.10 |
| 194 | 2026-02-19T07:48:44.892Z | Compiling serde_json v1.0.149 |
| 195 | 2026-02-19T07:48:44.979Z | Compiling itoa v1.0.17 |
| 196 | 2026-02-19T07:48:45.198Z | Compiling memchr v2.8.0 |
| 197 | 2026-02-19T07:48:45.258Z | Compiling unicode-xid v0.2.6 |
| 198 | 2026-02-19T07:48:45.293Z | Compiling find-msvc-tools v0.1.9 |
| 199 | 2026-02-19T07:48:45.344Z | Compiling log v0.4.29 |
| 200 | 2026-02-19T07:48:45.422Z | Compiling semver v1.0.27 |
| 201 | 2026-02-19T07:48:45.617Z | Compiling shlex v1.3.0 |
| 202 | 2026-02-19T07:48:45.668Z | Compiling bitflags v1.3.2 |
| 203 | 2026-02-19T07:48:45.749Z | Compiling rustc_version v0.4.1 |
| 204 | 2026-02-19T07:48:45.826Z | Compiling cc v1.2.56 |
| 205 | 2026-02-19T07:48:46.146Z | Compiling dirs-sys v0.3.7 |
| 206 | 2026-02-19T07:48:46.146Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 207 | 2026-02-19T07:48:46.342Z | Compiling dirs v2.0.2 |
| 208 | 2026-02-19T07:48:46.449Z | Compiling term v0.6.1 |
| 209 | 2026-02-19T07:48:46.779Z | Compiling syn v2.0.116 |
| 210 | 2026-02-19T07:48:49.773Z | Compiling serde_derive v1.0.228 |
| 211 | 2026-02-19T07:48:53.739Z | Compiling garando_pos v0.1.0 |
| 212 | 2026-02-19T07:48:54.364Z | Compiling garando_errors v0.1.0 |
| 213 | 2026-02-19T07:48:55.163Z | Compiling garando_syntax v0.1.1 |
| 214 | 2026-02-19T07:49:04.203Z | Compiling ctest2 v0.4.10 |
| 215 | 2026-02-19T07:49:05.700Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 216 | 2026-02-19T07:49:07.175Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 22.69s |
| 217 | 2026-02-19T07:49:07.199Z | Running test/main.rs (target/debug/deps/main-74954ee7b6bd535a) |
| 218 | 2026-02-19T07:49:07.199Z | RUNNING ALL TESTS |
| 219 | 2026-02-19T07:49:07.200Z | PASSED 90 tests |
| 220 | 2026-02-19T07:49:07.223Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 221 | 2026-02-19T07:49:07.371Z | Updating crates.io index |
| 222 | 2026-02-19T07:49:07.528Z | Locking 42 packages to latest compatible versions |
| 223 | 2026-02-19T07:49:07.611Z | Compiling libc v0.2.182 |
| 224 | 2026-02-19T07:49:07.611Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-02-19T07:49:07.611Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-02-19T07:49:07.635Z | Compiling quote v1.0.44 |
| 227 | 2026-02-19T07:49:07.635Z | Compiling serde_core v1.0.228 |
| 228 | 2026-02-19T07:49:07.635Z | Compiling serde v1.0.228 |
| 229 | 2026-02-19T07:49:07.635Z | Compiling cfg-if v0.1.10 |
| 230 | 2026-02-19T07:49:07.635Z | Compiling zmij v1.0.21 |
| 231 | 2026-02-19T07:49:07.714Z | Compiling serde_json v1.0.149 |
| 232 | 2026-02-19T07:49:07.793Z | Compiling itoa v1.0.17 |
| 233 | 2026-02-19T07:49:08.016Z | Compiling memchr v2.8.0 |
| 234 | 2026-02-19T07:49:08.067Z | Compiling unicode-xid v0.2.6 |
| 235 | 2026-02-19T07:49:08.102Z | Compiling log v0.4.29 |
| 236 | 2026-02-19T07:49:08.169Z | Compiling shlex v1.3.0 |
| 237 | 2026-02-19T07:49:08.219Z | Compiling find-msvc-tools v0.1.9 |
| 238 | 2026-02-19T07:49:08.381Z | Compiling semver v1.0.27 |
| 239 | 2026-02-19T07:49:08.450Z | Compiling bitflags v1.3.2 |
| 240 | 2026-02-19T07:49:08.540Z | Compiling cc v1.2.56 |
| 241 | 2026-02-19T07:49:08.714Z | Compiling rustc_version v0.4.1 |
| 242 | 2026-02-19T07:49:08.949Z | Compiling dirs-sys v0.3.7 |
| 243 | 2026-02-19T07:49:08.949Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 244 | 2026-02-19T07:49:09.091Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 245 | 2026-02-19T07:49:09.153Z | Compiling dirs v2.0.2 |
| 246 | 2026-02-19T07:49:09.254Z | Compiling term v0.6.1 |
| 247 | 2026-02-19T07:49:09.278Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 248 | 2026-02-19T07:49:09.537Z | Compiling syn v2.0.116 |
| 249 | 2026-02-19T07:49:12.374Z | Compiling serde_derive v1.0.228 |
| 250 | 2026-02-19T07:49:16.562Z | Compiling garando_pos v0.1.0 |
| 251 | 2026-02-19T07:49:17.172Z | Compiling garando_errors v0.1.0 |
| 252 | 2026-02-19T07:49:18.024Z | Compiling garando_syntax v0.1.1 |
| 253 | 2026-02-19T07:49:27.421Z | Compiling ctest2 v0.4.10 |
| 254 | 2026-02-19T07:49:28.847Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 255 | 2026-02-19T07:49:30.508Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 23.23s |
| 256 | 2026-02-19T07:49:30.532Z | Running test/main.rs (target/debug/deps/main-21c1c9beef8c318b) |
| 257 | 2026-02-19T07:49:30.532Z | RUNNING ALL TESTS |
| 258 | 2026-02-19T07:49:30.532Z | PASSED 257 tests |
| 259 | 2026-02-19T07:49:30.556Z | process exited: duration 102996 ms, exit code 0 |
| |
| 260 | 2026-02-19T07:49:30.605Z | found 0 output files |