|
|
|
| 1 | 2026-07-15T06:27:50.862Z | job assigned to worker 01KXJ7ABP3PMXAQ4B4QAWQWZ26 [factory aws, i-05477e03efc626413] (queued for 43 s) |
| |
| 2 | 2026-07-15T06:27:56.871Z | starting task 0: "setup" |
| 3 | 2026-07-15T06:27:56.876Z | ++ uname -s |
| 4 | 2026-07-15T06:27:56.881Z | + kern=SunOS |
| 5 | 2026-07-15T06:27:56.881Z | + build_user=build |
| 6 | 2026-07-15T06:27:56.881Z | + build_uid=12345 |
| 7 | 2026-07-15T06:27:56.881Z | + work_dir=/work |
| 8 | 2026-07-15T06:27:56.881Z | + input_dir=/input |
| 9 | 2026-07-15T06:27:56.881Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-15T06:27:56.881Z | + case "$kern" in |
| 11 | 2026-07-15T06:27:56.881Z | + groupadd -g 12345 build |
| 12 | 2026-07-15T06:27:56.881Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-15T06:27:58.885Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-15T06:27:58.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-15T06:27:58.960Z | + home_fs=zfs |
| 16 | 2026-07-15T06:27:58.960Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-15T06:27:58.960Z | + mkdir -p /home/build |
| 18 | 2026-07-15T06:27:58.960Z | + chown build:build /home/build /work |
| 19 | 2026-07-15T06:28:00.960Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-15T06:28:00.963Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-07-15T06:28:00.969Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-15T06:28:00.973Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-15T06:28:00.973Z | * rust toolchain channel = "stable" |
| 24 | 2026-07-15T06:28:00.973Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-15T06:28:00.973Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-15T06:28:00.973Z | * rust toolchain profile = "default" |
| 27 | 2026-07-15T06:28:00.973Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-15T06:28:00.976Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-15T06:28:00.976Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-15T06:28:01.064Z | info: downloading installer |
| 31 | 2026-07-15T06:28:02.372Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-15T06:28:02.372Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-15T06:28:02.372Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-15T06:28:02.372Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-15T06:28:02.384Z | info: profile set to default |
| 36 | 2026-07-15T06:28:02.384Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-15T06:28:02.387Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-15T06:28:02.514Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 39 | 2026-07-15T06:28:02.518Z | info: downloading 6 components |
| 40 | 2026-07-15T06:28:17.373Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-15T06:28:17.373Z | |
| 42 | 2026-07-15T06:28:17.405Z | stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 43 | 2026-07-15T06:28:17.405Z | |
| 44 | 2026-07-15T06:28:17.405Z | |
| 45 | 2026-07-15T06:28:17.405Z | Rust is installed now. Great! |
| 46 | 2026-07-15T06:28:17.405Z | |
| 47 | 2026-07-15T06:28:17.405Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-15T06:28:17.405Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-15T06:28:17.405Z | |
| 50 | 2026-07-15T06:28:17.405Z | To configure your current shell, you need to source |
| 51 | 2026-07-15T06:28:17.405Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-15T06:28:17.405Z | |
| 53 | 2026-07-15T06:28:17.405Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-15T06:28:17.408Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-15T06:28:17.408Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-15T06:28:17.408Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-15T06:28:17.408Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-15T06:28:17.408Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-15T06:28:17.408Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-15T06:28:17.408Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-15T06:28:17.408Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-15T06:28:17.498Z | + rustup --version |
| 63 | 2026-07-15T06:28:17.507Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-15T06:28:17.510Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-15T06:28:17.528Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 66 | 2026-07-15T06:28:17.530Z | + cargo --version |
| 67 | 2026-07-15T06:28:17.545Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 68 | 2026-07-15T06:28:17.548Z | + rustc --version |
| 69 | 2026-07-15T06:28:17.567Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 70 | 2026-07-15T06:28:17.570Z | process exited: duration 16600 ms, exit code 0 |
| |
| 71 | 2026-07-15T06:28:17.576Z | starting task 2: "authentication" |
| 72 | 2026-07-15T06:28:17.593Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-15T06:28:17.599Z | starting task 3: "clone repository" |
| 74 | 2026-07-15T06:28:17.602Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-07-15T06:28:17.606Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-07-15T06:28:17.639Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-07-15T06:28:18.232Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-07-15T06:28:18.232Z | + git fetch origin 1a60c4cc64e03280eecd975e15271ef25afcdb94 |
| 79 | 2026-07-15T06:28:18.464Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-07-15T06:28:18.464Z | * branch 1a60c4cc64e03280eecd975e15271ef25afcdb94 -> FETCH_HEAD |
| 81 | 2026-07-15T06:28:18.468Z | + [[ -n ry/locutus ]] |
| 82 | 2026-07-15T06:28:18.472Z | ++ git branch --show-current |
| 83 | 2026-07-15T06:28:18.472Z | + current=main |
| 84 | 2026-07-15T06:28:18.472Z | + [[ main != ry/locutus ]] |
| 85 | 2026-07-15T06:28:18.472Z | + git branch -f ry/locutus 1a60c4cc64e03280eecd975e15271ef25afcdb94 |
| 86 | 2026-07-15T06:28:18.475Z | + git checkout -f ry/locutus |
| 87 | 2026-07-15T06:28:18.489Z | Switched to branch 'ry/locutus' |
| 88 | 2026-07-15T06:28:18.493Z | + git reset --hard 1a60c4cc64e03280eecd975e15271ef25afcdb94 |
| 89 | 2026-07-15T06:28:18.504Z | HEAD is now at 1a60c4c ip and synth caching |
| 90 | 2026-07-15T06:28:18.507Z | process exited: duration 905 ms, exit code 0 |
| |
| 91 | 2026-07-15T06:28:18.514Z | starting task 4: "build" |
| 92 | 2026-07-15T06:28:18.517Z | + cargo --version |
| 93 | 2026-07-15T06:28:18.526Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 94 | 2026-07-15T06:28:18.529Z | + rustc --version |
| 95 | 2026-07-15T06:28:18.548Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 96 | 2026-07-15T06:28:18.551Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 97 | 2026-07-15T06:28:18.551Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 98 | 2026-07-15T06:28:18.551Z | + banner check |
| 99 | 2026-07-15T06:28:18.554Z | |
| 100 | 2026-07-15T06:28:18.554Z | #### # # ###### #### # # |
| 101 | 2026-07-15T06:28:18.554Z | # # # # # # # # # |
| 102 | 2026-07-15T06:28:18.554Z | # ###### ##### # #### |
| 103 | 2026-07-15T06:28:18.554Z | # # # # # # # |
| 104 | 2026-07-15T06:28:18.554Z | # # # # # # # # # |
| 105 | 2026-07-15T06:28:18.554Z | #### # # ###### #### # # |
| 106 | 2026-07-15T06:28:18.554Z | |
| 107 | 2026-07-15T06:28:18.554Z | + cargo fmt -- --check |
| 108 | 2026-07-15T06:28:18.606Z | `cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli` |
| 109 | 2026-07-15T06:28:18.606Z | referenced by workspace at `/work/oxidecomputer/vw/Cargo.toml` |
| 110 | 2026-07-15T06:28:18.606Z | |
| 111 | 2026-07-15T06:28:18.606Z | Caused by: |
| 112 | 2026-07-15T06:28:18.606Z | failed to load manifest for dependency `vw-ip` |
| 113 | 2026-07-15T06:28:18.606Z | |
| 114 | 2026-07-15T06:28:18.607Z | Caused by: |
| 115 | 2026-07-15T06:28:18.607Z | failed to load manifest for dependency `ipxact` |
| 116 | 2026-07-15T06:28:18.607Z | |
| 117 | 2026-07-15T06:28:18.607Z | Caused by: |
| 118 | 2026-07-15T06:28:18.607Z | failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml` |
| 119 | 2026-07-15T06:28:18.607Z | |
| 120 | 2026-07-15T06:28:18.607Z | Caused by: |
| 121 | 2026-07-15T06:28:18.607Z | No such file or directory (os error 2) |
| 122 | 2026-07-15T06:28:18.607Z | |
| 123 | 2026-07-15T06:28:18.610Z | This utility formats all bin and lib files of the current crate using rustfmt. |
| 124 | 2026-07-15T06:28:18.610Z | |
| 125 | 2026-07-15T06:28:18.610Z | Usage: cargo fmt [OPTIONS] [-- <rustfmt_options>...] |
| 126 | 2026-07-15T06:28:18.610Z | |
| 127 | 2026-07-15T06:28:18.610Z | Arguments: |
| 128 | 2026-07-15T06:28:18.610Z | [rustfmt_options]... Options passed to rustfmt |
| 129 | 2026-07-15T06:28:18.610Z | |
| 130 | 2026-07-15T06:28:18.610Z | Options: |
| 131 | 2026-07-15T06:28:18.610Z | -q, --quiet |
| 132 | 2026-07-15T06:28:18.610Z | No output printed to stdout |
| 133 | 2026-07-15T06:28:18.610Z | -v, --verbose |
| 134 | 2026-07-15T06:28:18.610Z | Use verbose output |
| 135 | 2026-07-15T06:28:18.610Z | --version |
| 136 | 2026-07-15T06:28:18.610Z | Print rustfmt version and exit |
| 137 | 2026-07-15T06:28:18.610Z | -p, --package <package>... |
| 138 | 2026-07-15T06:28:18.610Z | Specify package to format |
| 139 | 2026-07-15T06:28:18.610Z | --manifest-path <manifest-path> |
| 140 | 2026-07-15T06:28:18.610Z | Specify path to Cargo.toml |
| 141 | 2026-07-15T06:28:18.611Z | --message-format <message-format> |
| 142 | 2026-07-15T06:28:18.611Z | Specify message-format: short|json|human |
| 143 | 2026-07-15T06:28:18.611Z | --all |
| 144 | 2026-07-15T06:28:18.611Z | Format all packages, and also their local path-based dependencies |
| 145 | 2026-07-15T06:28:18.611Z | --check |
| 146 | 2026-07-15T06:28:18.611Z | Run rustfmt in check mode |
| 147 | 2026-07-15T06:28:18.611Z | -h, --help |
| 148 | 2026-07-15T06:28:18.611Z | Print help |
| 149 | 2026-07-15T06:28:18.611Z | |
| 150 | 2026-07-15T06:28:18.611Z | process exited: duration 93 ms, exit code 1 |
| |
| 151 | 2026-07-15T06:28:18.618Z | found 0 output files |