|
|
|
| 1 | 2026-05-16T03:34:22.609Z | job assigned to worker 01KRQDH7DJAC27H1A2ZKBYAYCP [factory aws, i-066b6996334c5ff6c] (queued for 52 s) |
| |
| 2 | 2026-05-16T03:34:29.683Z | starting task 0: "setup" |
| 3 | 2026-05-16T03:34:29.686Z | ++ uname -s |
| 4 | 2026-05-16T03:34:29.686Z | + kern=SunOS |
| 5 | 2026-05-16T03:34:29.686Z | + build_user=build |
| 6 | 2026-05-16T03:34:29.686Z | + build_uid=12345 |
| 7 | 2026-05-16T03:34:29.686Z | + work_dir=/work |
| 8 | 2026-05-16T03:34:29.687Z | + input_dir=/input |
| 9 | 2026-05-16T03:34:29.687Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-16T03:34:29.687Z | + case "$kern" in |
| 11 | 2026-05-16T03:34:29.687Z | + groupadd -g 12345 build |
| 12 | 2026-05-16T03:34:29.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-16T03:34:31.701Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-16T03:34:31.855Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-16T03:34:31.866Z | + home_fs=zfs |
| 16 | 2026-05-16T03:34:31.866Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-16T03:34:31.866Z | + mkdir -p /home/build |
| 18 | 2026-05-16T03:34:31.866Z | + chown build:build /home/build /work |
| 19 | 2026-05-16T03:34:33.840Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-16T03:34:33.852Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-05-16T03:34:33.864Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-16T03:34:33.877Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-16T03:34:33.877Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-16T03:34:33.877Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-16T03:34:33.877Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-16T03:34:33.877Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-16T03:34:33.877Z | * rust toolchain profile = "default" |
| 28 | 2026-05-16T03:34:33.877Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-16T03:34:33.888Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-16T03:34:33.941Z | info: downloading installer |
| 31 | 2026-05-16T03:34:35.526Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-16T03:34:35.526Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-16T03:34:35.526Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-16T03:34:35.526Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-16T03:34:35.537Z | info: profile set to default |
| 36 | 2026-05-16T03:34:35.537Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-16T03:34:35.541Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-16T03:34:35.674Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-16T03:34:35.678Z | info: downloading 6 components |
| 40 | 2026-05-16T03:34:49.929Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-16T03:34:49.929Z | |
| 42 | 2026-05-16T03:34:50.412Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-16T03:34:50.413Z | |
| 44 | 2026-05-16T03:34:50.413Z | |
| 45 | 2026-05-16T03:34:50.413Z | Rust is installed now. Great! |
| 46 | 2026-05-16T03:34:50.413Z | |
| 47 | 2026-05-16T03:34:50.413Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-16T03:34:50.413Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-16T03:34:50.413Z | |
| 50 | 2026-05-16T03:34:50.413Z | To configure your current shell, you need to source |
| 51 | 2026-05-16T03:34:50.413Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-16T03:34:50.413Z | |
| 53 | 2026-05-16T03:34:50.413Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-16T03:34:50.413Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-16T03:34:50.413Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-16T03:34:50.413Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-16T03:34:50.413Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-16T03:34:50.413Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-16T03:34:50.414Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-16T03:34:50.414Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-16T03:34:50.414Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-16T03:34:50.447Z | + rustup --version |
| 63 | 2026-05-16T03:34:50.447Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-16T03:34:50.447Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-16T03:34:50.448Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-16T03:34:50.448Z | + cargo --version |
| 67 | 2026-05-16T03:34:50.448Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-16T03:34:50.448Z | + rustc --version |
| 69 | 2026-05-16T03:34:50.448Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-16T03:34:50.448Z | process exited: duration 16248 ms, exit code 0 |
| |
| 71 | 2026-05-16T03:34:50.489Z | starting task 2: "authentication" |
| 72 | 2026-05-16T03:34:50.565Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-16T03:35:16.717Z | process exited: duration 26219 ms, exit code 0 |
| |
| 74 | 2026-05-16T03:35:16.769Z | starting task 3: "clone repository" |
| 75 | 2026-05-16T03:35:16.808Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-05-16T03:35:16.808Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-05-16T03:35:16.847Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-05-16T03:35:26.884Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-05-16T03:35:26.885Z | + git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 80 | 2026-05-16T03:35:27.110Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-05-16T03:35:27.110Z | * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD |
| 82 | 2026-05-16T03:35:27.643Z | + [[ -n renovate/crucible-common-digest ]] |
| 83 | 2026-05-16T03:35:27.643Z | ++ git branch --show-current |
| 84 | 2026-05-16T03:35:27.644Z | + current=main |
| 85 | 2026-05-16T03:35:27.644Z | + [[ main != renovate/crucible-common-digest ]] |
| 86 | 2026-05-16T03:35:27.644Z | + git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 87 | 2026-05-16T03:35:27.644Z | + git checkout -f renovate/crucible-common-digest |
| 88 | 2026-05-16T03:35:27.644Z | Switched to branch 'renovate/crucible-common-digest' |
| 89 | 2026-05-16T03:35:27.644Z | + git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 90 | 2026-05-16T03:35:27.644Z | HEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136 |
| 91 | 2026-05-16T03:35:27.644Z | process exited: duration 10633 ms, exit code 0 |
| |
| 92 | 2026-05-16T03:35:27.755Z | starting task 4: "build" |
| 93 | 2026-05-16T03:35:27.789Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-05-16T03:35:27.789Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-05-16T03:35:27.789Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-05-16T03:35:27.789Z | + cargo --version |
| 97 | 2026-05-16T03:35:27.789Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 98 | 2026-05-16T03:35:27.789Z | + rustc --version |
| 99 | 2026-05-16T03:35:27.850Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 100 | 2026-05-16T03:35:27.850Z | + cargo tree --locked |
| 101 | 2026-05-16T03:35:27.963Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 102 | 2026-05-16T03:35:28.232Z | Updating crates.io index |
| 103 | 2026-05-16T03:35:28.290Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2026-05-16T03:35:28.465Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 105 | 2026-05-16T03:35:29.251Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 106 | 2026-05-16T03:35:29.963Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 107 | 2026-05-16T03:35:30.756Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 108 | 2026-05-16T03:35:31.267Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 109 | 2026-05-16T03:35:32.998Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 110 | 2026-05-16T03:35:33.885Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 111 | 2026-05-16T03:35:34.101Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 112 | 2026-05-16T03:35:34.950Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 113 | 2026-05-16T03:35:35.167Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 114 | 2026-05-16T03:35:35.722Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 115 | 2026-05-16T03:35:35.890Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 116 | 2026-05-16T03:35:36.845Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 117 | 2026-05-16T03:35:37.395Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 118 | 2026-05-16T03:35:37.541Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-05-16T03:35:37.852Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 120 | 2026-05-16T03:35:38.276Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 121 | 2026-05-16T03:35:38.672Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 122 | 2026-05-16T03:35:39.142Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 123 | 2026-05-16T03:35:39.362Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 124 | 2026-05-16T03:35:39.608Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 125 | 2026-05-16T03:35:39.982Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 126 | 2026-05-16T03:35:40.551Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 127 | 2026-05-16T03:35:41.099Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 128 | 2026-05-16T03:35:41.514Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 129 | 2026-05-16T03:35:41.819Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 130 | 2026-05-16T03:35:42.348Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 131 | 2026-05-16T03:35:42.645Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 132 | 2026-05-16T03:35:44.124Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-05-16T03:35:44.774Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 134 | 2026-05-16T03:35:44.859Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 135 | 2026-05-16T03:35:45.277Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 136 | 2026-05-16T03:35:45.637Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 137 | 2026-05-16T03:35:45.898Z | Updating crates.io index |
| 138 | 2026-05-16T03:35:45.915Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-05-16T03:35:46.167Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 140 | 2026-05-16T03:35:46.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 141 | 2026-05-16T03:35:46.700Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 142 | 2026-05-16T03:35:47.073Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 143 | 2026-05-16T03:35:58.774Z | error: failed to select a version for `vergen`. |
| 144 | 2026-05-16T03:35:58.774Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 145 | 2026-05-16T03:35:58.774Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 146 | 2026-05-16T03:35:58.774Z | ... 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)` |
| 147 | 2026-05-16T03:35:58.774Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 148 | 2026-05-16T03:35:58.774Z | |
| 149 | 2026-05-16T03:35:58.774Z | all possible versions conflict with previously selected packages. |
| 150 | 2026-05-16T03:35:58.774Z | |
| 151 | 2026-05-16T03:35:58.774Z | previously selected package `vergen v9.0.6` |
| 152 | 2026-05-16T03:35:58.774Z | ... 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)` |
| 153 | 2026-05-16T03:35:58.774Z | ... 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)` |
| 154 | 2026-05-16T03:35:58.774Z | |
| 155 | 2026-05-16T03:35:58.774Z | failed to select a version for `vergen` which could resolve this conflict |
| 156 | 2026-05-16T03:35:58.810Z | process exited: duration 31083 ms, exit code 101 |
| |
| 157 | 2026-05-16T03:35:58.821Z | found 0 output files |
| 158 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 159 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 160 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 161 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/helios.json" required a match, but was not used |
| 162 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/incorporation.p5m" required a match, but was not used |
| 163 | 2026-05-16T03:35:58.821Z | upload error: rule "/work/incorporation.p5p" required a match, but was not used |