01KTAYRW9SSK31W6E8PGM760TG: test-rdb

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTAYTC2P5E5XEZ83X7440N3K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:26.617Zjob assigned to worker 01KTAYVRDCSMD2MFAZ4CDZYQMT [factory aws, i-0c683c86664734ea8] (queued for 1 m 36 s)
 
22026-06-05T03:58:33.458Zstarting task 0: "setup"
32026-06-05T03:58:33.464Z++ uname -s
42026-06-05T03:58:33.470Z+ kern=SunOS
52026-06-05T03:58:33.470Z+ build_user=build
62026-06-05T03:58:33.470Z+ build_uid=12345
72026-06-05T03:58:33.470Z+ work_dir=/work
82026-06-05T03:58:33.470Z+ input_dir=/input
92026-06-05T03:58:33.470Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:33.470Z+ case "$kern" in
112026-06-05T03:58:33.470Z+ groupadd -g 12345 build
122026-06-05T03:58:33.470Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:35.474Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:35.586Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:35.589Z+ home_fs=zfs
162026-06-05T03:58:35.589Z+ [[ zfs == autofs ]]
172026-06-05T03:58:35.589Z+ mkdir -p /home/build
182026-06-05T03:58:35.589Z+ chown build:build /home/build /work
192026-06-05T03:58:37.588Z+ chmod 0700 /home/build /work
202026-06-05T03:58:37.591Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-05T03:58:37.598Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:37.602Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:37.602Z * rust toolchain channel = "stable"
242026-06-05T03:58:37.602Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:58:37.602Z * rust toolchain profile = "default"
262026-06-05T03:58:37.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:37.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:37.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:37.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:37.700Zinfo: downloading installer
312026-06-05T03:58:39.266Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:39.266Zwarn: /opt/ooce/bin
332026-06-05T03:58:39.266Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:39.266Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:39.266Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:39.266Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:39.266Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:39.266Zerror: cannot install while Rust is installed
392026-06-05T03:58:39.266Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:39.266Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:39.266Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:39.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:39.266Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:39.279Zinfo: profile set to default
452026-06-05T03:58:39.280Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:39.283Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:39.432Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:39.446Zinfo: downloading 6 components
492026-06-05T03:58:53.409Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:53.409Z
512026-06-05T03:58:53.435Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:53.435Z
532026-06-05T03:58:53.435Z
542026-06-05T03:58:53.435ZRust is installed now. Great!
552026-06-05T03:58:53.435Z
562026-06-05T03:58:53.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:53.440Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:53.440Z
592026-06-05T03:58:53.440ZTo configure your current shell, you need to source
602026-06-05T03:58:53.440Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:53.440Z
622026-06-05T03:58:53.440ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:53.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:53.440Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:53.440Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:53.440Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:53.440Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:53.440Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:53.440Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:53.440Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:53.534Z+ rustup --version
722026-06-05T03:58:53.542Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:53.545Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:53.564Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:53.567Z+ cargo --version
762026-06-05T03:58:53.579Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:53.582Z+ rustc --version
782026-06-05T03:58:53.600Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:53.603Zprocess exited: duration 16003 ms, exit code 0
 
802026-06-05T03:58:53.609Zstarting task 2: "authentication"
812026-06-05T03:58:53.625Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T03:58:53.634Zstarting task 3: "clone repository"
832026-06-05T03:58:53.637Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:58:53.641Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:58:53.676ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:58:54.684Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:58:54.684Z+ git fetch origin 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
882026-06-05T03:58:54.945ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:58:54.945Z * branch 047407809b1bda96f8c90d6c8c32e6230f8a7c1d -> FETCH_HEAD
902026-06-05T03:58:54.952Z+ [[ -n renovate/hyper ]]
912026-06-05T03:58:54.956Z++ git branch --show-current
922026-06-05T03:58:54.956Z+ current=main
932026-06-05T03:58:54.956Z+ [[ main != renovate/hyper ]]
942026-06-05T03:58:54.957Z+ git branch -f renovate/hyper 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
952026-06-05T03:58:54.959Z+ git checkout -f renovate/hyper
962026-06-05T03:58:54.976ZSwitched to branch 'renovate/hyper'
972026-06-05T03:58:54.979Z+ git reset --hard 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
982026-06-05T03:58:55.005ZHEAD is now at 0474078 Update hyper to 1.10.1
992026-06-05T03:58:55.010Zprocess exited: duration 1359 ms, exit code 0
 
1002026-06-05T03:58:55.021Zstarting task 4: "build"
1012026-06-05T03:58:55.024Z+ set -e
1022026-06-05T03:58:55.024Z+ source .github/buildomat/test-common.sh
1032026-06-05T03:58:55.028Z++ NEXTEST_VERSION=0.9.97
1042026-06-05T03:58:55.028Z++ PLATFORM=illumos
1052026-06-05T03:58:55.028Z++ banner install
1062026-06-05T03:58:55.028Z
1072026-06-05T03:58:55.028Z # # # #### ##### ## # #
1082026-06-05T03:58:55.028Z # ## # # # # # # #
1092026-06-05T03:58:55.028Z # # # # #### # # # # #
1102026-06-05T03:58:55.028Z # # # # # # ###### # #
1112026-06-05T03:58:55.028Z # # ## # # # # # # #
1122026-06-05T03:58:55.028Z # # # #### # # # ###### ######
1132026-06-05T03:58:55.028Z
1142026-06-05T03:58:55.028Z++ set +o errexit
1152026-06-05T03:58:55.028Z++ pkg info clang-15
1162026-06-05T03:58:55.032Z++ grep -qi installed
1172026-06-05T03:58:56.217Zpkg: info: no packages matching the following patterns you specified are
1182026-06-05T03:58:56.217Zinstalled on the system. Try querying remotely instead:
1192026-06-05T03:58:56.217Z
1202026-06-05T03:58:56.217Z clang-15
1212026-06-05T03:58:56.256Z++ [[ 1 != 0 ]]
1222026-06-05T03:58:56.256Z++ set -o errexit
1232026-06-05T03:58:56.259Z++ pfexec pkg install clang-15
1242026-06-05T03:59:04.435Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-05T03:59:12.301Z Startup: Caching catalogs ... Done
1262026-06-05T03:59:19.496ZPlanning: Solver setup ... Done
1272026-06-05T03:59:19.537ZPlanning: Running solver ... Done
1282026-06-05T03:59:19.673ZPlanning: Finding local manifests ... Done
1292026-06-05T03:59:20.115ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-05T03:59:20.402ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-05T03:59:20.426ZPlanning: Package planning ... Done
1322026-06-05T03:59:20.426ZPlanning: Merging actions ... Done
1332026-06-05T03:59:20.476ZPlanning: Checking for conflicting actions ... Done
1342026-06-05T03:59:20.482ZPlanning: Consolidating action changes ... Done
1352026-06-05T03:59:21.248ZPlanning: Evaluating mediators ... Done
1362026-06-05T03:59:21.254ZPlanning: Planning completed in 8.78 seconds
1372026-06-05T03:59:21.264Z Packages to install: 2
1382026-06-05T03:59:21.267Z Mediators to change: 2
1392026-06-05T03:59:21.267Z Services to change: 1
1402026-06-05T03:59:21.267Z Create boot environment: No
1412026-06-05T03:59:21.267ZCreate backup boot environment: No
1422026-06-05T03:59:21.306Z
1432026-06-05T03:59:21.306ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-05T03:59:26.543ZDownload: 267/3076 items 15.6/211.3MB 7% complete (3.6M/s)
1452026-06-05T03:59:32.061ZDownload: 367/3076 items 16.1/211.3MB 7% complete (1.6M/s)
1462026-06-05T03:59:37.529ZDownload: 450/3076 items 16.7/211.3MB 7% complete (154k/s)
1472026-06-05T03:59:42.967ZDownload: 622/3076 items 17.4/211.3MB 8% complete (124k/s)
1482026-06-05T03:59:48.324ZDownload: 733/3076 items 17.8/211.3MB 8% complete (104k/s)
1492026-06-05T03:59:53.324ZDownload: 818/3076 items 18.2/211.3MB 8% complete (98.9k/s)
1502026-06-05T03:59:58.555ZDownload: 957/3076 items 72.8/211.3MB 34% complete (5.6M/s)
1512026-06-05T04:00:03.712ZDownload: 976/3076 items 81.7/211.3MB 38% complete (6.5M/s)
1522026-06-05T04:00:08.871ZDownload: 980/3076 items 81.7/211.3MB 38% complete (6.0M/s)
1532026-06-05T04:00:14.843ZDownload: 983/3076 items 82.2/211.3MB 38% complete (3.5M/s)
1542026-06-05T04:00:19.967ZDownload: 1188/3076 items 115.8/211.3MB 54% complete (3.5M/s)
1552026-06-05T04:00:25.083ZDownload: 1322/3076 items 116.3/211.3MB 55% complete (3.8M/s)
1562026-06-05T04:00:30.092ZDownload: 1394/3076 items 116.5/211.3MB 55% complete (342k/s)
1572026-06-05T04:00:31.120Z
1582026-06-05T04:00:31.120ZErrors were encountered while attempting to retrieve package or file data for
1592026-06-05T04:00:31.120Zthe requested operation.
1602026-06-05T04:00:31.121ZDetails follow:
1612026-06-05T04:00:31.121Z
1622026-06-05T04:00:31.121ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
1632026-06-05T04:00:31.121ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/810c9f7e1ed8dd923dc8d57b79a7c9467ffc1eef'
1642026-06-05T04:00:32.485Zprocess exited: duration 97457 ms, exit code 1
 
1652026-06-05T04:00:32.502Zfound 0 output files