|
|
|
| 1 | 2026-03-03T02:37:45.443Z | job assigned to worker 01KJRRWEFNK8THWHSYY9BYTB1N [factory aws, i-0f9f707a9fcf6c283] (queued for 55 s) |
| |
| 2 | 2026-03-03T02:37:53.723Z | starting task 0: "setup" |
| 3 | 2026-03-03T02:37:53.728Z | ++ uname -s |
| 4 | 2026-03-03T02:37:53.731Z | + kern=SunOS |
| 5 | 2026-03-03T02:37:53.731Z | + build_user=build |
| 6 | 2026-03-03T02:37:53.731Z | + build_uid=12345 |
| 7 | 2026-03-03T02:37:53.731Z | + work_dir=/work |
| 8 | 2026-03-03T02:37:53.731Z | + input_dir=/input |
| 9 | 2026-03-03T02:37:53.731Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-03T02:37:53.731Z | + case "$kern" in |
| 11 | 2026-03-03T02:37:53.731Z | + groupadd -g 12345 build |
| 12 | 2026-03-03T02:37:53.734Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-03T02:37:55.739Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-03T02:37:55.921Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-03T02:37:55.923Z | + home_fs=zfs |
| 16 | 2026-03-03T02:37:55.923Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-03T02:37:55.923Z | + mkdir -p /home/build |
| 18 | 2026-03-03T02:37:55.926Z | + chown build:build /home/build /work |
| 19 | 2026-03-03T02:37:56.927Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-03T02:37:56.930Z | process exited: duration 3209 ms, exit code 0 |
| |
| 21 | 2026-03-03T02:37:56.936Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-03T02:37:56.941Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-03-03T02:37:56.941Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-03T02:37:56.941Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-03-03T02:37:56.941Z | * rust toolchain profile = "default" |
| 26 | 2026-03-03T02:37:56.941Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-03T02:37:56.941Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-03T02:37:56.945Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-03T02:37:56.945Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-03T02:37:57.080Z | info: downloading installer |
| 31 | 2026-03-03T02:37:58.710Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-03T02:37:58.710Z | warn: /opt/ooce/bin |
| 33 | 2026-03-03T02:37:58.710Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-03T02:37:58.710Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-03T02:37:58.710Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-03T02:37:58.710Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-03T02:37:58.710Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-03T02:37:58.710Z | error: cannot install while Rust is installed |
| 39 | 2026-03-03T02:37:58.710Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-03T02:37:58.724Z | info: profile set to 'default' |
| 41 | 2026-03-03T02:37:58.724Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-03T02:37:58.724Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-03T02:37:58.900Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-03T02:37:58.900Z | info: downloading component 'cargo' |
| 45 | 2026-03-03T02:37:59.879Z | info: downloading component 'clippy' |
| 46 | 2026-03-03T02:38:00.236Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-03T02:38:01.737Z | info: downloading component 'rust-std' |
| 48 | 2026-03-03T02:38:03.641Z | info: downloading component 'rustc' |
| 49 | 2026-03-03T02:38:10.655Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-03T02:38:10.963Z | info: installing component 'cargo' |
| 51 | 2026-03-03T02:38:11.885Z | info: installing component 'clippy' |
| 52 | 2026-03-03T02:38:12.282Z | info: installing component 'rust-docs' |
| 53 | 2026-03-03T02:38:14.115Z | info: installing component 'rust-std' |
| 54 | 2026-03-03T02:38:16.019Z | info: installing component 'rustc' |
| 55 | 2026-03-03T02:38:22.631Z | info: installing component 'rustfmt' |
| 56 | 2026-03-03T02:38:22.967Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-03T02:38:22.968Z | |
| 58 | 2026-03-03T02:38:23.394Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-03T02:38:23.394Z | |
| 60 | 2026-03-03T02:38:23.397Z | |
| 61 | 2026-03-03T02:38:23.397Z | Rust is installed now. Great! |
| 62 | 2026-03-03T02:38:23.397Z | |
| 63 | 2026-03-03T02:38:23.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-03T02:38:23.397Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-03T02:38:23.397Z | |
| 66 | 2026-03-03T02:38:23.397Z | To configure your current shell, you need to source |
| 67 | 2026-03-03T02:38:23.397Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-03T02:38:23.397Z | |
| 69 | 2026-03-03T02:38:23.397Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-03T02:38:23.397Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-03T02:38:23.397Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-03T02:38:23.397Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-03T02:38:23.489Z | + rustup --version |
| 74 | 2026-03-03T02:38:23.505Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-03T02:38:23.509Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-03T02:38:23.631Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-03T02:38:23.636Z | + cargo --version |
| 78 | 2026-03-03T02:38:23.707Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-03T02:38:23.710Z | + rustc --version |
| 80 | 2026-03-03T02:38:23.782Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-03T02:38:23.786Z | process exited: duration 26850 ms, exit code 0 |
| |
| 82 | 2026-03-03T02:38:23.791Z | starting task 2: "authentication" |
| 83 | 2026-03-03T02:38:23.814Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-03T02:38:23.823Z | starting task 3: "clone repository" |
| 85 | 2026-03-03T02:38:23.826Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-03-03T02:38:23.829Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-03-03T02:38:23.867Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-03-03T02:38:25.296Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-03-03T02:38:25.296Z | + git fetch origin 65d036328a8bac68ecddaa507010474e6cb124db |
| 90 | 2026-03-03T02:38:25.577Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-03-03T02:38:25.577Z | * branch 65d036328a8bac68ecddaa507010474e6cb124db -> FETCH_HEAD |
| 92 | 2026-03-03T02:38:25.586Z | + [[ -n sunshowers/spr/update-dropshot-api-manager-to-052-enable-git-stub-storage ]] |
| 93 | 2026-03-03T02:38:25.589Z | ++ git branch --show-current |
| 94 | 2026-03-03T02:38:25.589Z | + current=master |
| 95 | 2026-03-03T02:38:25.589Z | + [[ master != sunshowers/spr/update-dropshot-api-manager-to-052-enable-git-stub-storage ]] |
| 96 | 2026-03-03T02:38:25.589Z | + git branch -f sunshowers/spr/update-dropshot-api-manager-to-052-enable-git-stub-storage 65d036328a8bac68ecddaa507010474e6cb124db |
| 97 | 2026-03-03T02:38:25.593Z | + git checkout -f sunshowers/spr/update-dropshot-api-manager-to-052-enable-git-stub-storage |
| 98 | 2026-03-03T02:38:25.623Z | Switched to branch 'sunshowers/spr/update-dropshot-api-manager-to-052-enable-git-stub-storage' |
| 99 | 2026-03-03T02:38:25.625Z | + git reset --hard 65d036328a8bac68ecddaa507010474e6cb124db |
| 100 | 2026-03-03T02:38:25.652Z | HEAD is now at 65d0363 [spr] initial version |
| 101 | 2026-03-03T02:38:25.655Z | process exited: duration 1831 ms, exit code 0 |
| |
| 102 | 2026-03-03T02:38:25.661Z | starting task 4: "build" |
| 103 | 2026-03-03T02:38:25.674Z | Cloning into './gate_src'... |
| 104 | 2026-03-03T02:40:28.762Z | Updating files: 31% (15315/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: 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: 61% (30534/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: 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: 87% (42942/49358)
Updating files: 87% (43145/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: 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-03-03T02:40:28.857Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 106 | 2026-03-03T02:40:28.944Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 107 | 2026-03-03T02:40:29.011Z | Updating crates.io index |
| 108 | 2026-03-03T02:40:29.472Z | Locking 44 packages to latest compatible versions |
| 109 | 2026-03-03T02:40:29.475Z | Adding strum v0.25.0 (available: v0.28.0) |
| 110 | 2026-03-03T02:40:29.478Z | Downloading crates ... |
| 111 | 2026-03-03T02:40:29.537Z | Downloaded dirs-sys v0.3.7 |
| 112 | 2026-03-03T02:40:29.546Z | Downloaded proc-macro2 v1.0.106 |
| 113 | 2026-03-03T02:40:29.549Z | Downloaded heck v0.5.0 |
| 114 | 2026-03-03T02:40:29.559Z | Downloaded serde_json v1.0.149 |
| 115 | 2026-03-03T02:40:29.566Z | Downloaded semver v1.0.27 |
| 116 | 2026-03-03T02:40:29.570Z | Downloaded bitflags v1.3.2 |
| 117 | 2026-03-03T02:40:29.573Z | Downloaded zmij v1.0.21 |
| 118 | 2026-03-03T02:40:29.573Z | Downloaded cfg-if v0.1.10 |
| 119 | 2026-03-03T02:40:29.576Z | Downloaded rustc_version v0.4.1 |
| 120 | 2026-03-03T02:40:29.587Z | Downloaded serde v1.0.228 |
| 121 | 2026-03-03T02:40:29.606Z | Downloaded garando_syntax v0.1.1 |
| 122 | 2026-03-03T02:40:29.613Z | Downloaded strum v0.26.3 |
| 123 | 2026-03-03T02:40:29.626Z | Downloaded serde_core v1.0.228 |
| 124 | 2026-03-03T02:40:29.632Z | Downloaded log v0.4.29 |
| 125 | 2026-03-03T02:40:29.635Z | Downloaded unicode-xid v0.2.6 |
| 126 | 2026-03-03T02:40:29.638Z | Downloaded strum v0.25.0 |
| 127 | 2026-03-03T02:40:29.642Z | Downloaded serde_derive v1.0.228 |
| 128 | 2026-03-03T02:40:29.645Z | Downloaded dirs v2.0.2 |
| 129 | 2026-03-03T02:40:29.648Z | Downloaded garando_pos v0.1.0 |
| 130 | 2026-03-03T02:40:29.651Z | Downloaded strum_macros v0.26.4 |
| 131 | 2026-03-03T02:40:29.653Z | Downloaded garando_errors v0.1.0 |
| 132 | 2026-03-03T02:40:29.660Z | Downloaded itoa v1.0.17 |
| 133 | 2026-03-03T02:40:29.665Z | Downloaded shlex v1.3.0 |
| 134 | 2026-03-03T02:40:29.668Z | Downloaded rustversion v1.0.22 |
| 135 | 2026-03-03T02:40:29.671Z | Downloaded find-msvc-tools v0.1.9 |
| 136 | 2026-03-03T02:40:29.671Z | Downloaded ctest2 v0.4.10 |
| 137 | 2026-03-03T02:40:29.674Z | Downloaded quote v1.0.44 |
| 138 | 2026-03-03T02:40:29.676Z | Downloaded term v0.6.1 |
| 139 | 2026-03-03T02:40:29.687Z | Downloaded unicode-ident v1.0.24 |
| 140 | 2026-03-03T02:40:29.695Z | Downloaded memchr v2.8.0 |
| 141 | 2026-03-03T02:40:29.704Z | Downloaded cc v1.2.56 |
| 142 | 2026-03-03T02:40:29.721Z | Downloaded libc v0.2.182 |
| 143 | 2026-03-03T02:40:29.751Z | Downloaded syn v2.0.117 |
| 144 | 2026-03-03T02:40:29.802Z | Compiling proc-macro2 v1.0.106 |
| 145 | 2026-03-03T02:40:29.802Z | Compiling quote v1.0.44 |
| 146 | 2026-03-03T02:40:29.802Z | Compiling unicode-ident v1.0.24 |
| 147 | 2026-03-03T02:40:29.806Z | Compiling libc v0.2.182 |
| 148 | 2026-03-03T02:40:29.806Z | Compiling serde_core v1.0.228 |
| 149 | 2026-03-03T02:40:29.806Z | Compiling serde v1.0.228 |
| 150 | 2026-03-03T02:40:29.806Z | Compiling rustversion v1.0.22 |
| 151 | 2026-03-03T02:40:29.806Z | Compiling zmij v1.0.21 |
| 152 | 2026-03-03T02:40:30.061Z | Compiling cfg-if v0.1.10 |
| 153 | 2026-03-03T02:40:30.148Z | Compiling serde_json v1.0.149 |
| 154 | 2026-03-03T02:40:30.481Z | Compiling itoa v1.0.17 |
| 155 | 2026-03-03T02:40:30.485Z | Compiling heck v0.5.0 |
| 156 | 2026-03-03T02:40:30.523Z | Compiling unicode-xid v0.2.6 |
| 157 | 2026-03-03T02:40:30.689Z | Compiling memchr v2.8.0 |
| 158 | 2026-03-03T02:40:30.788Z | Compiling find-msvc-tools v0.1.9 |
| 159 | 2026-03-03T02:40:30.865Z | Compiling log v0.4.29 |
| 160 | 2026-03-03T02:40:31.008Z | Compiling semver v1.0.27 |
| 161 | 2026-03-03T02:40:31.185Z | Compiling bitflags v1.3.2 |
| 162 | 2026-03-03T02:40:31.264Z | Compiling shlex v1.3.0 |
| 163 | 2026-03-03T02:40:31.281Z | Compiling strum v0.25.0 |
| 164 | 2026-03-03T02:40:31.468Z | Compiling rustc_version v0.4.1 |
| 165 | 2026-03-03T02:40:31.591Z | Compiling dirs-sys v0.3.7 |
| 166 | 2026-03-03T02:40:31.606Z | Compiling cc v1.2.56 |
| 167 | 2026-03-03T02:40:31.844Z | Compiling dirs v2.0.2 |
| 168 | 2026-03-03T02:40:31.972Z | Compiling term v0.6.1 |
| 169 | 2026-03-03T02:40:32.181Z | Compiling syn v2.0.117 |
| 170 | 2026-03-03T02:40:35.480Z | Compiling serde_derive v1.0.228 |
| 171 | 2026-03-03T02:40:35.483Z | Compiling strum_macros v0.26.4 |
| 172 | 2026-03-03T02:40:37.175Z | Compiling strum v0.26.3 |
| 173 | 2026-03-03T02:40:37.254Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 174 | 2026-03-03T02:40:39.015Z | Compiling garando_pos v0.1.0 |
| 175 | 2026-03-03T02:40:39.465Z | Compiling garando_errors v0.1.0 |
| 176 | 2026-03-03T02:40:40.119Z | Compiling garando_syntax v0.1.1 |
| 177 | 2026-03-03T02:40:47.220Z | Compiling ctest2 v0.4.10 |
| 178 | 2026-03-03T02:40:48.734Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 179 | 2026-03-03T02:40:52.166Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 23.25s |
| 180 | 2026-03-03T02:40:52.189Z | Running test/main.rs (target/debug/deps/main-55fde0db2eabdadf) |
| 181 | 2026-03-03T02:40:52.192Z | RUNNING ALL TESTS |
| 182 | 2026-03-03T02:40:52.192Z | PASSED 1185 tests |
| 183 | 2026-03-03T02:40:52.201Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 184 | 2026-03-03T02:40:52.322Z | Updating crates.io index |
| 185 | 2026-03-03T02:40:52.655Z | Locking 39 packages to latest compatible versions |
| 186 | 2026-03-03T02:40:52.716Z | Compiling proc-macro2 v1.0.106 |
| 187 | 2026-03-03T02:40:52.716Z | Compiling unicode-ident v1.0.24 |
| 188 | 2026-03-03T02:40:52.716Z | Compiling quote v1.0.44 |
| 189 | 2026-03-03T02:40:52.720Z | Compiling libc v0.2.182 |
| 190 | 2026-03-03T02:40:52.720Z | Compiling serde_core v1.0.228 |
| 191 | 2026-03-03T02:40:52.720Z | Compiling serde v1.0.228 |
| 192 | 2026-03-03T02:40:52.720Z | Compiling cfg-if v0.1.10 |
| 193 | 2026-03-03T02:40:52.720Z | Compiling zmij v1.0.21 |
| 194 | 2026-03-03T02:40:52.803Z | Compiling serde_json v1.0.149 |
| 195 | 2026-03-03T02:40:52.900Z | Compiling itoa v1.0.17 |
| 196 | 2026-03-03T02:40:53.169Z | Compiling unicode-xid v0.2.6 |
| 197 | 2026-03-03T02:40:53.186Z | Compiling memchr v2.8.0 |
| 198 | 2026-03-03T02:40:53.235Z | Compiling bitflags v1.3.2 |
| 199 | 2026-03-03T02:40:53.298Z | Compiling log v0.4.29 |
| 200 | 2026-03-03T02:40:53.318Z | Compiling semver v1.0.27 |
| 201 | 2026-03-03T02:40:53.323Z | Compiling shlex v1.3.0 |
| 202 | 2026-03-03T02:40:53.590Z | Compiling find-msvc-tools v0.1.9 |
| 203 | 2026-03-03T02:40:53.687Z | Compiling rustc_version v0.4.1 |
| 204 | 2026-03-03T02:40:53.819Z | Compiling cc v1.2.56 |
| 205 | 2026-03-03T02:40:54.220Z | Compiling dirs-sys v0.3.7 |
| 206 | 2026-03-03T02:40:54.224Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 207 | 2026-03-03T02:40:54.397Z | Compiling dirs v2.0.2 |
| 208 | 2026-03-03T02:40:54.488Z | Compiling term v0.6.1 |
| 209 | 2026-03-03T02:40:54.763Z | Compiling syn v2.0.117 |
| 210 | 2026-03-03T02:40:57.192Z | Compiling serde_derive v1.0.228 |
| 211 | 2026-03-03T02:41:00.582Z | Compiling garando_pos v0.1.0 |
| 212 | 2026-03-03T02:41:01.026Z | Compiling garando_errors v0.1.0 |
| 213 | 2026-03-03T02:41:01.678Z | Compiling garando_syntax v0.1.1 |
| 214 | 2026-03-03T02:41:08.747Z | Compiling ctest2 v0.4.10 |
| 215 | 2026-03-03T02:41:10.228Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 216 | 2026-03-03T02:41:11.472Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.21s |
| 217 | 2026-03-03T02:41:11.492Z | Running test/main.rs (target/debug/deps/main-a314f0d65f3f5a1b) |
| 218 | 2026-03-03T02:41:11.495Z | RUNNING ALL TESTS |
| 219 | 2026-03-03T02:41:11.496Z | PASSED 90 tests |
| 220 | 2026-03-03T02:41:11.500Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 221 | 2026-03-03T02:41:11.621Z | Updating crates.io index |
| 222 | 2026-03-03T02:41:11.814Z | Locking 41 packages to latest compatible versions |
| 223 | 2026-03-03T02:41:11.873Z | Compiling libc v0.2.182 |
| 224 | 2026-03-03T02:41:11.873Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-03-03T02:41:11.877Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-03-03T02:41:11.877Z | Compiling quote v1.0.44 |
| 227 | 2026-03-03T02:41:11.877Z | Compiling serde_core v1.0.228 |
| 228 | 2026-03-03T02:41:11.877Z | Compiling serde v1.0.228 |
| 229 | 2026-03-03T02:41:11.877Z | Compiling zmij v1.0.21 |
| 230 | 2026-03-03T02:41:11.877Z | Compiling cfg-if v0.1.10 |
| 231 | 2026-03-03T02:41:11.963Z | Compiling serde_json v1.0.149 |
| 232 | 2026-03-03T02:41:12.061Z | Compiling itoa v1.0.17 |
| 233 | 2026-03-03T02:41:12.327Z | Compiling unicode-xid v0.2.6 |
| 234 | 2026-03-03T02:41:12.347Z | Compiling memchr v2.8.0 |
| 235 | 2026-03-03T02:41:12.399Z | Compiling shlex v1.3.0 |
| 236 | 2026-03-03T02:41:12.453Z | Compiling semver v1.0.27 |
| 237 | 2026-03-03T02:41:12.482Z | Compiling find-msvc-tools v0.1.9 |
| 238 | 2026-03-03T02:41:12.715Z | Compiling bitflags v1.3.2 |
| 239 | 2026-03-03T02:41:12.798Z | Compiling log v0.4.29 |
| 240 | 2026-03-03T02:41:12.944Z | Compiling rustc_version v0.4.1 |
| 241 | 2026-03-03T02:41:12.956Z | Compiling cc v1.2.56 |
| 242 | 2026-03-03T02:41:13.404Z | Compiling dirs-sys v0.3.7 |
| 243 | 2026-03-03T02:41:13.404Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 244 | 2026-03-03T02:41:13.517Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 245 | 2026-03-03T02:41:13.565Z | Compiling dirs v2.0.2 |
| 246 | 2026-03-03T02:41:13.676Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 247 | 2026-03-03T02:41:13.679Z | Compiling term v0.6.1 |
| 248 | 2026-03-03T02:41:14.049Z | Compiling syn v2.0.117 |
| 249 | 2026-03-03T02:41:16.501Z | Compiling serde_derive v1.0.228 |
| 250 | 2026-03-03T02:41:19.868Z | Compiling garando_pos v0.1.0 |
| 251 | 2026-03-03T02:41:20.319Z | Compiling garando_errors v0.1.0 |
| 252 | 2026-03-03T02:41:20.971Z | Compiling garando_syntax v0.1.1 |
| 253 | 2026-03-03T02:41:27.917Z | Compiling ctest2 v0.4.10 |
| 254 | 2026-03-03T02:41:29.413Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 255 | 2026-03-03T02:41:30.840Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.28s |
| 256 | 2026-03-03T02:41:30.859Z | Running test/main.rs (target/debug/deps/main-523a4bf1bab8eeea) |
| 257 | 2026-03-03T02:41:30.862Z | RUNNING ALL TESTS |
| 258 | 2026-03-03T02:41:30.862Z | PASSED 257 tests |
| 259 | 2026-03-03T02:41:30.870Z | process exited: duration 185213 ms, exit code 0 |
| |
| 260 | 2026-03-03T02:41:30.877Z | found 0 output files |