01KZCKHBQCE3D193A4J8GNC8FB: omicron-common (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZCKHW95YVGX1PN3SZESAKP0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:54.201Zjob assigned to worker 01KZCKJ3274W143PC6QBFJNT7K [factory aws, i-02bb53cbdc0f7b5c3] (queued for 58 s)
 
22026-08-06T22:38:00.331Zstarting task 0: "setup"
32026-08-06T22:38:00.335Z++ uname -s
42026-08-06T22:38:00.339Z+ kern=SunOS
52026-08-06T22:38:00.339Z+ build_user=build
62026-08-06T22:38:00.339Z+ build_uid=12345
72026-08-06T22:38:00.339Z+ work_dir=/work
82026-08-06T22:38:00.339Z+ input_dir=/input
92026-08-06T22:38:00.339Z+ [[ 0 == 12345 ]]
102026-08-06T22:38:00.339Z+ case "$kern" in
112026-08-06T22:38:00.339Z+ groupadd -g 12345 build
122026-08-06T22:38:00.339Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:38:02.345Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:38:02.426Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:38:02.430Z+ home_fs=zfs
162026-08-06T22:38:02.430Z+ [[ zfs == autofs ]]
172026-08-06T22:38:02.430Z+ mkdir -p /home/build
182026-08-06T22:38:02.430Z+ chown build:build /home/build /work
192026-08-06T22:38:04.430Z+ chmod 0700 /home/build /work
202026-08-06T22:38:04.434Zprocess exited: duration 4104 ms, exit code 0
 
212026-08-06T22:38:04.443Zstarting task 1: "rust-toolchain"
222026-08-06T22:38:04.449Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:38:04.449Z * rust toolchain channel = "1.97.1"
242026-08-06T22:38:04.449Z * rust toolchain profile = "default"
252026-08-06T22:38:04.449Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-06T22:38:04.449Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:38:04.449Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:38:04.453Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:38:04.453Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:38:04.507Zinfo: downloading installer
312026-08-06T22:38:05.813Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:05.813Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:05.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:05.813Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:05.822Zinfo: profile set to default
362026-08-06T22:38:05.822Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:05.826Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:05.947Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:05.951Zinfo: downloading 6 components
402026-08-06T22:38:22.451Z
412026-08-06T22:38:22.451Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-06T22:38:22.478Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:22.478Z
442026-08-06T22:38:22.478Z
452026-08-06T22:38:22.478ZRust is installed now. Great!
462026-08-06T22:38:22.478Z
472026-08-06T22:38:22.481ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:22.482Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:22.482Z
502026-08-06T22:38:22.482ZTo configure your current shell, you need to source
512026-08-06T22:38:22.482Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:22.482Z
532026-08-06T22:38:22.482ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:22.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:22.482Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:22.482Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:22.482Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:22.482Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:22.482Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:22.482Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:22.482Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:22.580Z+ rustup --version
632026-08-06T22:38:22.589Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:22.593Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:22.610Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:22.614Z+ cargo --version
672026-08-06T22:38:22.628Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:22.632Z+ rustc --version
692026-08-06T22:38:22.651Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:22.654Zprocess exited: duration 18211 ms, exit code 0
 
712026-08-06T22:38:22.661Zstarting task 2: "authentication"
722026-08-06T22:38:22.678Zprocess exited: duration 17 ms, exit code 0
 
732026-08-06T22:38:22.687Zstarting task 3: "clone repository"
742026-08-06T22:38:22.691Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:22.691Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:22.722ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:39.919Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:39.920Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:40.207ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:40.207Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:40.216Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:40.220Z++ git branch --show-current
832026-08-06T22:38:40.220Z+ current=main
842026-08-06T22:38:40.220Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:40.220Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:40.225Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:40.471ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:40.474Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:40.720ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:40.724Zprocess exited: duration 18036 ms, exit code 0
 
912026-08-06T22:38:40.731Zstarting task 4: "build"
922026-08-06T22:38:40.736Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:38:40.736Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:38:40.736Z++ CARGO_TERM_COLOR=always
952026-08-06T22:38:40.740Z+++ uname -s
962026-08-06T22:38:40.740Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:38:40.740Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:38:40.740Z+ cargo --version
992026-08-06T22:38:40.749Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:38:40.753Z+ rustc --version
1012026-08-06T22:38:40.771Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:38:40.775Z+ cd /tmp
1032026-08-06T22:38:40.775Z+ cargo new --lib test-project
1042026-08-06T22:38:40.793Z Creating library `test-project` package
1052026-08-06T22:38:40.828Znote: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1062026-08-06T22:38:40.832Z+ cd test-project
1072026-08-06T22:38:40.832Z+ cargo add omicron-common --path /work/oxidecomputer/omicron/common
1082026-08-06T22:38:40.864Zerror: missing comma between array elements, expected `,`
1092026-08-06T22:38:40.864Z --> ../../work/oxidecomputer/omicron/Cargo.toml:107:5
1102026-08-06T22:38:40.864Z |
1112026-08-06T22:38:40.864Z107 | "nexus/internal-api",
1122026-08-06T22:38:40.864Z | ^
1132026-08-06T22:38:40.864Zerror: failed to load source for dependency `omicron-common`
1142026-08-06T22:38:40.864Z
1152026-08-06T22:38:40.864ZCaused by:
1162026-08-06T22:38:40.864Z unable to update /work/oxidecomputer/omicron/common
1172026-08-06T22:38:40.864Z
1182026-08-06T22:38:40.864ZCaused by:
1192026-08-06T22:38:40.864Z failed to parse manifest at `/work/oxidecomputer/omicron/common/Cargo.toml`
1202026-08-06T22:38:40.864Z
1212026-08-06T22:38:40.864ZCaused by:
1222026-08-06T22:38:40.864Z error inheriting `edition` from workspace root manifest's `workspace.package.edition`
1232026-08-06T22:38:40.865Z
1242026-08-06T22:38:40.865ZCaused by:
1252026-08-06T22:38:40.865Z failed searching for potential workspace
1262026-08-06T22:38:40.865Z package manifest: `/work/oxidecomputer/omicron/common/Cargo.toml`
1272026-08-06T22:38:40.865Z invalid potential workspace manifest: `/work/oxidecomputer/omicron/Cargo.toml`
1282026-08-06T22:38:40.865Z
1292026-08-06T22:38:40.865Z help: to avoid searching for a non-existent workspace, add `[workspace]` to the package manifest
1302026-08-06T22:38:40.865Zprocess exited: duration 117 ms, exit code 101
 
1312026-08-06T22:38:40.873Zfound 0 output files