|
|
|
| 1 | 2026-02-25T01:22:52.147Z | job assigned to worker 01KJ966Z6Z669C62FCKQBVPAQN [factory aws, i-01d31681de6188dd6] (queued for 54 s) |
| |
| 2 | 2026-02-25T01:23:01.545Z | starting task 0: "setup" |
| 3 | 2026-02-25T01:23:01.551Z | ++ uname -s |
| 4 | 2026-02-25T01:23:01.552Z | + kern=SunOS |
| 5 | 2026-02-25T01:23:01.552Z | + build_user=build |
| 6 | 2026-02-25T01:23:01.552Z | + build_uid=12345 |
| 7 | 2026-02-25T01:23:01.552Z | + work_dir=/work |
| 8 | 2026-02-25T01:23:01.553Z | + input_dir=/input |
| 9 | 2026-02-25T01:23:01.560Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-25T01:23:01.560Z | + case "$kern" in |
| 11 | 2026-02-25T01:23:01.560Z | + groupadd -g 12345 build |
| 12 | 2026-02-25T01:23:01.560Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-25T01:23:03.560Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-25T01:23:03.651Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-25T01:23:03.654Z | + home_fs=zfs |
| 16 | 2026-02-25T01:23:03.654Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-25T01:23:03.654Z | + mkdir -p /home/build |
| 18 | 2026-02-25T01:23:03.657Z | + chown build:build /home/build /work |
| 19 | 2026-02-25T01:23:05.658Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-25T01:23:05.661Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-02-25T01:23:05.668Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-25T01:23:05.672Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-25T01:23:05.672Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-25T01:23:05.672Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-25T01:23:05.672Z | * rust toolchain profile = "default" |
| 26 | 2026-02-25T01:23:05.672Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-25T01:23:05.673Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-25T01:23:05.676Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-25T01:23:05.676Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-25T01:23:05.811Z | info: downloading installer |
| 31 | 2026-02-25T01:23:07.678Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-25T01:23:07.678Z | warn: /opt/ooce/bin |
| 33 | 2026-02-25T01:23:07.678Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-25T01:23:07.678Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-25T01:23:07.678Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-25T01:23:07.678Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-25T01:23:07.678Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-25T01:23:07.678Z | error: cannot install while Rust is installed |
| 39 | 2026-02-25T01:23:07.678Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-25T01:23:07.703Z | info: profile set to 'default' |
| 41 | 2026-02-25T01:23:07.703Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-25T01:23:07.708Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-25T01:23:07.908Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-25T01:23:07.908Z | info: downloading component 'cargo' |
| 45 | 2026-02-25T01:23:09.138Z | info: downloading component 'clippy' |
| 46 | 2026-02-25T01:23:09.680Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-25T01:23:11.682Z | info: downloading component 'rust-std' |
| 48 | 2026-02-25T01:23:14.226Z | info: downloading component 'rustc' |
| 49 | 2026-02-25T01:23:24.042Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-25T01:23:24.331Z | info: installing component 'cargo' |
| 51 | 2026-02-25T01:23:25.228Z | info: installing component 'clippy' |
| 52 | 2026-02-25T01:23:25.634Z | info: installing component 'rust-docs' |
| 53 | 2026-02-25T01:23:27.445Z | info: installing component 'rust-std' |
| 54 | 2026-02-25T01:23:29.384Z | info: installing component 'rustc' |
| 55 | 2026-02-25T01:23:35.922Z | info: installing component 'rustfmt' |
| 56 | 2026-02-25T01:23:36.261Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-25T01:23:36.261Z | |
| 58 | 2026-02-25T01:23:36.691Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-25T01:23:36.691Z | |
| 60 | 2026-02-25T01:23:36.694Z | |
| 61 | 2026-02-25T01:23:36.695Z | Rust is installed now. Great! |
| 62 | 2026-02-25T01:23:36.695Z | |
| 63 | 2026-02-25T01:23:36.695Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-25T01:23:36.695Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-25T01:23:36.695Z | |
| 66 | 2026-02-25T01:23:36.695Z | To configure your current shell, you need to source |
| 67 | 2026-02-25T01:23:36.695Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-25T01:23:36.695Z | |
| 69 | 2026-02-25T01:23:36.695Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-25T01:23:36.695Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-25T01:23:36.695Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-25T01:23:36.695Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-25T01:23:36.779Z | + rustup --version |
| 74 | 2026-02-25T01:23:36.794Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-25T01:23:36.796Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-25T01:23:36.883Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-25T01:23:36.888Z | + cargo --version |
| 78 | 2026-02-25T01:23:36.969Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-25T01:23:36.973Z | + rustc --version |
| 80 | 2026-02-25T01:23:37.045Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-25T01:23:37.048Z | process exited: duration 31382 ms, exit code 0 |
| |
| 82 | 2026-02-25T01:23:37.054Z | starting task 2: "authentication" |
| 83 | 2026-02-25T01:23:37.078Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-25T01:23:37.086Z | starting task 3: "clone repository" |
| 85 | 2026-02-25T01:23:37.089Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-02-25T01:23:37.091Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-02-25T01:23:37.197Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-02-25T01:23:42.308Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-02-25T01:23:42.320Z | + git fetch origin 0b77bf72d62db8e92c9cae0250c9b5a12a894bcb |
| 90 | 2026-02-25T01:23:42.740Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-02-25T01:23:42.741Z | * branch 0b77bf72d62db8e92c9cae0250c9b5a12a894bcb -> FETCH_HEAD |
| 92 | 2026-02-25T01:23:42.753Z | + [[ -n sunshowers/spr/upgrade-progenitor-to-012-reqwest-to-013 ]] |
| 93 | 2026-02-25T01:23:42.753Z | ++ git branch --show-current |
| 94 | 2026-02-25T01:23:42.753Z | + current=master |
| 95 | 2026-02-25T01:23:42.753Z | + [[ master != sunshowers/spr/upgrade-progenitor-to-012-reqwest-to-013 ]] |
| 96 | 2026-02-25T01:23:42.753Z | + git branch -f sunshowers/spr/upgrade-progenitor-to-012-reqwest-to-013 0b77bf72d62db8e92c9cae0250c9b5a12a894bcb |
| 97 | 2026-02-25T01:23:42.753Z | + git checkout -f sunshowers/spr/upgrade-progenitor-to-012-reqwest-to-013 |
| 98 | 2026-02-25T01:23:42.771Z | Switched to branch 'sunshowers/spr/upgrade-progenitor-to-012-reqwest-to-013' |
| 99 | 2026-02-25T01:23:42.771Z | + git reset --hard 0b77bf72d62db8e92c9cae0250c9b5a12a894bcb |
| 100 | 2026-02-25T01:23:42.786Z | HEAD is now at 0b77bf7 rustfmt |
| 101 | 2026-02-25T01:23:42.786Z | process exited: duration 5696 ms, exit code 0 |
| |
| 102 | 2026-02-25T01:23:42.806Z | starting task 4: "build" |
| 103 | 2026-02-25T01:23:42.814Z | Cloning into './gate_src'... |
| 104 | 2026-02-25T01:25:35.190Z | Updating files: 30% (15188/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: 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: 57% (28314/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: 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: 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-25T01:25:35.280Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 106 | 2026-02-25T01:25:35.369Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 107 | 2026-02-25T01:25:35.435Z | Updating crates.io index |
| 108 | 2026-02-25T01:25:35.827Z | Locking 45 packages to latest compatible versions |
| 109 | 2026-02-25T01:25:35.830Z | Adding strum v0.25.0 (available: v0.28.0) |
| 110 | 2026-02-25T01:25:35.833Z | Downloading crates ... |
| 111 | 2026-02-25T01:25:35.889Z | Downloaded dirs-sys v0.3.7 |
| 112 | 2026-02-25T01:25:35.896Z | Downloaded find-msvc-tools v0.1.9 |
| 113 | 2026-02-25T01:25:35.899Z | Downloaded dirs v2.0.2 |
| 114 | 2026-02-25T01:25:35.901Z | Downloaded heck v0.5.0 |
| 115 | 2026-02-25T01:25:35.902Z | Downloaded cfg-if v0.1.10 |
| 116 | 2026-02-25T01:25:35.908Z | Downloaded rustc_version v0.4.1 |
| 117 | 2026-02-25T01:25:35.915Z | Downloaded unicode-xid v0.2.6 |
| 118 | 2026-02-25T01:25:35.918Z | Downloaded strum v0.26.3 |
| 119 | 2026-02-25T01:25:35.921Z | Downloaded itoa v1.0.17 |
| 120 | 2026-02-25T01:25:35.921Z | Downloaded strum v0.25.0 |
| 121 | 2026-02-25T01:25:35.932Z | Downloaded ctest2 v0.4.10 |
| 122 | 2026-02-25T01:25:35.935Z | Downloaded bitflags v1.3.2 |
| 123 | 2026-02-25T01:25:35.940Z | Downloaded garando_pos v0.1.0 |
| 124 | 2026-02-25T01:25:35.940Z | Downloaded garando_errors v0.1.0 |
| 125 | 2026-02-25T01:25:35.945Z | Downloaded shlex v1.3.0 |
| 126 | 2026-02-25T01:25:35.947Z | Downloaded zmij v1.0.21 |
| 127 | 2026-02-25T01:25:35.947Z | Downloaded rustversion v1.0.22 |
| 128 | 2026-02-25T01:25:35.950Z | Downloaded semver v1.0.27 |
| 129 | 2026-02-25T01:25:35.953Z | Downloaded unicode-ident v1.0.24 |
| 130 | 2026-02-25T01:25:35.966Z | Downloaded quote v1.0.44 |
| 131 | 2026-02-25T01:25:35.969Z | Downloaded serde_derive v1.0.228 |
| 132 | 2026-02-25T01:25:35.974Z | Downloaded term v0.6.1 |
| 133 | 2026-02-25T01:25:35.977Z | Downloaded log v0.4.29 |
| 134 | 2026-02-25T01:25:35.977Z | Downloaded strum_macros v0.26.4 |
| 135 | 2026-02-25T01:25:35.980Z | Downloaded serde_core v1.0.228 |
| 136 | 2026-02-25T01:25:35.983Z | Downloaded proc-macro2 v1.0.106 |
| 137 | 2026-02-25T01:25:35.997Z | Downloaded serde v1.0.228 |
| 138 | 2026-02-25T01:25:36.001Z | Downloaded memchr v2.8.0 |
| 139 | 2026-02-25T01:25:36.005Z | Downloaded cc v1.2.56 |
| 140 | 2026-02-25T01:25:36.026Z | Downloaded serde_json v1.0.149 |
| 141 | 2026-02-25T01:25:36.040Z | Downloaded garando_syntax v0.1.1 |
| 142 | 2026-02-25T01:25:36.048Z | Downloaded syn v2.0.117 |
| 143 | 2026-02-25T01:25:36.087Z | Downloaded libc v0.2.182 |
| 144 | 2026-02-25T01:25:36.160Z | Compiling proc-macro2 v1.0.106 |
| 145 | 2026-02-25T01:25:36.160Z | Compiling unicode-ident v1.0.24 |
| 146 | 2026-02-25T01:25:36.160Z | Compiling quote v1.0.44 |
| 147 | 2026-02-25T01:25:36.163Z | Compiling libc v0.2.182 |
| 148 | 2026-02-25T01:25:36.163Z | Compiling serde_core v1.0.228 |
| 149 | 2026-02-25T01:25:36.163Z | Compiling serde v1.0.228 |
| 150 | 2026-02-25T01:25:36.163Z | Compiling cfg-if v0.1.10 |
| 151 | 2026-02-25T01:25:36.182Z | Compiling zmij v1.0.21 |
| 152 | 2026-02-25T01:25:36.287Z | Compiling rustversion v1.0.22 |
| 153 | 2026-02-25T01:25:36.390Z | Compiling serde_json v1.0.149 |
| 154 | 2026-02-25T01:25:37.089Z | Compiling heck v0.5.0 |
| 155 | 2026-02-25T01:25:37.131Z | Compiling unicode-xid v0.2.6 |
| 156 | 2026-02-25T01:25:37.147Z | Compiling itoa v1.0.17 |
| 157 | 2026-02-25T01:25:37.291Z | Compiling memchr v2.8.0 |
| 158 | 2026-02-25T01:25:37.436Z | Compiling semver v1.0.27 |
| 159 | 2026-02-25T01:25:37.475Z | Compiling find-msvc-tools v0.1.9 |
| 160 | 2026-02-25T01:25:37.657Z | Compiling bitflags v1.3.2 |
| 161 | 2026-02-25T01:25:37.747Z | Compiling log v0.4.29 |
| 162 | 2026-02-25T01:25:37.935Z | Compiling shlex v1.3.0 |
| 163 | 2026-02-25T01:25:38.026Z | Compiling dirs-sys v0.3.7 |
| 164 | 2026-02-25T01:25:38.031Z | Compiling rustc_version v0.4.1 |
| 165 | 2026-02-25T01:25:38.040Z | Compiling strum v0.25.0 |
| 166 | 2026-02-25T01:25:38.191Z | Compiling cc v1.2.56 |
| 167 | 2026-02-25T01:25:38.285Z | Compiling dirs v2.0.2 |
| 168 | 2026-02-25T01:25:38.442Z | Compiling term v0.6.1 |
| 169 | 2026-02-25T01:25:38.755Z | Compiling syn v2.0.117 |
| 170 | 2026-02-25T01:25:41.920Z | Compiling serde_derive v1.0.228 |
| 171 | 2026-02-25T01:25:41.920Z | Compiling strum_macros v0.26.4 |
| 172 | 2026-02-25T01:25:43.569Z | Compiling strum v0.26.3 |
| 173 | 2026-02-25T01:25:43.646Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 174 | 2026-02-25T01:25:45.394Z | Compiling garando_pos v0.1.0 |
| 175 | 2026-02-25T01:25:45.831Z | Compiling garando_errors v0.1.0 |
| 176 | 2026-02-25T01:25:46.468Z | Compiling garando_syntax v0.1.1 |
| 177 | 2026-02-25T01:25:53.407Z | Compiling ctest2 v0.4.10 |
| 178 | 2026-02-25T01:25:54.898Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 179 | 2026-02-25T01:25:59.173Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 23.83s |
| 180 | 2026-02-25T01:25:59.196Z | Running test/main.rs (target/debug/deps/main-55fde0db2eabdadf) |
| 181 | 2026-02-25T01:25:59.199Z | RUNNING ALL TESTS |
| 182 | 2026-02-25T01:25:59.199Z | PASSED 1185 tests |
| 183 | 2026-02-25T01:25:59.208Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 184 | 2026-02-25T01:25:59.339Z | Updating crates.io index |
| 185 | 2026-02-25T01:25:59.532Z | Locking 40 packages to latest compatible versions |
| 186 | 2026-02-25T01:25:59.591Z | Compiling proc-macro2 v1.0.106 |
| 187 | 2026-02-25T01:25:59.591Z | Compiling quote v1.0.44 |
| 188 | 2026-02-25T01:25:59.594Z | Compiling unicode-ident v1.0.24 |
| 189 | 2026-02-25T01:25:59.594Z | Compiling libc v0.2.182 |
| 190 | 2026-02-25T01:25:59.594Z | Compiling serde_core v1.0.228 |
| 191 | 2026-02-25T01:25:59.594Z | Compiling serde v1.0.228 |
| 192 | 2026-02-25T01:25:59.594Z | Compiling cfg-if v0.1.10 |
| 193 | 2026-02-25T01:25:59.594Z | Compiling zmij v1.0.21 |
| 194 | 2026-02-25T01:25:59.685Z | Compiling serde_json v1.0.149 |
| 195 | 2026-02-25T01:25:59.772Z | Compiling unicode-xid v0.2.6 |
| 196 | 2026-02-25T01:25:59.929Z | Compiling itoa v1.0.17 |
| 197 | 2026-02-25T01:26:00.027Z | Compiling memchr v2.8.0 |
| 198 | 2026-02-25T01:26:00.097Z | Compiling bitflags v1.3.2 |
| 199 | 2026-02-25T01:26:00.147Z | Compiling find-msvc-tools v0.1.9 |
| 200 | 2026-02-25T01:26:00.178Z | Compiling log v0.4.29 |
| 201 | 2026-02-25T01:26:00.200Z | Compiling shlex v1.3.0 |
| 202 | 2026-02-25T01:26:00.478Z | Compiling semver v1.0.27 |
| 203 | 2026-02-25T01:26:00.481Z | Compiling cc v1.2.56 |
| 204 | 2026-02-25T01:26:00.768Z | Compiling rustc_version v0.4.1 |
| 205 | 2026-02-25T01:26:01.034Z | Compiling dirs-sys v0.3.7 |
| 206 | 2026-02-25T01:26:01.034Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 207 | 2026-02-25T01:26:01.232Z | Compiling dirs v2.0.2 |
| 208 | 2026-02-25T01:26:01.324Z | Compiling term v0.6.1 |
| 209 | 2026-02-25T01:26:01.614Z | Compiling syn v2.0.117 |
| 210 | 2026-02-25T01:26:04.047Z | Compiling serde_derive v1.0.228 |
| 211 | 2026-02-25T01:26:07.381Z | Compiling garando_pos v0.1.0 |
| 212 | 2026-02-25T01:26:07.825Z | Compiling garando_errors v0.1.0 |
| 213 | 2026-02-25T01:26:08.467Z | Compiling garando_syntax v0.1.1 |
| 214 | 2026-02-25T01:26:15.398Z | Compiling ctest2 v0.4.10 |
| 215 | 2026-02-25T01:26:16.813Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 216 | 2026-02-25T01:26:18.263Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.00s |
| 217 | 2026-02-25T01:26:18.282Z | Running test/main.rs (target/debug/deps/main-a314f0d65f3f5a1b) |
| 218 | 2026-02-25T01:26:18.285Z | RUNNING ALL TESTS |
| 219 | 2026-02-25T01:26:18.285Z | PASSED 90 tests |
| 220 | 2026-02-25T01:26:18.291Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 221 | 2026-02-25T01:26:18.416Z | Updating crates.io index |
| 222 | 2026-02-25T01:26:18.602Z | Locking 42 packages to latest compatible versions |
| 223 | 2026-02-25T01:26:18.660Z | Compiling libc v0.2.182 |
| 224 | 2026-02-25T01:26:18.660Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-02-25T01:26:18.663Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-02-25T01:26:18.663Z | Compiling quote v1.0.44 |
| 227 | 2026-02-25T01:26:18.663Z | Compiling serde_core v1.0.228 |
| 228 | 2026-02-25T01:26:18.663Z | Compiling serde v1.0.228 |
| 229 | 2026-02-25T01:26:18.663Z | Compiling cfg-if v0.1.10 |
| 230 | 2026-02-25T01:26:18.663Z | Compiling zmij v1.0.21 |
| 231 | 2026-02-25T01:26:18.754Z | Compiling serde_json v1.0.149 |
| 232 | 2026-02-25T01:26:18.829Z | Compiling unicode-xid v0.2.6 |
| 233 | 2026-02-25T01:26:18.981Z | Compiling memchr v2.8.0 |
| 234 | 2026-02-25T01:26:19.097Z | Compiling itoa v1.0.17 |
| 235 | 2026-02-25T01:26:19.176Z | Compiling find-msvc-tools v0.1.9 |
| 236 | 2026-02-25T01:26:19.233Z | Compiling semver v1.0.27 |
| 237 | 2026-02-25T01:26:19.424Z | Compiling shlex v1.3.0 |
| 238 | 2026-02-25T01:26:19.603Z | Compiling bitflags v1.3.2 |
| 239 | 2026-02-25T01:26:19.686Z | Compiling log v0.4.29 |
| 240 | 2026-02-25T01:26:19.719Z | Compiling rustc_version v0.4.1 |
| 241 | 2026-02-25T01:26:19.726Z | Compiling cc v1.2.56 |
| 242 | 2026-02-25T01:26:20.177Z | Compiling dirs-sys v0.3.7 |
| 243 | 2026-02-25T01:26:20.177Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 244 | 2026-02-25T01:26:20.305Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 245 | 2026-02-25T01:26:20.345Z | Compiling dirs v2.0.2 |
| 246 | 2026-02-25T01:26:20.470Z | Compiling term v0.6.1 |
| 247 | 2026-02-25T01:26:20.510Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 248 | 2026-02-25T01:26:20.749Z | Compiling syn v2.0.117 |
| 249 | 2026-02-25T01:26:23.213Z | Compiling serde_derive v1.0.228 |
| 250 | 2026-02-25T01:26:26.551Z | Compiling garando_pos v0.1.0 |
| 251 | 2026-02-25T01:26:27.007Z | Compiling garando_errors v0.1.0 |
| 252 | 2026-02-25T01:26:27.656Z | Compiling garando_syntax v0.1.1 |
| 253 | 2026-02-25T01:26:34.597Z | Compiling ctest2 v0.4.10 |
| 254 | 2026-02-25T01:26:36.059Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 255 | 2026-02-25T01:26:37.478Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.13s |
| 256 | 2026-02-25T01:26:37.496Z | Running test/main.rs (target/debug/deps/main-523a4bf1bab8eeea) |
| 257 | 2026-02-25T01:26:37.501Z | RUNNING ALL TESTS |
| 258 | 2026-02-25T01:26:37.501Z | PASSED 257 tests |
| 259 | 2026-02-25T01:26:37.509Z | process exited: duration 174711 ms, exit code 0 |
| |
| 260 | 2026-02-25T01:26:37.520Z | found 0 output files |