01KTAYRW8S0VEP2PF554NYF90Z: image

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/mg-ddm-gz.tar",
            series: "image",
            name: "mg-ddm-gz.tar",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm-gz.sha256.txt",
            series: "image",
            name: "mg-ddm-gz.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm.tar.gz",
            series: "image",
            name: "mg-ddm.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm.sha256.txt",
            series: "image",
            name: "mg-ddm.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/mgd.tar.gz",
            series: "image",
            name: "mgd.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/mgd.sha256.txt",
            series: "image",
            name: "mgd.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KTAYTAVV7BYJ8QKVR31SWAYV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:11.452Zjob assigned to worker 01KTAYV8Y1V412ZBN2D6M8T6GA [factory aws, i-094ef15b4c844fdf7] (queued for 1 m 22 s)
 
22026-06-05T03:58:17.808Zstarting task 0: "setup"
32026-06-05T03:58:17.815Z++ uname -s
42026-06-05T03:58:17.818Z+ kern=SunOS
52026-06-05T03:58:17.818Z+ build_user=build
62026-06-05T03:58:17.818Z+ build_uid=12345
72026-06-05T03:58:17.818Z+ work_dir=/work
82026-06-05T03:58:17.818Z+ input_dir=/input
92026-06-05T03:58:17.818Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:17.818Z+ case "$kern" in
112026-06-05T03:58:17.818Z+ groupadd -g 12345 build
122026-06-05T03:58:17.821Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:19.825Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:19.950Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:19.954Z+ home_fs=zfs
162026-06-05T03:58:19.954Z+ [[ zfs == autofs ]]
172026-06-05T03:58:19.954Z+ mkdir -p /home/build
182026-06-05T03:58:19.954Z+ chown build:build /home/build /work
192026-06-05T03:58:21.955Z+ chmod 0700 /home/build /work
202026-06-05T03:58:21.959Zprocess exited: duration 4149 ms, exit code 0
 
212026-06-05T03:58:21.966Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:21.970Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:21.970Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:58:21.970Z * rust toolchain channel = "stable"
252026-06-05T03:58:21.970Z * rust toolchain profile = "default"
262026-06-05T03:58:21.970Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:21.970Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:21.974Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:21.974Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:22.045Zinfo: downloading installer
312026-06-05T03:58:23.382Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:23.382Zwarn: /opt/ooce/bin
332026-06-05T03:58:23.382Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:23.382Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:23.382Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:23.382Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:23.382Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:23.382Zerror: cannot install while Rust is installed
392026-06-05T03:58:23.382Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:23.382Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:23.382Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:23.382Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:23.383Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:23.396Zinfo: profile set to default
452026-06-05T03:58:23.396Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:23.399Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:23.538Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:23.541Zinfo: downloading 6 components
492026-06-05T03:58:38.057Z
502026-06-05T03:58:38.057Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T03:58:38.097Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:38.097Z
532026-06-05T03:58:38.100Z
542026-06-05T03:58:38.100ZRust is installed now. Great!
552026-06-05T03:58:38.100Z
562026-06-05T03:58:38.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:38.100Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:38.100Z
592026-06-05T03:58:38.101ZTo configure your current shell, you need to source
602026-06-05T03:58:38.101Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:38.101Z
622026-06-05T03:58:38.101ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:38.101Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:38.101Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:38.101Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:38.101Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:38.101Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:38.101Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:38.101Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:38.101Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:38.201Z+ rustup --version
722026-06-05T03:58:38.210Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:38.213Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:38.231Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:38.236Z+ cargo --version
762026-06-05T03:58:38.247Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:38.251Z+ rustc --version
782026-06-05T03:58:38.270Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:38.273Zprocess exited: duration 16304 ms, exit code 0
 
802026-06-05T03:58:38.279Zstarting task 2: "authentication"
812026-06-05T03:58:38.294ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:44.319Zprocess exited: duration 6038 ms, exit code 0
 
832026-06-05T03:58:44.325Zstarting task 3: "clone repository"
842026-06-05T03:58:44.329Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:44.332Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:44.369ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:45.663Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:45.663Z+ git fetch origin 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
892026-06-05T03:58:46.046ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:46.047Z * branch 047407809b1bda96f8c90d6c8c32e6230f8a7c1d -> FETCH_HEAD
912026-06-05T03:58:46.052Z+ [[ -n renovate/hyper ]]
922026-06-05T03:58:46.055Z++ git branch --show-current
932026-06-05T03:58:46.055Z+ current=main
942026-06-05T03:58:46.055Z+ [[ main != renovate/hyper ]]
952026-06-05T03:58:46.055Z+ git branch -f renovate/hyper 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
962026-06-05T03:58:46.060Z+ git checkout -f renovate/hyper
972026-06-05T03:58:46.075ZSwitched to branch 'renovate/hyper'
982026-06-05T03:58:46.079Z+ git reset --hard 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
992026-06-05T03:58:46.083ZHEAD is now at 0474078 Update hyper to 1.10.1
1002026-06-05T03:58:46.083Zprocess exited: duration 1754 ms, exit code 0
 
1012026-06-05T03:58:46.089Zstarting task 4: "build"
1022026-06-05T03:58:46.093Z+ pfexec pkg install clang-15
1032026-06-05T03:58:54.388Z Startup: Refreshing catalog 'helios-dev' ... Done
1042026-06-05T03:59:02.162Z Startup: Caching catalogs ... Done
1052026-06-05T03:59:09.394ZPlanning: Solver setup ... Done
1062026-06-05T03:59:09.437ZPlanning: Running solver ... Done
1072026-06-05T03:59:09.580ZPlanning: Finding local manifests ... Done
1082026-06-05T03:59:10.811ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-05T03:59:11.359ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-05T03:59:11.387ZPlanning: Package planning ... Done
1112026-06-05T03:59:11.413ZPlanning: Merging actions ... Done
1122026-06-05T03:59:11.520ZPlanning: Checking for conflicting actions ... Done
1132026-06-05T03:59:11.526ZPlanning: Consolidating action changes ... Done
1142026-06-05T03:59:12.304ZPlanning: Evaluating mediators ... Done
1152026-06-05T03:59:12.309ZPlanning: Planning completed in 9.98 seconds
1162026-06-05T03:59:12.322Z Packages to install: 2
1172026-06-05T03:59:12.322Z Mediators to change: 2
1182026-06-05T03:59:12.325Z Services to change: 1
1192026-06-05T03:59:12.325Z Create boot environment: No
1202026-06-05T03:59:12.325ZCreate backup boot environment: No
1212026-06-05T03:59:12.362Z
1222026-06-05T03:59:12.362ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1232026-06-05T03:59:17.407ZDownload: 168/3076 items 15.6/211.3MB 7% complete (4.6M/s)
1242026-06-05T03:59:22.427ZDownload: 254/3076 items 15.8/211.3MB 7% complete (1.9M/s)
1252026-06-05T03:59:27.560ZDownload: 333/3076 items 16.2/211.3MB 7% complete (131k/s)
1262026-06-05T03:59:32.750ZDownload: 496/3076 items 16.9/211.3MB 7% complete (113k/s)
1272026-06-05T03:59:37.754ZDownload: 759/3076 items 18.1/211.3MB 8% complete (180k/s)
1282026-06-05T03:59:42.761ZDownload: 936/3076 items 81.8/211.3MB 38% complete (6.5M/s)
1292026-06-05T03:59:49.902ZDownload: 979/3076 items 82.2/211.3MB 38% complete (6.5M/s)
1302026-06-05T04:00:06.638ZDownload: 982/3076 items 82.2/211.3MB 38% complete
1312026-06-05T04:00:11.410ZDownload: 1297/3076 items 115.5/211.3MB 54% complete (7.1M/s)
1322026-06-05T04:00:16.426ZDownload: 1362/3076 items 115.7/211.3MB 54% complete (4.4M/s)
1332026-06-05T04:00:21.500ZDownload: 1427/3076 items 115.9/211.3MB 54% complete (626k/s)
1342026-06-05T04:00:27.440ZDownload: 1592/3076 items 116.4/211.3MB 55% complete (71.4k/s)
1352026-06-05T04:00:31.524ZDownload: 1682/3076 items 116.6/211.3MB 55% complete (72.7k/s)
1362026-06-05T04:00:36.715ZDownload: 1784/3076 items 116.7/211.3MB 55% complete (40.6k/s)
1372026-06-05T04:00:41.898ZDownload: 1995/3076 items 117.3/211.3MB 55% complete (63.9k/s)
1382026-06-05T04:00:47.045ZDownload: 2000/3076 items 117.3/211.3MB 55% complete (63.1k/s)
1392026-06-05T04:00:52.915ZDownload: 2005/3076 items 117.3/211.3MB 55% complete (53.3k/s)
1402026-06-05T04:00:59.665ZDownload: 2009/3076 items 117.3/211.3MB 55% complete (1.9k/s)
1412026-06-05T04:01:01.934Z
1422026-06-05T04:01:01.934ZErrors were encountered while attempting to retrieve package or file data for
1432026-06-05T04:01:01.934Zthe requested operation.
1442026-06-05T04:01:01.934ZDetails follow:
1452026-06-05T04:01:01.934Z
1462026-06-05T04:01:01.934ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
1472026-06-05T04:01:01.934ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/c01b26347f4c48409d4e9c47fe73e11d1f4ba963'
1482026-06-05T04:01:03.390Zprocess exited: duration 137217 ms, exit code 1
 
1492026-06-05T04:01:03.492Zfound 0 output files