|
|
|
| 1 | 2026-08-06T22:37:54.201Z | job assigned to worker 01KZCKJ3274W143PC6QBFJNT7K [factory aws, i-02bb53cbdc0f7b5c3] (queued for 58 s) |
| |
| 2 | 2026-08-06T22:38:00.331Z | starting task 0: "setup" |
| 3 | 2026-08-06T22:38:00.335Z | ++ uname -s |
| 4 | 2026-08-06T22:38:00.339Z | + kern=SunOS |
| 5 | 2026-08-06T22:38:00.339Z | + build_user=build |
| 6 | 2026-08-06T22:38:00.339Z | + build_uid=12345 |
| 7 | 2026-08-06T22:38:00.339Z | + work_dir=/work |
| 8 | 2026-08-06T22:38:00.339Z | + input_dir=/input |
| 9 | 2026-08-06T22:38:00.339Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T22:38:00.339Z | + case "$kern" in |
| 11 | 2026-08-06T22:38:00.339Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T22:38:00.339Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T22:38:02.345Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T22:38:02.426Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T22:38:02.430Z | + home_fs=zfs |
| 16 | 2026-08-06T22:38:02.430Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T22:38:02.430Z | + mkdir -p /home/build |
| 18 | 2026-08-06T22:38:02.430Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T22:38:04.430Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T22:38:04.434Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-08-06T22:38:04.443Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T22:38:04.449Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-06T22:38:04.449Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-06T22:38:04.449Z | * rust toolchain profile = "default" |
| 25 | 2026-08-06T22:38:04.449Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-06T22:38:04.449Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-06T22:38:04.449Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-06T22:38:04.453Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T22:38:04.453Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-06T22:38:04.507Z | info: downloading installer |
| 31 | 2026-08-06T22:38:05.813Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-06T22:38:05.813Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-06T22:38:05.813Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-06T22:38:05.813Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-06T22:38:05.822Z | info: profile set to default |
| 36 | 2026-08-06T22:38:05.822Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-06T22:38:05.826Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-06T22:38:05.947Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-06T22:38:05.951Z | info: downloading 6 components |
| 40 | 2026-08-06T22:38:22.451Z | |
| 41 | 2026-08-06T22:38:22.451Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-06T22:38:22.478Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-06T22:38:22.478Z | |
| 44 | 2026-08-06T22:38:22.478Z | |
| 45 | 2026-08-06T22:38:22.478Z | Rust is installed now. Great! |
| 46 | 2026-08-06T22:38:22.478Z | |
| 47 | 2026-08-06T22:38:22.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-06T22:38:22.482Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-06T22:38:22.482Z | |
| 50 | 2026-08-06T22:38:22.482Z | To configure your current shell, you need to source |
| 51 | 2026-08-06T22:38:22.482Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-06T22:38:22.482Z | |
| 53 | 2026-08-06T22:38:22.482Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-06T22:38:22.482Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-06T22:38:22.482Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-06T22:38:22.482Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-06T22:38:22.482Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-06T22:38:22.482Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-06T22:38:22.482Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-06T22:38:22.482Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-06T22:38:22.482Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-06T22:38:22.580Z | + rustup --version |
| 63 | 2026-08-06T22:38:22.589Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-06T22:38:22.593Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-06T22:38:22.610Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-06T22:38:22.614Z | + cargo --version |
| 67 | 2026-08-06T22:38:22.628Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-06T22:38:22.632Z | + rustc --version |
| 69 | 2026-08-06T22:38:22.651Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-06T22:38:22.654Z | process exited: duration 18211 ms, exit code 0 |
| |
| 71 | 2026-08-06T22:38:22.661Z | starting task 2: "authentication" |
| 72 | 2026-08-06T22:38:22.678Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-06T22:38:22.687Z | starting task 3: "clone repository" |
| 74 | 2026-08-06T22:38:22.691Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-06T22:38:22.691Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-06T22:38:22.722Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-06T22:38:39.919Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-06T22:38:39.920Z | + git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 79 | 2026-08-06T22:38:40.207Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-06T22:38:40.207Z | * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD |
| 81 | 2026-08-06T22:38:40.216Z | + [[ -n eliza/fm-statefile ]] |
| 82 | 2026-08-06T22:38:40.220Z | ++ git branch --show-current |
| 83 | 2026-08-06T22:38:40.220Z | + current=main |
| 84 | 2026-08-06T22:38:40.220Z | + [[ main != eliza/fm-statefile ]] |
| 85 | 2026-08-06T22:38:40.220Z | + git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 86 | 2026-08-06T22:38:40.225Z | + git checkout -f eliza/fm-statefile |
| 87 | 2026-08-06T22:38:40.471Z | Switched to branch 'eliza/fm-statefile' |
| 88 | 2026-08-06T22:38:40.474Z | + git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 89 | 2026-08-06T22:38:40.720Z | HEAD is now at 65d5c4a03 reticulizing |
| 90 | 2026-08-06T22:38:40.724Z | process exited: duration 18036 ms, exit code 0 |
| |
| 91 | 2026-08-06T22:38:40.731Z | starting task 4: "build" |
| 92 | 2026-08-06T22:38:40.736Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-06T22:38:40.736Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-06T22:38:40.736Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-06T22:38:40.740Z | +++ uname -s |
| 96 | 2026-08-06T22:38:40.740Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-06T22:38:40.740Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-06T22:38:40.740Z | + cargo --version |
| 99 | 2026-08-06T22:38:40.749Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-06T22:38:40.753Z | + rustc --version |
| 101 | 2026-08-06T22:38:40.771Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-06T22:38:40.775Z | + cd /tmp |
| 103 | 2026-08-06T22:38:40.775Z | + cargo new --lib test-project |
| 104 | 2026-08-06T22:38:40.793Z | Creating library `test-project` package |
| 105 | 2026-08-06T22:38:40.828Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-08-06T22:38:40.832Z | + cd test-project |
| 107 | 2026-08-06T22:38:40.832Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-08-06T22:38:40.864Z | error: missing comma between array elements, expected `,` |
| 109 | 2026-08-06T22:38:40.864Z | --> ../../work/oxidecomputer/omicron/Cargo.toml:107:5 |
| 110 | 2026-08-06T22:38:40.864Z | | |
| 111 | 2026-08-06T22:38:40.864Z | 107 | "nexus/internal-api", |
| 112 | 2026-08-06T22:38:40.864Z | | ^ |
| 113 | 2026-08-06T22:38:40.864Z | error: failed to load source for dependency `omicron-common` |
| 114 | 2026-08-06T22:38:40.864Z | |
| 115 | 2026-08-06T22:38:40.864Z | Caused by: |
| 116 | 2026-08-06T22:38:40.864Z | unable to update /work/oxidecomputer/omicron/common |
| 117 | 2026-08-06T22:38:40.864Z | |
| 118 | 2026-08-06T22:38:40.864Z | Caused by: |
| 119 | 2026-08-06T22:38:40.864Z | failed to parse manifest at `/work/oxidecomputer/omicron/common/Cargo.toml` |
| 120 | 2026-08-06T22:38:40.864Z | |
| 121 | 2026-08-06T22:38:40.864Z | Caused by: |
| 122 | 2026-08-06T22:38:40.864Z | error inheriting `edition` from workspace root manifest's `workspace.package.edition` |
| 123 | 2026-08-06T22:38:40.865Z | |
| 124 | 2026-08-06T22:38:40.865Z | Caused by: |
| 125 | 2026-08-06T22:38:40.865Z | failed searching for potential workspace |
| 126 | 2026-08-06T22:38:40.865Z | package manifest: `/work/oxidecomputer/omicron/common/Cargo.toml` |
| 127 | 2026-08-06T22:38:40.865Z | invalid potential workspace manifest: `/work/oxidecomputer/omicron/Cargo.toml` |
| 128 | 2026-08-06T22:38:40.865Z | |
| 129 | 2026-08-06T22:38:40.865Z | help: to avoid searching for a non-existent workspace, add `[workspace]` to the package manifest |
| 130 | 2026-08-06T22:38:40.865Z | process exited: duration 117 ms, exit code 101 |
| |
| 131 | 2026-08-06T22:38:40.873Z | found 0 output files |