|
|
|
| 1 | 2026-08-30T03:13:12.134Z | job assigned to worker 01M18AF12E7SRNAWAXNDK488QJ [factory aws, i-053fa4b5bcf92a903] (queued for 47 s) |
| |
| 2 | 2026-08-30T03:13:19.497Z | starting task 0: "setup" |
| 3 | 2026-08-30T03:13:19.502Z | ++ uname -s |
| 4 | 2026-08-30T03:13:19.506Z | + kern=SunOS |
| 5 | 2026-08-30T03:13:19.506Z | + build_user=build |
| 6 | 2026-08-30T03:13:19.506Z | + build_uid=12345 |
| 7 | 2026-08-30T03:13:19.506Z | + work_dir=/work |
| 8 | 2026-08-30T03:13:19.506Z | + input_dir=/input |
| 9 | 2026-08-30T03:13:19.506Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-30T03:13:19.506Z | + case "$kern" in |
| 11 | 2026-08-30T03:13:19.506Z | + groupadd -g 12345 build |
| 12 | 2026-08-30T03:13:19.509Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-30T03:13:21.517Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-30T03:13:21.611Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-30T03:13:21.614Z | + home_fs=zfs |
| 16 | 2026-08-30T03:13:21.615Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-30T03:13:21.615Z | + mkdir -p /home/build |
| 18 | 2026-08-30T03:13:21.618Z | + chown build:build /home/build /work |
| 19 | 2026-08-30T03:13:23.617Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-30T03:13:23.621Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-08-30T03:13:23.628Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-30T03:13:23.634Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-30T03:13:23.634Z | * rust toolchain profile = "default" |
| 24 | 2026-08-30T03:13:23.634Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 25 | 2026-08-30T03:13:23.634Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-30T03:13:23.634Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-30T03:13:23.634Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-30T03:13:23.637Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-30T03:13:23.637Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-30T03:13:23.726Z | info: downloading installer |
| 31 | 2026-08-30T03:13:25.030Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-30T03:13:25.030Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-30T03:13:25.030Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-30T03:13:25.030Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-30T03:13:25.043Z | info: profile set to default |
| 36 | 2026-08-30T03:13:25.043Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-30T03:13:25.046Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-30T03:13:25.188Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-30T03:13:25.192Z | info: downloading 6 components |
| 40 | 2026-08-30T03:13:40.064Z | |
| 41 | 2026-08-30T03:13:40.065Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-30T03:13:40.092Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-30T03:13:40.092Z | |
| 44 | 2026-08-30T03:13:40.092Z | |
| 45 | 2026-08-30T03:13:40.092Z | Rust is installed now. Great! |
| 46 | 2026-08-30T03:13:40.092Z | |
| 47 | 2026-08-30T03:13:40.093Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-30T03:13:40.093Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-30T03:13:40.093Z | |
| 50 | 2026-08-30T03:13:40.093Z | To configure your current shell, you need to source |
| 51 | 2026-08-30T03:13:40.093Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-30T03:13:40.093Z | |
| 53 | 2026-08-30T03:13:40.093Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-30T03:13:40.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-30T03:13:40.093Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-30T03:13:40.093Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-30T03:13:40.093Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-30T03:13:40.093Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-30T03:13:40.093Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-30T03:13:40.097Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-30T03:13:40.097Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-30T03:13:40.206Z | + rustup --version |
| 63 | 2026-08-30T03:13:40.212Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-30T03:13:40.212Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-30T03:13:40.233Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-30T03:13:40.237Z | + cargo --version |
| 67 | 2026-08-30T03:13:40.245Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-30T03:13:40.248Z | + rustc --version |
| 69 | 2026-08-30T03:13:40.267Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-30T03:13:40.271Z | process exited: duration 16641 ms, exit code 0 |
| |
| 71 | 2026-08-30T03:13:40.278Z | starting task 2: "authentication" |
| 72 | 2026-08-30T03:13:40.296Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-30T03:13:40.303Z | starting task 3: "clone repository" |
| 74 | 2026-08-30T03:13:40.307Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-30T03:13:40.311Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-30T03:13:40.342Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-30T03:13:59.521Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-30T03:13:59.521Z | + git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 79 | 2026-08-30T03:13:59.851Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-30T03:13:59.851Z | * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD |
| 81 | 2026-08-30T03:13:59.865Z | + [[ -n renovate/ddm-admin-client-digest ]] |
| 82 | 2026-08-30T03:13:59.870Z | ++ git branch --show-current |
| 83 | 2026-08-30T03:13:59.870Z | + current=main |
| 84 | 2026-08-30T03:13:59.870Z | + [[ main != renovate/ddm-admin-client-digest ]] |
| 85 | 2026-08-30T03:13:59.870Z | + git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 86 | 2026-08-30T03:13:59.873Z | + git checkout -f renovate/ddm-admin-client-digest |
| 87 | 2026-08-30T03:14:00.011Z | Switched to branch 'renovate/ddm-admin-client-digest' |
| 88 | 2026-08-30T03:14:00.015Z | + git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 89 | 2026-08-30T03:14:00.145Z | HEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c |
| 90 | 2026-08-30T03:14:00.149Z | process exited: duration 19843 ms, exit code 0 |
| |
| 91 | 2026-08-30T03:14:00.155Z | starting task 4: "build" |
| 92 | 2026-08-30T03:14:00.162Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-30T03:14:00.162Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-30T03:14:00.162Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-30T03:14:00.166Z | +++ uname -s |
| 96 | 2026-08-30T03:14:00.166Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-30T03:14:00.166Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-30T03:14:00.169Z | + cargo --version |
| 99 | 2026-08-30T03:14:00.176Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-30T03:14:00.179Z | + rustc --version |
| 101 | 2026-08-30T03:14:00.199Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-30T03:14:00.205Z | + cargo tree --locked |
| 103 | 2026-08-30T03:14:00.377Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 104 | 2026-08-30T03:14:00.871Z | Updating crates.io index |
| 105 | 2026-08-30T03:14:00.875Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2026-08-30T03:14:01.182Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 107 | 2026-08-30T03:14:01.614Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 108 | 2026-08-30T03:14:01.940Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 109 | 2026-08-30T03:14:03.216Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 110 | 2026-08-30T03:14:03.877Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 111 | 2026-08-30T03:14:05.844Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 112 | 2026-08-30T03:14:06.999Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 113 | 2026-08-30T03:14:07.304Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2026-08-30T03:14:07.718Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2026-08-30T03:14:09.042Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 116 | 2026-08-30T03:14:09.342Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-08-30T03:14:09.807Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 118 | 2026-08-30T03:14:10.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 119 | 2026-08-30T03:14:10.349Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 120 | 2026-08-30T03:14:10.604Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 121 | 2026-08-30T03:14:10.897Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 122 | 2026-08-30T03:14:11.205Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 123 | 2026-08-30T03:14:11.524Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-08-30T03:14:11.900Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 125 | 2026-08-30T03:14:12.348Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2026-08-30T03:14:12.958Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-08-30T03:14:13.262Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 128 | 2026-08-30T03:14:13.827Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 129 | 2026-08-30T03:14:14.174Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 130 | 2026-08-30T03:14:14.445Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 131 | 2026-08-30T03:14:14.902Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 132 | 2026-08-30T03:14:15.183Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 133 | 2026-08-30T03:14:15.479Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 134 | 2026-08-30T03:14:15.836Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 135 | 2026-08-30T03:14:16.114Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 136 | 2026-08-30T03:14:16.453Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 137 | 2026-08-30T03:14:16.897Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 138 | 2026-08-30T03:14:17.729Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 139 | 2026-08-30T03:14:18.015Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 140 | 2026-08-30T03:14:18.328Z | Updating crates.io index |
| 141 | 2026-08-30T03:14:18.331Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 142 | 2026-08-30T03:14:18.686Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 143 | 2026-08-30T03:14:19.007Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 144 | 2026-08-30T03:14:19.277Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 145 | 2026-08-30T03:14:19.563Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 146 | 2026-08-30T03:14:19.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 147 | 2026-08-30T03:14:20.229Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 148 | 2026-08-30T03:14:20.534Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 149 | 2026-08-30T03:14:22.479Z | error: failed to select a version for `oxnet`. |
| 150 | 2026-08-30T03:14:22.479Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 151 | 2026-08-30T03:14:22.479Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 152 | 2026-08-30T03:14:22.479Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 153 | 2026-08-30T03:14:22.479Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 154 | 2026-08-30T03:14:22.479Z | |
| 155 | 2026-08-30T03:14:22.479Z | all possible versions conflict with previously selected packages |
| 156 | 2026-08-30T03:14:22.479Z | |
| 157 | 2026-08-30T03:14:22.479Z | previously selected package `oxnet v0.1.6` |
| 158 | 2026-08-30T03:14:22.479Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 159 | 2026-08-30T03:14:22.479Z | |
| 160 | 2026-08-30T03:14:22.479Z | failed to select a version for `oxnet` which could resolve this conflict |
| 161 | 2026-08-30T03:14:22.523Z | process exited: duration 22367 ms, exit code 101 |
| |
| 162 | 2026-08-30T03:14:22.530Z | found 0 output files |
| 163 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 164 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 165 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 166 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 167 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 168 | 2026-08-30T03:14:22.533Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |