|
|
|
| 1 | 2026-07-02T05:10:40.850Z | job assigned to worker 01KWGKQQ6A5PCTFR7KBAPWFEK0 [factory aws, i-008c3c70c2a990455] (queued for 45 s) |
| |
| 2 | 2026-07-02T05:10:47.126Z | starting task 0: "setup" |
| 3 | 2026-07-02T05:10:47.131Z | ++ uname -s |
| 4 | 2026-07-02T05:10:47.136Z | + kern=SunOS |
| 5 | 2026-07-02T05:10:47.136Z | + build_user=build |
| 6 | 2026-07-02T05:10:47.136Z | + build_uid=12345 |
| 7 | 2026-07-02T05:10:47.136Z | + work_dir=/work |
| 8 | 2026-07-02T05:10:47.137Z | + input_dir=/input |
| 9 | 2026-07-02T05:10:47.137Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T05:10:47.137Z | + case "$kern" in |
| 11 | 2026-07-02T05:10:47.137Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T05:10:47.137Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T05:10:49.141Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T05:10:49.214Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T05:10:49.219Z | + home_fs=zfs |
| 16 | 2026-07-02T05:10:49.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T05:10:49.219Z | + mkdir -p /home/build |
| 18 | 2026-07-02T05:10:49.219Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T05:10:51.224Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T05:10:51.243Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-07-02T05:10:51.264Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T05:10:51.277Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-02T05:10:51.277Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-07-02T05:10:51.277Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-02T05:10:51.277Z | * rust toolchain profile = "default" |
| 26 | 2026-07-02T05:10:51.277Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T05:10:51.277Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T05:10:51.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T05:10:51.277Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-02T05:10:51.376Z | info: downloading installer |
| 31 | 2026-07-02T05:10:52.865Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-02T05:10:52.865Z | warn: /opt/ooce/bin |
| 33 | 2026-07-02T05:10:52.865Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-02T05:10:52.865Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-02T05:10:52.865Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-02T05:10:52.865Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-02T05:10:52.865Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-02T05:10:52.865Z | error: cannot install while Rust is installed |
| 39 | 2026-07-02T05:10:52.865Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-02T05:10:52.865Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-02T05:10:52.866Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-02T05:10:52.866Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-02T05:10:52.866Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-02T05:10:52.882Z | info: profile set to default |
| 45 | 2026-07-02T05:10:52.882Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-02T05:10:52.887Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-07-02T05:10:53.051Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-07-02T05:10:53.055Z | info: downloading 6 components |
| 49 | 2026-07-02T05:11:11.767Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-07-02T05:11:11.767Z | |
| 51 | 2026-07-02T05:11:11.804Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-07-02T05:11:11.804Z | |
| 53 | 2026-07-02T05:11:11.804Z | |
| 54 | 2026-07-02T05:11:11.804Z | Rust is installed now. Great! |
| 55 | 2026-07-02T05:11:11.804Z | |
| 56 | 2026-07-02T05:11:11.804Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-02T05:11:11.805Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-02T05:11:11.805Z | |
| 59 | 2026-07-02T05:11:11.805Z | To configure your current shell, you need to source |
| 60 | 2026-07-02T05:11:11.805Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-02T05:11:11.805Z | |
| 62 | 2026-07-02T05:11:11.805Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-02T05:11:11.805Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-02T05:11:11.805Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-02T05:11:11.805Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-02T05:11:11.805Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-02T05:11:11.805Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-02T05:11:11.805Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-02T05:11:11.805Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-02T05:11:11.805Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-02T05:11:11.836Z | + rustup --version |
| 72 | 2026-07-02T05:11:11.898Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-02T05:11:11.898Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-02T05:11:11.942Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-07-02T05:11:11.943Z | + cargo --version |
| 76 | 2026-07-02T05:11:11.943Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-07-02T05:11:11.943Z | + rustc --version |
| 78 | 2026-07-02T05:11:11.943Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-07-02T05:11:11.943Z | process exited: duration 20638 ms, exit code 0 |
| |
| 80 | 2026-07-02T05:11:12.035Z | starting task 2: "authentication" |
| 81 | 2026-07-02T05:11:12.072Z | process exited: duration 84 ms, exit code 0 |
| |
| 82 | 2026-07-02T05:11:12.158Z | starting task 3: "clone repository" |
| 83 | 2026-07-02T05:11:12.175Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-07-02T05:11:12.176Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-07-02T05:11:12.194Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-07-02T05:11:13.241Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-07-02T05:11:13.241Z | + git fetch origin 7930881707ca17de4dddd3aedfe52fe1b94115f6 |
| 88 | 2026-07-02T05:11:13.666Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-07-02T05:11:13.666Z | * branch 7930881707ca17de4dddd3aedfe52fe1b94115f6 -> FETCH_HEAD |
| 90 | 2026-07-02T05:11:13.671Z | + [[ -n '' ]] |
| 91 | 2026-07-02T05:11:13.672Z | + git reset --hard 7930881707ca17de4dddd3aedfe52fe1b94115f6 |
| 92 | 2026-07-02T05:11:13.694Z | HEAD is now at 79308817 Emulated xHCI 1.0 Controller, USB 2.0 devices, and HID 1.11 tablet |
| 93 | 2026-07-02T05:11:13.697Z | process exited: duration 1564 ms, exit code 0 |
| |
| 94 | 2026-07-02T05:11:13.705Z | starting task 4: "build" |
| 95 | 2026-07-02T05:11:13.715Z | Cloning into './gate_src'... |
| 96 | 2026-07-02T05:12:21.340Z | Updating files: 37% (18727/49548)
Updating files: 38% (18829/49548)
Updating files: 39% (19324/49548)
Updating files: 40% (19820/49548)
Updating files: 41% (20315/49548)
Updating files: 42% (20811/49548)
Updating files: 43% (21306/49548)
Updating files: 44% (21802/49548)
Updating files: 45% (22297/49548)
Updating files: 46% (22793/49548)
Updating files: 47% (23288/49548)
Updating files: 48% (23784/49548)
Updating files: 49% (24279/49548)
Updating files: 50% (24774/49548)
Updating files: 51% (25270/49548)
Updating files: 52% (25765/49548)
Updating files: 53% (26261/49548)
Updating files: 54% (26756/49548)
Updating files: 55% (27252/49548)
Updating files: 56% (27747/49548)
Updating files: 57% (28243/49548)
Updating files: 58% (28738/49548)
Updating files: 59% (29234/49548)
Updating files: 60% (29729/49548)
Updating files: 61% (30225/49548)
Updating files: 62% (30720/49548)
Updating files: 63% (31216/49548)
Updating files: 64% (31711/49548)
Updating files: 65% (32207/49548)
Updating files: 66% (32702/49548)
Updating files: 67% (33198/49548)
Updating files: 68% (33693/49548)
Updating files: 69% (34189/49548)
Updating files: 70% (34684/49548)
Updating files: 71% (35180/49548)
Updating files: 72% (35675/49548)
Updating files: 73% (36171/49548)
Updating files: 74% (36666/49548)
Updating files: 75% (37161/49548)
Updating files: 76% (37657/49548)
Updating files: 77% (38152/49548)
Updating files: 78% (38648/49548)
Updating files: 79% (39143/49548)
Updating files: 80% (39639/49548)
Updating files: 81% (40134/49548)
Updating files: 82% (40630/49548)
Updating files: 83% (41125/49548)
Updating files: 84% (41621/49548)
Updating files: 85% (42116/49548)
Updating files: 85% (42251/49548)
Updating files: 86% (42612/49548)
Updating files: 87% (43107/49548)
Updating files: 88% (43603/49548)
Updating files: 89% (44098/49548)
Updating files: 90% (44594/49548)
Updating files: 91% (45089/49548)
Updating files: 92% (45585/49548)
Updating files: 93% (46080/49548)
Updating files: 94% (46576/49548)
Updating files: 95% (47071/49548)
Updating files: 96% (47567/49548)
Updating files: 97% (48062/49548)
Updating files: 98% (48558/49548)
Updating files: 99% (49053/49548)
Updating files: 100% (49548/49548)
Updating files: 100% (49548/49548), done. |
| 97 | 2026-07-02T05:12:21.408Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 98 | 2026-07-02T05:12:21.437Z | warning: no edition set: defaulting to the 2015 edition while the latest is 2024 |
| 99 | 2026-07-02T05:12:21.503Z | Updating crates.io index |
| 100 | 2026-07-02T05:12:22.059Z | Locking 44 packages to latest compatible versions |
| 101 | 2026-07-02T05:12:22.062Z | Adding strum v0.25.0 (available: v0.28.0) |
| 102 | 2026-07-02T05:12:22.065Z | Downloading crates ... |
| 103 | 2026-07-02T05:12:22.115Z | Downloaded dirs v2.0.2 |
| 104 | 2026-07-02T05:12:22.126Z | Downloaded log v0.4.33 |
| 105 | 2026-07-02T05:12:22.128Z | Downloaded garando_errors v0.1.0 |
| 106 | 2026-07-02T05:12:22.131Z | Downloaded quote v1.0.46 |
| 107 | 2026-07-02T05:12:22.135Z | Downloaded strum_macros v0.26.4 |
| 108 | 2026-07-02T05:12:22.148Z | Downloaded unicode-ident v1.0.24 |
| 109 | 2026-07-02T05:12:22.149Z | Downloaded heck v0.5.0 |
| 110 | 2026-07-02T05:12:22.149Z | Downloaded semver v1.0.28 |
| 111 | 2026-07-02T05:12:22.152Z | Downloaded rustc_version v0.4.1 |
| 112 | 2026-07-02T05:12:22.152Z | Downloaded rustversion v1.0.22 |
| 113 | 2026-07-02T05:12:22.155Z | Downloaded shlex v2.0.1 |
| 114 | 2026-07-02T05:12:22.155Z | Downloaded serde_core v1.0.228 |
| 115 | 2026-07-02T05:12:22.162Z | Downloaded unicode-xid v0.2.6 |
| 116 | 2026-07-02T05:12:22.164Z | Downloaded strum v0.25.0 |
| 117 | 2026-07-02T05:12:22.169Z | Downloaded zmij v1.0.21 |
| 118 | 2026-07-02T05:12:22.169Z | Downloaded find-msvc-tools v0.1.9 |
| 119 | 2026-07-02T05:12:22.172Z | Downloaded dirs-sys v0.3.7 |
| 120 | 2026-07-02T05:12:22.172Z | Downloaded itoa v1.0.18 |
| 121 | 2026-07-02T05:12:22.175Z | Downloaded garando_pos v0.1.0 |
| 122 | 2026-07-02T05:12:22.181Z | Downloaded strum v0.26.3 |
| 123 | 2026-07-02T05:12:22.185Z | Downloaded cfg-if v0.1.10 |
| 124 | 2026-07-02T05:12:22.191Z | Downloaded term v0.6.1 |
| 125 | 2026-07-02T05:12:22.194Z | Downloaded bitflags v1.3.2 |
| 126 | 2026-07-02T05:12:22.198Z | Downloaded ctest2 v0.4.10 |
| 127 | 2026-07-02T05:12:22.202Z | Downloaded serde_derive v1.0.228 |
| 128 | 2026-07-02T05:12:22.207Z | Downloaded proc-macro2 v1.0.106 |
| 129 | 2026-07-02T05:12:22.211Z | Downloaded cc v1.2.65 |
| 130 | 2026-07-02T05:12:22.218Z | Downloaded serde v1.0.228 |
| 131 | 2026-07-02T05:12:22.227Z | Downloaded memchr v2.8.2 |
| 132 | 2026-07-02T05:12:22.237Z | Downloaded serde_json v1.0.150 |
| 133 | 2026-07-02T05:12:22.261Z | Downloaded garando_syntax v0.1.1 |
| 134 | 2026-07-02T05:12:22.272Z | Downloaded syn v2.0.118 |
| 135 | 2026-07-02T05:12:22.308Z | Downloaded libc v0.2.186 |
| 136 | 2026-07-02T05:12:22.359Z | Compiling proc-macro2 v1.0.106 |
| 137 | 2026-07-02T05:12:22.359Z | Compiling quote v1.0.46 |
| 138 | 2026-07-02T05:12:22.362Z | Compiling unicode-ident v1.0.24 |
| 139 | 2026-07-02T05:12:22.362Z | Compiling libc v0.2.186 |
| 140 | 2026-07-02T05:12:22.362Z | Compiling serde_core v1.0.228 |
| 141 | 2026-07-02T05:12:22.362Z | Compiling serde v1.0.228 |
| 142 | 2026-07-02T05:12:22.362Z | Compiling zmij v1.0.21 |
| 143 | 2026-07-02T05:12:22.363Z | Compiling cfg-if v0.1.10 |
| 144 | 2026-07-02T05:12:22.448Z | Compiling rustversion v1.0.22 |
| 145 | 2026-07-02T05:12:22.509Z | Compiling serde_json v1.0.150 |
| 146 | 2026-07-02T05:12:22.730Z | Compiling memchr v2.8.2 |
| 147 | 2026-07-02T05:12:22.754Z | Compiling unicode-xid v0.2.6 |
| 148 | 2026-07-02T05:12:22.754Z | Compiling heck v0.5.0 |
| 149 | 2026-07-02T05:12:22.848Z | Compiling itoa v1.0.18 |
| 150 | 2026-07-02T05:12:22.966Z | Compiling bitflags v1.3.2 |
| 151 | 2026-07-02T05:12:22.997Z | Compiling log v0.4.33 |
| 152 | 2026-07-02T05:12:23.001Z | Compiling find-msvc-tools v0.1.9 |
| 153 | 2026-07-02T05:12:23.012Z | Compiling semver v1.0.28 |
| 154 | 2026-07-02T05:12:23.132Z | Compiling dirs-sys v0.3.7 |
| 155 | 2026-07-02T05:12:23.159Z | Compiling shlex v2.0.1 |
| 156 | 2026-07-02T05:12:23.229Z | Compiling rustc_version v0.4.1 |
| 157 | 2026-07-02T05:12:23.292Z | Compiling dirs v2.0.2 |
| 158 | 2026-07-02T05:12:23.292Z | Compiling cc v1.2.65 |
| 159 | 2026-07-02T05:12:23.324Z | Compiling strum v0.25.0 |
| 160 | 2026-07-02T05:12:23.354Z | Compiling term v0.6.1 |
| 161 | 2026-07-02T05:12:23.523Z | Compiling syn v2.0.118 |
| 162 | 2026-07-02T05:12:25.126Z | Compiling serde_derive v1.0.228 |
| 163 | 2026-07-02T05:12:25.127Z | Compiling strum_macros v0.26.4 |
| 164 | 2026-07-02T05:12:26.148Z | Compiling strum v0.26.3 |
| 165 | 2026-07-02T05:12:26.211Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 166 | 2026-07-02T05:12:27.191Z | Compiling garando_pos v0.1.0 |
| 167 | 2026-07-02T05:12:27.461Z | Compiling garando_errors v0.1.0 |
| 168 | 2026-07-02T05:12:27.843Z | Compiling garando_syntax v0.1.1 |
| 169 | 2026-07-02T05:12:31.883Z | Compiling ctest2 v0.4.10 |
| 170 | 2026-07-02T05:12:32.503Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 171 | 2026-07-02T05:12:34.797Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.37s |
| 172 | 2026-07-02T05:12:34.816Z | Running test/main.rs (target/debug/deps/main-33821666dd9946f6) |
| 173 | 2026-07-02T05:12:34.819Z | RUNNING ALL TESTS |
| 174 | 2026-07-02T05:12:34.819Z | PASSED 1185 tests |
| 175 | 2026-07-02T05:12:34.826Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 176 | 2026-07-02T05:12:34.885Z | Updating crates.io index |
| 177 | 2026-07-02T05:12:35.085Z | Locking 39 packages to latest compatible versions |
| 178 | 2026-07-02T05:12:35.126Z | Compiling proc-macro2 v1.0.106 |
| 179 | 2026-07-02T05:12:35.126Z | Compiling unicode-ident v1.0.24 |
| 180 | 2026-07-02T05:12:35.126Z | Compiling quote v1.0.46 |
| 181 | 2026-07-02T05:12:35.126Z | Compiling libc v0.2.186 |
| 182 | 2026-07-02T05:12:35.129Z | Compiling serde_core v1.0.228 |
| 183 | 2026-07-02T05:12:35.129Z | Compiling serde v1.0.228 |
| 184 | 2026-07-02T05:12:35.129Z | Compiling cfg-if v0.1.10 |
| 185 | 2026-07-02T05:12:35.129Z | Compiling zmij v1.0.21 |
| 186 | 2026-07-02T05:12:35.186Z | Compiling serde_json v1.0.150 |
| 187 | 2026-07-02T05:12:35.230Z | Compiling memchr v2.8.2 |
| 188 | 2026-07-02T05:12:35.392Z | Compiling unicode-xid v0.2.6 |
| 189 | 2026-07-02T05:12:35.416Z | Compiling itoa v1.0.18 |
| 190 | 2026-07-02T05:12:35.440Z | Compiling bitflags v1.3.2 |
| 191 | 2026-07-02T05:12:35.498Z | Compiling shlex v2.0.1 |
| 192 | 2026-07-02T05:12:35.514Z | Compiling find-msvc-tools v0.1.9 |
| 193 | 2026-07-02T05:12:35.592Z | Compiling semver v1.0.28 |
| 194 | 2026-07-02T05:12:35.655Z | Compiling log v0.4.33 |
| 195 | 2026-07-02T05:12:35.675Z | Compiling cc v1.2.65 |
| 196 | 2026-07-02T05:12:35.769Z | Compiling rustc_version v0.4.1 |
| 197 | 2026-07-02T05:12:35.805Z | Compiling dirs-sys v0.3.7 |
| 198 | 2026-07-02T05:12:35.808Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 199 | 2026-07-02T05:12:35.910Z | Compiling dirs v2.0.2 |
| 200 | 2026-07-02T05:12:35.972Z | Compiling term v0.6.1 |
| 201 | 2026-07-02T05:12:36.173Z | Compiling syn v2.0.118 |
| 202 | 2026-07-02T05:12:37.442Z | Compiling serde_derive v1.0.228 |
| 203 | 2026-07-02T05:12:39.312Z | Compiling garando_pos v0.1.0 |
| 204 | 2026-07-02T05:12:39.570Z | Compiling garando_errors v0.1.0 |
| 205 | 2026-07-02T05:12:39.932Z | Compiling garando_syntax v0.1.1 |
| 206 | 2026-07-02T05:12:43.940Z | Compiling ctest2 v0.4.10 |
| 207 | 2026-07-02T05:12:44.559Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 208 | 2026-07-02T05:12:45.465Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s |
| 209 | 2026-07-02T05:12:45.479Z | Running test/main.rs (target/debug/deps/main-9f3df220230ae995) |
| 210 | 2026-07-02T05:12:45.481Z | RUNNING ALL TESTS |
| 211 | 2026-07-02T05:12:45.482Z | PASSED 90 tests |
| 212 | 2026-07-02T05:12:45.487Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 213 | 2026-07-02T05:12:45.546Z | Updating crates.io index |
| 214 | 2026-07-02T05:12:45.723Z | Locking 41 packages to latest compatible versions |
| 215 | 2026-07-02T05:12:45.763Z | Compiling libc v0.2.186 |
| 216 | 2026-07-02T05:12:45.764Z | Compiling proc-macro2 v1.0.106 |
| 217 | 2026-07-02T05:12:45.764Z | Compiling unicode-ident v1.0.24 |
| 218 | 2026-07-02T05:12:45.764Z | Compiling quote v1.0.46 |
| 219 | 2026-07-02T05:12:45.767Z | Compiling serde_core v1.0.228 |
| 220 | 2026-07-02T05:12:45.767Z | Compiling serde v1.0.228 |
| 221 | 2026-07-02T05:12:45.776Z | Compiling cfg-if v0.1.10 |
| 222 | 2026-07-02T05:12:45.780Z | Compiling zmij v1.0.21 |
| 223 | 2026-07-02T05:12:45.829Z | Compiling serde_json v1.0.150 |
| 224 | 2026-07-02T05:12:45.871Z | Compiling unicode-xid v0.2.6 |
| 225 | 2026-07-02T05:12:45.967Z | Compiling itoa v1.0.18 |
| 226 | 2026-07-02T05:12:46.031Z | Compiling memchr v2.8.2 |
| 227 | 2026-07-02T05:12:46.057Z | Compiling find-msvc-tools v0.1.9 |
| 228 | 2026-07-02T05:12:46.082Z | Compiling bitflags v1.3.2 |
| 229 | 2026-07-02T05:12:46.131Z | Compiling log v0.4.33 |
| 230 | 2026-07-02T05:12:46.136Z | Compiling shlex v2.0.1 |
| 231 | 2026-07-02T05:12:46.265Z | Compiling semver v1.0.28 |
| 232 | 2026-07-02T05:12:46.277Z | Compiling cc v1.2.65 |
| 233 | 2026-07-02T05:12:46.440Z | Compiling dirs-sys v0.3.7 |
| 234 | 2026-07-02T05:12:46.440Z | Compiling rustc_version v0.4.1 |
| 235 | 2026-07-02T05:12:46.473Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 236 | 2026-07-02T05:12:46.544Z | Compiling dirs v2.0.2 |
| 237 | 2026-07-02T05:12:46.579Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 238 | 2026-07-02T05:12:46.611Z | Compiling term v0.6.1 |
| 239 | 2026-07-02T05:12:46.687Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 240 | 2026-07-02T05:12:46.818Z | Compiling syn v2.0.118 |
| 241 | 2026-07-02T05:12:48.056Z | Compiling serde_derive v1.0.228 |
| 242 | 2026-07-02T05:12:49.925Z | Compiling garando_pos v0.1.0 |
| 243 | 2026-07-02T05:12:50.192Z | Compiling garando_errors v0.1.0 |
| 244 | 2026-07-02T05:12:50.555Z | Compiling garando_syntax v0.1.1 |
| 245 | 2026-07-02T05:12:54.554Z | Compiling ctest2 v0.4.10 |
| 246 | 2026-07-02T05:12:55.178Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 247 | 2026-07-02T05:12:56.197Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.70s |
| 248 | 2026-07-02T05:12:56.213Z | Running test/main.rs (target/debug/deps/main-cb2d3ac7c86f50f8) |
| 249 | 2026-07-02T05:12:56.216Z | RUNNING ALL TESTS |
| 250 | 2026-07-02T05:12:56.216Z | PASSED 257 tests |
| 251 | 2026-07-02T05:12:56.222Z | process exited: duration 102501 ms, exit code 0 |
| |
| 252 | 2026-07-02T05:12:56.264Z | found 0 output files |