01J0M22RAHPP7X930AGPGNDEQS: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J0M237152H6BRX93SACR27WY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-17T21:38:00.160Zjob assigned to worker 01J0M238E0AHXPMCZY1C9M056E (queued for 1 m 10 s)
 
22024-06-17T21:38:07.825Zstarting task 0: "setup"
32024-06-17T21:38:07.882Z++ uname -s
42024-06-17T21:38:07.885Z+ kern=SunOS
52024-06-17T21:38:07.885Z+ case "$kern" in
62024-06-17T21:38:07.885Z+ groupadd -g 12345 build
72024-06-17T21:38:07.890Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-17T21:38:09.897Z+ zfs create -o mountpoint=/work rpool/work
92024-06-17T21:38:09.999Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-17T21:38:10.002Z+ home_fs=zfs
112024-06-17T21:38:10.003Z+ [[ zfs == autofs ]]
122024-06-17T21:38:10.003Z+ mkdir -p /home/build
132024-06-17T21:38:10.003Z+ chown build:build /home/build /work
142024-06-17T21:38:12.005Z+ chmod 0700 /home/build /work
152024-06-17T21:38:12.008Zprocess exited: duration 4181 ms, exit code 0
 
162024-06-17T21:38:12.014Zstarting task 1: "rust-toolchain"
172024-06-17T21:38:12.019Z+ printf ' * toolchain channel = "%s"
182024-06-17T21:38:12.019Z' 1.78.0
192024-06-17T21:38:12.019Z * toolchain channel = "1.78.0"
202024-06-17T21:38:12.019Z+ printf ' * toolchain profile = "%s"
212024-06-17T21:38:12.019Z' default
222024-06-17T21:38:12.019Z * toolchain profile = "default"
232024-06-17T21:38:12.022Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-17T21:38:12.022Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-17T21:38:12.136Zinfo: downloading installer
262024-06-17T21:38:13.629Zinfo: profile set to 'default'
272024-06-17T21:38:13.629Zinfo: default host triple is x86_64-unknown-illumos
282024-06-17T21:38:13.632Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-17T21:38:13.780Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-17T21:38:13.781Zinfo: downloading component 'cargo'
312024-06-17T21:38:14.644Zinfo: downloading component 'clippy'
322024-06-17T21:38:14.935Zinfo: downloading component 'rust-docs'
332024-06-17T21:38:16.086Zinfo: downloading component 'rust-std'
342024-06-17T21:38:17.930Zinfo: downloading component 'rustc'
352024-06-17T21:38:22.622Zinfo: downloading component 'rustfmt'
362024-06-17T21:38:22.875Zinfo: installing component 'cargo'
372024-06-17T21:38:23.723Zinfo: installing component 'clippy'
382024-06-17T21:38:24.085Zinfo: installing component 'rust-docs'
392024-06-17T21:38:25.607Zinfo: installing component 'rust-std'
402024-06-17T21:38:27.378Zinfo: installing component 'rustc'
412024-06-17T21:38:31.617Zinfo: installing component 'rustfmt'
422024-06-17T21:38:31.963Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-17T21:38:31.963Z
442024-06-17T21:38:32.226Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-17T21:38:32.226Z
462024-06-17T21:38:32.229Z
472024-06-17T21:38:32.229ZRust is installed now. Great!
482024-06-17T21:38:32.229Z
492024-06-17T21:38:32.229ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-17T21:38:32.229Zenvironment variable. This has not been done automatically.
512024-06-17T21:38:32.229Z
522024-06-17T21:38:32.229ZTo configure your current shell, you need to source
532024-06-17T21:38:32.229Zthe corresponding env file under $HOME/.cargo.
542024-06-17T21:38:32.229Z
552024-06-17T21:38:32.229ZThis is usually done by running one of the following (note the leading DOT):
562024-06-17T21:38:32.229Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-17T21:38:32.229Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-17T21:38:32.332Z+ rustc --version
592024-06-17T21:38:32.394Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-17T21:38:32.397Zprocess exited: duration 20379 ms, exit code 0
 
612024-06-17T21:38:32.404Zstarting task 2: "authentication"
622024-06-17T21:38:32.426Zprocess exited: duration 21 ms, exit code 0
 
632024-06-17T21:38:32.433Zstarting task 3: "clone repository"
642024-06-17T21:38:32.438Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-17T21:38:32.441Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-17T21:38:33.061ZCloning into '/work/oxidecomputer/omicron'...
672024-06-17T21:38:42.515Z+ cd /work/oxidecomputer/omicron
682024-06-17T21:38:42.515Z+ git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f
692024-06-17T21:38:42.839ZFrom https://github.com/oxidecomputer/omicron
702024-06-17T21:38:42.839Z * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD
712024-06-17T21:38:42.849Z+ [[ -n dap/steno-error-update ]]
722024-06-17T21:38:42.852Z++ git branch --show-current
732024-06-17T21:38:42.855Z+ current=main
742024-06-17T21:38:42.855Z+ [[ main != dap/steno-error-update ]]
752024-06-17T21:38:42.855Z+ git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f
762024-06-17T21:38:42.858Z+ git checkout -f dap/steno-error-update
772024-06-17T21:38:42.994ZSwitched to branch 'dap/steno-error-update'
782024-06-17T21:38:42.997Z+ git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f
792024-06-17T21:38:43.129ZHEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError
802024-06-17T21:38:43.132Zprocess exited: duration 10696 ms, exit code 0
 
812024-06-17T21:38:43.138Zstarting task 4: "build"
822024-06-17T21:38:43.144Z+ cargo --version
832024-06-17T21:38:43.198Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-17T21:38:43.203Z+ rustc --version
852024-06-17T21:38:43.257Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-17T21:38:43.260Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-06-17T21:38:56.304Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-06-17T21:38:58.191Z Startup: Caching catalogs ... Done
892024-06-17T21:39:00.430ZPlanning: Solver setup ... Done (1.778s)
902024-06-17T21:39:00.465ZPlanning: Running solver ... Done (0.035s)
912024-06-17T21:39:00.504ZPlanning: Finding local manifests ... Done (0.003s)
922024-06-17T21:39:00.516ZPlanning: Fetching manifests: 0/4 0% complete
932024-06-17T21:39:00.746ZPlanning: Fetching manifests: 4/4 100% complete
942024-06-17T21:39:00.795ZPlanning: Package planning ... Done (0.048s)
952024-06-17T21:39:00.845ZPlanning: Merging actions ... Done (0.050s)
962024-06-17T21:39:01.565ZPlanning: Checking for conflicting actions ... Done (0.719s)
972024-06-17T21:39:01.576ZPlanning: Consolidating action changes ... Done (0.011s)
982024-06-17T21:39:05.501ZPlanning: Evaluating mediators ... Done (3.925s)
992024-06-17T21:39:05.511ZPlanning: Planning completed in 7.26 seconds
1002024-06-17T21:39:05.923Z Packages to install: 4
1012024-06-17T21:39:05.923Z Mediators to change: 2
1022024-06-17T21:39:05.923Z Services to change: 1
1032024-06-17T21:39:05.926Z Estimated space available: 155.77 GB
1042024-06-17T21:39:05.926ZEstimated space to be consumed: 1.45 GB
1052024-06-17T21:39:05.926Z Create boot environment: No
1062024-06-17T21:39:05.926ZCreate backup boot environment: No
1072024-06-17T21:39:05.926Z Rebuild boot archive: No
1082024-06-17T21:39:05.926Z
1092024-06-17T21:39:05.926ZChanged mediators:
1102024-06-17T21:39:05.926Z mediator clang:
1112024-06-17T21:39:05.926Z version: None -> 15 (system default)
1122024-06-17T21:39:05.926Z
1132024-06-17T21:39:05.926Z mediator llvm:
1142024-06-17T21:39:05.926Z version: 14 (system default) -> 15 (system default)
1152024-06-17T21:39:05.926Z
1162024-06-17T21:39:05.926ZChanged packages:
1172024-06-17T21:39:05.926Zhelios-dev
1182024-06-17T21:39:05.926Z developer/build-essential
1192024-06-17T21:39:05.926Z None -> 11-2.0
1202024-06-17T21:39:05.926Z library/libxmlsec1
1212024-06-17T21:39:05.926Z None -> 1.2.35-2.0
1222024-06-17T21:39:05.926Z ooce/developer/clang-15
1232024-06-17T21:39:05.926Z None -> 15.0.7-2.0
1242024-06-17T21:39:05.926Z ooce/developer/llvm-15
1252024-06-17T21:39:05.926Z None -> 15.0.7-2.0
1262024-06-17T21:39:05.926Z
1272024-06-17T21:39:05.926ZServices:
1282024-06-17T21:39:05.926Z restart_fmri:
1292024-06-17T21:39:05.926Z svc:/system/update-man-index:default
1302024-06-17T21:39:06.030Z
1312024-06-17T21:39:06.030ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-06-17T21:39:11.031ZDownload: 1405/3290 items 117.1/212.6MB 55% complete (23.6M/s)
1332024-06-17T21:39:16.084ZDownload: 3227/3290 items 164.6/212.6MB 77% complete (16.5M/s)
1342024-06-17T21:39:17.578ZDownload: Completed 212.60 MB in 11.55 seconds (18.4M/s)
1352024-06-17T21:39:17.776Z Actions: 1/3689 actions (Installing new actions)
1362024-06-17T21:39:22.801Z Actions: 3596/3689 actions (Installing new actions)
1372024-06-17T21:39:22.889Z Actions: Completed 3689 actions in 5.11 seconds.
1382024-06-17T21:39:23.048Z Done (0.126s)
1392024-06-17T21:39:23.048Z Done (0.000s)
1402024-06-17T21:39:23.329Z Done (0.309s)
1412024-06-17T21:39:28.778Z Done (5.292s)
1422024-06-17T21:39:28.969Z Done (0.123s)
1432024-06-17T21:39:28.972Z Done (0.000s)
1442024-06-17T21:39:29.134Z Done (0.000s)
1452024-06-17T21:39:29.695ZPlanning: Evaluating mediator changes ... Done
1462024-06-17T21:39:29.855ZPlanning: Checking for conflicting actions ... Done
1472024-06-17T21:39:29.858ZPlanning: Consolidating action changes ... Done
1482024-06-17T21:39:30.123ZPlanning: Evaluating mediators ... Done
1492024-06-17T21:39:30.127ZPlanning: Planning completed in 0.43 seconds
1502024-06-17T21:39:30.158Z Mediators to change: 2
1512024-06-17T21:39:30.158Z Create boot environment: No
1522024-06-17T21:39:30.161ZCreate backup boot environment: No
1532024-06-17T21:39:30.249Z Done
1542024-06-17T21:39:30.249Z Done
1552024-06-17T21:39:30.448Z Done
1562024-06-17T21:39:33.941Z Done
1572024-06-17T21:39:34.025Z Done
1582024-06-17T21:39:34.028Z Done
1592024-06-17T21:39:34.140Z Done
1602024-06-17T21:39:34.761ZPlanning: Evaluating mediator changes ... Done
1612024-06-17T21:39:34.764ZPlanning: Merging actions ... Done
1622024-06-17T21:39:34.952ZPlanning: Checking for conflicting actions ... Done
1632024-06-17T21:39:34.955ZPlanning: Consolidating action changes ... Done
1642024-06-17T21:39:35.221ZPlanning: Evaluating mediators ... Done
1652024-06-17T21:39:35.278ZPlanning: Planning completed in 0.76 seconds
1662024-06-17T21:39:35.312Z Packages to change: 1
1672024-06-17T21:39:35.312Z Mediators to change: 1
1682024-06-17T21:39:35.315Z Services to change: 1
1692024-06-17T21:39:35.315Z Create boot environment: No
1702024-06-17T21:39:35.315ZCreate backup boot environment: Yes
1712024-06-17T21:39:37.101Z Actions: 1/6 actions (Updating modified actions)
1722024-06-17T21:39:37.140Z Actions: Completed 6 actions in 0.04 seconds.
1732024-06-17T21:39:37.142Z Done
1742024-06-17T21:39:37.142Z Done
1752024-06-17T21:39:37.206Z Done
1762024-06-17T21:39:40.768Z Done
1772024-06-17T21:39:40.854Z Done
1782024-06-17T21:39:40.857Z Done
1792024-06-17T21:39:40.966Z Done
1802024-06-17T21:39:41.407ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-06-17T21:39:41.407Zclang system 15 system
1822024-06-17T21:39:41.407Zcsh system system illumos
1832024-06-17T21:39:41.407Zctags system system illumos
1842024-06-17T21:39:41.407Zgcc vendor 12 vendor
1852024-06-17T21:39:41.407Zgcc system 10 system
1862024-06-17T21:39:41.407Zgcc system 7 system
1872024-06-17T21:39:41.408Zgo system 1.20 system
1882024-06-17T21:39:41.408Zgo system 1.19 system
1892024-06-17T21:39:41.408Zllvm system 15 system
1902024-06-17T21:39:41.408Zllvm system 14 system
1912024-06-17T21:39:41.408Zmariadb system 10.6 system
1922024-06-17T21:39:41.408Zmta vendor vendor dma
1932024-06-17T21:39:41.408Zopenjdk system 17 system
1942024-06-17T21:39:41.408Zopenjdk system 11 system
1952024-06-17T21:39:41.408Zopenjdk system 1.8 system
1962024-06-17T21:39:41.408Zopenssl vendor 3 vendor
1972024-06-17T21:39:41.408Zperl system 5.36 system
1982024-06-17T21:39:41.408Zpostgresql system 15 system
1992024-06-17T21:39:41.408Zpostgresql system 13 system
2002024-06-17T21:39:41.408Zpython vendor 3 vendor
2012024-06-17T21:39:41.408Zpython system 2 system
2022024-06-17T21:39:41.408Zpython3 system 3.11 system
2032024-06-17T21:39:41.408Zruby system 3.0 system
2042024-06-17T21:39:41.408Zwords vendor vendor american-english
2052024-06-17T21:39:41.408Zwords system system australian-english
2062024-06-17T21:39:41.408Zwords system system british-english
2072024-06-17T21:39:41.408Zwords system system canadian-english
2082024-06-17T21:39:41.408Zwords system system french
2092024-06-17T21:39:41.408Zwords system system italian
2102024-06-17T21:39:41.408Zwords system system ngerman
2112024-06-17T21:39:41.409Zwords system system ogerman
2122024-06-17T21:39:41.409Zwords system system spanish
2132024-06-17T21:39:41.744ZPUBLISHER TYPE STATUS P LOCATION
2142024-06-17T21:39:41.745Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-06-17T21:39:43.235ZFMRI IFO
2162024-06-17T21:39:43.235Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-06-17T21:39:43.235Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-06-17T21:39:43.235Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-06-17T21:39:43.235Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-06-17T21:39:43.235Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-06-17T21:39:43.235Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-06-17T21:39:43.235Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-06-17T21:39:43.235Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-06-17T21:39:43.235Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-06-17T21:39:43.235Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-06-17T21:39:43.235Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-06-17T21:39:43.235Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-06-17T21:39:43.736Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-06-17T21:39:44.070Zerror: failed to load source for dependency `steno`
2302024-06-17T21:39:44.070Z
2312024-06-17T21:39:44.070ZCaused by:
2322024-06-17T21:39:44.070Z Unable to update /work/oxidecomputer/steno-errors
2332024-06-17T21:39:44.070Z
2342024-06-17T21:39:44.070ZCaused by:
2352024-06-17T21:39:44.070Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2362024-06-17T21:39:44.070Z
2372024-06-17T21:39:44.070ZCaused by:
2382024-06-17T21:39:44.073Z No such file or directory (os error 2)
2392024-06-17T21:39:44.076ZFailed to run command -- will try 2 more times
2402024-06-17T21:39:44.265Zerror: failed to load source for dependency `steno`
2412024-06-17T21:39:44.265Z
2422024-06-17T21:39:44.265ZCaused by:
2432024-06-17T21:39:44.265Z Unable to update /work/oxidecomputer/steno-errors
2442024-06-17T21:39:44.265Z
2452024-06-17T21:39:44.265ZCaused by:
2462024-06-17T21:39:44.265Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2472024-06-17T21:39:44.265Z
2482024-06-17T21:39:44.265ZCaused by:
2492024-06-17T21:39:44.265Z No such file or directory (os error 2)
2502024-06-17T21:39:44.269ZFailed to run command -- will try 1 more times
2512024-06-17T21:39:44.458Zerror: failed to load source for dependency `steno`
2522024-06-17T21:39:44.458Z
2532024-06-17T21:39:44.458ZCaused by:
2542024-06-17T21:39:44.458Z Unable to update /work/oxidecomputer/steno-errors
2552024-06-17T21:39:44.458Z
2562024-06-17T21:39:44.458ZCaused by:
2572024-06-17T21:39:44.458Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2582024-06-17T21:39:44.458Z
2592024-06-17T21:39:44.458ZCaused by:
2602024-06-17T21:39:44.458Z No such file or directory (os error 2)
2612024-06-17T21:39:44.463Z
2622024-06-17T21:39:44.466Zreal 1:01.156247692
2632024-06-17T21:39:44.466Zuser 31.168916917
2642024-06-17T21:39:44.466Zsys 4.054799041
2652024-06-17T21:39:44.466Ztrap 0.006263434
2662024-06-17T21:39:44.466Ztflt 0.181188623
2672024-06-17T21:39:44.466Zdflt 0.179280210
2682024-06-17T21:39:44.466Zkflt 0.152658685
2692024-06-17T21:39:44.466Zlock 0.000000000
2702024-06-17T21:39:44.466Zslp 1:26.673684086
2712024-06-17T21:39:44.466Zlat 0.240039313
2722024-06-17T21:39:44.467Zstop 0.000464426
2732024-06-17T21:39:44.467Zprocess exited: duration 61317 ms, exit code 101
 
2742024-06-17T21:39:44.473Zfound 0 output files
2752024-06-17T21:39:44.473Zupload error: rule "/work/manifest.toml" required a match, but was not used
2762024-06-17T21:39:44.473Zupload error: rule "/work/repo.zip" required a match, but was not used
2772024-06-17T21:39:44.473Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used