|
|
|
| 1 | 2026-07-12T15:58:42.650Z | job assigned to worker 01KXBGS6DATA8WDSDBCA6Z6H3S [factory aws, i-00b24ff1d15102e47] (queued for 56 s) |
| |
| 2 | 2026-07-12T15:58:49.287Z | starting task 0: "setup" |
| 3 | 2026-07-12T15:58:49.292Z | ++ uname -s |
| 4 | 2026-07-12T15:58:49.295Z | + kern=SunOS |
| 5 | 2026-07-12T15:58:49.295Z | + build_user=build |
| 6 | 2026-07-12T15:58:49.295Z | + build_uid=12345 |
| 7 | 2026-07-12T15:58:49.295Z | + work_dir=/work |
| 8 | 2026-07-12T15:58:49.295Z | + input_dir=/input |
| 9 | 2026-07-12T15:58:49.295Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-12T15:58:49.295Z | + case "$kern" in |
| 11 | 2026-07-12T15:58:49.295Z | + groupadd -g 12345 build |
| 12 | 2026-07-12T15:58:49.298Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-12T15:58:51.300Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-12T15:58:51.374Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-12T15:58:51.377Z | + home_fs=zfs |
| 16 | 2026-07-12T15:58:51.377Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-12T15:58:51.377Z | + mkdir -p /home/build |
| 18 | 2026-07-12T15:58:51.377Z | + chown build:build /home/build /work |
| 19 | 2026-07-12T15:58:53.378Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-12T15:58:53.382Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-07-12T15:58:53.387Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-12T15:58:53.410Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-12T15:58:53.410Z | * rust toolchain channel = "stable" |
| 24 | 2026-07-12T15:58:53.410Z | * rust toolchain profile = "default" |
| 25 | 2026-07-12T15:58:53.410Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-12T15:58:53.410Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-12T15:58:53.410Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-12T15:58:53.410Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-12T15:58:53.410Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-12T15:58:53.495Z | info: downloading installer |
| 31 | 2026-07-12T15:58:54.860Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-12T15:58:54.860Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-12T15:58:54.860Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-12T15:58:54.860Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-12T15:58:54.873Z | info: profile set to default |
| 36 | 2026-07-12T15:58:54.873Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-12T15:58:54.876Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-12T15:58:54.999Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 39 | 2026-07-12T15:58:55.002Z | info: downloading 6 components |
| 40 | 2026-07-12T15:59:09.455Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-12T15:59:09.455Z | |
| 42 | 2026-07-12T15:59:09.484Z | stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 43 | 2026-07-12T15:59:09.485Z | |
| 44 | 2026-07-12T15:59:09.485Z | |
| 45 | 2026-07-12T15:59:09.485Z | Rust is installed now. Great! |
| 46 | 2026-07-12T15:59:09.485Z | |
| 47 | 2026-07-12T15:59:09.485Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-12T15:59:09.485Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-12T15:59:09.485Z | |
| 50 | 2026-07-12T15:59:09.485Z | To configure your current shell, you need to source |
| 51 | 2026-07-12T15:59:09.485Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-12T15:59:09.485Z | |
| 53 | 2026-07-12T15:59:09.485Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-12T15:59:09.485Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-12T15:59:09.485Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-12T15:59:09.485Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-12T15:59:09.485Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-12T15:59:09.485Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-12T15:59:09.485Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-12T15:59:09.488Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-12T15:59:09.488Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-12T15:59:09.584Z | + rustup --version |
| 63 | 2026-07-12T15:59:09.593Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-12T15:59:09.596Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-12T15:59:09.614Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 66 | 2026-07-12T15:59:09.617Z | + cargo --version |
| 67 | 2026-07-12T15:59:09.632Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 68 | 2026-07-12T15:59:09.635Z | + rustc --version |
| 69 | 2026-07-12T15:59:09.654Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 70 | 2026-07-12T15:59:09.657Z | process exited: duration 16268 ms, exit code 0 |
| |
| 71 | 2026-07-12T15:59:09.662Z | starting task 2: "authentication" |
| 72 | 2026-07-12T15:59:09.679Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-12T15:59:09.688Z | starting task 3: "clone repository" |
| 74 | 2026-07-12T15:59:09.690Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-07-12T15:59:09.693Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-07-12T15:59:09.723Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-07-12T15:59:10.273Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-07-12T15:59:10.273Z | + git fetch origin f261960318b7f1972a231450b2bdb308a8573ef3 |
| 79 | 2026-07-12T15:59:10.486Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-07-12T15:59:10.486Z | * branch f261960318b7f1972a231450b2bdb308a8573ef3 -> FETCH_HEAD |
| 81 | 2026-07-12T15:59:10.493Z | + [[ -n ry/locutus ]] |
| 82 | 2026-07-12T15:59:10.496Z | ++ git branch --show-current |
| 83 | 2026-07-12T15:59:10.496Z | + current=main |
| 84 | 2026-07-12T15:59:10.496Z | + [[ main != ry/locutus ]] |
| 85 | 2026-07-12T15:59:10.496Z | + git branch -f ry/locutus f261960318b7f1972a231450b2bdb308a8573ef3 |
| 86 | 2026-07-12T15:59:10.499Z | + git checkout -f ry/locutus |
| 87 | 2026-07-12T15:59:10.513Z | Switched to branch 'ry/locutus' |
| 88 | 2026-07-12T15:59:10.516Z | + git reset --hard f261960318b7f1972a231450b2bdb308a8573ef3 |
| 89 | 2026-07-12T15:59:10.528Z | HEAD is now at f261960 fix input bracket parse overrun |
| 90 | 2026-07-12T15:59:10.531Z | process exited: duration 842 ms, exit code 0 |
| |
| 91 | 2026-07-12T15:59:10.536Z | starting task 4: "build" |
| 92 | 2026-07-12T15:59:10.540Z | + cargo --version |
| 93 | 2026-07-12T15:59:10.549Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 94 | 2026-07-12T15:59:10.552Z | + rustc --version |
| 95 | 2026-07-12T15:59:10.572Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 96 | 2026-07-12T15:59:10.575Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 97 | 2026-07-12T15:59:10.575Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 98 | 2026-07-12T15:59:10.575Z | + banner check |
| 99 | 2026-07-12T15:59:10.578Z | |
| 100 | 2026-07-12T15:59:10.578Z | #### # # ###### #### # # |
| 101 | 2026-07-12T15:59:10.578Z | # # # # # # # # # |
| 102 | 2026-07-12T15:59:10.578Z | # ###### ##### # #### |
| 103 | 2026-07-12T15:59:10.578Z | # # # # # # # |
| 104 | 2026-07-12T15:59:10.578Z | # # # # # # # # # |
| 105 | 2026-07-12T15:59:10.578Z | #### # # ###### #### # # |
| 106 | 2026-07-12T15:59:10.579Z | |
| 107 | 2026-07-12T15:59:10.579Z | + cargo fmt -- --check |
| 108 | 2026-07-12T15:59:10.631Z | `cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli` |
| 109 | 2026-07-12T15:59:10.631Z | referenced by workspace at `/work/oxidecomputer/vw/Cargo.toml` |
| 110 | 2026-07-12T15:59:10.631Z | |
| 111 | 2026-07-12T15:59:10.631Z | Caused by: |
| 112 | 2026-07-12T15:59:10.631Z | failed to load manifest for dependency `vw-ip` |
| 113 | 2026-07-12T15:59:10.631Z | |
| 114 | 2026-07-12T15:59:10.631Z | Caused by: |
| 115 | 2026-07-12T15:59:10.631Z | failed to load manifest for dependency `ipxact` |
| 116 | 2026-07-12T15:59:10.631Z | |
| 117 | 2026-07-12T15:59:10.631Z | Caused by: |
| 118 | 2026-07-12T15:59:10.631Z | failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml` |
| 119 | 2026-07-12T15:59:10.631Z | |
| 120 | 2026-07-12T15:59:10.631Z | Caused by: |
| 121 | 2026-07-12T15:59:10.631Z | No such file or directory (os error 2) |
| 122 | 2026-07-12T15:59:10.631Z | |
| 123 | 2026-07-12T15:59:10.635Z | This utility formats all bin and lib files of the current crate using rustfmt. |
| 124 | 2026-07-12T15:59:10.635Z | |
| 125 | 2026-07-12T15:59:10.635Z | Usage: cargo fmt [OPTIONS] [-- <rustfmt_options>...] |
| 126 | 2026-07-12T15:59:10.635Z | |
| 127 | 2026-07-12T15:59:10.635Z | Arguments: |
| 128 | 2026-07-12T15:59:10.635Z | [rustfmt_options]... Options passed to rustfmt |
| 129 | 2026-07-12T15:59:10.635Z | |
| 130 | 2026-07-12T15:59:10.635Z | Options: |
| 131 | 2026-07-12T15:59:10.635Z | -q, --quiet |
| 132 | 2026-07-12T15:59:10.635Z | No output printed to stdout |
| 133 | 2026-07-12T15:59:10.635Z | -v, --verbose |
| 134 | 2026-07-12T15:59:10.635Z | Use verbose output |
| 135 | 2026-07-12T15:59:10.635Z | --version |
| 136 | 2026-07-12T15:59:10.635Z | Print rustfmt version and exit |
| 137 | 2026-07-12T15:59:10.635Z | -p, --package <package>... |
| 138 | 2026-07-12T15:59:10.635Z | Specify package to format |
| 139 | 2026-07-12T15:59:10.635Z | --manifest-path <manifest-path> |
| 140 | 2026-07-12T15:59:10.635Z | Specify path to Cargo.toml |
| 141 | 2026-07-12T15:59:10.635Z | --message-format <message-format> |
| 142 | 2026-07-12T15:59:10.635Z | Specify message-format: short|json|human |
| 143 | 2026-07-12T15:59:10.635Z | --all |
| 144 | 2026-07-12T15:59:10.635Z | Format all packages, and also their local path-based dependencies |
| 145 | 2026-07-12T15:59:10.635Z | --check |
| 146 | 2026-07-12T15:59:10.635Z | Run rustfmt in check mode |
| 147 | 2026-07-12T15:59:10.635Z | -h, --help |
| 148 | 2026-07-12T15:59:10.635Z | Print help |
| 149 | 2026-07-12T15:59:10.635Z | |
| 150 | 2026-07-12T15:59:10.636Z | process exited: duration 95 ms, exit code 1 |
| |
| 151 | 2026-07-12T15:59:10.642Z | found 0 output files |