01KXMK23CW9ABY4HVMZQ6R3RDP: 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: 01KXMK2K590D7TXQKF7KFDPF30

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T04:31:52.958Zjob assigned to worker 01KXMK2RNESK689KP29GJQ059N [factory aws, i-0656c31e9f91beacd] (queued for 46 s)
 
22026-07-16T04:31:59.305Zstarting task 0: "setup"
32026-07-16T04:31:59.310Z++ uname -s
42026-07-16T04:31:59.313Z+ kern=SunOS
52026-07-16T04:31:59.313Z+ build_user=build
62026-07-16T04:31:59.313Z+ build_uid=12345
72026-07-16T04:31:59.313Z+ work_dir=/work
82026-07-16T04:31:59.313Z+ input_dir=/input
92026-07-16T04:31:59.313Z+ [[ 0 == 12345 ]]
102026-07-16T04:31:59.313Z+ case "$kern" in
112026-07-16T04:31:59.313Z+ groupadd -g 12345 build
122026-07-16T04:31:59.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T04:32:01.331Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T04:32:01.411Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T04:32:01.416Z+ home_fs=zfs
162026-07-16T04:32:01.416Z+ [[ zfs == autofs ]]
172026-07-16T04:32:01.416Z+ mkdir -p /home/build
182026-07-16T04:32:01.416Z+ chown build:build /home/build /work
192026-07-16T04:32:03.415Z+ chmod 0700 /home/build /work
202026-07-16T04:32:03.418Zprocess exited: duration 4114 ms, exit code 0
 
212026-07-16T04:32:03.424Zstarting task 1: "rust-toolchain"
222026-07-16T04:32:03.429Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T04:32:03.429Z * rust toolchain channel = "stable"
242026-07-16T04:32:03.429Z * rust toolchain profile = "default"
252026-07-16T04:32:03.429Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T04:32:03.429Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T04:32:03.429Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T04:32:03.431Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T04:32:03.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T04:32:03.536Zinfo: downloading installer
312026-07-16T04:32:05.298Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T04:32:05.298Zwarn: /home/build/.rustup/settings.toml
332026-07-16T04:32:05.298Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T04:32:05.298Zwarn: instead of the one inferred from the default host triple.
352026-07-16T04:32:05.310Zinfo: profile set to default
362026-07-16T04:32:05.310Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T04:32:05.315Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-16T04:32:05.449Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-16T04:32:05.452Zinfo: downloading 6 components
402026-07-16T04:32:20.995Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-16T04:32:20.995Z
422026-07-16T04:32:21.021Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-16T04:32:21.021Z
442026-07-16T04:32:21.021Z
452026-07-16T04:32:21.021ZRust is installed now. Great!
462026-07-16T04:32:21.021Z
472026-07-16T04:32:21.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T04:32:21.021Zenvironment variable. This has not been done automatically.
492026-07-16T04:32:21.021Z
502026-07-16T04:32:21.022ZTo configure your current shell, you need to source
512026-07-16T04:32:21.022Zthe corresponding env file under $HOME/.cargo.
522026-07-16T04:32:21.022Z
532026-07-16T04:32:21.022ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T04:32:21.024Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T04:32:21.025Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T04:32:21.025Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T04:32:21.025Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T04:32:21.025Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T04:32:21.025Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T04:32:21.025Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T04:32:21.025Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T04:32:21.108Z+ rustup --version
632026-07-16T04:32:21.117Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T04:32:21.121Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T04:32:21.138Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-16T04:32:21.143Z+ cargo --version
672026-07-16T04:32:21.156Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-16T04:32:21.159Z+ rustc --version
692026-07-16T04:32:21.178Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-16T04:32:21.180Zprocess exited: duration 17755 ms, exit code 0
 
712026-07-16T04:32:21.186Zstarting task 2: "authentication"
722026-07-16T04:32:21.202Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T04:32:21.209Zstarting task 3: "clone repository"
742026-07-16T04:32:21.212Z+ mkdir -p /work/oxidecomputer/vw
752026-07-16T04:32:21.215Z+ git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw
762026-07-16T04:32:21.249ZCloning into '/work/oxidecomputer/vw'...
772026-07-16T04:32:21.799Z+ cd /work/oxidecomputer/vw
782026-07-16T04:32:21.799Z+ git fetch origin 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62
792026-07-16T04:32:22.002ZFrom https://github.com/oxidecomputer/vw
802026-07-16T04:32:22.002Z * branch 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62 -> FETCH_HEAD
812026-07-16T04:32:22.007Z+ [[ -n '' ]]
822026-07-16T04:32:22.007Z+ git reset --hard 25f07085f8d3cdb3e1f84f5df3bb030d6625cd62
832026-07-16T04:32:22.024ZHEAD is now at 25f0708 move to persistent vivado project mode
842026-07-16T04:32:22.027Zprocess exited: duration 817 ms, exit code 0
 
852026-07-16T04:32:22.033Zstarting task 4: "build"
862026-07-16T04:32:22.037Z+ cargo --version
872026-07-16T04:32:22.046Zcargo 1.97.0 (c980f4866 2026-06-30)
882026-07-16T04:32:22.049Z+ rustc --version
892026-07-16T04:32:22.068Zrustc 1.97.0 (2d8144b78 2026-07-07)
902026-07-16T04:32:22.070Z+ export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
912026-07-16T04:32:22.070Z+ PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
922026-07-16T04:32:22.070Z+ banner check
932026-07-16T04:32:22.073Z
942026-07-16T04:32:22.073Z #### # # ###### #### # #
952026-07-16T04:32:22.073Z # # # # # # # # #
962026-07-16T04:32:22.073Z # ###### ##### # ####
972026-07-16T04:32:22.073Z # # # # # # #
982026-07-16T04:32:22.073Z # # # # # # # # #
992026-07-16T04:32:22.073Z #### # # ###### #### # #
1002026-07-16T04:32:22.074Z
1012026-07-16T04:32:22.074Z+ cargo fmt -- --check
1022026-07-16T04:32:22.124Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/vw/vw-cli`
1032026-07-16T04:32:22.125Zreferenced by workspace at `/work/oxidecomputer/vw/Cargo.toml`
1042026-07-16T04:32:22.125Z
1052026-07-16T04:32:22.125ZCaused by:
1062026-07-16T04:32:22.125Z failed to load manifest for dependency `vw-ip`
1072026-07-16T04:32:22.125Z
1082026-07-16T04:32:22.125ZCaused by:
1092026-07-16T04:32:22.125Z failed to load manifest for dependency `ipxact`
1102026-07-16T04:32:22.125Z
1112026-07-16T04:32:22.125ZCaused by:
1122026-07-16T04:32:22.125Z failed to read `/home/ry/src/ipe/crates/ipxact/Cargo.toml`
1132026-07-16T04:32:22.125Z
1142026-07-16T04:32:22.125ZCaused by:
1152026-07-16T04:32:22.125Z No such file or directory (os error 2)
1162026-07-16T04:32:22.125Z
1172026-07-16T04:32:22.128ZThis utility formats all bin and lib files of the current crate using rustfmt.
1182026-07-16T04:32:22.128Z
1192026-07-16T04:32:22.128ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1202026-07-16T04:32:22.128Z
1212026-07-16T04:32:22.128ZArguments:
1222026-07-16T04:32:22.128Z [rustfmt_options]... Options passed to rustfmt
1232026-07-16T04:32:22.128Z
1242026-07-16T04:32:22.128ZOptions:
1252026-07-16T04:32:22.128Z -q, --quiet
1262026-07-16T04:32:22.128Z No output printed to stdout
1272026-07-16T04:32:22.128Z -v, --verbose
1282026-07-16T04:32:22.128Z Use verbose output
1292026-07-16T04:32:22.128Z --version
1302026-07-16T04:32:22.128Z Print rustfmt version and exit
1312026-07-16T04:32:22.128Z -p, --package <package>...
1322026-07-16T04:32:22.128Z Specify package to format
1332026-07-16T04:32:22.129Z --manifest-path <manifest-path>
1342026-07-16T04:32:22.129Z Specify path to Cargo.toml
1352026-07-16T04:32:22.129Z --message-format <message-format>
1362026-07-16T04:32:22.129Z Specify message-format: short|json|human
1372026-07-16T04:32:22.129Z --all
1382026-07-16T04:32:22.129Z Format all packages, and also their local path-based dependencies
1392026-07-16T04:32:22.129Z --check
1402026-07-16T04:32:22.129Z Run rustfmt in check mode
1412026-07-16T04:32:22.129Z -h, --help
1422026-07-16T04:32:22.129Z Print help
1432026-07-16T04:32:22.129Z
1442026-07-16T04:32:22.129Zprocess exited: duration 92 ms, exit code 1
 
1452026-07-16T04:32:22.135Zfound 0 output files