|
|
|
| 1 | 2026-06-26T04:07:03.050Z | job assigned to worker 01KW11PVXWTWB20TS9Y1N6SH2E [factory aws, i-073b8b44d1500e609] (queued for 51 s) |
| |
| 2 | 2026-06-26T04:07:10.548Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:07:10.553Z | ++ uname -s |
| 4 | 2026-06-26T04:07:10.556Z | + kern=SunOS |
| 5 | 2026-06-26T04:07:10.556Z | + build_user=build |
| 6 | 2026-06-26T04:07:10.556Z | + build_uid=12345 |
| 7 | 2026-06-26T04:07:10.556Z | + work_dir=/work |
| 8 | 2026-06-26T04:07:10.556Z | + input_dir=/input |
| 9 | 2026-06-26T04:07:10.556Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:07:10.556Z | + case "$kern" in |
| 11 | 2026-06-26T04:07:10.556Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:07:10.559Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:07:12.568Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:07:12.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:07:12.667Z | + home_fs=zfs |
| 16 | 2026-06-26T04:07:12.667Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:07:12.667Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:07:12.670Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:07:14.670Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:07:14.674Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:07:14.680Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:07:14.686Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:07:14.686Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-26T04:07:14.686Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-26T04:07:14.686Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-26T04:07:14.686Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-26T04:07:14.686Z | * rust toolchain profile = "default" |
| 28 | 2026-06-26T04:07:14.689Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:07:14.689Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:07:14.805Z | info: downloading installer |
| 31 | 2026-06-26T04:07:16.262Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:07:16.263Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:07:16.263Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:07:16.263Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:07:16.276Z | info: profile set to default |
| 36 | 2026-06-26T04:07:16.277Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:07:16.280Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:07:16.426Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:07:16.429Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:32.017Z | |
| 41 | 2026-06-26T04:07:32.018Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-26T04:07:32.046Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:32.046Z | |
| 44 | 2026-06-26T04:07:32.046Z | |
| 45 | 2026-06-26T04:07:32.046Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:32.046Z | |
| 47 | 2026-06-26T04:07:32.046Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:32.046Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:32.046Z | |
| 50 | 2026-06-26T04:07:32.046Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:32.046Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:32.046Z | |
| 53 | 2026-06-26T04:07:32.046Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:32.046Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:32.046Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:32.046Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:32.046Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:32.046Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:32.046Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:32.049Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:32.049Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:32.157Z | + rustup --version |
| 63 | 2026-06-26T04:07:32.163Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:07:32.163Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:07:32.184Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:07:32.186Z | + cargo --version |
| 67 | 2026-06-26T04:07:32.195Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:07:32.198Z | + rustc --version |
| 69 | 2026-06-26T04:07:32.219Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:07:32.222Z | process exited: duration 17541 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:07:32.227Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:07:32.246Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:07:32.252Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:07:32.270Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:07:32.270Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:07:32.294Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:07:42.343Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:07:42.343Z | + git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 79 | 2026-06-26T04:07:42.637Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:07:42.637Z | * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD |
| 81 | 2026-06-26T04:07:42.651Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-06-26T04:07:42.654Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:07:42.658Z | + current=main |
| 84 | 2026-06-26T04:07:42.659Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-06-26T04:07:42.659Z | + git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 86 | 2026-06-26T04:07:42.661Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-06-26T04:07:42.903Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-06-26T04:07:42.906Z | + git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 89 | 2026-06-26T04:07:43.148Z | HEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090 |
| 90 | 2026-06-26T04:07:43.151Z | process exited: duration 10898 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:07:43.157Z | starting task 4: "build" |
| 92 | 2026-06-26T04:07:43.164Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-26T04:07:43.164Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-26T04:07:43.164Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-26T04:07:43.164Z | + cargo --version |
| 96 | 2026-06-26T04:07:43.175Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-26T04:07:43.180Z | + rustc --version |
| 98 | 2026-06-26T04:07:43.200Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-26T04:07:43.203Z | + cargo tree --locked |
| 100 | 2026-06-26T04:07:43.369Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-06-26T04:07:43.642Z | Updating crates.io index |
| 102 | 2026-06-26T04:07:43.647Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-06-26T04:07:43.886Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-06-26T04:07:44.196Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-06-26T04:07:44.503Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-06-26T04:07:45.442Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-06-26T04:07:45.931Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-06-26T04:07:47.477Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-06-26T04:07:48.228Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-06-26T04:07:48.471Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-06-26T04:07:49.538Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-06-26T04:07:49.955Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-06-26T04:07:50.284Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-06-26T04:07:50.528Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-06-26T04:07:50.966Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-06-26T04:07:51.461Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-06-26T04:07:51.720Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 118 | 2026-06-26T04:07:51.929Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 119 | 2026-06-26T04:07:52.204Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 120 | 2026-06-26T04:07:52.515Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 121 | 2026-06-26T04:07:52.765Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 122 | 2026-06-26T04:07:53.006Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 123 | 2026-06-26T04:07:53.270Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 124 | 2026-06-26T04:07:53.661Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-06-26T04:07:53.976Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 126 | 2026-06-26T04:07:54.236Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 127 | 2026-06-26T04:07:54.707Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 128 | 2026-06-26T04:07:55.089Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 129 | 2026-06-26T04:07:55.308Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 130 | 2026-06-26T04:07:55.602Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 131 | 2026-06-26T04:07:55.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 132 | 2026-06-26T04:07:56.122Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-06-26T04:07:56.455Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 134 | 2026-06-26T04:07:56.818Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 135 | 2026-06-26T04:07:57.223Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 136 | 2026-06-26T04:07:57.521Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 137 | 2026-06-26T04:07:57.802Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 138 | 2026-06-26T04:07:58.057Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 139 | 2026-06-26T04:07:58.512Z | Updating crates.io index |
| 140 | 2026-06-26T04:07:58.517Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-26T04:07:58.789Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-26T04:07:59.068Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-26T04:07:59.299Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 144 | 2026-06-26T04:08:01.173Z | error: failed to select a version for `dropshot`. |
| 145 | 2026-06-26T04:08:01.173Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 146 | 2026-06-26T04:08:01.173Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 147 | 2026-06-26T04:08:01.173Z | ... 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)` |
| 148 | 2026-06-26T04:08:01.173Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 149 | 2026-06-26T04:08:01.173Z | |
| 150 | 2026-06-26T04:08:01.173Z | all possible versions conflict with previously selected packages |
| 151 | 2026-06-26T04:08:01.173Z | |
| 152 | 2026-06-26T04:08:01.173Z | previously selected package `dropshot v0.17.0` |
| 153 | 2026-06-26T04:08:01.174Z | ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)` |
| 154 | 2026-06-26T04:08:01.174Z | |
| 155 | 2026-06-26T04:08:01.174Z | failed to select a version for `dropshot` which could resolve this conflict |
| 156 | 2026-06-26T04:08:01.217Z | process exited: duration 18059 ms, exit code 101 |
| |
| 157 | 2026-06-26T04:08:01.223Z | found 0 output files |
| 158 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 159 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 160 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 161 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 162 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 163 | 2026-06-26T04:08:01.223Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |