|
|
|
| 1 | 2026-03-11T03:20:24.132Z | job assigned to worker 01KKDEFBW6QGMC4BCSR4EQNQHM [factory aws, i-09ad13e071748c987] (queued for 1 m 14 s) |
| |
| 2 | 2026-03-11T03:20:32.121Z | starting task 0: "setup" |
| 3 | 2026-03-11T03:20:32.126Z | ++ uname -s |
| 4 | 2026-03-11T03:20:32.132Z | + kern=SunOS |
| 5 | 2026-03-11T03:20:32.132Z | + build_user=build |
| 6 | 2026-03-11T03:20:32.132Z | + build_uid=12345 |
| 7 | 2026-03-11T03:20:32.132Z | + work_dir=/work |
| 8 | 2026-03-11T03:20:32.132Z | + input_dir=/input |
| 9 | 2026-03-11T03:20:32.132Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T03:20:32.133Z | + case "$kern" in |
| 11 | 2026-03-11T03:20:32.133Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T03:20:32.137Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T03:20:34.139Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T03:20:34.261Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T03:20:34.268Z | + home_fs=zfs |
| 16 | 2026-03-11T03:20:34.268Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T03:20:34.268Z | + mkdir -p /home/build |
| 18 | 2026-03-11T03:20:34.268Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T03:20:36.265Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T03:20:36.268Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-03-11T03:20:36.273Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T03:20:36.281Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-11T03:20:36.281Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-11T03:20:36.281Z | * rust toolchain profile = "default" |
| 25 | 2026-03-11T03:20:36.281Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-11T03:20:36.281Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T03:20:36.281Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T03:20:36.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T03:20:36.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T03:20:36.556Z | info: downloading installer |
| 31 | 2026-03-11T03:20:38.097Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T03:20:38.097Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T03:20:38.097Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T03:20:38.097Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T03:20:38.097Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T03:20:38.097Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T03:20:38.097Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T03:20:38.097Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T03:20:38.097Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T03:20:38.114Z | info: profile set to 'default' |
| 41 | 2026-03-11T03:20:38.114Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T03:20:38.118Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T03:20:38.704Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T03:20:38.704Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T03:20:40.059Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T03:20:40.558Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T03:20:42.382Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T03:20:45.176Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T03:20:54.634Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T03:20:55.041Z | info: installing component 'cargo' |
| 51 | 2026-03-11T03:20:55.859Z | info: installing component 'clippy' |
| 52 | 2026-03-11T03:20:56.210Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T03:20:57.916Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T03:20:59.401Z | info: installing component 'rustc' |
| 55 | 2026-03-11T03:21:05.166Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T03:21:05.474Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-11T03:21:05.474Z | |
| 58 | 2026-03-11T03:21:05.880Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T03:21:05.880Z | |
| 60 | 2026-03-11T03:21:05.884Z | |
| 61 | 2026-03-11T03:21:05.884Z | Rust is installed now. Great! |
| 62 | 2026-03-11T03:21:05.884Z | |
| 63 | 2026-03-11T03:21:05.884Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T03:21:05.884Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T03:21:05.884Z | |
| 66 | 2026-03-11T03:21:05.884Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T03:21:05.884Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T03:21:05.884Z | |
| 69 | 2026-03-11T03:21:05.884Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T03:21:05.884Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T03:21:05.884Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T03:21:05.884Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T03:21:05.980Z | + rustup --version |
| 74 | 2026-03-11T03:21:05.987Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T03:21:05.990Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T03:21:06.069Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T03:21:06.074Z | + cargo --version |
| 78 | 2026-03-11T03:21:06.134Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T03:21:06.138Z | + rustc --version |
| 80 | 2026-03-11T03:21:06.205Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T03:21:06.210Z | process exited: duration 29926 ms, exit code 0 |
| |
| 82 | 2026-03-11T03:21:06.263Z | starting task 2: "authentication" |
| 83 | 2026-03-11T03:21:06.274Z | process exited: duration 25 ms, exit code 0 |
| |
| 84 | 2026-03-11T03:21:06.319Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T03:21:06.473Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T03:21:06.473Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T03:21:06.478Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T03:21:16.567Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T03:21:16.570Z | + git fetch origin 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 90 | 2026-03-11T03:21:16.850Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T03:21:16.850Z | * branch 1572f75b05249f73922584e20fc5217dfb06b4ba -> FETCH_HEAD |
| 92 | 2026-03-11T03:21:16.862Z | + [[ -n renovate/crucible-common-digest ]] |
| 93 | 2026-03-11T03:21:16.865Z | ++ git branch --show-current |
| 94 | 2026-03-11T03:21:16.868Z | + current=main |
| 95 | 2026-03-11T03:21:16.868Z | + [[ main != renovate/crucible-common-digest ]] |
| 96 | 2026-03-11T03:21:16.868Z | + git branch -f renovate/crucible-common-digest 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 97 | 2026-03-11T03:21:16.872Z | + git checkout -f renovate/crucible-common-digest |
| 98 | 2026-03-11T03:21:17.064Z | Switched to branch 'renovate/crucible-common-digest' |
| 99 | 2026-03-11T03:21:17.067Z | + git reset --hard 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 100 | 2026-03-11T03:21:17.258Z | HEAD is now at 1572f75b0 Update crucible-common digest to 3226492 |
| 101 | 2026-03-11T03:21:17.261Z | process exited: duration 10965 ms, exit code 0 |
| |
| 102 | 2026-03-11T03:21:17.267Z | starting task 4: "build" |
| 103 | 2026-03-11T03:21:17.274Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-11T03:21:17.277Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-11T03:21:17.277Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-11T03:21:17.277Z | + cargo --version |
| 107 | 2026-03-11T03:21:17.330Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-11T03:21:17.333Z | + rustc --version |
| 109 | 2026-03-11T03:21:17.403Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-11T03:21:17.406Z | + cargo tree --locked |
| 111 | 2026-03-11T03:21:17.674Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-03-11T03:21:17.932Z | Updating crates.io index |
| 113 | 2026-03-11T03:21:17.972Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-03-11T03:21:18.183Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-03-11T03:21:18.695Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2026-03-11T03:21:19.043Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 117 | 2026-03-11T03:21:19.344Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 118 | 2026-03-11T03:21:20.764Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 119 | 2026-03-11T03:21:22.309Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 120 | 2026-03-11T03:21:23.053Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 121 | 2026-03-11T03:21:23.396Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2026-03-11T03:21:24.545Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 123 | 2026-03-11T03:21:25.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-03-11T03:21:26.062Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-03-11T03:21:26.494Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-03-11T03:21:27.020Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-03-11T03:21:27.339Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-03-11T03:21:28.289Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-03-11T03:21:28.931Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-03-11T03:21:29.187Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-03-11T03:21:29.434Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-03-11T03:21:29.851Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-03-11T03:21:30.180Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-03-11T03:21:30.398Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-03-11T03:21:30.639Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-03-11T03:21:31.116Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-03-11T03:21:31.429Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 138 | 2026-03-11T03:21:32.122Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 139 | 2026-03-11T03:21:32.701Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 140 | 2026-03-11T03:21:33.014Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 141 | 2026-03-11T03:21:33.314Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 142 | 2026-03-11T03:21:33.627Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2026-03-11T03:21:35.342Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 144 | 2026-03-11T03:21:35.620Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 145 | 2026-03-11T03:21:35.944Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 146 | 2026-03-11T03:21:36.280Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-03-11T03:21:36.654Z | Updating crates.io index |
| 148 | 2026-03-11T03:21:36.663Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-03-11T03:21:36.925Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-03-11T03:21:37.212Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-03-11T03:21:37.802Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 152 | 2026-03-11T03:21:38.012Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 153 | 2026-03-11T03:21:52.894Z | error: failed to select a version for `vergen`. |
| 154 | 2026-03-11T03:21:52.894Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)` |
| 155 | 2026-03-11T03:21:52.894Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 156 | 2026-03-11T03:21:52.894Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 157 | 2026-03-11T03:21:52.894Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 158 | 2026-03-11T03:21:52.894Z | |
| 159 | 2026-03-11T03:21:52.895Z | all possible versions conflict with previously selected packages. |
| 160 | 2026-03-11T03:21:52.895Z | |
| 161 | 2026-03-11T03:21:52.895Z | previously selected package `vergen v9.0.6` |
| 162 | 2026-03-11T03:21:52.895Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 163 | 2026-03-11T03:21:52.895Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 164 | 2026-03-11T03:21:52.895Z | |
| 165 | 2026-03-11T03:21:52.895Z | failed to select a version for `vergen` which could resolve this conflict |
| 166 | 2026-03-11T03:21:52.940Z | process exited: duration 35662 ms, exit code 101 |
| |
| 167 | 2026-03-11T03:21:52.946Z | found 0 output files |
| 168 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 169 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 170 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 171 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 172 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 173 | 2026-03-11T03:21:52.949Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |