01KXCZ6NKKV82Y19JRTDA0N0VX: 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: 01KXCZ71MAQ4ZC13DNXKFJK4BC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T05:30:04.383Zjob assigned to worker 01KXCZ74D1H3BBADGZ89DWBS5D [factory aws, i-01a3b3df410ea1489] (queued for 44 s)
 
22026-07-13T05:30:10.743Zstarting task 0: "setup"
32026-07-13T05:30:10.749Z++ uname -s
42026-07-13T05:30:10.752Z+ kern=SunOS
52026-07-13T05:30:10.752Z+ build_user=build
62026-07-13T05:30:10.752Z+ build_uid=12345
72026-07-13T05:30:10.752Z+ work_dir=/work
82026-07-13T05:30:10.752Z+ input_dir=/input
92026-07-13T05:30:10.752Z+ [[ 0 == 12345 ]]
102026-07-13T05:30:10.752Z+ case "$kern" in
112026-07-13T05:30:10.752Z+ groupadd -g 12345 build
122026-07-13T05:30:10.752Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T05:30:12.758Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T05:30:12.854Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T05:30:12.858Z+ home_fs=zfs
162026-07-13T05:30:12.858Z+ [[ zfs == autofs ]]
172026-07-13T05:30:12.858Z+ mkdir -p /home/build
182026-07-13T05:30:12.859Z+ chown build:build /home/build /work
192026-07-13T05:30:14.858Z+ chmod 0700 /home/build /work
202026-07-13T05:30:14.862Zprocess exited: duration 4116 ms, exit code 0
 
212026-07-13T05:30:14.868Zstarting task 1: "rust-toolchain"
222026-07-13T05:30:14.872Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-13T05:30:14.872Z * rust toolchain channel = "stable"
242026-07-13T05:30:14.872Z * rust toolchain profile = "default"
252026-07-13T05:30:14.872Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-13T05:30:14.872Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T05:30:14.875Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T05:30:14.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T05:30:14.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-13T05:30:14.979Zinfo: downloading installer
312026-07-13T05:30:16.374Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T05:30:16.374Zwarn: /home/build/.rustup/settings.toml
332026-07-13T05:30:16.374Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T05:30:16.374Zwarn: instead of the one inferred from the default host triple.
352026-07-13T05:30:16.387Zinfo: profile set to default
362026-07-13T05:30:16.387Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T05:30:16.390Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-13T05:30:16.518Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T05:30:16.521Zinfo: downloading 6 components
402026-07-13T05:30:33.170Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-13T05:30:33.170Z
422026-07-13T05:30:33.198Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T05:30:33.198Z
442026-07-13T05:30:33.198Z
452026-07-13T05:30:33.198ZRust is installed now. Great!
462026-07-13T05:30:33.198Z
472026-07-13T05:30:33.221ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T05:30:33.221Zenvironment variable. This has not been done automatically.
492026-07-13T05:30:33.221Z
502026-07-13T05:30:33.221ZTo configure your current shell, you need to source
512026-07-13T05:30:33.221Zthe corresponding env file under $HOME/.cargo.
522026-07-13T05:30:33.221Z
532026-07-13T05:30:33.221ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T05:30:33.221Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T05:30:33.221Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T05:30:33.221Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T05:30:33.221Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T05:30:33.221Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T05:30:33.221Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T05:30:33.221Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T05:30:33.221Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T05:30:33.314Z+ rustup --version
632026-07-13T05:30:33.333Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T05:30:33.333Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T05:30:33.339Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T05:30:33.339Z+ cargo --version
672026-07-13T05:30:33.361Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T05:30:33.361Z+ rustc --version
692026-07-13T05:30:33.367Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T05:30:33.367Zprocess exited: duration 18496 ms, exit code 0
 
712026-07-13T05:30:33.408Zstarting task 2: "authentication"
722026-07-13T05:30:33.436Zprocess exited: duration 17 ms, exit code 0
 
732026-07-13T05:30:33.461Zstarting task 3: "clone repository"
742026-07-13T05:30:33.490Z+ mkdir -p /work/oxidecomputer/vw
752026-07-13T05:30:33.490Z+ git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw
762026-07-13T05:30:33.501ZCloning into '/work/oxidecomputer/vw'...
772026-07-13T05:30:34.096Z+ cd /work/oxidecomputer/vw
782026-07-13T05:30:34.096Z+ git fetch origin 8bc7f525cd548218464ad0e369bacd084b871607
792026-07-13T05:30:34.306ZFrom https://github.com/oxidecomputer/vw
802026-07-13T05:30:34.306Z * branch 8bc7f525cd548218464ad0e369bacd084b871607 -> FETCH_HEAD
812026-07-13T05:30:34.321Z+ [[ -n ry/locutus ]]
822026-07-13T05:30:34.321Z++ git branch --show-current
832026-07-13T05:30:34.321Z+ current=main
842026-07-13T05:30:34.321Z+ [[ main != ry/locutus ]]
852026-07-13T05:30:34.321Z+ git branch -f ry/locutus 8bc7f525cd548218464ad0e369bacd084b871607
862026-07-13T05:30:34.322Z+ git checkout -f ry/locutus
872026-07-13T05:30:34.328ZSwitched to branch 'ry/locutus'
882026-07-13T05:30:34.342Z+ git reset --hard 8bc7f525cd548218464ad0e369bacd084b871607
892026-07-13T05:30:34.368ZHEAD is now at 8bc7f52 metroid synth working
902026-07-13T05:30:34.368Zprocess exited: duration 886 ms, exit code 0
 
912026-07-13T05:30:34.400Zstarting task 4: "build"
922026-07-13T05:30:34.413Z+ cargo --version
932026-07-13T05:30:34.413Zcargo 1.97.0 (c980f4866 2026-06-30)
942026-07-13T05:30:34.413Z+ rustc --version
952026-07-13T05:30:34.431Zrustc 1.97.0 (2d8144b78 2026-07-07)
962026-07-13T05:30:34.441Z+ export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
972026-07-13T05:30:34.441Z+ PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
982026-07-13T05:30:34.441Z+ banner check
992026-07-13T05:30:34.441Z
1002026-07-13T05:30:34.441Z #### # # ###### #### # #
1012026-07-13T05:30:34.441Z # # # # # # # # #
1022026-07-13T05:30:34.441Z # ###### ##### # ####
1032026-07-13T05:30:34.441Z # # # # # # #
1042026-07-13T05:30:34.441Z # # # # # # # # #
1052026-07-13T05:30:34.441Z #### # # ###### #### # #
1062026-07-13T05:30:34.441Z
1072026-07-13T05:30:34.441Z+ cargo fmt -- --check
1082026-07-13T05:30:34.486Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli`
1092026-07-13T05:30:34.486Zreferenced by workspace at `/work/oxidecomputer/vw/Cargo.toml`
1102026-07-13T05:30:34.486Z
1112026-07-13T05:30:34.486ZCaused by:
1122026-07-13T05:30:34.486Z failed to load manifest for dependency `vw-ip`
1132026-07-13T05:30:34.486Z
1142026-07-13T05:30:34.486ZCaused by:
1152026-07-13T05:30:34.486Z failed to load manifest for dependency `ipxact`
1162026-07-13T05:30:34.486Z
1172026-07-13T05:30:34.486ZCaused by:
1182026-07-13T05:30:34.486Z failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml`
1192026-07-13T05:30:34.486Z
1202026-07-13T05:30:34.486ZCaused by:
1212026-07-13T05:30:34.486Z No such file or directory (os error 2)
1222026-07-13T05:30:34.486Z
1232026-07-13T05:30:34.494ZThis utility formats all bin and lib files of the current crate using rustfmt.
1242026-07-13T05:30:34.494Z
1252026-07-13T05:30:34.494ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1262026-07-13T05:30:34.494Z
1272026-07-13T05:30:34.494ZArguments:
1282026-07-13T05:30:34.494Z [rustfmt_options]... Options passed to rustfmt
1292026-07-13T05:30:34.494Z
1302026-07-13T05:30:34.494ZOptions:
1312026-07-13T05:30:34.494Z -q, --quiet
1322026-07-13T05:30:34.494Z No output printed to stdout
1332026-07-13T05:30:34.494Z -v, --verbose
1342026-07-13T05:30:34.494Z Use verbose output
1352026-07-13T05:30:34.494Z --version
1362026-07-13T05:30:34.494Z Print rustfmt version and exit
1372026-07-13T05:30:34.494Z -p, --package <package>...
1382026-07-13T05:30:34.494Z Specify package to format
1392026-07-13T05:30:34.495Z --manifest-path <manifest-path>
1402026-07-13T05:30:34.495Z Specify path to Cargo.toml
1412026-07-13T05:30:34.495Z --message-format <message-format>
1422026-07-13T05:30:34.495Z Specify message-format: short|json|human
1432026-07-13T05:30:34.496Z --all
1442026-07-13T05:30:34.496Z Format all packages, and also their local path-based dependencies
1452026-07-13T05:30:34.496Z --check
1462026-07-13T05:30:34.496Z Run rustfmt in check mode
1472026-07-13T05:30:34.496Z -h, --help
1482026-07-13T05:30:34.496Z Print help
1492026-07-13T05:30:34.496Z
1502026-07-13T05:30:34.496Zprocess exited: duration 101 ms, exit code 1
 
1512026-07-13T05:30:34.540Zfound 0 output files