|
|
|
| 1 | 2026-07-16T04:31:52.958Z | job assigned to worker 01KXMK2RNESK689KP29GJQ059N [factory aws, i-0656c31e9f91beacd] (queued for 46 s) |
| |
| 2 | 2026-07-16T04:31:59.305Z | starting task 0: "setup" |
| 3 | 2026-07-16T04:31:59.310Z | ++ uname -s |
| 4 | 2026-07-16T04:31:59.313Z | + kern=SunOS |
| 5 | 2026-07-16T04:31:59.313Z | + build_user=build |
| 6 | 2026-07-16T04:31:59.313Z | + build_uid=12345 |
| 7 | 2026-07-16T04:31:59.313Z | + work_dir=/work |
| 8 | 2026-07-16T04:31:59.313Z | + input_dir=/input |
| 9 | 2026-07-16T04:31:59.313Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T04:31:59.313Z | + case "$kern" in |
| 11 | 2026-07-16T04:31:59.313Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T04:31:59.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T04:32:01.331Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T04:32:01.411Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T04:32:01.416Z | + home_fs=zfs |
| 16 | 2026-07-16T04:32:01.416Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T04:32:01.416Z | + mkdir -p /home/build |
| 18 | 2026-07-16T04:32:01.416Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T04:32:03.415Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T04:32:03.418Z | process exited: duration 4114 ms, exit code 0 |
| |
| 21 | 2026-07-16T04:32:03.424Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T04:32:03.429Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-16T04:32:03.429Z | * rust toolchain channel = "stable" |
| 24 | 2026-07-16T04:32:03.429Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T04:32:03.429Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T04:32:03.429Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T04:32:03.429Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T04:32:03.431Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T04:32:03.432Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-16T04:32:03.536Z | info: downloading installer |
| 31 | 2026-07-16T04:32:05.298Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T04:32:05.298Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T04:32:05.298Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T04:32:05.298Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T04:32:05.310Z | info: profile set to default |
| 36 | 2026-07-16T04:32:05.310Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T04:32:05.315Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-16T04:32:05.449Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 39 | 2026-07-16T04:32:05.452Z | info: downloading 6 components |
| 40 | 2026-07-16T04:32:20.995Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-16T04:32:20.995Z | |
| 42 | 2026-07-16T04:32:21.021Z | stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 43 | 2026-07-16T04:32:21.021Z | |
| 44 | 2026-07-16T04:32:21.021Z | |
| 45 | 2026-07-16T04:32:21.021Z | Rust is installed now. Great! |
| 46 | 2026-07-16T04:32:21.021Z | |
| 47 | 2026-07-16T04:32:21.021Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T04:32:21.021Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T04:32:21.021Z | |
| 50 | 2026-07-16T04:32:21.022Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T04:32:21.022Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T04:32:21.022Z | |
| 53 | 2026-07-16T04:32:21.022Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T04:32:21.024Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T04:32:21.025Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T04:32:21.025Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T04:32:21.025Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T04:32:21.025Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T04:32:21.025Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T04:32:21.025Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T04:32:21.025Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T04:32:21.108Z | + rustup --version |
| 63 | 2026-07-16T04:32:21.117Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T04:32:21.121Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T04:32:21.138Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 66 | 2026-07-16T04:32:21.143Z | + cargo --version |
| 67 | 2026-07-16T04:32:21.156Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 68 | 2026-07-16T04:32:21.159Z | + rustc --version |
| 69 | 2026-07-16T04:32:21.178Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 70 | 2026-07-16T04:32:21.180Z | process exited: duration 17755 ms, exit code 0 |
| |
| 71 | 2026-07-16T04:32:21.186Z | starting task 2: "authentication" |
| 72 | 2026-07-16T04:32:21.202Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T04:32:21.209Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T04:32:21.212Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-07-16T04:32:21.215Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-07-16T04:32:21.249Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-07-16T04:32:21.799Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-07-16T04:32:21.799Z | + git fetch origin 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62 |
| 79 | 2026-07-16T04:32:22.002Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-07-16T04:32:22.002Z | * branch 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62 -> FETCH_HEAD |
| 81 | 2026-07-16T04:32:22.007Z | + [[ -n '' ]] |
| 82 | 2026-07-16T04:32:22.007Z | + git reset --hard 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62 |
| 83 | 2026-07-16T04:32:22.024Z | HEAD is now at 25f0708 move to persistent vivado project mode |
| 84 | 2026-07-16T04:32:22.027Z | process exited: duration 817 ms, exit code 0 |
| |
| 85 | 2026-07-16T04:32:22.033Z | starting task 4: "build" |
| 86 | 2026-07-16T04:32:22.037Z | + cargo --version |
| 87 | 2026-07-16T04:32:22.046Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 88 | 2026-07-16T04:32:22.049Z | + rustc --version |
| 89 | 2026-07-16T04:32:22.068Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 90 | 2026-07-16T04:32:22.070Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 91 | 2026-07-16T04:32:22.070Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 92 | 2026-07-16T04:32:22.070Z | + banner check |
| 93 | 2026-07-16T04:32:22.073Z | |
| 94 | 2026-07-16T04:32:22.073Z | #### # # ###### #### # # |
| 95 | 2026-07-16T04:32:22.073Z | # # # # # # # # # |
| 96 | 2026-07-16T04:32:22.073Z | # ###### ##### # #### |
| 97 | 2026-07-16T04:32:22.073Z | # # # # # # # |
| 98 | 2026-07-16T04:32:22.073Z | # # # # # # # # # |
| 99 | 2026-07-16T04:32:22.073Z | #### # # ###### #### # # |
| 100 | 2026-07-16T04:32:22.074Z | |
| 101 | 2026-07-16T04:32:22.074Z | + cargo fmt -- --check |
| 102 | 2026-07-16T04:32:22.124Z | `cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli` |
| 103 | 2026-07-16T04:32:22.125Z | referenced by workspace at `/work/oxidecomputer/vw/Cargo.toml` |
| 104 | 2026-07-16T04:32:22.125Z | |
| 105 | 2026-07-16T04:32:22.125Z | Caused by: |
| 106 | 2026-07-16T04:32:22.125Z | failed to load manifest for dependency `vw-ip` |
| 107 | 2026-07-16T04:32:22.125Z | |
| 108 | 2026-07-16T04:32:22.125Z | Caused by: |
| 109 | 2026-07-16T04:32:22.125Z | failed to load manifest for dependency `ipxact` |
| 110 | 2026-07-16T04:32:22.125Z | |
| 111 | 2026-07-16T04:32:22.125Z | Caused by: |
| 112 | 2026-07-16T04:32:22.125Z | failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml` |
| 113 | 2026-07-16T04:32:22.125Z | |
| 114 | 2026-07-16T04:32:22.125Z | Caused by: |
| 115 | 2026-07-16T04:32:22.125Z | No such file or directory (os error 2) |
| 116 | 2026-07-16T04:32:22.125Z | |
| 117 | 2026-07-16T04:32:22.128Z | This utility formats all bin and lib files of the current crate using rustfmt. |
| 118 | 2026-07-16T04:32:22.128Z | |
| 119 | 2026-07-16T04:32:22.128Z | Usage: cargo fmt [OPTIONS] [-- <rustfmt_options>...] |
| 120 | 2026-07-16T04:32:22.128Z | |
| 121 | 2026-07-16T04:32:22.128Z | Arguments: |
| 122 | 2026-07-16T04:32:22.128Z | [rustfmt_options]... Options passed to rustfmt |
| 123 | 2026-07-16T04:32:22.128Z | |
| 124 | 2026-07-16T04:32:22.128Z | Options: |
| 125 | 2026-07-16T04:32:22.128Z | -q, --quiet |
| 126 | 2026-07-16T04:32:22.128Z | No output printed to stdout |
| 127 | 2026-07-16T04:32:22.128Z | -v, --verbose |
| 128 | 2026-07-16T04:32:22.128Z | Use verbose output |
| 129 | 2026-07-16T04:32:22.128Z | --version |
| 130 | 2026-07-16T04:32:22.128Z | Print rustfmt version and exit |
| 131 | 2026-07-16T04:32:22.128Z | -p, --package <package>... |
| 132 | 2026-07-16T04:32:22.128Z | Specify package to format |
| 133 | 2026-07-16T04:32:22.129Z | --manifest-path <manifest-path> |
| 134 | 2026-07-16T04:32:22.129Z | Specify path to Cargo.toml |
| 135 | 2026-07-16T04:32:22.129Z | --message-format <message-format> |
| 136 | 2026-07-16T04:32:22.129Z | Specify message-format: short|json|human |
| 137 | 2026-07-16T04:32:22.129Z | --all |
| 138 | 2026-07-16T04:32:22.129Z | Format all packages, and also their local path-based dependencies |
| 139 | 2026-07-16T04:32:22.129Z | --check |
| 140 | 2026-07-16T04:32:22.129Z | Run rustfmt in check mode |
| 141 | 2026-07-16T04:32:22.129Z | -h, --help |
| 142 | 2026-07-16T04:32:22.129Z | Print help |
| 143 | 2026-07-16T04:32:22.129Z | |
| 144 | 2026-07-16T04:32:22.129Z | process exited: duration 92 ms, exit code 1 |
| |
| 145 | 2026-07-16T04:32:22.135Z | found 0 output files |