01KXJ7A0W7SEKSEC447CEACY7R: 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: 01KXJ7AA6CVTS1054TX4FGEJN1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T06:27:50.862Zjob assigned to worker 01KXJ7ABP3PMXAQ4B4QAWQWZ26 [factory aws, i-05477e03efc626413] (queued for 43 s)
 
22026-07-15T06:27:56.871Zstarting task 0: "setup"
32026-07-15T06:27:56.876Z++ uname -s
42026-07-15T06:27:56.881Z+ kern=SunOS
52026-07-15T06:27:56.881Z+ build_user=build
62026-07-15T06:27:56.881Z+ build_uid=12345
72026-07-15T06:27:56.881Z+ work_dir=/work
82026-07-15T06:27:56.881Z+ input_dir=/input
92026-07-15T06:27:56.881Z+ [[ 0 == 12345 ]]
102026-07-15T06:27:56.881Z+ case "$kern" in
112026-07-15T06:27:56.881Z+ groupadd -g 12345 build
122026-07-15T06:27:56.881Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T06:27:58.885Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T06:27:58.957Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T06:27:58.960Z+ home_fs=zfs
162026-07-15T06:27:58.960Z+ [[ zfs == autofs ]]
172026-07-15T06:27:58.960Z+ mkdir -p /home/build
182026-07-15T06:27:58.960Z+ chown build:build /home/build /work
192026-07-15T06:28:00.960Z+ chmod 0700 /home/build /work
202026-07-15T06:28:00.963Zprocess exited: duration 4091 ms, exit code 0
 
212026-07-15T06:28:00.969Zstarting task 1: "rust-toolchain"
222026-07-15T06:28:00.973Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-15T06:28:00.973Z * rust toolchain channel = "stable"
242026-07-15T06:28:00.973Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-15T06:28:00.973Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-15T06:28:00.973Z * rust toolchain profile = "default"
272026-07-15T06:28:00.973Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T06:28:00.976Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T06:28:00.976Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-15T06:28:01.064Zinfo: downloading installer
312026-07-15T06:28:02.372Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T06:28:02.372Zwarn: /home/build/.rustup/settings.toml
332026-07-15T06:28:02.372Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T06:28:02.372Zwarn: instead of the one inferred from the default host triple.
352026-07-15T06:28:02.384Zinfo: profile set to default
362026-07-15T06:28:02.384Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T06:28:02.387Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-15T06:28:02.514Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-15T06:28:02.518Zinfo: downloading 6 components
402026-07-15T06:28:17.373Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-15T06:28:17.373Z
422026-07-15T06:28:17.405Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-15T06:28:17.405Z
442026-07-15T06:28:17.405Z
452026-07-15T06:28:17.405ZRust is installed now. Great!
462026-07-15T06:28:17.405Z
472026-07-15T06:28:17.405ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T06:28:17.405Zenvironment variable. This has not been done automatically.
492026-07-15T06:28:17.405Z
502026-07-15T06:28:17.405ZTo configure your current shell, you need to source
512026-07-15T06:28:17.405Zthe corresponding env file under $HOME/.cargo.
522026-07-15T06:28:17.405Z
532026-07-15T06:28:17.405ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T06:28:17.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T06:28:17.408Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T06:28:17.408Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T06:28:17.408Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T06:28:17.408Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T06:28:17.408Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T06:28:17.408Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T06:28:17.408Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T06:28:17.498Z+ rustup --version
632026-07-15T06:28:17.507Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T06:28:17.510Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T06:28:17.528Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-15T06:28:17.530Z+ cargo --version
672026-07-15T06:28:17.545Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-15T06:28:17.548Z+ rustc --version
692026-07-15T06:28:17.567Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-15T06:28:17.570Zprocess exited: duration 16600 ms, exit code 0
 
712026-07-15T06:28:17.576Zstarting task 2: "authentication"
722026-07-15T06:28:17.593Zprocess exited: duration 16 ms, exit code 0
 
732026-07-15T06:28:17.599Zstarting task 3: "clone repository"
742026-07-15T06:28:17.602Z+ mkdir -p /work/oxidecomputer/vw
752026-07-15T06:28:17.606Z+ git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw
762026-07-15T06:28:17.639ZCloning into '/work/oxidecomputer/vw'...
772026-07-15T06:28:18.232Z+ cd /work/oxidecomputer/vw
782026-07-15T06:28:18.232Z+ git fetch origin 1a60c4cc64e03280eecd975e15271ef25afcdb94
792026-07-15T06:28:18.464ZFrom https://github.com/oxidecomputer/vw
802026-07-15T06:28:18.464Z * branch 1a60c4cc64e03280eecd975e15271ef25afcdb94 -> FETCH_HEAD
812026-07-15T06:28:18.468Z+ [[ -n ry/locutus ]]
822026-07-15T06:28:18.472Z++ git branch --show-current
832026-07-15T06:28:18.472Z+ current=main
842026-07-15T06:28:18.472Z+ [[ main != ry/locutus ]]
852026-07-15T06:28:18.472Z+ git branch -f ry/locutus 1a60c4cc64e03280eecd975e15271ef25afcdb94
862026-07-15T06:28:18.475Z+ git checkout -f ry/locutus
872026-07-15T06:28:18.489ZSwitched to branch 'ry/locutus'
882026-07-15T06:28:18.493Z+ git reset --hard 1a60c4cc64e03280eecd975e15271ef25afcdb94
892026-07-15T06:28:18.504ZHEAD is now at 1a60c4c ip and synth caching
902026-07-15T06:28:18.507Zprocess exited: duration 905 ms, exit code 0
 
912026-07-15T06:28:18.514Zstarting task 4: "build"
922026-07-15T06:28:18.517Z+ cargo --version
932026-07-15T06:28:18.526Zcargo 1.97.0 (c980f4866 2026-06-30)
942026-07-15T06:28:18.529Z+ rustc --version
952026-07-15T06:28:18.548Zrustc 1.97.0 (2d8144b78 2026-07-07)
962026-07-15T06:28:18.551Z+ export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
972026-07-15T06:28:18.551Z+ PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
982026-07-15T06:28:18.551Z+ banner check
992026-07-15T06:28:18.554Z
1002026-07-15T06:28:18.554Z #### # # ###### #### # #
1012026-07-15T06:28:18.554Z # # # # # # # # #
1022026-07-15T06:28:18.554Z # ###### ##### # ####
1032026-07-15T06:28:18.554Z # # # # # # #
1042026-07-15T06:28:18.554Z # # # # # # # # #
1052026-07-15T06:28:18.554Z #### # # ###### #### # #
1062026-07-15T06:28:18.554Z
1072026-07-15T06:28:18.554Z+ cargo fmt -- --check
1082026-07-15T06:28:18.606Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli`
1092026-07-15T06:28:18.606Zreferenced by workspace at `/work/oxidecomputer/vw/Cargo.toml`
1102026-07-15T06:28:18.606Z
1112026-07-15T06:28:18.606ZCaused by:
1122026-07-15T06:28:18.606Z failed to load manifest for dependency `vw-ip`
1132026-07-15T06:28:18.606Z
1142026-07-15T06:28:18.607ZCaused by:
1152026-07-15T06:28:18.607Z failed to load manifest for dependency `ipxact`
1162026-07-15T06:28:18.607Z
1172026-07-15T06:28:18.607ZCaused by:
1182026-07-15T06:28:18.607Z failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml`
1192026-07-15T06:28:18.607Z
1202026-07-15T06:28:18.607ZCaused by:
1212026-07-15T06:28:18.607Z No such file or directory (os error 2)
1222026-07-15T06:28:18.607Z
1232026-07-15T06:28:18.610ZThis utility formats all bin and lib files of the current crate using rustfmt.
1242026-07-15T06:28:18.610Z
1252026-07-15T06:28:18.610ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1262026-07-15T06:28:18.610Z
1272026-07-15T06:28:18.610ZArguments:
1282026-07-15T06:28:18.610Z [rustfmt_options]... Options passed to rustfmt
1292026-07-15T06:28:18.610Z
1302026-07-15T06:28:18.610ZOptions:
1312026-07-15T06:28:18.610Z -q, --quiet
1322026-07-15T06:28:18.610Z No output printed to stdout
1332026-07-15T06:28:18.610Z -v, --verbose
1342026-07-15T06:28:18.610Z Use verbose output
1352026-07-15T06:28:18.610Z --version
1362026-07-15T06:28:18.610Z Print rustfmt version and exit
1372026-07-15T06:28:18.610Z -p, --package <package>...
1382026-07-15T06:28:18.610Z Specify package to format
1392026-07-15T06:28:18.610Z --manifest-path <manifest-path>
1402026-07-15T06:28:18.610Z Specify path to Cargo.toml
1412026-07-15T06:28:18.611Z --message-format <message-format>
1422026-07-15T06:28:18.611Z Specify message-format: short|json|human
1432026-07-15T06:28:18.611Z --all
1442026-07-15T06:28:18.611Z Format all packages, and also their local path-based dependencies
1452026-07-15T06:28:18.611Z --check
1462026-07-15T06:28:18.611Z Run rustfmt in check mode
1472026-07-15T06:28:18.611Z -h, --help
1482026-07-15T06:28:18.611Z Print help
1492026-07-15T06:28:18.611Z
1502026-07-15T06:28:18.611Zprocess exited: duration 93 ms, exit code 1
 
1512026-07-15T06:28:18.618Zfound 0 output files