01KTAYTHS73QM5NAP2NB4ET6MV: build-interop

BasicConfig {
    output_rules: [
        "=/work/testbed.tar.gz",
        "=/work/dhcp-server",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/testbed",
    ],
    publish: [],
    skip_clone: true,
}

Buildomat Job: 01KTAYW4K81S94GZS901293RF8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:37.772Zjob assigned to worker 01KTAYWCBVG1R21QP21G4NJNFS [factory aws, i-02a8670411011d348] (queued for 49 s)
 
22026-06-05T03:58:44.373Zstarting task 0: "setup"
32026-06-05T03:58:44.378Z++ uname -s
42026-06-05T03:58:44.381Z+ kern=SunOS
52026-06-05T03:58:44.381Z+ build_user=build
62026-06-05T03:58:44.381Z+ build_uid=12345
72026-06-05T03:58:44.381Z+ work_dir=/work
82026-06-05T03:58:44.381Z+ input_dir=/input
92026-06-05T03:58:44.381Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:44.381Z+ case "$kern" in
112026-06-05T03:58:44.381Z+ groupadd -g 12345 build
122026-06-05T03:58:44.381Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:46.387Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:46.497Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:46.500Z+ home_fs=zfs
162026-06-05T03:58:46.500Z+ [[ zfs == autofs ]]
172026-06-05T03:58:46.501Z+ mkdir -p /home/build
182026-06-05T03:58:46.501Z+ chown build:build /home/build /work
192026-06-05T03:58:48.503Z+ chmod 0700 /home/build /work
202026-06-05T03:58:48.509Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-05T03:58:48.538Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:48.548Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:48.548Z * rust toolchain channel = "stable"
242026-06-05T03:58:48.548Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:58:48.548Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T03:58:48.548Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:48.548Z * rust toolchain profile = "default"
282026-06-05T03:58:48.548Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:48.548Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:48.633Zinfo: downloading installer
312026-06-05T03:58:50.181Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:50.181Zwarn: /opt/ooce/bin
332026-06-05T03:58:50.181Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:50.181Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:50.181Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:50.181Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:50.182Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:50.182Zerror: cannot install while Rust is installed
392026-06-05T03:58:50.182Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:50.182Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:50.182Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:50.182Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:50.182Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:50.193Zinfo: profile set to default
452026-06-05T03:58:50.193Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:50.193Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:50.300Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:50.313Zinfo: downloading 6 components
492026-06-05T03:59:04.343Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:04.343Z
512026-06-05T03:59:04.372Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:04.372Z
532026-06-05T03:59:04.372Z
542026-06-05T03:59:04.372ZRust is installed now. Great!
552026-06-05T03:59:04.372Z
562026-06-05T03:59:04.375ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:04.375Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:04.375Z
592026-06-05T03:59:04.376ZTo configure your current shell, you need to source
602026-06-05T03:59:04.376Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:04.376Z
622026-06-05T03:59:04.376ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:04.376Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:04.376Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:04.376Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:04.376Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:04.376Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:04.376Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:04.376Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:04.376Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:04.457Z+ rustup --version
722026-06-05T03:59:04.466Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:04.470Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:04.487Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:04.490Z+ cargo --version
762026-06-05T03:59:04.506Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:04.509Z+ rustc --version
782026-06-05T03:59:04.524Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:04.528Zprocess exited: duration 15992 ms, exit code 0
 
802026-06-05T03:59:04.533Zstarting task 2: "authentication"
812026-06-05T03:59:04.550Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T03:59:04.556Zstarting task 3: "build"
832026-06-05T03:59:04.558Z+ set -e
842026-06-05T03:59:04.558Z+ set -o pipefail
852026-06-05T03:59:04.561Z+ [[ true == true ]]
862026-06-05T03:59:04.561Z+ WORK=/work
872026-06-05T03:59:04.561Z+ pfexec pkg install protobuf git
882026-06-05T03:59:12.885Z Startup: Refreshing catalog 'helios-dev' ... Done
892026-06-05T03:59:20.567Z Startup: Caching catalogs ... Done
902026-06-05T03:59:27.677ZPlanning: Solver setup ... Done
912026-06-05T03:59:27.717ZPlanning: Running solver ... Done
922026-06-05T03:59:27.858ZPlanning: Finding local manifests ... Done
932026-06-05T03:59:27.880ZPlanning: Fetching manifests: 0/1 0% complete
942026-06-05T03:59:27.932ZPlanning: Fetching manifests: 1/1 100% complete
952026-06-05T03:59:27.952ZPlanning: Package planning ... Done
962026-06-05T03:59:27.970ZPlanning: Merging actions ... Done
972026-06-05T03:59:28.072ZPlanning: Checking for conflicting actions ... Done
982026-06-05T03:59:28.079ZPlanning: Consolidating action changes ... Done
992026-06-05T03:59:28.841ZPlanning: Evaluating mediators ... Done
1002026-06-05T03:59:28.844ZPlanning: Planning completed in 8.11 seconds
1012026-06-05T03:59:28.856Z Packages to install: 1
1022026-06-05T03:59:28.859Z Create boot environment: No
1032026-06-05T03:59:28.859ZCreate backup boot environment: No
1042026-06-05T03:59:28.892Z
1052026-06-05T03:59:28.893ZDownload: 0/1184 items 0.0/15.2MB 0% complete
1062026-06-05T03:59:29.023Z
1072026-06-05T03:59:29.023ZErrors were encountered while attempting to retrieve package or file data for
1082026-06-05T03:59:29.023Zthe requested operation.
1092026-06-05T03:59:29.023ZDetails follow:
1102026-06-05T03:59:29.023Z
1112026-06-05T03:59:29.023ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
1122026-06-05T03:59:29.023ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/61b5bd7c1e8dc54bc454ae59459c4de9397018a2'
1132026-06-05T03:59:30.433Zprocess exited: duration 25872 ms, exit code 1
 
1142026-06-05T03:59:30.442Zfound 0 output files
1152026-06-05T03:59:30.442Zupload error: rule "/work/testbed.tar.gz" required a match, but was not used
1162026-06-05T03:59:30.442Zupload error: rule "/work/dhcp-server" required a match, but was not used