01KXBGRQXK91995KAXKP959MY8: build

BasicConfig {
    output_rules: [
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [
        "oxidecomputer/ipe",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/vw",
            series: "illumos",
            name: "vw",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KXBGS1771DRKNGS8PTCVDQXC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-12T15:58:42.650Zjob assigned to worker 01KXBGS6DATA8WDSDBCA6Z6H3S [factory aws, i-00b24ff1d15102e47] (queued for 56 s)
 
22026-07-12T15:58:49.287Zstarting task 0: "setup"
32026-07-12T15:58:49.292Z++ uname -s
42026-07-12T15:58:49.295Z+ kern=SunOS
52026-07-12T15:58:49.295Z+ build_user=build
62026-07-12T15:58:49.295Z+ build_uid=12345
72026-07-12T15:58:49.295Z+ work_dir=/work
82026-07-12T15:58:49.295Z+ input_dir=/input
92026-07-12T15:58:49.295Z+ [[ 0 == 12345 ]]
102026-07-12T15:58:49.295Z+ case "$kern" in
112026-07-12T15:58:49.295Z+ groupadd -g 12345 build
122026-07-12T15:58:49.298Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-12T15:58:51.300Z+ zfs create -o mountpoint=/work rpool/work
142026-07-12T15:58:51.374Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-12T15:58:51.377Z+ home_fs=zfs
162026-07-12T15:58:51.377Z+ [[ zfs == autofs ]]
172026-07-12T15:58:51.377Z+ mkdir -p /home/build
182026-07-12T15:58:51.377Z+ chown build:build /home/build /work
192026-07-12T15:58:53.378Z+ chmod 0700 /home/build /work
202026-07-12T15:58:53.382Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-12T15:58:53.387Zstarting task 1: "rust-toolchain"
222026-07-12T15:58:53.410Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-12T15:58:53.410Z * rust toolchain channel = "stable"
242026-07-12T15:58:53.410Z * rust toolchain profile = "default"
252026-07-12T15:58:53.410Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-12T15:58:53.410Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-12T15:58:53.410Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-12T15:58:53.410Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-12T15:58:53.410Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-12T15:58:53.495Zinfo: downloading installer
312026-07-12T15:58:54.860Zwarn: It looks like you have an existing rustup settings file at:
322026-07-12T15:58:54.860Zwarn: /home/build/.rustup/settings.toml
332026-07-12T15:58:54.860Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-12T15:58:54.860Zwarn: instead of the one inferred from the default host triple.
352026-07-12T15:58:54.873Zinfo: profile set to default
362026-07-12T15:58:54.873Zinfo: default host triple is x86_64-unknown-illumos
372026-07-12T15:58:54.876Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-12T15:58:54.999Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-12T15:58:55.002Zinfo: downloading 6 components
402026-07-12T15:59:09.455Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-12T15:59:09.455Z
422026-07-12T15:59:09.484Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-12T15:59:09.485Z
442026-07-12T15:59:09.485Z
452026-07-12T15:59:09.485ZRust is installed now. Great!
462026-07-12T15:59:09.485Z
472026-07-12T15:59:09.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-12T15:59:09.485Zenvironment variable. This has not been done automatically.
492026-07-12T15:59:09.485Z
502026-07-12T15:59:09.485ZTo configure your current shell, you need to source
512026-07-12T15:59:09.485Zthe corresponding env file under $HOME/.cargo.
522026-07-12T15:59:09.485Z
532026-07-12T15:59:09.485ZThis is usually done by running one of the following (note the leading DOT):
542026-07-12T15:59:09.485Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-12T15:59:09.485Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-12T15:59:09.485Zsource "~/.cargo/env.nu" # For nushell
572026-07-12T15:59:09.485Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-12T15:59:09.485Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-12T15:59:09.485Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-12T15:59:09.488Zwarn: no default linker (`cc`) was found in your PATH
612026-07-12T15:59:09.488Zwarn: many Rust crates require a system C toolchain to build
622026-07-12T15:59:09.584Z+ rustup --version
632026-07-12T15:59:09.593Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-12T15:59:09.596Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-12T15:59:09.614Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-12T15:59:09.617Z+ cargo --version
672026-07-12T15:59:09.632Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-12T15:59:09.635Z+ rustc --version
692026-07-12T15:59:09.654Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-12T15:59:09.657Zprocess exited: duration 16268 ms, exit code 0
 
712026-07-12T15:59:09.662Zstarting task 2: "authentication"
722026-07-12T15:59:09.679Zprocess exited: duration 16 ms, exit code 0
 
732026-07-12T15:59:09.688Zstarting task 3: "clone repository"
742026-07-12T15:59:09.690Z+ mkdir -p /work/oxidecomputer/vw
752026-07-12T15:59:09.693Z+ git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw
762026-07-12T15:59:09.723ZCloning into '/work/oxidecomputer/vw'...
772026-07-12T15:59:10.273Z+ cd /work/oxidecomputer/vw
782026-07-12T15:59:10.273Z+ git fetch origin f261960318b7f1972a231450b2bdb308a8573ef3
792026-07-12T15:59:10.486ZFrom https://github.com/oxidecomputer/vw
802026-07-12T15:59:10.486Z * branch f261960318b7f1972a231450b2bdb308a8573ef3 -> FETCH_HEAD
812026-07-12T15:59:10.493Z+ [[ -n ry/locutus ]]
822026-07-12T15:59:10.496Z++ git branch --show-current
832026-07-12T15:59:10.496Z+ current=main
842026-07-12T15:59:10.496Z+ [[ main != ry/locutus ]]
852026-07-12T15:59:10.496Z+ git branch -f ry/locutus f261960318b7f1972a231450b2bdb308a8573ef3
862026-07-12T15:59:10.499Z+ git checkout -f ry/locutus
872026-07-12T15:59:10.513ZSwitched to branch 'ry/locutus'
882026-07-12T15:59:10.516Z+ git reset --hard f261960318b7f1972a231450b2bdb308a8573ef3
892026-07-12T15:59:10.528ZHEAD is now at f261960 fix input bracket parse overrun
902026-07-12T15:59:10.531Zprocess exited: duration 842 ms, exit code 0
 
912026-07-12T15:59:10.536Zstarting task 4: "build"
922026-07-12T15:59:10.540Z+ cargo --version
932026-07-12T15:59:10.549Zcargo 1.97.0 (c980f4866 2026-06-30)
942026-07-12T15:59:10.552Z+ rustc --version
952026-07-12T15:59:10.572Zrustc 1.97.0 (2d8144b78 2026-07-07)
962026-07-12T15:59:10.575Z+ export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
972026-07-12T15:59:10.575Z+ PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
982026-07-12T15:59:10.575Z+ banner check
992026-07-12T15:59:10.578Z
1002026-07-12T15:59:10.578Z #### # # ###### #### # #
1012026-07-12T15:59:10.578Z # # # # # # # # #
1022026-07-12T15:59:10.578Z # ###### ##### # ####
1032026-07-12T15:59:10.578Z # # # # # # #
1042026-07-12T15:59:10.578Z # # # # # # # # #
1052026-07-12T15:59:10.578Z #### # # ###### #### # #
1062026-07-12T15:59:10.579Z
1072026-07-12T15:59:10.579Z+ cargo fmt -- --check
1082026-07-12T15:59:10.631Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli`
1092026-07-12T15:59:10.631Zreferenced by workspace at `/work/oxidecomputer/vw/Cargo.toml`
1102026-07-12T15:59:10.631Z
1112026-07-12T15:59:10.631ZCaused by:
1122026-07-12T15:59:10.631Z failed to load manifest for dependency `vw-ip`
1132026-07-12T15:59:10.631Z
1142026-07-12T15:59:10.631ZCaused by:
1152026-07-12T15:59:10.631Z failed to load manifest for dependency `ipxact`
1162026-07-12T15:59:10.631Z
1172026-07-12T15:59:10.631ZCaused by:
1182026-07-12T15:59:10.631Z failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml`
1192026-07-12T15:59:10.631Z
1202026-07-12T15:59:10.631ZCaused by:
1212026-07-12T15:59:10.631Z No such file or directory (os error 2)
1222026-07-12T15:59:10.631Z
1232026-07-12T15:59:10.635ZThis utility formats all bin and lib files of the current crate using rustfmt.
1242026-07-12T15:59:10.635Z
1252026-07-12T15:59:10.635ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1262026-07-12T15:59:10.635Z
1272026-07-12T15:59:10.635ZArguments:
1282026-07-12T15:59:10.635Z [rustfmt_options]... Options passed to rustfmt
1292026-07-12T15:59:10.635Z
1302026-07-12T15:59:10.635ZOptions:
1312026-07-12T15:59:10.635Z -q, --quiet
1322026-07-12T15:59:10.635Z No output printed to stdout
1332026-07-12T15:59:10.635Z -v, --verbose
1342026-07-12T15:59:10.635Z Use verbose output
1352026-07-12T15:59:10.635Z --version
1362026-07-12T15:59:10.635Z Print rustfmt version and exit
1372026-07-12T15:59:10.635Z -p, --package <package>...
1382026-07-12T15:59:10.635Z Specify package to format
1392026-07-12T15:59:10.635Z --manifest-path <manifest-path>
1402026-07-12T15:59:10.635Z Specify path to Cargo.toml
1412026-07-12T15:59:10.635Z --message-format <message-format>
1422026-07-12T15:59:10.635Z Specify message-format: short|json|human
1432026-07-12T15:59:10.635Z --all
1442026-07-12T15:59:10.635Z Format all packages, and also their local path-based dependencies
1452026-07-12T15:59:10.635Z --check
1462026-07-12T15:59:10.635Z Run rustfmt in check mode
1472026-07-12T15:59:10.635Z -h, --help
1482026-07-12T15:59:10.635Z Print help
1492026-07-12T15:59:10.635Z
1502026-07-12T15:59:10.636Zprocess exited: duration 95 ms, exit code 1
 
1512026-07-12T15:59:10.642Zfound 0 output files