|
|
|
| 1 | 2025-12-23T04:05:57.969Z | job assigned to worker 01KD4P3PZ0QHFCBTQG9551Y9YC [factory aws, i-0f6c9d6bc410b9b19] (queued for 58 s) |
| |
| 2 | 2025-12-23T04:06:05.926Z | starting task 0: "setup" |
| 3 | 2025-12-23T04:06:05.931Z | ++ uname -s |
| 4 | 2025-12-23T04:06:05.934Z | + kern=SunOS |
| 5 | 2025-12-23T04:06:05.934Z | + build_user=build |
| 6 | 2025-12-23T04:06:05.934Z | + build_uid=12345 |
| 7 | 2025-12-23T04:06:05.934Z | + work_dir=/work |
| 8 | 2025-12-23T04:06:05.934Z | + input_dir=/input |
| 9 | 2025-12-23T04:06:05.934Z | + [[ 0 == 12345 ]] |
| 10 | 2025-12-23T04:06:05.934Z | + case "$kern" in |
| 11 | 2025-12-23T04:06:05.934Z | + groupadd -g 12345 build |
| 12 | 2025-12-23T04:06:05.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-12-23T04:06:07.944Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-12-23T04:06:08.017Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-12-23T04:06:08.021Z | + home_fs=zfs |
| 16 | 2025-12-23T04:06:08.021Z | + [[ zfs == autofs ]] |
| 17 | 2025-12-23T04:06:08.021Z | + mkdir -p /home/build |
| 18 | 2025-12-23T04:06:08.024Z | + chown build:build /home/build /work |
| 19 | 2025-12-23T04:06:10.024Z | + chmod 0700 /home/build /work |
| 20 | 2025-12-23T04:06:10.027Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2025-12-23T04:06:10.034Z | starting task 1: "rust-toolchain" |
| 22 | 2025-12-23T04:06:10.039Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2025-12-23T04:06:10.039Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-12-23T04:06:10.039Z | * rust toolchain channel = "1.91.1" |
| 25 | 2025-12-23T04:06:10.039Z | * rust toolchain profile = "default" |
| 26 | 2025-12-23T04:06:10.039Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-12-23T04:06:10.039Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-12-23T04:06:10.042Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-12-23T04:06:10.042Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2025-12-23T04:06:10.156Z | info: downloading installer |
| 31 | 2025-12-23T04:06:11.828Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-12-23T04:06:11.828Z | warn: /opt/ooce/bin |
| 33 | 2025-12-23T04:06:11.828Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-12-23T04:06:11.828Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-12-23T04:06:11.828Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-12-23T04:06:11.828Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-12-23T04:06:11.828Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-12-23T04:06:11.828Z | error: cannot install while Rust is installed |
| 39 | 2025-12-23T04:06:11.828Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-12-23T04:06:11.841Z | info: profile set to 'default' |
| 41 | 2025-12-23T04:06:11.841Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-12-23T04:06:11.844Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2025-12-23T04:06:12.017Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2025-12-23T04:06:12.023Z | info: downloading component 'cargo' |
| 45 | 2025-12-23T04:06:12.841Z | info: downloading component 'clippy' |
| 46 | 2025-12-23T04:06:13.167Z | info: downloading component 'rust-docs' |
| 47 | 2025-12-23T04:06:14.415Z | info: downloading component 'rust-std' |
| 48 | 2025-12-23T04:06:15.963Z | info: downloading component 'rustc' |
| 49 | 2025-12-23T04:06:23.345Z | info: downloading component 'rustfmt' |
| 50 | 2025-12-23T04:06:23.660Z | info: installing component 'cargo' |
| 51 | 2025-12-23T04:06:24.556Z | info: installing component 'clippy' |
| 52 | 2025-12-23T04:06:24.951Z | info: installing component 'rust-docs' |
| 53 | 2025-12-23T04:06:26.864Z | info: installing component 'rust-std' |
| 54 | 2025-12-23T04:06:28.678Z | info: installing component 'rustc' |
| 55 | 2025-12-23T04:06:35.477Z | info: installing component 'rustfmt' |
| 56 | 2025-12-23T04:06:35.817Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2025-12-23T04:06:35.817Z | |
| 58 | 2025-12-23T04:06:36.272Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2025-12-23T04:06:36.272Z | |
| 60 | 2025-12-23T04:06:36.275Z | |
| 61 | 2025-12-23T04:06:36.275Z | Rust is installed now. Great! |
| 62 | 2025-12-23T04:06:36.275Z | |
| 63 | 2025-12-23T04:06:36.275Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-12-23T04:06:36.275Z | environment variable. This has not been done automatically. |
| 65 | 2025-12-23T04:06:36.275Z | |
| 66 | 2025-12-23T04:06:36.275Z | To configure your current shell, you need to source |
| 67 | 2025-12-23T04:06:36.275Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-12-23T04:06:36.275Z | |
| 69 | 2025-12-23T04:06:36.275Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-12-23T04:06:36.275Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-12-23T04:06:36.275Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-12-23T04:06:36.275Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-12-23T04:06:36.362Z | + rustup --version |
| 74 | 2025-12-23T04:06:36.373Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-12-23T04:06:36.376Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-12-23T04:06:36.458Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2025-12-23T04:06:36.462Z | + cargo --version |
| 78 | 2025-12-23T04:06:36.532Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2025-12-23T04:06:36.535Z | + rustc --version |
| 80 | 2025-12-23T04:06:36.617Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2025-12-23T04:06:36.623Z | process exited: duration 26585 ms, exit code 0 |
| |
| 82 | 2025-12-23T04:06:36.629Z | starting task 2: "authentication" |
| 83 | 2025-12-23T04:06:36.659Z | process exited: duration 28 ms, exit code 0 |
| |
| 84 | 2025-12-23T04:06:36.664Z | starting task 3: "clone repository" |
| 85 | 2025-12-23T04:06:36.671Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-12-23T04:06:36.674Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-12-23T04:06:36.713Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-12-23T04:06:48.568Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-12-23T04:06:48.570Z | + git fetch origin 73ac6cfa8460b920ea536878df7060a680e6b310 |
| 90 | 2025-12-23T04:06:48.884Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-12-23T04:06:48.884Z | * branch 73ac6cfa8460b920ea536878df7060a680e6b310 -> FETCH_HEAD |
| 92 | 2025-12-23T04:06:48.894Z | + [[ -n renovate/attest-mock-digest ]] |
| 93 | 2025-12-23T04:06:48.897Z | ++ git branch --show-current |
| 94 | 2025-12-23T04:06:48.900Z | + current=main |
| 95 | 2025-12-23T04:06:48.900Z | + [[ main != renovate/attest-mock-digest ]] |
| 96 | 2025-12-23T04:06:48.900Z | + git branch -f renovate/attest-mock-digest 73ac6cfa8460b920ea536878df7060a680e6b310 |
| 97 | 2025-12-23T04:06:48.902Z | + git checkout -f renovate/attest-mock-digest |
| 98 | 2025-12-23T04:06:49.253Z | Switched to branch 'renovate/attest-mock-digest' |
| 99 | 2025-12-23T04:06:49.255Z | + git reset --hard 73ac6cfa8460b920ea536878df7060a680e6b310 |
| 100 | 2025-12-23T04:06:49.271Z | HEAD is now at 73ac6cfa8 Update attest-mock digest to 173a5d1 |
| 101 | 2025-12-23T04:06:49.273Z | process exited: duration 12605 ms, exit code 0 |
| |
| 102 | 2025-12-23T04:06:49.280Z | starting task 4: "build" |
| 103 | 2025-12-23T04:06:49.285Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-12-23T04:06:49.285Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-12-23T04:06:49.285Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-12-23T04:06:49.285Z | + cargo --version |
| 107 | 2025-12-23T04:06:49.346Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2025-12-23T04:06:49.349Z | + rustc --version |
| 109 | 2025-12-23T04:06:49.423Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2025-12-23T04:06:49.426Z | + cargo tree --locked |
| 111 | 2025-12-23T04:06:49.699Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2025-12-23T04:06:49.937Z | Updating crates.io index |
| 113 | 2025-12-23T04:06:49.974Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2025-12-23T04:06:50.270Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2025-12-23T04:06:51.083Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2025-12-23T04:06:51.301Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 117 | 2025-12-23T04:06:51.568Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2025-12-23T04:06:51.875Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2025-12-23T04:06:53.079Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2025-12-23T04:06:55.261Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2025-12-23T04:06:55.902Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 122 | 2025-12-23T04:06:56.143Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2025-12-23T04:06:56.959Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 124 | 2025-12-23T04:06:57.455Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2025-12-23T04:06:57.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 126 | 2025-12-23T04:06:58.173Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 127 | 2025-12-23T04:06:58.801Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 128 | 2025-12-23T04:06:59.304Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 129 | 2025-12-23T04:06:59.562Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 130 | 2025-12-23T04:06:59.812Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 131 | 2025-12-23T04:07:00.163Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 132 | 2025-12-23T04:07:00.367Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 133 | 2025-12-23T04:07:00.615Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 134 | 2025-12-23T04:07:00.875Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 135 | 2025-12-23T04:07:01.176Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2025-12-23T04:07:01.574Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 137 | 2025-12-23T04:07:02.021Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 138 | 2025-12-23T04:07:02.265Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 139 | 2025-12-23T04:07:02.533Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 140 | 2025-12-23T04:07:02.803Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2025-12-23T04:07:03.897Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 142 | 2025-12-23T04:07:04.251Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 143 | 2025-12-23T04:07:04.476Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 144 | 2025-12-23T04:07:04.859Z | Updating crates.io index |
| 145 | 2025-12-23T04:07:04.909Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 146 | 2025-12-23T04:07:05.404Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 147 | 2025-12-23T04:07:05.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 148 | 2025-12-23T04:07:05.872Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 149 | 2025-12-23T04:07:06.175Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 150 | 2025-12-23T04:07:16.955Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2025-12-23T04:07:17.612Z | error: failed to select a version for `serde_with`. |
| 152 | 2025-12-23T04:07:17.612Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)` |
| 153 | 2025-12-23T04:07:17.612Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)` |
| 154 | 2025-12-23T04:07:17.612Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 155 | 2025-12-23T04:07:17.612Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 156 | 2025-12-23T04:07:17.612Z | versions that meet the requirements `^3.15.1` are: 3.16.1, 3.16.0, 3.15.1 |
| 157 | 2025-12-23T04:07:17.612Z | |
| 158 | 2025-12-23T04:07:17.612Z | all possible versions conflict with previously selected packages. |
| 159 | 2025-12-23T04:07:17.612Z | |
| 160 | 2025-12-23T04:07:17.612Z | previously selected package `serde_with v3.14.0` |
| 161 | 2025-12-23T04:07:17.612Z | ... which satisfies dependency `serde_with = "^3.12.0"` (locked to 3.14.0) of package `attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)` |
| 162 | 2025-12-23T04:07:17.612Z | ... which satisfies git dependency `attest-data` (locked to 0.4.0) of package `sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)` |
| 163 | 2025-12-23T04:07:17.612Z | ... which satisfies git dependency `sprockets-tls` (locked to 0.1.0) of package `omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)` |
| 164 | 2025-12-23T04:07:17.612Z | ... which satisfies path dependency `omicron-sled-agent` (locked to 0.1.0) of package `end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)` |
| 165 | 2025-12-23T04:07:17.612Z | |
| 166 | 2025-12-23T04:07:17.612Z | failed to select a version for `serde_with` which could resolve this conflict |
| 167 | 2025-12-23T04:07:17.644Z | process exited: duration 28359 ms, exit code 101 |
| |
| 168 | 2025-12-23T04:07:17.651Z | found 0 output files |
| 169 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 170 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 171 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 172 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 173 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 174 | 2025-12-23T04:07:17.651Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |