01KTAYTHSCWE3874FYAGS5ZMW7: 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: 01KTAYW4NMBT38K5TSJDSGDN2M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:40.818Zjob assigned to worker 01KTAYWFM9Y6W71XDQVMHTNGWD [factory aws, i-0e536919713388550] (queued for 52 s)
 
22026-06-05T03:58:47.160Zstarting task 0: "setup"
32026-06-05T03:58:47.167Z++ uname -s
42026-06-05T03:58:47.170Z+ kern=SunOS
52026-06-05T03:58:47.170Z+ build_user=build
62026-06-05T03:58:47.170Z+ build_uid=12345
72026-06-05T03:58:47.170Z+ work_dir=/work
82026-06-05T03:58:47.170Z+ input_dir=/input
92026-06-05T03:58:47.170Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:47.170Z+ case "$kern" in
112026-06-05T03:58:47.170Z+ groupadd -g 12345 build
122026-06-05T03:58:47.170Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:49.176Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:49.270Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:49.277Z+ home_fs=zfs
162026-06-05T03:58:49.277Z+ [[ zfs == autofs ]]
172026-06-05T03:58:49.277Z+ mkdir -p /home/build
182026-06-05T03:58:49.277Z+ chown build:build /home/build /work
192026-06-05T03:58:51.265Z+ chmod 0700 /home/build /work
202026-06-05T03:58:51.270Zprocess exited: duration 4105 ms, exit code 0
 
212026-06-05T03:58:51.278Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:51.282Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:51.283Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:58:51.283Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T03:58:51.283Z * rust toolchain channel = "stable"
262026-06-05T03:58:51.283Z * rust toolchain profile = "default"
272026-06-05T03:58:51.283Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:51.286Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:51.286Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:51.380Zinfo: downloading installer
312026-06-05T03:58:52.674Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:52.674Zwarn: /opt/ooce/bin
332026-06-05T03:58:52.674Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:52.674Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:52.674Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:52.674Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:52.674Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:52.674Zerror: cannot install while Rust is installed
392026-06-05T03:58:52.674Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:52.675Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:52.675Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:52.675Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:52.675Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:52.688Zinfo: profile set to default
452026-06-05T03:58:52.688Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:52.691Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:52.818Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:52.821Zinfo: downloading 6 components
492026-06-05T03:59:08.588Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:08.589Z
512026-06-05T03:59:08.616Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:08.616Z
532026-06-05T03:59:08.630Z
542026-06-05T03:59:08.630ZRust is installed now. Great!
552026-06-05T03:59:08.630Z
562026-06-05T03:59:08.630ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:08.630Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:08.630Z
592026-06-05T03:59:08.630ZTo configure your current shell, you need to source
602026-06-05T03:59:08.630Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:08.630Z
622026-06-05T03:59:08.630ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:08.630Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:08.630Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:08.630Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:08.630Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:08.630Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:08.631Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:08.631Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:08.631Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:08.705Z+ rustup --version
722026-06-05T03:59:08.718Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:08.718Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:08.729Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:08.734Z+ cargo --version
762026-06-05T03:59:08.746Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:08.755Z+ rustc --version
782026-06-05T03:59:08.766Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:08.771Zprocess exited: duration 17487 ms, exit code 0
 
802026-06-05T03:59:08.778Zstarting task 2: "authentication"
812026-06-05T03:59:08.792Zprocess exited: duration 15 ms, exit code 0
 
822026-06-05T03:59:08.797Zstarting task 3: "clone repository"
832026-06-05T03:59:08.801Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:59:08.804Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:59:08.861ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:59:09.852Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:59:09.852Z+ git fetch origin e86e4e4b2f8085a42f0b82ef9a63817606232356
882026-06-05T03:59:10.081ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:59:10.081Z * branch e86e4e4b2f8085a42f0b82ef9a63817606232356 -> FETCH_HEAD
902026-06-05T03:59:10.086Z+ [[ -n renovate/chrono-0.x ]]
912026-06-05T03:59:11.092Z++ git branch --show-current
922026-06-05T03:59:11.092Z+ current=main
932026-06-05T03:59:11.092Z+ [[ main != renovate/chrono-0.x ]]
942026-06-05T03:59:11.092Z+ git branch -f renovate/chrono-0.x e86e4e4b2f8085a42f0b82ef9a63817606232356
952026-06-05T03:59:11.096Z+ git checkout -f renovate/chrono-0.x
962026-06-05T03:59:11.096ZSwitched to branch 'renovate/chrono-0.x'
972026-06-05T03:59:11.096Z+ git reset --hard e86e4e4b2f8085a42f0b82ef9a63817606232356
982026-06-05T03:59:11.096ZHEAD is now at e86e4e4 Update Rust crate chrono to 0.4.45
992026-06-05T03:59:11.096Zprocess exited: duration 1329 ms, exit code 0
 
1002026-06-05T03:59:11.104Zstarting task 4: "build"
1012026-06-05T03:59:11.110Z+ pfexec pkg install clang-15
1022026-06-05T03:59:19.942Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-05T03:59:27.609Z Startup: Caching catalogs ... Done
1042026-06-05T03:59:34.840ZPlanning: Solver setup ... Done
1052026-06-05T03:59:34.882ZPlanning: Running solver ... Done
1062026-06-05T03:59:35.025ZPlanning: Finding local manifests ... Done
1072026-06-05T03:59:35.055ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-05T03:59:35.228ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-05T03:59:35.257ZPlanning: Package planning ... Done
1102026-06-05T03:59:35.286ZPlanning: Merging actions ... Done
1112026-06-05T03:59:35.387ZPlanning: Checking for conflicting actions ... Done
1122026-06-05T03:59:35.393ZPlanning: Consolidating action changes ... Done
1132026-06-05T03:59:36.167ZPlanning: Evaluating mediators ... Done
1142026-06-05T03:59:36.172ZPlanning: Planning completed in 8.39 seconds
1152026-06-05T03:59:36.184Z Packages to install: 2
1162026-06-05T03:59:36.186Z Mediators to change: 2
1172026-06-05T03:59:36.186Z Services to change: 1
1182026-06-05T03:59:36.186Z Create boot environment: No
1192026-06-05T03:59:36.186ZCreate backup boot environment: No
1202026-06-05T03:59:36.225Z
1212026-06-05T03:59:36.225ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-05T03:59:41.338ZDownload: 261/3076 items 15.8/211.3MB 7% complete (4.2M/s)
1232026-06-05T03:59:46.344ZDownload: 453/3076 items 16.8/211.3MB 7% complete (1.7M/s)
1242026-06-05T03:59:51.427ZDownload: 547/3076 items 17.3/211.3MB 8% complete (204k/s)
1252026-06-05T03:59:56.529ZDownload: 655/3076 items 17.6/211.3MB 8% complete (127k/s)
1262026-06-05T04:00:01.536ZDownload: 731/3076 items 17.8/211.3MB 8% complete (59.6k/s)
1272026-06-05T04:00:06.678ZDownload: 820/3076 items 18.4/211.3MB 8% complete (73.7k/s)
1282026-06-05T04:00:11.541ZDownload: 875/3076 items 18.5/211.3MB 8% complete (79.3k/s)
1292026-06-05T04:00:16.940ZDownload: 947/3076 items 81.5/211.3MB 38% complete (6.3M/s)
1302026-06-05T04:00:22.159ZDownload: 970/3076 items 81.6/211.3MB 38% complete (6.4M/s)
1312026-06-05T04:00:27.489ZDownload: 972/3076 items 81.6/211.3MB 38% complete (6.0M/s)
1322026-06-05T04:00:32.210ZDownload: 975/3076 items 81.6/211.3MB 38% complete (5.3M/s)
1332026-06-05T04:00:37.392ZDownload: 977/3076 items 81.6/211.3MB 38% complete
1342026-06-05T04:00:43.774ZDownload: 981/3076 items 82.2/211.3MB 38% complete (1.9M/s)
1352026-06-05T04:00:56.445ZDownload: 985/3076 items 82.2/211.3MB 38% complete
1362026-06-05T04:01:01.444ZDownload: 1367/3076 items 116.3/211.3MB 55% complete (8.2M/s)
1372026-06-05T04:01:01.930Z
1382026-06-05T04:01:01.930ZErrors were encountered while attempting to retrieve package or file data for
1392026-06-05T04:01:01.930Zthe requested operation.
1402026-06-05T04:01:01.930ZDetails follow:
1412026-06-05T04:01:01.930Z
1422026-06-05T04:01:01.930ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
1432026-06-05T04:01:01.930ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3cbb52cd1db571227227313e4cd28e0265b3efbc'
1442026-06-05T04:01:03.268Zprocess exited: duration 112140 ms, exit code 1
 
1452026-06-05T04:01:03.447Zfound 0 output files