01KTAYRFCHPXZ8GTTHM67NWAKJ: 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: 01KTAYSXN4BA51FPTFWHRNYYPA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:43.184Zjob assigned to worker 01KTAYTQDE5X79BF9F0TTHQRDR [factory aws, i-09d4570b2b529d62d] (queued for 1 m 7 s)
 
22026-06-05T03:57:49.522Zstarting task 0: "setup"
32026-06-05T03:57:49.527Z++ uname -s
42026-06-05T03:57:49.530Z+ kern=SunOS
52026-06-05T03:57:49.530Z+ build_user=build
62026-06-05T03:57:49.530Z+ build_uid=12345
72026-06-05T03:57:49.530Z+ work_dir=/work
82026-06-05T03:57:49.530Z+ input_dir=/input
92026-06-05T03:57:49.530Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:49.530Z+ case "$kern" in
112026-06-05T03:57:49.530Z+ groupadd -g 12345 build
122026-06-05T03:57:49.530Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:51.535Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:51.640Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:51.643Z+ home_fs=zfs
162026-06-05T03:57:51.643Z+ [[ zfs == autofs ]]
172026-06-05T03:57:51.643Z+ mkdir -p /home/build
182026-06-05T03:57:51.646Z+ chown build:build /home/build /work
192026-06-05T03:57:53.645Z+ chmod 0700 /home/build /work
202026-06-05T03:57:53.649Zprocess exited: duration 4124 ms, exit code 0
 
212026-06-05T03:57:53.654Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:53.658Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:57:53.658Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:57:53.658Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T03:57:53.661Z * rust toolchain channel = "stable"
262026-06-05T03:57:53.662Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:53.662Z * rust toolchain profile = "default"
282026-06-05T03:57:53.662Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:53.662Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:53.756Zinfo: downloading installer
312026-06-05T03:57:55.076Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:55.076Zwarn: /opt/ooce/bin
332026-06-05T03:57:55.077Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:55.077Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:55.077Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:55.077Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:55.077Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:55.077Zerror: cannot install while Rust is installed
392026-06-05T03:57:55.077Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:55.077Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:55.077Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:55.077Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:55.077Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:55.087Zinfo: profile set to default
452026-06-05T03:57:55.087Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:55.090Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:55.220Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:55.223Zinfo: downloading 6 components
492026-06-05T03:58:09.396Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:09.396Z
512026-06-05T03:58:09.425Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:09.425Z
532026-06-05T03:58:09.425Z
542026-06-05T03:58:09.425ZRust is installed now. Great!
552026-06-05T03:58:09.425Z
562026-06-05T03:58:09.425ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:09.425Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:09.426Z
592026-06-05T03:58:09.426ZTo configure your current shell, you need to source
602026-06-05T03:58:09.426Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:09.426Z
622026-06-05T03:58:09.426ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:09.426Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:09.426Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:09.426Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:09.426Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:09.426Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:09.426Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:09.436Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:09.436Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:09.514Z+ rustup --version
722026-06-05T03:58:09.522Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:09.526Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:09.545Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:09.547Z+ cargo --version
762026-06-05T03:58:09.560Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:09.562Z+ rustc --version
782026-06-05T03:58:09.582Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:09.585Zprocess exited: duration 15926 ms, exit code 0
 
802026-06-05T03:58:09.590Zstarting task 2: "authentication"
812026-06-05T03:58:09.603ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:29.649Zprocess exited: duration 20051 ms, exit code 0
 
832026-06-05T03:58:29.667Zstarting task 3: "clone repository"
842026-06-05T03:58:29.670Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:29.674Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:29.705ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:30.741Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:30.741Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
892026-06-05T03:58:30.964ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:30.964Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
912026-06-05T03:58:30.969Z+ [[ -n renovate/dropshot ]]
922026-06-05T03:58:30.972Z++ git branch --show-current
932026-06-05T03:58:30.972Z+ current=main
942026-06-05T03:58:30.972Z+ [[ main != renovate/dropshot ]]
952026-06-05T03:58:30.972Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
962026-06-05T03:58:30.977Z+ git checkout -f renovate/dropshot
972026-06-05T03:58:30.985ZSwitched to branch 'renovate/dropshot'
982026-06-05T03:58:30.991Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
992026-06-05T03:58:31.012ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
1002026-06-05T03:58:31.012Zprocess exited: duration 1328 ms, exit code 0
 
1012026-06-05T03:58:31.031Zstarting task 4: "build"
1022026-06-05T03:58:31.037Z+ set -e
1032026-06-05T03:58:31.037Z+ source .github/buildomat/test-common.sh
1042026-06-05T03:58:31.040Z++ NEXTEST_VERSION=0.9.97
1052026-06-05T03:58:31.040Z++ PLATFORM=illumos
1062026-06-05T03:58:31.040Z++ banner install
1072026-06-05T03:58:31.041Z
1082026-06-05T03:58:31.041Z # # # #### ##### ## # #
1092026-06-05T03:58:31.041Z # ## # # # # # # #
1102026-06-05T03:58:31.041Z # # # # #### # # # # #
1112026-06-05T03:58:31.041Z # # # # # # ###### # #
1122026-06-05T03:58:31.041Z # # ## # # # # # # #
1132026-06-05T03:58:31.041Z # # # #### # # # ###### ######
1142026-06-05T03:58:31.041Z
1152026-06-05T03:58:31.042Z++ set +o errexit
1162026-06-05T03:58:31.042Z++ pkg info clang-15
1172026-06-05T03:58:31.042Z++ grep -qi installed
1182026-06-05T03:58:32.221Zpkg: info: no packages matching the following patterns you specified are
1192026-06-05T03:58:32.221Zinstalled on the system. Try querying remotely instead:
1202026-06-05T03:58:32.221Z
1212026-06-05T03:58:32.222Z clang-15
1222026-06-05T03:58:32.284Z++ [[ 1 != 0 ]]
1232026-06-05T03:58:32.284Z++ set -o errexit
1242026-06-05T03:58:32.311Z++ pfexec pkg install clang-15
1252026-06-05T03:58:40.213Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-05T03:58:47.967Z Startup: Caching catalogs ... Done
1272026-06-05T03:58:55.356ZPlanning: Solver setup ... Done
1282026-06-05T03:58:55.396ZPlanning: Running solver ... Done
1292026-06-05T03:58:55.534ZPlanning: Finding local manifests ... Done
1302026-06-05T03:58:55.546ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-05T03:58:55.631ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-05T03:58:55.660ZPlanning: Package planning ... Done
1332026-06-05T03:58:55.685ZPlanning: Merging actions ... Done
1342026-06-05T03:58:55.792ZPlanning: Checking for conflicting actions ... Done
1352026-06-05T03:58:55.799ZPlanning: Consolidating action changes ... Done
1362026-06-05T03:58:56.563ZPlanning: Evaluating mediators ... Done
1372026-06-05T03:58:56.569ZPlanning: Planning completed in 8.43 seconds
1382026-06-05T03:58:56.580Z Packages to install: 2
1392026-06-05T03:58:56.583Z Mediators to change: 2
1402026-06-05T03:58:56.583Z Services to change: 1
1412026-06-05T03:58:56.583Z Create boot environment: No
1422026-06-05T03:58:56.583ZCreate backup boot environment: No
1432026-06-05T03:58:56.622Z
1442026-06-05T03:58:56.622ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-05T03:59:01.629ZDownload: 828/3076 items 18.3/211.3MB 8% complete (3.8M/s)
1462026-06-05T03:59:25.950ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1472026-06-05T03:59:31.941ZDownload: 1024/3076 items 101.2/211.3MB 47% complete (7.2M/s)
1482026-06-05T03:59:37.095ZDownload: 1136/3076 items 114.2/211.3MB 54% complete (2.0M/s)
1492026-06-05T03:59:42.301ZDownload: 1387/3076 items 116.3/211.3MB 55% complete (1.6M/s)
1502026-06-05T03:59:47.346ZDownload: 1433/3076 items 116.4/211.3MB 55% complete (456k/s)
1512026-06-05T03:59:52.481ZDownload: 1549/3076 items 117.0/211.3MB 55% complete (72.3k/s)
1522026-06-05T03:59:57.501ZDownload: 1807/3076 items 117.4/211.3MB 55% complete (112k/s)
1532026-06-05T04:00:02.549ZDownload: 1929/3076 items 117.7/211.3MB 55% complete (109k/s)
1542026-06-05T04:00:07.977ZDownload: 1981/3076 items 117.9/211.3MB 55% complete (52.4k/s)
1552026-06-05T04:00:13.096ZDownload: 2001/3076 items 117.9/211.3MB 55% complete (44.0k/s)
1562026-06-05T04:00:19.485ZDownload: 2003/3076 items 117.9/211.3MB 55% complete (41.8k/s)
1572026-06-05T04:00:27.432ZDownload: 2005/3076 items 117.9/211.3MB 55% complete
1582026-06-05T04:00:33.926ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (31.7k/s)
1592026-06-05T04:00:39.069ZDownload: 2205/3076 items 118.6/211.3MB 56% complete (63.8k/s)
1602026-06-05T04:00:44.294ZDownload: 2251/3076 items 118.7/211.3MB 56% complete (76.8k/s)
1612026-06-05T04:00:49.452ZDownload: 2372/3076 items 119.2/211.3MB 56% complete (71.4k/s)
1622026-06-05T04:00:54.488ZDownload: 2526/3076 items 119.5/211.3MB 56% complete (86.3k/s)
1632026-06-05T04:00:59.502ZDownload: 2658/3076 items 119.8/211.3MB 56% complete (65.3k/s)
1642026-06-05T04:01:04.767ZDownload: 2710/3076 items 119.9/211.3MB 56% complete (49.5k/s)
1652026-06-05T04:01:07.123Z
1662026-06-05T04:01:07.123ZErrors were encountered while attempting to retrieve package or file data for
1672026-06-05T04:01:07.123Zthe requested operation.
1682026-06-05T04:01:07.123ZDetails follow:
1692026-06-05T04:01:07.123Z
1702026-06-05T04:01:07.123ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
1712026-06-05T04:01:07.123ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/9fc31120c7558295080798406328bde92d502707'
1722026-06-05T04:01:08.499Zprocess exited: duration 157427 ms, exit code 1
 
1732026-06-05T04:01:08.508Zfound 0 output files