01KS9B4TBCDAGEV3TYYMWZCSH1: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/thundermuffin",
            series: "release",
            name: "thundermuffin",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KS9B50W9XAWG5KQC5XWV7J05

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T02:38:54.244Zjob assigned to worker 01KS9B52HV1MG4WF9S306YMTWB [factory aws, i-02dfef71fe478b3a6] (queued for 42 s)
 
22026-05-23T02:39:01.236Zstarting task 0: "setup"
32026-05-23T02:39:01.241Z++ uname -s
42026-05-23T02:39:01.244Z+ kern=SunOS
52026-05-23T02:39:01.244Z+ build_user=build
62026-05-23T02:39:01.244Z+ build_uid=12345
72026-05-23T02:39:01.244Z+ work_dir=/work
82026-05-23T02:39:01.244Z+ input_dir=/input
92026-05-23T02:39:01.244Z+ [[ 0 == 12345 ]]
102026-05-23T02:39:01.244Z+ case "$kern" in
112026-05-23T02:39:01.244Z+ groupadd -g 12345 build
122026-05-23T02:39:01.247Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T02:39:03.252Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T02:39:03.361Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T02:39:03.364Z+ home_fs=zfs
162026-05-23T02:39:03.364Z+ [[ zfs == autofs ]]
172026-05-23T02:39:03.364Z+ mkdir -p /home/build
182026-05-23T02:39:03.364Z+ chown build:build /home/build /work
192026-05-23T02:39:05.365Z+ chmod 0700 /home/build /work
202026-05-23T02:39:05.369Zprocess exited: duration 4132 ms, exit code 0
 
212026-05-23T02:39:05.375Zstarting task 1: "rust-toolchain"
222026-05-23T02:39:05.379Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-23T02:39:05.379Z * rust toolchain channel = "stable"
242026-05-23T02:39:05.379Z * rust toolchain profile = "default"
252026-05-23T02:39:05.379Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-23T02:39:05.379Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T02:39:05.379Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T02:39:05.382Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T02:39:05.382Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-23T02:39:05.481Zinfo: downloading installer
312026-05-23T02:39:07.161Zwarn: It looks like you have an existing installation of Rust at:
322026-05-23T02:39:07.161Zwarn: /opt/ooce/bin
332026-05-23T02:39:07.161Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-23T02:39:07.161Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-23T02:39:07.161Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-23T02:39:07.161Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-23T02:39:07.161Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-23T02:39:07.161Zerror: cannot install while Rust is installed
392026-05-23T02:39:07.161Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-23T02:39:07.161Zwarn: It looks like you have an existing rustup settings file at:
412026-05-23T02:39:07.161Zwarn: /home/build/.rustup/settings.toml
422026-05-23T02:39:07.161Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-23T02:39:07.161Zwarn: instead of the one inferred from the default host triple.
442026-05-23T02:39:07.175Zinfo: profile set to default
452026-05-23T02:39:07.175Zinfo: default host triple is x86_64-unknown-illumos
462026-05-23T02:39:07.178Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-23T02:39:07.337Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-23T02:39:07.340Zinfo: downloading 6 components
492026-05-23T02:39:24.183Z
502026-05-23T02:39:24.183Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-23T02:39:24.210Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-23T02:39:24.210Z
532026-05-23T02:39:24.210Z
542026-05-23T02:39:24.210ZRust is installed now. Great!
552026-05-23T02:39:24.210Z
562026-05-23T02:39:24.213ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-23T02:39:24.213Zenvironment variable. This has not been done automatically.
582026-05-23T02:39:24.213Z
592026-05-23T02:39:24.213ZTo configure your current shell, you need to source
602026-05-23T02:39:24.213Zthe corresponding env file under $HOME/.cargo.
612026-05-23T02:39:24.213Z
622026-05-23T02:39:24.213ZThis is usually done by running one of the following (note the leading DOT):
632026-05-23T02:39:24.213Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-23T02:39:24.214Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-23T02:39:24.214Zsource "~/.cargo/env.nu" # For nushell
662026-05-23T02:39:24.214Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-23T02:39:24.214Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-23T02:39:24.214Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-23T02:39:24.214Zwarn: no default linker (`cc`) was found in your PATH
702026-05-23T02:39:24.214Zwarn: many Rust crates require a system C toolchain to build
712026-05-23T02:39:24.303Z+ rustup --version
722026-05-23T02:39:24.312Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-23T02:39:24.315Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-23T02:39:24.334Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-23T02:39:24.337Z+ cargo --version
762026-05-23T02:39:24.352Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-23T02:39:24.355Z+ rustc --version
782026-05-23T02:39:24.373Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-23T02:39:24.376Zprocess exited: duration 18997 ms, exit code 0
 
802026-05-23T02:39:24.382Zstarting task 2: "authentication"
812026-05-23T02:39:24.398Zprocess exited: duration 16 ms, exit code 0
 
822026-05-23T02:39:24.404Zstarting task 3: "clone repository"
832026-05-23T02:39:24.407Z+ mkdir -p /work/oxidecomputer/thundermuffin
842026-05-23T02:39:24.410Z+ git clone https://github.com/oxidecomputer/thundermuffin /work/oxidecomputer/thundermuffin
852026-05-23T02:39:24.451ZCloning into '/work/oxidecomputer/thundermuffin'...
862026-05-23T02:39:24.847Z+ cd /work/oxidecomputer/thundermuffin
872026-05-23T02:39:24.850Z+ git fetch origin 473a90f8081e99f1b77f2625d97ab1f7817b3468
882026-05-23T02:39:25.076ZFrom https://github.com/oxidecomputer/thundermuffin
892026-05-23T02:39:25.076Z * branch 473a90f8081e99f1b77f2625d97ab1f7817b3468 -> FETCH_HEAD
902026-05-23T02:39:25.080Z+ [[ -n zl/multicast ]]
912026-05-23T02:39:25.083Z++ git branch --show-current
922026-05-23T02:39:25.083Z+ current=main
932026-05-23T02:39:25.083Z+ [[ main != zl/multicast ]]
942026-05-23T02:39:25.083Z+ git branch -f zl/multicast 473a90f8081e99f1b77f2625d97ab1f7817b3468
952026-05-23T02:39:25.087Z+ git checkout -f zl/multicast
962026-05-23T02:39:25.089ZSwitched to branch 'zl/multicast'
972026-05-23T02:39:25.092Z+ git reset --hard 473a90f8081e99f1b77f2625d97ab1f7817b3468
982026-05-23T02:39:25.095ZHEAD is now at 473a90f [review] address feedback
992026-05-23T02:39:25.095Zprocess exited: duration 689 ms, exit code 0
 
1002026-05-23T02:39:25.101Zstarting task 4: "build"
1012026-05-23T02:39:25.105Z+ cargo --version
1022026-05-23T02:39:25.115Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-23T02:39:25.118Z+ rustc --version
1042026-05-23T02:39:25.137Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-23T02:39:25.141Z+ banner check
1062026-05-23T02:39:25.144Z
1072026-05-23T02:39:25.144Z #### # # ###### #### # #
1082026-05-23T02:39:25.144Z # # # # # # # # #
1092026-05-23T02:39:25.144Z # ###### ##### # ####
1102026-05-23T02:39:25.144Z # # # # # # #
1112026-05-23T02:39:25.144Z # # # # # # # # #
1122026-05-23T02:39:25.144Z #### # # ###### #### # #
1132026-05-23T02:39:25.144Z
1142026-05-23T02:39:25.144Z+ cargo fmt -- --check
1152026-05-23T02:39:25.210Z+ cargo clippy --all-targets -- --deny warnings
1162026-05-23T02:39:25.305Z Updating crates.io index
1172026-05-23T02:39:26.835Z Downloading crates ...
1182026-05-23T02:39:26.900Z Downloaded proc-macro2 v1.0.106
1192026-05-23T02:39:26.903Z Downloaded clap v4.5.59
1202026-05-23T02:39:26.908Z Downloaded utf8parse v0.2.2
1212026-05-23T02:39:26.910Z Downloaded quote v1.0.44
1222026-05-23T02:39:26.910Z Downloaded anstyle-query v1.1.5
1232026-05-23T02:39:26.913Z Downloaded colorchoice v1.0.4
1242026-05-23T02:39:26.913Z Downloaded heck v0.5.0
1252026-05-23T02:39:26.913Z Downloaded anstyle v1.0.13
1262026-05-23T02:39:26.919Z Downloaded anyhow v1.0.101
1272026-05-23T02:39:26.927Z Downloaded anstream v0.6.21
1282026-05-23T02:39:26.930Z Downloaded clap_derive v4.5.55
1292026-05-23T02:39:26.930Z Downloaded anstyle-parse v0.2.7
1302026-05-23T02:39:26.934Z Downloaded unicode-ident v1.0.24
1312026-05-23T02:39:26.937Z Downloaded socket2 v0.6.3
1322026-05-23T02:39:26.940Z Downloaded clap_builder v4.5.59
1332026-05-23T02:39:26.954Z Downloaded strsim v0.11.1
1342026-05-23T02:39:26.957Z Downloaded is_terminal_polyfill v1.70.2
1352026-05-23T02:39:26.957Z Downloaded clap_lex v1.0.0
1362026-05-23T02:39:26.971Z Downloaded syn v2.0.116
1372026-05-23T02:39:27.005Z Downloaded libc v0.2.182
1382026-05-23T02:39:27.049Z Compiling proc-macro2 v1.0.106
1392026-05-23T02:39:27.049Z Compiling quote v1.0.44
1402026-05-23T02:39:27.049Z Compiling unicode-ident v1.0.24
1412026-05-23T02:39:27.049Z Checking utf8parse v0.2.2
1422026-05-23T02:39:27.052Z Checking colorchoice v1.0.4
1432026-05-23T02:39:27.052Z Compiling libc v0.2.182
1442026-05-23T02:39:27.052Z Checking is_terminal_polyfill v1.70.2
1452026-05-23T02:39:27.106Z Checking anstyle-query v1.1.5
1462026-05-23T02:39:27.172Z Checking anstyle v1.0.13
1472026-05-23T02:39:27.179Z Checking anstyle-parse v0.2.7
1482026-05-23T02:39:27.182Z Checking clap_lex v1.0.0
1492026-05-23T02:39:27.185Z Checking strsim v0.11.1
1502026-05-23T02:39:27.210Z Compiling anyhow v1.0.101
1512026-05-23T02:39:27.309Z Compiling heck v0.5.0
1522026-05-23T02:39:27.326Z Checking anstream v0.6.21
1532026-05-23T02:39:27.493Z Checking clap_builder v4.5.59
1542026-05-23T02:39:27.863Z Checking socket2 v0.6.3
1552026-05-23T02:39:28.280Z Compiling syn v2.0.116
1562026-05-23T02:39:30.007Z Compiling clap_derive v4.5.55
1572026-05-23T02:39:31.079Z Checking clap v4.5.59
1582026-05-23T02:39:31.124Z Checking thundermuffin v0.1.0 (/work/oxidecomputer/thundermuffin/app)
1592026-05-23T02:39:31.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
1602026-05-23T02:39:31.539Z+ banner build
1612026-05-23T02:39:31.542Z
1622026-05-23T02:39:31.542Z ##### # # # # #####
1632026-05-23T02:39:31.542Z # # # # # # # #
1642026-05-23T02:39:31.542Z ##### # # # # # #
1652026-05-23T02:39:31.542Z # # # # # # # #
1662026-05-23T02:39:31.542Z # # # # # # # #
1672026-05-23T02:39:31.542Z ##### #### # ###### #####
1682026-05-23T02:39:31.542Z
1692026-05-23T02:39:31.542Z+ ptime -m cargo build
1702026-05-23T02:39:31.656Z Compiling utf8parse v0.2.2
1712026-05-23T02:39:31.656Z Compiling colorchoice v1.0.4
1722026-05-23T02:39:31.656Z Compiling is_terminal_polyfill v1.70.2
1732026-05-23T02:39:31.656Z Compiling anstyle-query v1.1.5
1742026-05-23T02:39:31.659Z Compiling anstyle v1.0.13
1752026-05-23T02:39:31.659Z Compiling strsim v0.11.1
1762026-05-23T02:39:31.659Z Compiling clap_lex v1.0.0
1772026-05-23T02:39:31.682Z Compiling libc v0.2.182
1782026-05-23T02:39:31.739Z Compiling anstyle-parse v0.2.7
1792026-05-23T02:39:31.750Z Compiling anyhow v1.0.101
1802026-05-23T02:39:31.853Z Compiling anstream v0.6.21
1812026-05-23T02:39:31.920Z Compiling socket2 v0.6.3
1822026-05-23T02:39:32.019Z Compiling clap_builder v4.5.59
1832026-05-23T02:39:33.249Z Compiling clap v4.5.59
1842026-05-23T02:39:33.822Z Compiling thundermuffin v0.1.0 (/work/oxidecomputer/thundermuffin/app)
1852026-05-23T02:39:34.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
1862026-05-23T02:39:34.747Z
1872026-05-23T02:39:34.747Zreal 3.197661910
1882026-05-23T02:39:34.747Zuser 5.806983788
1892026-05-23T02:39:34.750Zsys 1.054434544
1902026-05-23T02:39:34.750Ztrap 0.000966607
1912026-05-23T02:39:34.750Ztflt 0.040626361
1922026-05-23T02:39:34.750Zdflt 0.095063025
1932026-05-23T02:39:34.750Zkflt 0.000000000
1942026-05-23T02:39:34.750Zlock 17.801866507
1952026-05-23T02:39:34.750Zslp 10.149776086
1962026-05-23T02:39:34.750Zlat 0.230799228
1972026-05-23T02:39:34.750Zstop 0.672401863
1982026-05-23T02:39:34.750Z+ ptime -m cargo build --release
1992026-05-23T02:39:34.804Z Compiling proc-macro2 v1.0.106
2002026-05-23T02:39:34.804Z Compiling unicode-ident v1.0.24
2012026-05-23T02:39:34.804Z Compiling quote v1.0.44
2022026-05-23T02:39:34.804Z Compiling utf8parse v0.2.2
2032026-05-23T02:39:34.811Z Compiling is_terminal_polyfill v1.70.2
2042026-05-23T02:39:34.811Z Compiling colorchoice v1.0.4
2052026-05-23T02:39:34.811Z Compiling anstyle-query v1.1.5
2062026-05-23T02:39:34.811Z Compiling anstyle v1.0.13
2072026-05-23T02:39:34.890Z Compiling anstyle-parse v0.2.7
2082026-05-23T02:39:34.899Z Compiling libc v0.2.182
2092026-05-23T02:39:34.899Z Compiling heck v0.5.0
2102026-05-23T02:39:34.914Z Compiling anyhow v1.0.101
2112026-05-23T02:39:34.914Z Compiling clap_lex v1.0.0
2122026-05-23T02:39:35.059Z Compiling anstream v0.6.21
2132026-05-23T02:39:35.063Z Compiling strsim v0.11.1
2142026-05-23T02:39:35.289Z Compiling clap_builder v4.5.59
2152026-05-23T02:39:35.563Z Compiling socket2 v0.6.3
2162026-05-23T02:39:35.880Z Compiling syn v2.0.116
2172026-05-23T02:39:37.701Z Compiling clap_derive v4.5.55
2182026-05-23T02:39:38.890Z Compiling clap v4.5.59
2192026-05-23T02:39:38.939Z Compiling thundermuffin v0.1.0 (/work/oxidecomputer/thundermuffin/app)
2202026-05-23T02:39:39.895Z Finished `release` profile [optimized] target(s) in 5.13s
2212026-05-23T02:39:39.908Z
2222026-05-23T02:39:39.912Zreal 5.153872412
2232026-05-23T02:39:39.912Zuser 21.554505719
2242026-05-23T02:39:39.912Zsys 2.332625016
2252026-05-23T02:39:39.912Ztrap 0.007673513
2262026-05-23T02:39:39.912Ztflt 0.129186658
2272026-05-23T02:39:39.912Zdflt 0.137082789
2282026-05-23T02:39:39.912Zkflt 0.000002129
2292026-05-23T02:39:39.912Zlock 44.930038037
2302026-05-23T02:39:39.912Zslp 29.898835199
2312026-05-23T02:39:39.912Zlat 0.811959472
2322026-05-23T02:39:39.912Zstop 1.112083152
2332026-05-23T02:39:39.912Z+ for x in debug release
2342026-05-23T02:39:39.912Z+ mkdir -p /work/debug
2352026-05-23T02:39:39.912Z+ cp target/debug/thundermuffin /work/debug/thundermuffin
2362026-05-23T02:39:39.923Z+ for x in debug release
2372026-05-23T02:39:39.923Z+ mkdir -p /work/release
2382026-05-23T02:39:39.926Z+ cp target/release/thundermuffin /work/release/thundermuffin
2392026-05-23T02:39:39.929Zprocess exited: duration 14824 ms, exit code 0
 
2402026-05-23T02:39:39.936Zfound 2 output files
2412026-05-23T02:39:39.936Zuploading: /work/debug/thundermuffin (18635776 bytes)
2422026-05-23T02:39:41.073Zuploaded: /work/debug/thundermuffin
2432026-05-23T02:39:41.077Zuploading: /work/release/thundermuffin (3120624 bytes)
2442026-05-23T02:39:42.104Zuploaded: /work/release/thundermuffin