|
|
|
| 1 | 2026-05-08T12:04:25.869Z | job assigned to worker 01KR3QHR7FR3JMC489GSFRBJK2 [factory aws, i-06559e50299f0396a] (queued for 46 s) |
| |
| 2 | 2026-05-08T12:04:33.670Z | starting task 0: "setup" |
| 3 | 2026-05-08T12:04:33.675Z | ++ uname -s |
| 4 | 2026-05-08T12:04:33.678Z | + kern=SunOS |
| 5 | 2026-05-08T12:04:33.678Z | + build_user=build |
| 6 | 2026-05-08T12:04:33.678Z | + build_uid=12345 |
| 7 | 2026-05-08T12:04:33.678Z | + work_dir=/work |
| 8 | 2026-05-08T12:04:33.678Z | + input_dir=/input |
| 9 | 2026-05-08T12:04:33.678Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T12:04:33.679Z | + case "$kern" in |
| 11 | 2026-05-08T12:04:33.679Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T12:04:33.683Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T12:04:35.689Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T12:04:35.773Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T12:04:35.777Z | + home_fs=zfs |
| 16 | 2026-05-08T12:04:35.777Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T12:04:35.777Z | + mkdir -p /home/build |
| 18 | 2026-05-08T12:04:35.780Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T12:04:37.779Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T12:04:37.782Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-05-08T12:04:37.788Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T12:04:37.795Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T12:04:37.795Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-08T12:04:37.795Z | * rust toolchain profile = "default" |
| 25 | 2026-05-08T12:04:37.795Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-08T12:04:37.795Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T12:04:37.795Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T12:04:37.798Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T12:04:37.798Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T12:04:37.885Z | info: downloading installer |
| 31 | 2026-05-08T12:04:39.219Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T12:04:39.219Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T12:04:39.219Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T12:04:39.219Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T12:04:39.232Z | info: profile set to default |
| 36 | 2026-05-08T12:04:39.232Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T12:04:39.235Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T12:04:39.365Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T12:04:39.368Z | info: downloading 6 components |
| 40 | 2026-05-08T12:04:53.642Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T12:04:53.642Z | |
| 42 | 2026-05-08T12:04:53.671Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T12:04:53.671Z | |
| 44 | 2026-05-08T12:04:53.671Z | |
| 45 | 2026-05-08T12:04:53.671Z | Rust is installed now. Great! |
| 46 | 2026-05-08T12:04:53.671Z | |
| 47 | 2026-05-08T12:04:53.671Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T12:04:53.671Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T12:04:53.671Z | |
| 50 | 2026-05-08T12:04:53.671Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T12:04:53.671Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T12:04:53.671Z | |
| 53 | 2026-05-08T12:04:53.671Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T12:04:53.671Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T12:04:53.671Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T12:04:53.671Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T12:04:53.671Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T12:04:53.671Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T12:04:53.671Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T12:04:53.672Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T12:04:53.672Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T12:04:53.775Z | + rustup --version |
| 63 | 2026-05-08T12:04:53.781Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T12:04:53.784Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T12:04:53.801Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T12:04:53.804Z | + cargo --version |
| 67 | 2026-05-08T12:04:53.812Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T12:04:53.815Z | + rustc --version |
| 69 | 2026-05-08T12:04:53.835Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T12:04:53.838Z | process exited: duration 16049 ms, exit code 0 |
| |
| 71 | 2026-05-08T12:04:53.844Z | starting task 2: "authentication" |
| 72 | 2026-05-08T12:04:53.864Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-08T12:04:53.872Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T12:04:53.875Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T12:04:53.878Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T12:04:53.913Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T12:05:03.335Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T12:05:03.335Z | + git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa |
| 79 | 2026-05-08T12:05:03.641Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T12:05:03.641Z | * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD |
| 81 | 2026-05-08T12:05:03.655Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-08T12:05:03.658Z | ++ git branch --show-current |
| 83 | 2026-05-08T12:05:03.662Z | + current=main |
| 84 | 2026-05-08T12:05:03.663Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-08T12:05:03.663Z | + git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa |
| 86 | 2026-05-08T12:05:03.667Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-08T12:05:03.896Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-08T12:05:03.899Z | + git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa |
| 89 | 2026-05-08T12:05:03.912Z | HEAD is now at 5782badef Update crucible-common digest to 2e75a38 |
| 90 | 2026-05-08T12:05:03.915Z | process exited: duration 10043 ms, exit code 0 |
| |
| 91 | 2026-05-08T12:05:03.922Z | starting task 4: "build" |
| 92 | 2026-05-08T12:05:03.929Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-08T12:05:03.929Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-08T12:05:03.929Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-08T12:05:03.929Z | + cargo --version |
| 96 | 2026-05-08T12:05:03.939Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-08T12:05:03.942Z | + rustc --version |
| 98 | 2026-05-08T12:05:03.963Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-08T12:05:03.966Z | + cargo tree --locked |
| 100 | 2026-05-08T12:05:04.133Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-08T12:05:04.381Z | Updating crates.io index |
| 102 | 2026-05-08T12:05:04.412Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-08T12:05:04.671Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-08T12:05:05.581Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-08T12:05:06.190Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-08T12:05:06.957Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-08T12:05:07.471Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-08T12:05:08.786Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-08T12:05:09.486Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-08T12:05:09.976Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-08T12:05:10.693Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-08T12:05:11.242Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-08T12:05:11.662Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-08T12:05:12.096Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-08T12:05:12.986Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-08T12:05:13.520Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 117 | 2026-05-08T12:05:13.843Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 118 | 2026-05-08T12:05:14.200Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 119 | 2026-05-08T12:05:14.615Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 120 | 2026-05-08T12:05:14.961Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 121 | 2026-05-08T12:05:15.187Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 122 | 2026-05-08T12:05:15.431Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-05-08T12:05:15.814Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-05-08T12:05:16.192Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 125 | 2026-05-08T12:05:17.012Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 126 | 2026-05-08T12:05:17.396Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 127 | 2026-05-08T12:05:17.748Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-05-08T12:05:18.277Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-05-08T12:05:18.541Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 130 | 2026-05-08T12:05:19.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-05-08T12:05:20.262Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-05-08T12:05:20.507Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-05-08T12:05:20.876Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-05-08T12:05:21.175Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-05-08T12:05:21.519Z | Updating crates.io index |
| 136 | 2026-05-08T12:05:21.565Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 137 | 2026-05-08T12:05:21.788Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 138 | 2026-05-08T12:05:22.066Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 139 | 2026-05-08T12:05:22.327Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 140 | 2026-05-08T12:05:22.767Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 141 | 2026-05-08T12:05:34.790Z | error: failed to select a version for `vergen`. |
| 142 | 2026-05-08T12:05:34.790Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 143 | 2026-05-08T12:05:34.790Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 144 | 2026-05-08T12:05:34.790Z | ... 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)` |
| 145 | 2026-05-08T12:05:34.790Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 146 | 2026-05-08T12:05:34.790Z | |
| 147 | 2026-05-08T12:05:34.790Z | all possible versions conflict with previously selected packages. |
| 148 | 2026-05-08T12:05:34.790Z | |
| 149 | 2026-05-08T12:05:34.790Z | previously selected package `vergen v9.0.6` |
| 150 | 2026-05-08T12:05:34.790Z | ... 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)` |
| 151 | 2026-05-08T12:05:34.790Z | ... 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)` |
| 152 | 2026-05-08T12:05:34.790Z | |
| 153 | 2026-05-08T12:05:34.790Z | failed to select a version for `vergen` which could resolve this conflict |
| 154 | 2026-05-08T12:05:34.830Z | process exited: duration 30906 ms, exit code 101 |
| |
| 155 | 2026-05-08T12:05:34.837Z | found 0 output files |
| 156 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 157 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 158 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 159 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 160 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 161 | 2026-05-08T12:05:34.837Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |