01JPXXN7HD5M1KDHH5SB9HG8KQ: openapi

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: None,
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/ddm-admin.json",
            series: "openapi",
            name: "ddm-admin.json",
        },
        BasicConfigPublish {
            from_output: "/out/ddm-admin.json.sha256.txt",
            series: "openapi",
            name: "ddm-admin.json.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/mg-admin.json",
            series: "openapi",
            name: "mg-admin.json",
        },
        BasicConfigPublish {
            from_output: "/out/mg-admin.json.sha256.txt",
            series: "openapi",
            name: "mg-admin.json.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JPXXNZD6FMQ493V3CWWAM72Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-22T03:18:24.207Zjob assigned to worker 01JPXXPCWM85AR0GC09X0R2VHJ [factory aws, i-09cddab6c5bfa3a70] (queued for 58 s)
 
22025-03-22T03:18:32.260Zstarting task 0: "setup"
32025-03-22T03:18:32.269Z++ uname -s
42025-03-22T03:18:32.273Z+ kern=SunOS
52025-03-22T03:18:32.273Z+ build_user=build
62025-03-22T03:18:32.273Z+ build_uid=12345
72025-03-22T03:18:32.273Z+ work_dir=/work
82025-03-22T03:18:32.273Z+ input_dir=/input
92025-03-22T03:18:32.273Z+ [[ 0 == 12345 ]]
102025-03-22T03:18:32.273Z+ case "$kern" in
112025-03-22T03:18:32.273Z+ groupadd -g 12345 build
122025-03-22T03:18:32.273Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-22T03:18:34.278Z+ zfs create -o mountpoint=/work rpool/work
142025-03-22T03:18:34.420Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-22T03:18:34.423Z+ home_fs=zfs
162025-03-22T03:18:34.423Z+ [[ zfs == autofs ]]
172025-03-22T03:18:34.423Z+ mkdir -p /home/build
182025-03-22T03:18:34.426Z+ chown build:build /home/build /work
192025-03-22T03:18:36.427Z+ chmod 0700 /home/build /work
202025-03-22T03:18:36.430Zprocess exited: duration 4171 ms, exit code 0
 
212025-03-22T03:18:36.436Zstarting task 1: "authentication"
222025-03-22T03:18:36.453Zprocess exited: duration 17 ms, exit code 0
 
232025-03-22T03:18:36.459Zstarting task 2: "clone repository"
242025-03-22T03:18:36.464Z+ mkdir -p /work/oxidecomputer/maghemite
252025-03-22T03:18:36.467Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
262025-03-22T03:18:36.594ZCloning into '/work/oxidecomputer/maghemite'...
272025-03-22T03:18:37.167Z+ cd /work/oxidecomputer/maghemite
282025-03-22T03:18:37.167Z+ git fetch origin f5d9b936334616366ddf35f6a77cc1da649ea802
292025-03-22T03:18:37.411ZFrom https://github.com/oxidecomputer/maghemite
302025-03-22T03:18:37.412Z * branch f5d9b936334616366ddf35f6a77cc1da649ea802 -> FETCH_HEAD
312025-03-22T03:18:37.420Z+ [[ -n renovate/hostname-0.x ]]
322025-03-22T03:18:37.423Z++ git branch --show-current
332025-03-22T03:18:37.426Z+ current=main
342025-03-22T03:18:37.426Z+ [[ main != renovate/hostname-0.x ]]
352025-03-22T03:18:37.426Z+ git branch -f renovate/hostname-0.x f5d9b936334616366ddf35f6a77cc1da649ea802
362025-03-22T03:18:37.429Z+ git checkout -f renovate/hostname-0.x
372025-03-22T03:18:37.442ZSwitched to branch 'renovate/hostname-0.x'
382025-03-22T03:18:37.445Z+ git reset --hard f5d9b936334616366ddf35f6a77cc1da649ea802
392025-03-22T03:18:37.456ZHEAD is now at f5d9b93 Update Rust crate hostname to 0.4
402025-03-22T03:18:37.459Zprocess exited: duration 997 ms, exit code 0
 
412025-03-22T03:18:37.467Zstarting task 3: "build"
422025-03-22T03:18:37.471Z+ banner copy
432025-03-22T03:18:37.474Z
442025-03-22T03:18:37.474Z #### #### ##### # #
452025-03-22T03:18:37.474Z # # # # # # # #
462025-03-22T03:18:37.474Z # # # # # #
472025-03-22T03:18:37.474Z # # # ##### #
482025-03-22T03:18:37.474Z # # # # # #
492025-03-22T03:18:37.474Z #### #### # #
502025-03-22T03:18:37.474Z
512025-03-22T03:18:37.474Z+ pfexec mkdir -p /out
522025-03-22T03:18:37.478Z+ pfexec chown 12345 /out
532025-03-22T03:18:37.481Z+ cp openapi/ddm-admin.json /out/ddm-admin.json
542025-03-22T03:18:37.484Z+ digest -a sha256 /out/ddm-admin.json
552025-03-22T03:18:37.490Z+ cp openapi/mg-admin.json /out/mg-admin.json
562025-03-22T03:18:37.493Z+ digest -a sha256 /out/mg-admin.json
572025-03-22T03:18:37.499Zprocess exited: duration 33 ms, exit code 0
 
582025-03-22T03:18:37.507Zfound 4 output files
592025-03-22T03:18:37.507Zuploading: /out/ddm-admin.json (14335 bytes)
602025-03-22T03:18:38.519Zuploaded: /out/ddm-admin.json
612025-03-22T03:18:38.519Zuploading: /out/ddm-admin.json.sha256.txt (65 bytes)
622025-03-22T03:18:39.529Zuploaded: /out/ddm-admin.json.sha256.txt
632025-03-22T03:18:39.529Zuploading: /out/mg-admin.json (91262 bytes)
642025-03-22T03:18:40.544Zuploaded: /out/mg-admin.json
652025-03-22T03:18:40.547Zuploading: /out/mg-admin.json.sha256.txt (65 bytes)
662025-03-22T03:18:41.557Zuploaded: /out/mg-admin.json.sha256.txt