01HDESJEXJZSZJR648WXXGSRVC: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HDESJR0PXSNM29SZGKNQ8NBP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-23T17:35:32.505Zjob assigned to worker 01HDESK28XPHHV9BQ8MJSDW548 (queued for 1 m 57 s)
 
22023-10-23T17:35:33.736Zstarting task 0: "setup"
32023-10-23T17:35:33.874Z++ uname -s
42023-10-23T17:35:33.877Z+ kern=SunOS
52023-10-23T17:35:33.881Z+ case "$kern" in
62023-10-23T17:35:33.884Z+ groupadd -g 12345 build
72023-10-23T17:35:33.886Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-23T17:35:35.898Z+ zfs create -o mountpoint=/work rpool/work
92023-10-23T17:35:35.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-23T17:35:35.981Z+ home_fs=zfs
112023-10-23T17:35:35.984Z+ [[ zfs == autofs ]]
122023-10-23T17:35:35.987Z+ mkdir -p /home/build
132023-10-23T17:35:35.990Z+ chown build:build /home/build /work
142023-10-23T17:35:37.987Z+ chmod 0700 /home/build /work
152023-10-23T17:35:37.990Zprocess exited: duration 4251 ms, exit code 0
 
162023-10-23T17:35:37.997Zstarting task 1: "rust-toolchain"
172023-10-23T17:35:38.009Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-23T17:35:38.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-23T17:35:38.180Zinfo: downloading installer
202023-10-23T17:35:39.833Zwarning: it looks like you have an existing installation of Rust at:
212023-10-23T17:35:39.836Zwarning: /opt/ooce/bin
222023-10-23T17:35:39.839Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-23T17:35:39.842Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-23T17:35:39.844Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-23T17:35:39.847Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-23T17:35:39.850Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-23T17:35:39.852Zerror: cannot install while Rust is installed
282023-10-23T17:35:39.855Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-23T17:35:40.023Zinfo: profile set to 'default'
302023-10-23T17:35:40.027Zinfo: default host triple is x86_64-unknown-illumos
312023-10-23T17:35:40.041Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-23T17:35:40.168Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-23T17:35:40.171Zinfo: downloading component 'cargo'
342023-10-23T17:35:40.788Zinfo: downloading component 'clippy'
352023-10-23T17:35:40.994Zinfo: downloading component 'rust-docs'
362023-10-23T17:35:41.761Zinfo: downloading component 'rust-std'
372023-10-23T17:35:43.529Zinfo: downloading component 'rustc'
382023-10-23T17:35:46.457Zinfo: downloading component 'rustfmt'
392023-10-23T17:35:46.656Zinfo: installing component 'cargo'
402023-10-23T17:35:48.537Zinfo: installing component 'clippy'
412023-10-23T17:35:49.471Zinfo: installing component 'rust-docs'
422023-10-23T17:35:52.174Zinfo: installing component 'rust-std'
432023-10-23T17:35:55.962Zinfo: installing component 'rustc'
442023-10-23T17:36:06.214Zinfo: installing component 'rustfmt'
452023-10-23T17:36:06.661Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-23T17:36:06.665Z
472023-10-23T17:36:06.798Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-23T17:36:06.802Z
492023-10-23T17:36:06.807Z
502023-10-23T17:36:06.810ZRust is installed now. Great!
512023-10-23T17:36:06.812Z
522023-10-23T17:36:06.815ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-23T17:36:06.818Zenvironment variable. This has not been done automatically.
542023-10-23T17:36:06.821Z
552023-10-23T17:36:06.824ZTo configure your current shell, run:
562023-10-23T17:36:06.827Zsource "$HOME/.cargo/env"
572023-10-23T17:36:06.885Z+ rustc --version
582023-10-23T17:36:06.993Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-23T17:36:06.998Zprocess exited: duration 28998 ms, exit code 0
 
602023-10-23T17:36:07.004Zstarting task 2: "authentication"
612023-10-23T17:36:07.040Zprocess exited: duration 31 ms, exit code 0
 
622023-10-23T17:36:07.046Zstarting task 3: "clone repository"
632023-10-23T17:36:07.056Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-23T17:36:07.059Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-23T17:36:07.093ZCloning into '/work/oxidecomputer/omicron'...
662023-10-23T17:36:13.961Z+ cd /work/oxidecomputer/omicron
672023-10-23T17:36:14.174Z+ [[ -n bump-console-672cb208 ]]
682023-10-23T17:36:14.915Z+ git fetch origin bump-console-672cb208
692023-10-23T17:36:15.386ZFrom https://github.com/oxidecomputer/omicron
702023-10-23T17:36:15.773Z * branch bump-console-672cb208 -> FETCH_HEAD
712023-10-23T17:36:17.354Z+ git checkout -B bump-console-672cb208 remotes/origin/bump-console-672cb208
722023-10-23T17:36:18.446ZSwitched to a new branch 'bump-console-672cb208'
732023-10-23T17:36:18.997Zbranch 'bump-console-672cb208' set up to track 'origin/bump-console-672cb208'.
742023-10-23T17:36:39.486Z+ git reset --hard 0be37b016b3d1ef2a811ed9977deae378e2be879
752023-10-23T17:36:39.674ZHEAD is now at 0be37b01 Bump web console (utilization table)
762023-10-23T17:36:39.877Zprocess exited: duration 7188 ms, exit code 0
 
772023-10-23T17:36:40.163Zstarting task 4: "build"
782023-10-23T17:36:40.284Z+ cargo --version
792023-10-23T17:36:40.422Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-23T17:36:40.480Z+ rustc --version
812023-10-23T17:36:40.542Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-23T17:36:40.599Z++ git rev-parse HEAD
832023-10-23T17:36:40.648Z+ COMMIT=0be37b016b3d1ef2a811ed9977deae378e2be879
842023-10-23T17:36:40.705Z+ VERSION=1.0.2-0.ci+git0be37b016b3
852023-10-23T17:36:40.853Z+ echo 1.0.2-0.ci+git0be37b016b3
862023-10-23T17:36:40.880Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
 
872023-10-23T17:36:48.802Zjob cancelled