|
|
|
| 1 | 2026-05-14T03:40:50.286Z | job assigned to worker 01KRJ93X4YVRREF993ZMHRFNZG [factory aws, i-0d348b9763646a443] (queued for 49 s) |
| |
| 2 | 2026-05-14T03:40:57.142Z | starting task 0: "setup" |
| 3 | 2026-05-14T03:40:57.147Z | ++ uname -s |
| 4 | 2026-05-14T03:40:57.150Z | + kern=SunOS |
| 5 | 2026-05-14T03:40:57.150Z | + build_user=build |
| 6 | 2026-05-14T03:40:57.150Z | + build_uid=12345 |
| 7 | 2026-05-14T03:40:57.150Z | + work_dir=/work |
| 8 | 2026-05-14T03:40:57.150Z | + input_dir=/input |
| 9 | 2026-05-14T03:40:57.150Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T03:40:57.150Z | + case "$kern" in |
| 11 | 2026-05-14T03:40:57.150Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T03:40:57.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T03:40:59.160Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T03:40:59.274Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T03:40:59.277Z | + home_fs=zfs |
| 16 | 2026-05-14T03:40:59.277Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T03:40:59.277Z | + mkdir -p /home/build |
| 18 | 2026-05-14T03:40:59.280Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T03:41:00.280Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T03:41:00.283Z | process exited: duration 3145 ms, exit code 0 |
| |
| 21 | 2026-05-14T03:41:00.290Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T03:41:00.296Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T03:41:00.296Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-14T03:41:00.296Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-14T03:41:00.296Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-14T03:41:00.297Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-14T03:41:00.297Z | * rust toolchain profile = "default" |
| 28 | 2026-05-14T03:41:00.300Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T03:41:00.300Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T03:41:00.366Z | info: downloading installer |
| 31 | 2026-05-14T03:41:01.767Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T03:41:01.768Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T03:41:01.768Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T03:41:01.768Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T03:41:01.780Z | info: profile set to default |
| 36 | 2026-05-14T03:41:01.780Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T03:41:01.783Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T03:41:01.913Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T03:41:01.916Z | info: downloading 6 components |
| 40 | 2026-05-14T03:41:16.071Z | |
| 41 | 2026-05-14T03:41:16.071Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-14T03:41:16.104Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T03:41:16.104Z | |
| 44 | 2026-05-14T03:41:16.107Z | |
| 45 | 2026-05-14T03:41:16.107Z | Rust is installed now. Great! |
| 46 | 2026-05-14T03:41:16.107Z | |
| 47 | 2026-05-14T03:41:16.107Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T03:41:16.107Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T03:41:16.107Z | |
| 50 | 2026-05-14T03:41:16.107Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T03:41:16.107Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T03:41:16.107Z | |
| 53 | 2026-05-14T03:41:16.107Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T03:41:16.107Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T03:41:16.107Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T03:41:16.108Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T03:41:16.108Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T03:41:16.108Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T03:41:16.108Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T03:41:16.108Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T03:41:16.108Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T03:41:16.217Z | + rustup --version |
| 63 | 2026-05-14T03:41:16.222Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T03:41:16.225Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T03:41:16.243Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T03:41:16.246Z | + cargo --version |
| 67 | 2026-05-14T03:41:16.255Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T03:41:16.257Z | + rustc --version |
| 69 | 2026-05-14T03:41:16.278Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T03:41:16.281Z | process exited: duration 15990 ms, exit code 0 |
| |
| 71 | 2026-05-14T03:41:16.287Z | starting task 2: "authentication" |
| 72 | 2026-05-14T03:41:16.305Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-14T03:41:16.311Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T03:41:16.316Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T03:41:16.319Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T03:41:16.350Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T03:41:25.933Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T03:41:25.933Z | + git fetch origin 38ff18820319d3069155971401ce98abb958fa13 |
| 79 | 2026-05-14T03:41:26.219Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T03:41:26.219Z | * branch 38ff18820319d3069155971401ce98abb958fa13 -> FETCH_HEAD |
| 81 | 2026-05-14T03:41:26.235Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-14T03:41:26.238Z | ++ git branch --show-current |
| 83 | 2026-05-14T03:41:26.241Z | + current=main |
| 84 | 2026-05-14T03:41:26.241Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-14T03:41:26.241Z | + git branch -f renovate/crucible-common-digest 38ff18820319d3069155971401ce98abb958fa13 |
| 86 | 2026-05-14T03:41:26.244Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-14T03:41:26.492Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-14T03:41:26.496Z | + git reset --hard 38ff18820319d3069155971401ce98abb958fa13 |
| 89 | 2026-05-14T03:41:26.509Z | HEAD is now at 38ff18820 Update crucible-common digest to 33a3712 |
| 90 | 2026-05-14T03:41:26.513Z | process exited: duration 10198 ms, exit code 0 |
| |
| 91 | 2026-05-14T03:41:26.519Z | starting task 4: "build" |
| 92 | 2026-05-14T03:41:26.525Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T03:41:26.525Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T03:41:26.525Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T03:41:26.525Z | + cargo --version |
| 96 | 2026-05-14T03:41:26.535Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T03:41:26.538Z | + rustc --version |
| 98 | 2026-05-14T03:41:26.559Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T03:41:26.563Z | + cargo tree --locked |
| 100 | 2026-05-14T03:41:26.744Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-14T03:41:26.986Z | Updating crates.io index |
| 102 | 2026-05-14T03:41:27.024Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-14T03:41:27.824Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-14T03:41:28.254Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-14T03:41:28.919Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-14T03:41:29.736Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-14T03:41:30.213Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-14T03:41:31.652Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-14T03:41:32.583Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-14T03:41:32.882Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-14T03:41:34.167Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-14T03:41:34.622Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-14T03:41:35.002Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-14T03:41:35.477Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-14T03:41:36.356Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-14T03:41:36.885Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 117 | 2026-05-14T03:41:37.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 118 | 2026-05-14T03:41:37.606Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 119 | 2026-05-14T03:41:37.994Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 120 | 2026-05-14T03:41:38.193Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 121 | 2026-05-14T03:41:38.417Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 122 | 2026-05-14T03:41:38.668Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-05-14T03:41:39.048Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-05-14T03:41:39.472Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 125 | 2026-05-14T03:41:40.070Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 126 | 2026-05-14T03:41:40.533Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 127 | 2026-05-14T03:41:40.781Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-05-14T03:41:41.080Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-05-14T03:41:42.422Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 130 | 2026-05-14T03:41:43.110Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-05-14T03:41:43.531Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-05-14T03:41:43.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-05-14T03:41:44.121Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-05-14T03:41:44.444Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-05-14T03:41:44.752Z | Updating crates.io index |
| 136 | 2026-05-14T03:41:44.793Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 137 | 2026-05-14T03:41:45.032Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 138 | 2026-05-14T03:41:45.271Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 139 | 2026-05-14T03:41:45.502Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 140 | 2026-05-14T03:41:45.853Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 141 | 2026-05-14T03:41:57.540Z | error: failed to select a version for `vergen`. |
| 142 | 2026-05-14T03:41:57.540Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 143 | 2026-05-14T03:41:57.540Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 144 | 2026-05-14T03:41:57.540Z | ... 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-14T03:41:57.540Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 146 | 2026-05-14T03:41:57.540Z | |
| 147 | 2026-05-14T03:41:57.540Z | all possible versions conflict with previously selected packages. |
| 148 | 2026-05-14T03:41:57.541Z | |
| 149 | 2026-05-14T03:41:57.541Z | previously selected package `vergen v9.0.6` |
| 150 | 2026-05-14T03:41:57.541Z | ... 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-14T03:41:57.541Z | ... 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-14T03:41:57.541Z | |
| 153 | 2026-05-14T03:41:57.541Z | failed to select a version for `vergen` which could resolve this conflict |
| 154 | 2026-05-14T03:41:57.582Z | process exited: duration 31063 ms, exit code 101 |
| |
| 155 | 2026-05-14T03:41:57.589Z | found 0 output files |
| 156 | 2026-05-14T03:41:57.589Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 157 | 2026-05-14T03:41:57.589Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 158 | 2026-05-14T03:41:57.589Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 159 | 2026-05-14T03:41:57.590Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 160 | 2026-05-14T03:41:57.590Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 161 | 2026-05-14T03:41:57.590Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |