|
|
|
| 1 | 2026-07-26T04:24:11.081Z | job assigned to worker 01KYEAKG00D0Z1VVJKZE48WYKH [factory aws, i-09fcbb04df59a4a7a] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-26T04:24:18.383Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:18.388Z | ++ uname -s |
| 4 | 2026-07-26T04:24:18.388Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:18.388Z | + build_user=build |
| 6 | 2026-07-26T04:24:18.388Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:18.388Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:18.388Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:18.388Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:18.388Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:18.388Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:18.392Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:20.395Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:20.513Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:20.516Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:20.516Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:20.517Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:20.517Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:22.517Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:22.520Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:22.529Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:22.533Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:22.533Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:22.533Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-26T04:24:22.533Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:24:22.537Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:22.537Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:22.537Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:22.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:22.844Z | info: downloading installer |
| 31 | 2026-07-26T04:24:23.928Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:23.929Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:23.929Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:23.929Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:23.941Z | info: profile set to default |
| 36 | 2026-07-26T04:24:23.941Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:23.944Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:24.105Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:24.118Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:38.098Z | |
| 41 | 2026-07-26T04:24:38.098Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-26T04:24:38.123Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:38.123Z | |
| 44 | 2026-07-26T04:24:38.126Z | |
| 45 | 2026-07-26T04:24:38.126Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:38.126Z | |
| 47 | 2026-07-26T04:24:38.126Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:38.126Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:38.126Z | |
| 50 | 2026-07-26T04:24:38.126Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:38.126Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:38.126Z | |
| 53 | 2026-07-26T04:24:38.126Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:38.126Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:38.126Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:38.126Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:38.126Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:38.126Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:38.126Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:38.127Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:38.127Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:38.224Z | + rustup --version |
| 63 | 2026-07-26T04:24:38.234Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:38.240Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:38.253Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:38.260Z | + cargo --version |
| 67 | 2026-07-26T04:24:38.271Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:38.274Z | + rustc --version |
| 69 | 2026-07-26T04:24:38.293Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:38.296Z | process exited: duration 15766 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:38.312Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:38.328Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:38.335Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:38.339Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:38.342Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:38.385Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:39.247Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:39.247Z | + git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 79 | 2026-07-26T04:24:39.445Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:39.445Z | * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:39.454Z | + [[ -n renovate/ctor-1.x ]] |
| 82 | 2026-07-26T04:24:39.461Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:39.461Z | + current=master |
| 84 | 2026-07-26T04:24:39.461Z | + [[ master != renovate/ctor-1.x ]] |
| 85 | 2026-07-26T04:24:39.461Z | + git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 86 | 2026-07-26T04:24:39.462Z | + git checkout -f renovate/ctor-1.x |
| 87 | 2026-07-26T04:24:39.474Z | Switched to branch 'renovate/ctor-1.x' |
| 88 | 2026-07-26T04:24:39.478Z | + git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 89 | 2026-07-26T04:24:39.492Z | HEAD is now at 10df0e1 Update Rust crate ctor to v1 |
| 90 | 2026-07-26T04:24:39.501Z | process exited: duration 1156 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:39.510Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:39.514Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:39.515Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:39.518Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:39.521Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:39.522Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:39.522Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:39.525Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:39.679Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:39.690Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:53.782Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:53.868Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:53.874Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:53.874Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:53.931Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:53.931Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:53.931Z | ++ popd |
| 108 | 2026-07-26T04:24:53.936Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:53.936Z | + cargo --version |
| 110 | 2026-07-26T04:24:53.936Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:24:53.936Z | + rustc --version |
| 112 | 2026-07-26T04:24:53.957Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:24:53.964Z | + cd lib/oxide-vpc |
| 114 | 2026-07-26T04:24:53.964Z | + header 'check style' |
| 115 | 2026-07-26T04:24:53.964Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-26T04:24:53.964Z | # ==== check style ==== # |
| 117 | 2026-07-26T04:24:53.964Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-26T04:24:54.096Z | |
| 119 | 2026-07-26T04:24:54.096Z | real 0.130901929 |
| 120 | 2026-07-26T04:24:54.097Z | user 0.094801170 |
| 121 | 2026-07-26T04:24:54.097Z | sys 0.031252331 |
| 122 | 2026-07-26T04:24:54.097Z | trap 0.000016370 |
| 123 | 2026-07-26T04:24:54.097Z | tflt 0.000009570 |
| 124 | 2026-07-26T04:24:54.104Z | dflt 0.000002870 |
| 125 | 2026-07-26T04:24:54.104Z | kflt 0.000000000 |
| 126 | 2026-07-26T04:24:54.104Z | lock 0.031680924 |
| 127 | 2026-07-26T04:24:54.104Z | slp 0.110779631 |
| 128 | 2026-07-26T04:24:54.104Z | lat 0.000675370 |
| 129 | 2026-07-26T04:24:54.104Z | stop 0.000087500 |
| 130 | 2026-07-26T04:24:54.104Z | + header 'check docs' |
| 131 | 2026-07-26T04:24:54.104Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-26T04:24:54.104Z | # ==== check docs ==== # |
| 133 | 2026-07-26T04:24:54.104Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-26T04:24:54.104Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-26T04:24:54.163Z | Updating crates.io index |
| 136 | 2026-07-26T04:24:54.165Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:24:54.888Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:24:55.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:24:55.405Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:24:55.722Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:24:55.933Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:24:56.208Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:24:58.240Z | Downloading crates ... |
| 144 | 2026-07-26T04:24:58.317Z | Downloaded cobs v0.3.0 |
| 145 | 2026-07-26T04:24:58.331Z | Downloaded crc32fast v1.5.0 |
| 146 | 2026-07-26T04:24:58.331Z | Downloaded defmt-parser v1.0.0 |
| 147 | 2026-07-26T04:24:58.331Z | Downloaded embedded-io v0.4.0 |
| 148 | 2026-07-26T04:24:58.337Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-07-26T04:24:58.338Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-07-26T04:24:58.338Z | Downloaded pretty-hex v0.4.2 |
| 151 | 2026-07-26T04:24:58.338Z | Downloaded dof v0.4.0 |
| 152 | 2026-07-26T04:24:58.338Z | Downloaded plain v0.2.3 |
| 153 | 2026-07-26T04:24:58.338Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-07-26T04:24:58.338Z | Downloaded itoa v1.0.18 |
| 155 | 2026-07-26T04:24:58.338Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-26T04:24:58.346Z | Downloaded aho-corasick v1.1.4 |
| 157 | 2026-07-26T04:24:58.352Z | Downloaded dtrace-parser v0.3.0 |
| 158 | 2026-07-26T04:24:58.352Z | Downloaded ref-cast v1.0.25 |
| 159 | 2026-07-26T04:24:58.352Z | Downloaded embedded-io v0.6.1 |
| 160 | 2026-07-26T04:24:58.352Z | Downloaded defmt v0.3.100 |
| 161 | 2026-07-26T04:24:58.352Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-07-26T04:24:58.352Z | Downloaded ingot-types v0.2.0 |
| 163 | 2026-07-26T04:24:58.352Z | Downloaded quote v1.0.46 |
| 164 | 2026-07-26T04:24:58.352Z | Downloaded thiserror-impl v2.0.18 |
| 165 | 2026-07-26T04:24:58.352Z | Downloaded bitflags v1.3.2 |
| 166 | 2026-07-26T04:24:58.360Z | Downloaded defmt-macros v1.1.1 |
| 167 | 2026-07-26T04:24:58.360Z | Downloaded ingot v0.2.0 |
| 168 | 2026-07-26T04:24:58.360Z | Downloaded macaddr v1.0.1 |
| 169 | 2026-07-26T04:24:58.368Z | Downloaded managed v0.8.0 |
| 170 | 2026-07-26T04:24:58.368Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-07-26T04:24:58.374Z | Downloaded thread-id v5.1.0 |
| 172 | 2026-07-26T04:24:58.374Z | Downloaded darling_macro v0.23.0 |
| 173 | 2026-07-26T04:24:58.382Z | Downloaded usdt-attr-macro v0.6.0 |
| 174 | 2026-07-26T04:24:58.382Z | Downloaded usdt-macro v0.6.0 |
| 175 | 2026-07-26T04:24:58.382Z | Downloaded usdt v0.6.0 |
| 176 | 2026-07-26T04:24:58.382Z | Downloaded byteorder v1.5.0 |
| 177 | 2026-07-26T04:24:58.382Z | Downloaded either v1.16.0 |
| 178 | 2026-07-26T04:24:58.382Z | Downloaded pest_generator v2.8.7 |
| 179 | 2026-07-26T04:24:58.382Z | Downloaded bitflags v2.13.0 |
| 180 | 2026-07-26T04:24:58.389Z | Downloaded defmt v1.1.1 |
| 181 | 2026-07-26T04:24:58.403Z | Downloaded strsim v0.11.1 |
| 182 | 2026-07-26T04:24:58.403Z | Downloaded version_check v0.9.5 |
| 183 | 2026-07-26T04:24:58.403Z | Downloaded tabwriter v1.4.1 |
| 184 | 2026-07-26T04:24:58.419Z | Downloaded scroll_derive v0.13.1 |
| 185 | 2026-07-26T04:24:58.419Z | Downloaded pest_derive v2.8.7 |
| 186 | 2026-07-26T04:24:58.419Z | Downloaded darling v0.23.0 |
| 187 | 2026-07-26T04:24:58.427Z | Downloaded usdt-impl v0.6.0 |
| 188 | 2026-07-26T04:24:58.427Z | Downloaded zmij v1.0.22 |
| 189 | 2026-07-26T04:24:58.428Z | Downloaded ingot-macros v0.2.0 |
| 190 | 2026-07-26T04:24:58.428Z | Downloaded proc-macro2 v1.0.106 |
| 191 | 2026-07-26T04:24:58.428Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-07-26T04:24:58.428Z | Downloaded ipnetwork v0.21.1 |
| 193 | 2026-07-26T04:24:58.428Z | Downloaded scroll v0.13.0 |
| 194 | 2026-07-26T04:24:58.434Z | Downloaded pest_meta v2.8.7 |
| 195 | 2026-07-26T04:24:58.434Z | Downloaded serde_tokenstream v0.2.3 |
| 196 | 2026-07-26T04:24:58.443Z | Downloaded memmap2 v0.9.11 |
| 197 | 2026-07-26T04:24:58.453Z | Downloaded ucd-trie v0.1.7 |
| 198 | 2026-07-26T04:24:58.459Z | Downloaded postcard v1.1.3 |
| 199 | 2026-07-26T04:24:58.467Z | Downloaded heapless v0.8.0 |
| 200 | 2026-07-26T04:24:58.477Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-07-26T04:24:58.477Z | Downloaded uuid v1.23.5 |
| 202 | 2026-07-26T04:24:58.477Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-26T04:24:58.487Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-26T04:24:58.495Z | Downloaded log v0.4.33 |
| 205 | 2026-07-26T04:24:58.495Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-26T04:24:58.506Z | Downloaded memchr v2.8.3 |
| 207 | 2026-07-26T04:24:58.518Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-07-26T04:24:58.525Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-26T04:24:58.536Z | Downloaded pest v2.8.7 |
| 210 | 2026-07-26T04:24:58.546Z | Downloaded regex v1.13.0 |
| 211 | 2026-07-26T04:24:58.555Z | Downloaded itertools v0.15.0 |
| 212 | 2026-07-26T04:24:58.563Z | Downloaded serde_json v1.0.150 |
| 213 | 2026-07-26T04:24:58.615Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-26T04:24:58.627Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-07-26T04:24:58.636Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-07-26T04:24:58.636Z | Downloaded syn v2.0.118 |
| 217 | 2026-07-26T04:24:58.643Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-26T04:24:58.651Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-26T04:24:58.674Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-26T04:24:58.682Z | Downloaded libc v0.2.186 |
| 221 | 2026-07-26T04:24:58.743Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:24:58.743Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:24:58.743Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:24:58.743Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-07-26T04:24:58.754Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-26T04:24:58.754Z | Compiling ident_case v1.0.1 |
| 227 | 2026-07-26T04:24:58.754Z | Compiling strsim v0.11.1 |
| 228 | 2026-07-26T04:24:58.902Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-26T04:24:59.020Z | Compiling serde v1.0.228 |
| 230 | 2026-07-26T04:24:59.158Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-26T04:24:59.200Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-26T04:24:59.250Z | Compiling zerocopy v0.8.54 |
| 233 | 2026-07-26T04:24:59.348Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-07-26T04:24:59.466Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-26T04:24:59.740Z | Compiling either v1.16.0 |
| 236 | 2026-07-26T04:24:59.755Z | Compiling syn v2.0.118 |
| 237 | 2026-07-26T04:24:59.835Z | Checking byteorder v1.5.0 |
| 238 | 2026-07-26T04:24:59.909Z | Documenting quote v1.0.46 |
| 239 | 2026-07-26T04:24:59.917Z | Compiling itertools v0.15.0 |
| 240 | 2026-07-26T04:25:00.400Z | Documenting syn v2.0.118 |
| 241 | 2026-07-26T04:25:00.579Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-26T04:25:00.627Z | Compiling heapless v0.8.0 |
| 243 | 2026-07-26T04:25:00.851Z | Documenting ident_case v1.0.1 |
| 244 | 2026-07-26T04:25:00.934Z | Documenting strsim v0.11.1 |
| 245 | 2026-07-26T04:25:01.314Z | Checking bitflags v2.13.0 |
| 246 | 2026-07-26T04:25:01.349Z | Checking hash32 v0.3.1 |
| 247 | 2026-07-26T04:25:01.413Z | Documenting serde_core v1.0.228 |
| 248 | 2026-07-26T04:25:01.452Z | Checking macaddr v1.0.1 |
| 249 | 2026-07-26T04:25:01.469Z | Checking stable_deref_trait v1.2.1 |
| 250 | 2026-07-26T04:25:01.527Z | Documenting memchr v2.8.3 |
| 251 | 2026-07-26T04:25:01.591Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-26T04:25:01.649Z | Compiling smoltcp v0.11.0 |
| 253 | 2026-07-26T04:25:01.714Z | Checking darling_core v0.23.0 |
| 254 | 2026-07-26T04:25:02.028Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-26T04:25:02.444Z | Compiling regex v1.13.0 |
| 256 | 2026-07-26T04:25:02.479Z | Documenting darling_core v0.23.0 |
| 257 | 2026-07-26T04:25:02.845Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-07-26T04:25:03.116Z | Checking managed v0.8.0 |
| 259 | 2026-07-26T04:25:03.147Z | Checking bitflags v1.3.2 |
| 260 | 2026-07-26T04:25:03.288Z | Documenting zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:25:03.335Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-07-26T04:25:03.394Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-07-26T04:25:03.453Z | Compiling zerocopy-derive v0.8.54 |
| 264 | 2026-07-26T04:25:03.632Z | Documenting darling_macro v0.23.0 |
| 265 | 2026-07-26T04:25:03.771Z | Documenting regex-automata v0.4.15 |
| 266 | 2026-07-26T04:25:04.292Z | Documenting thiserror-impl v2.0.18 |
| 267 | 2026-07-26T04:25:04.295Z | Documenting serde_derive v1.0.228 |
| 268 | 2026-07-26T04:25:04.484Z | Compiling darling_macro v0.23.0 |
| 269 | 2026-07-26T04:25:04.643Z | Checking cobs v0.3.0 |
| 270 | 2026-07-26T04:25:04.916Z | Compiling crc32fast v1.5.0 |
| 271 | 2026-07-26T04:25:05.052Z | Compiling darling v0.23.0 |
| 272 | 2026-07-26T04:25:05.134Z | Compiling ingot-macros v0.2.0 |
| 273 | 2026-07-26T04:25:05.142Z | Documenting darling v0.23.0 |
| 274 | 2026-07-26T04:25:05.145Z | Documenting regex v1.13.0 |
| 275 | 2026-07-26T04:25:05.171Z | Documenting byteorder v1.5.0 |
| 276 | 2026-07-26T04:25:05.192Z | Compiling ref-cast v1.0.25 |
| 277 | 2026-07-26T04:25:05.435Z | Documenting thiserror v2.0.18 |
| 278 | 2026-07-26T04:25:05.597Z | Documenting zerocopy v0.8.54 |
| 279 | 2026-07-26T04:25:05.722Z | Documenting hash32 v0.3.1 |
| 280 | 2026-07-26T04:25:06.164Z | Documenting ingot-macros v0.2.0 |
| 281 | 2026-07-26T04:25:06.269Z | Documenting serde v1.0.228 |
| 282 | 2026-07-26T04:25:06.420Z | Checking postcard v1.1.3 |
| 283 | 2026-07-26T04:25:06.452Z | Compiling ref-cast-impl v1.0.25 |
| 284 | 2026-07-26T04:25:06.721Z | Documenting bitflags v2.13.0 |
| 285 | 2026-07-26T04:25:07.075Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-07-26T04:25:07.159Z | Compiling version_check v0.9.5 |
| 287 | 2026-07-26T04:25:07.299Z | Documenting macaddr v1.0.1 |
| 288 | 2026-07-26T04:25:07.370Z | Checking unicode-width v0.2.2 |
| 289 | 2026-07-26T04:25:07.429Z | Documenting cfg-if v1.0.4 |
| 290 | 2026-07-26T04:25:07.613Z | Checking ipnetwork v0.21.1 |
| 291 | 2026-07-26T04:25:07.644Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-07-26T04:25:07.714Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-07-26T04:25:07.826Z | Documenting cobs v0.3.0 |
| 294 | 2026-07-26T04:25:07.830Z | Checking ingot-types v0.2.0 |
| 295 | 2026-07-26T04:25:07.945Z | Documenting managed v0.8.0 |
| 296 | 2026-07-26T04:25:07.985Z | Checking tabwriter v1.4.1 |
| 297 | 2026-07-26T04:25:08.140Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-07-26T04:25:08.149Z | Checking ingot v0.2.0 |
| 299 | 2026-07-26T04:25:08.394Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 300 | 2026-07-26T04:25:08.408Z | Documenting heapless v0.8.0 |
| 301 | 2026-07-26T04:25:08.744Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 302 | 2026-07-26T04:25:08.911Z | Documenting postcard v1.1.3 |
| 303 | 2026-07-26T04:25:08.925Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-26T04:25:09.008Z | Documenting ref-cast-impl v1.0.25 |
| 305 | 2026-07-26T04:25:09.145Z | Documenting ipnetwork v0.21.1 |
| 306 | 2026-07-26T04:25:09.233Z | Documenting unicode-width v0.2.2 |
| 307 | 2026-07-26T04:25:09.404Z | Checking dyn-clone v1.0.20 |
| 308 | 2026-07-26T04:25:09.501Z | Documenting either v1.16.0 |
| 309 | 2026-07-26T04:25:09.678Z | Documenting smoltcp v0.11.0 |
| 310 | 2026-07-26T04:25:09.681Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-07-26T04:25:09.910Z | Documenting crc32fast v1.5.0 |
| 312 | 2026-07-26T04:25:10.207Z | Documenting ingot v0.2.0 |
| 313 | 2026-07-26T04:25:10.373Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 314 | 2026-07-26T04:25:10.415Z | Documenting ref-cast v1.0.25 |
| 315 | 2026-07-26T04:25:10.680Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-26T04:25:10.896Z | Documenting tabwriter v1.4.1 |
| 317 | 2026-07-26T04:25:11.157Z | Documenting itertools v0.15.0 |
| 318 | 2026-07-26T04:25:11.406Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-07-26T04:25:12.000Z | Documenting uuid v1.23.5 |
| 320 | 2026-07-26T04:25:12.307Z | Checking uuid v1.23.5 |
| 321 | 2026-07-26T04:25:12.545Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-07-26T04:25:12.592Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 323 | 2026-07-26T04:25:13.366Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-26T04:25:15.056Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-26T04:25:17.338Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 326 | 2026-07-26T04:25:18.935Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.83s |
| 327 | 2026-07-26T04:25:19.022Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 328 | 2026-07-26T04:25:19.046Z | |
| 329 | 2026-07-26T04:25:19.049Z | real 24.933028298 |
| 330 | 2026-07-26T04:25:19.049Z | user 1:20.674696737 |
| 331 | 2026-07-26T04:25:19.049Z | sys 17.122619805 |
| 332 | 2026-07-26T04:25:19.049Z | trap 0.044539497 |
| 333 | 2026-07-26T04:25:19.049Z | tflt 0.026226092 |
| 334 | 2026-07-26T04:25:19.049Z | dflt 0.086046371 |
| 335 | 2026-07-26T04:25:19.049Z | kflt 0.005982623 |
| 336 | 2026-07-26T04:25:19.049Z | lock 7:49.083067348 |
| 337 | 2026-07-26T04:25:19.049Z | slp 4:54.929526551 |
| 338 | 2026-07-26T04:25:19.049Z | lat 6.622608871 |
| 339 | 2026-07-26T04:25:19.049Z | stop 11.981045764 |
| 340 | 2026-07-26T04:25:19.049Z | + header 'analyze std + api + usdt' |
| 341 | 2026-07-26T04:25:19.049Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 342 | 2026-07-26T04:25:19.049Z | # ==== analyze std + api + usdt ==== # |
| 343 | 2026-07-26T04:25:19.050Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 344 | 2026-07-26T04:25:19.225Z | Downloading crates ... |
| 345 | 2026-07-26T04:25:19.272Z | Downloaded link-section v0.19.1 |
| 346 | 2026-07-26T04:25:19.275Z | Downloaded futures v0.3.32 |
| 347 | 2026-07-26T04:25:19.279Z | Downloaded futures-io v0.3.32 |
| 348 | 2026-07-26T04:25:19.282Z | Downloaded rusticata-macros v5.0.0 |
| 349 | 2026-07-26T04:25:19.282Z | Downloaded typeid v1.0.3 |
| 350 | 2026-07-26T04:25:19.284Z | Downloaded futures-core v0.3.32 |
| 351 | 2026-07-26T04:25:19.284Z | Downloaded futures-macro v0.3.32 |
| 352 | 2026-07-26T04:25:19.287Z | Downloaded futures-task v0.3.32 |
| 353 | 2026-07-26T04:25:19.291Z | Downloaded circular v0.3.0 |
| 354 | 2026-07-26T04:25:19.294Z | Downloaded futures-sink v0.3.32 |
| 355 | 2026-07-26T04:25:19.298Z | Downloaded slab v0.4.12 |
| 356 | 2026-07-26T04:25:19.300Z | Downloaded futures-channel v0.3.32 |
| 357 | 2026-07-26T04:25:19.304Z | Downloaded futures-executor v0.3.32 |
| 358 | 2026-07-26T04:25:19.307Z | Downloaded linktime-proc-macro v0.2.0 |
| 359 | 2026-07-26T04:25:19.307Z | Downloaded once_cell v1.21.4 |
| 360 | 2026-07-26T04:25:19.307Z | Downloaded ctor v1.0.10 |
| 361 | 2026-07-26T04:25:19.311Z | Downloaded cookie-factory v0.3.3 |
| 362 | 2026-07-26T04:25:19.313Z | Downloaded pin-project-lite v0.2.17 |
| 363 | 2026-07-26T04:25:19.315Z | Downloaded anyhow v1.0.103 |
| 364 | 2026-07-26T04:25:19.331Z | Downloaded ron v0.12.2 |
| 365 | 2026-07-26T04:25:19.335Z | Downloaded nom v8.0.0 |
| 366 | 2026-07-26T04:25:19.338Z | Downloaded futures-util v0.3.32 |
| 367 | 2026-07-26T04:25:19.343Z | Downloaded pcap-parser v0.17.0 |
| 368 | 2026-07-26T04:25:19.392Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-07-26T04:25:19.392Z | Compiling quote v1.0.46 |
| 370 | 2026-07-26T04:25:19.395Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-07-26T04:25:19.395Z | Compiling memchr v2.8.3 |
| 372 | 2026-07-26T04:25:19.395Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-26T04:25:19.395Z | Compiling zerocopy v0.8.54 |
| 374 | 2026-07-26T04:25:19.395Z | Compiling serde_core v1.0.228 |
| 375 | 2026-07-26T04:25:19.570Z | Compiling zmij v1.0.22 |
| 376 | 2026-07-26T04:25:19.760Z | Compiling libc v0.2.186 |
| 377 | 2026-07-26T04:25:19.764Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-07-26T04:25:19.797Z | Compiling serde_json v1.0.150 |
| 379 | 2026-07-26T04:25:19.850Z | Compiling serde v1.0.228 |
| 380 | 2026-07-26T04:25:19.969Z | Compiling pest v2.8.7 |
| 381 | 2026-07-26T04:25:20.013Z | Compiling ident_case v1.0.1 |
| 382 | 2026-07-26T04:25:20.107Z | Compiling strsim v0.11.1 |
| 383 | 2026-07-26T04:25:20.403Z | Compiling aho-corasick v1.1.4 |
| 384 | 2026-07-26T04:25:20.467Z | Compiling itoa v1.0.18 |
| 385 | 2026-07-26T04:25:20.572Z | Compiling syn v2.0.118 |
| 386 | 2026-07-26T04:25:20.601Z | Compiling regex-syntax v0.8.11 |
| 387 | 2026-07-26T04:25:20.630Z | Checking byteorder v1.5.0 |
| 388 | 2026-07-26T04:25:20.949Z | Compiling usdt-impl v0.6.0 |
| 389 | 2026-07-26T04:25:21.159Z | Compiling pest_meta v2.8.7 |
| 390 | 2026-07-26T04:25:21.179Z | Compiling either v1.16.0 |
| 391 | 2026-07-26T04:25:21.255Z | Checking bitflags v2.13.0 |
| 392 | 2026-07-26T04:25:21.376Z | Compiling itertools v0.15.0 |
| 393 | 2026-07-26T04:25:21.421Z | Compiling thread-id v5.1.0 |
| 394 | 2026-07-26T04:25:21.748Z | Checking plain v0.2.3 |
| 395 | 2026-07-26T04:25:21.784Z | Checking log v0.4.33 |
| 396 | 2026-07-26T04:25:21.934Z | Compiling heapless v0.8.0 |
| 397 | 2026-07-26T04:25:22.149Z | Compiling regex-automata v0.4.15 |
| 398 | 2026-07-26T04:25:22.151Z | Checking futures-sink v0.3.32 |
| 399 | 2026-07-26T04:25:22.221Z | Checking futures-core v0.3.32 |
| 400 | 2026-07-26T04:25:22.342Z | Checking futures-channel v0.3.32 |
| 401 | 2026-07-26T04:25:22.671Z | Checking hash32 v0.3.1 |
| 402 | 2026-07-26T04:25:22.699Z | Checking pin-project-lite v0.2.17 |
| 403 | 2026-07-26T04:25:22.719Z | Checking macaddr v1.0.1 |
| 404 | 2026-07-26T04:25:22.724Z | Checking pretty-hex v0.4.2 |
| 405 | 2026-07-26T04:25:22.777Z | Checking futures-io v0.3.32 |
| 406 | 2026-07-26T04:25:22.780Z | Checking slab v0.4.12 |
| 407 | 2026-07-26T04:25:22.821Z | Checking futures-task v0.3.32 |
| 408 | 2026-07-26T04:25:22.875Z | Compiling smoltcp v0.11.0 |
| 409 | 2026-07-26T04:25:22.917Z | Checking stable_deref_trait v1.2.1 |
| 410 | 2026-07-26T04:25:22.945Z | Checking cfg-if v1.0.4 |
| 411 | 2026-07-26T04:25:22.977Z | Compiling pest_generator v2.8.7 |
| 412 | 2026-07-26T04:25:22.997Z | Compiling darling_core v0.23.0 |
| 413 | 2026-07-26T04:25:23.266Z | Compiling ref-cast v1.0.25 |
| 414 | 2026-07-26T04:25:23.398Z | Checking managed v0.8.0 |
| 415 | 2026-07-26T04:25:23.523Z | Compiling version_check v0.9.5 |
| 416 | 2026-07-26T04:25:23.569Z | Checking bitflags v1.3.2 |
| 417 | 2026-07-26T04:25:23.579Z | Compiling crc32fast v1.5.0 |
| 418 | 2026-07-26T04:25:23.613Z | Checking memmap2 v0.9.11 |
| 419 | 2026-07-26T04:25:23.768Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 420 | 2026-07-26T04:25:23.781Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 421 | 2026-07-26T04:25:23.846Z | Compiling regex v1.13.0 |
| 422 | 2026-07-26T04:25:24.054Z | Checking ipnetwork v0.21.1 |
| 423 | 2026-07-26T04:25:24.188Z | Compiling serde_derive v1.0.228 |
| 424 | 2026-07-26T04:25:24.215Z | Compiling thiserror-impl v2.0.18 |
| 425 | 2026-07-26T04:25:24.219Z | Compiling zerocopy-derive v0.8.54 |
| 426 | 2026-07-26T04:25:24.223Z | Compiling pest_derive v2.8.7 |
| 427 | 2026-07-26T04:25:24.674Z | Compiling scroll_derive v0.13.1 |
| 428 | 2026-07-26T04:25:24.728Z | Compiling futures-macro v0.3.32 |
| 429 | 2026-07-26T04:25:24.790Z | Compiling ref-cast-impl v1.0.25 |
| 430 | 2026-07-26T04:25:25.056Z | Checking unicode-width v0.2.2 |
| 431 | 2026-07-26T04:25:25.073Z | Compiling darling_macro v0.23.0 |
| 432 | 2026-07-26T04:25:25.292Z | Checking tabwriter v1.4.1 |
| 433 | 2026-07-26T04:25:25.461Z | Checking scroll v0.13.0 |
| 434 | 2026-07-26T04:25:25.464Z | Checking dtrace-parser v0.3.0 |
| 435 | 2026-07-26T04:25:25.518Z | Checking futures-util v0.3.32 |
| 436 | 2026-07-26T04:25:25.626Z | Compiling darling v0.23.0 |
| 437 | 2026-07-26T04:25:25.689Z | Checking goblin v0.10.7 |
| 438 | 2026-07-26T04:25:25.693Z | Compiling ingot-macros v0.2.0 |
| 439 | 2026-07-26T04:25:26.097Z | Checking cobs v0.3.0 |
| 440 | 2026-07-26T04:25:26.210Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 441 | 2026-07-26T04:25:26.230Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 442 | 2026-07-26T04:25:27.123Z | Checking nom v8.0.0 |
| 443 | 2026-07-26T04:25:27.229Z | Checking postcard v1.1.3 |
| 444 | 2026-07-26T04:25:27.323Z | Compiling serde_tokenstream v0.2.3 |
| 445 | 2026-07-26T04:25:27.450Z | Checking futures-executor v0.3.32 |
| 446 | 2026-07-26T04:25:27.509Z | Compiling anyhow v1.0.103 |
| 447 | 2026-07-26T04:25:27.589Z | Checking futures v0.3.32 |
| 448 | 2026-07-26T04:25:27.598Z | Compiling typeid v1.0.3 |
| 449 | 2026-07-26T04:25:27.653Z | Checking dyn-clone v1.0.20 |
| 450 | 2026-07-26T04:25:27.748Z | Checking cookie-factory v0.3.3 |
| 451 | 2026-07-26T04:25:27.907Z | Checking uuid v1.23.5 |
| 452 | 2026-07-26T04:25:27.994Z | Checking circular v0.3.0 |
| 453 | 2026-07-26T04:25:28.007Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 454 | 2026-07-26T04:25:28.167Z | Checking link-section v0.19.1 |
| 455 | 2026-07-26T04:25:28.220Z | Checking once_cell v1.21.4 |
| 456 | 2026-07-26T04:25:28.273Z | Compiling linktime-proc-macro v0.2.0 |
| 457 | 2026-07-26T04:25:28.342Z | Checking ron v0.12.2 |
| 458 | 2026-07-26T04:25:28.348Z | Checking dof v0.4.0 |
| 459 | 2026-07-26T04:25:28.350Z | Checking ingot-types v0.2.0 |
| 460 | 2026-07-26T04:25:28.669Z | Checking ingot v0.2.0 |
| 461 | 2026-07-26T04:25:28.825Z | Checking ctor v1.0.10 |
| 462 | 2026-07-26T04:25:29.056Z | Checking rusticata-macros v5.0.0 |
| 463 | 2026-07-26T04:25:29.169Z | Checking pcap-parser v0.17.0 |
| 464 | 2026-07-26T04:25:29.302Z | Compiling usdt-attr-macro v0.6.0 |
| 465 | 2026-07-26T04:25:29.305Z | Compiling usdt-macro v0.6.0 |
| 466 | 2026-07-26T04:25:29.899Z | Checking usdt v0.6.0 |
| 467 | 2026-07-26T04:25:30.112Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 468 | 2026-07-26T04:25:34.604Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 469 | 2026-07-26T04:25:36.279Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 470 | 2026-07-26T04:25:36.708Z | error: Missing unsafe keyword in #[ctor] annotation. Use #[ctor(unsafe)]. This error can be suppressed by passing `--cfg linktime_no_fail_on_missing_unsafe` in `RUSTFLAGS` or placing this in your `config.toml` file. |
| 471 | 2026-07-26T04:25:36.708Z | |
| 472 | 2026-07-26T04:25:36.708Z | |
| 473 | 2026-07-26T04:25:36.708Z | #[ctor] |
| 474 | 2026-07-26T04:25:36.708Z | ^^^^^^^------- replace this with #[ctor(unsafe)] |
| 475 | 2026-07-26T04:25:36.708Z | --> lib/oxide-vpc/tests/integration_tests.rs:101:1 |
| 476 | 2026-07-26T04:25:36.708Z | | |
| 477 | 2026-07-26T04:25:36.708Z | 101 | #[ctor::ctor] |
| 478 | 2026-07-26T04:25:36.708Z | | ^^^^^^^^^^^^^ |
| 479 | 2026-07-26T04:25:36.708Z | | |
| 480 | 2026-07-26T04:25:36.708Z | = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 481 | 2026-07-26T04:25:36.708Z | |
| 482 | 2026-07-26T04:25:38.245Z | error: could not compile `oxide-vpc` (test "integration_tests") due to 1 previous error |
| 483 | 2026-07-26T04:25:38.245Z | warning: build failed, waiting for other jobs to finish... |
| 484 | 2026-07-26T04:25:38.493Z | |
| 485 | 2026-07-26T04:25:38.493Z | real 19.439563021 |
| 486 | 2026-07-26T04:25:38.493Z | user 1:10.481856235 |
| 487 | 2026-07-26T04:25:38.493Z | sys 14.341960546 |
| 488 | 2026-07-26T04:25:38.493Z | trap 0.040712208 |
| 489 | 2026-07-26T04:25:38.493Z | tflt 0.129953615 |
| 490 | 2026-07-26T04:25:38.493Z | dflt 0.193167424 |
| 491 | 2026-07-26T04:25:38.493Z | kflt 0.000023590 |
| 492 | 2026-07-26T04:25:38.493Z | lock 4:35.915372123 |
| 493 | 2026-07-26T04:25:38.493Z | slp 3:42.275192165 |
| 494 | 2026-07-26T04:25:38.493Z | lat 3.946706075 |
| 495 | 2026-07-26T04:25:38.493Z | stop 9.622283204 |
| 496 | 2026-07-26T04:25:38.496Z | process exited: duration 58982 ms, exit code 101 |
| |
| 497 | 2026-07-26T04:25:38.502Z | found 0 output files |