01KKNAHP57J4QCY71WBHQNWKWK: build

BasicConfig {
    output_rules: [
        "/work/bins/*",
        "/work/scripts/*",
        "/tmp/core.*",
        "/tmp/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.84.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKNAJZ83A36GW9EX5B4K2J1Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-14T04:46:39.629Zjob assigned to worker 01KKNAK9K1Y3FM4G5YZJGFB76R [factory aws, i-05423486f1f7a90fd] (queued for 1 m 37 s)
 
22026-03-14T04:46:47.291Zstarting task 0: "setup"
32026-03-14T04:46:47.296Z++ uname -s
42026-03-14T04:46:47.299Z+ kern=SunOS
52026-03-14T04:46:47.299Z+ build_user=build
62026-03-14T04:46:47.299Z+ build_uid=12345
72026-03-14T04:46:47.299Z+ work_dir=/work
82026-03-14T04:46:47.299Z+ input_dir=/input
92026-03-14T04:46:47.299Z+ [[ 0 == 12345 ]]
102026-03-14T04:46:47.299Z+ case "$kern" in
112026-03-14T04:46:47.299Z+ groupadd -g 12345 build
122026-03-14T04:46:47.302Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-14T04:46:49.306Z+ zfs create -o mountpoint=/work rpool/work
142026-03-14T04:46:49.419Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-14T04:46:49.422Z+ home_fs=zfs
162026-03-14T04:46:49.422Z+ [[ zfs == autofs ]]
172026-03-14T04:46:49.422Z+ mkdir -p /home/build
182026-03-14T04:46:49.425Z+ chown build:build /home/build /work
192026-03-14T04:46:51.428Z+ chmod 0700 /home/build /work
202026-03-14T04:46:51.431Zprocess exited: duration 4138 ms, exit code 0
 
212026-03-14T04:46:51.441Zstarting task 1: "rust-toolchain"
222026-03-14T04:46:51.444Z * rust toolchain channel = "1.84.0"
232026-03-14T04:46:51.444Z * rust toolchain profile = "default"
242026-03-14T04:46:51.444Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
252026-03-14T04:46:51.444Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-14T04:46:51.444Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-14T04:46:51.444Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-14T04:46:51.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-14T04:46:51.447Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302026-03-14T04:46:51.584Zinfo: downloading installer
312026-03-14T04:46:53.226Zwarn: It looks like you have an existing installation of Rust at:
322026-03-14T04:46:53.226Zwarn: /opt/ooce/bin
332026-03-14T04:46:53.226Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-14T04:46:53.226Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-14T04:46:53.226Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-14T04:46:53.226Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-14T04:46:53.226Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-14T04:46:53.226Zerror: cannot install while Rust is installed
392026-03-14T04:46:53.226Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-14T04:46:53.226Zwarn: It looks like you have an existing rustup settings file at:
412026-03-14T04:46:53.226Zwarn: /home/build/.rustup/settings.toml
422026-03-14T04:46:53.226Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-14T04:46:53.226Zwarn: instead of the one inferred from the default host triple.
442026-03-14T04:46:53.243Zinfo: profile set to default
452026-03-14T04:46:53.243Zinfo: default host triple is x86_64-unknown-illumos
462026-03-14T04:46:53.245Zinfo: syncing channel updates for 1.84.0-x86_64-unknown-illumos
472026-03-14T04:46:53.532Zinfo: latest update on 2025-01-09 for version 1.84.0 (9fc6b4312 2025-01-07)
482026-03-14T04:46:53.535Zinfo: downloading 6 components
492026-03-14T04:47:08.069Z
502026-03-14T04:47:08.069Zinfo: default toolchain set to 1.84.0-x86_64-unknown-illumos
512026-03-14T04:47:08.102Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
522026-03-14T04:47:08.102Z
532026-03-14T04:47:08.105Z
542026-03-14T04:47:08.105ZRust is installed now. Great!
552026-03-14T04:47:08.105Z
562026-03-14T04:47:08.105ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-14T04:47:08.105Zenvironment variable. This has not been done automatically.
582026-03-14T04:47:08.105Z
592026-03-14T04:47:08.105ZTo configure your current shell, you need to source
602026-03-14T04:47:08.105Zthe corresponding env file under $HOME/.cargo.
612026-03-14T04:47:08.105Z
622026-03-14T04:47:08.105ZThis is usually done by running one of the following (note the leading DOT):
632026-03-14T04:47:08.105Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-14T04:47:08.106Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-14T04:47:08.106Zsource "~/.cargo/env.nu" # For nushell
662026-03-14T04:47:08.106Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-14T04:47:08.106Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-14T04:47:08.106Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-14T04:47:08.106Zwarn: no default linker (`cc`) was found in your PATH
702026-03-14T04:47:08.106Zwarn: many Rust crates require a system C toolchain to build
712026-03-14T04:47:08.195Z+ rustup --version
722026-03-14T04:47:08.205Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-14T04:47:08.212Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-14T04:47:08.232Zinfo: the currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
752026-03-14T04:47:08.235Z+ cargo --version
762026-03-14T04:47:08.253Zcargo 1.84.0 (66221abde 2024-11-19)
772026-03-14T04:47:08.258Z+ rustc --version
782026-03-14T04:47:08.282Zrustc 1.84.0 (9fc6b4312 2025-01-07)
792026-03-14T04:47:08.286Zprocess exited: duration 16843 ms, exit code 0
 
802026-03-14T04:47:08.295Zstarting task 2: "authentication"
812026-03-14T04:47:08.313Zprocess exited: duration 19 ms, exit code 0
 
822026-03-14T04:47:08.319Zstarting task 3: "clone repository"
832026-03-14T04:47:08.323Z+ mkdir -p /work/oxidecomputer/crucible
842026-03-14T04:47:08.326Z+ git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible
852026-03-14T04:47:08.368ZCloning into '/work/oxidecomputer/crucible'...
862026-03-14T04:47:09.526Z+ cd /work/oxidecomputer/crucible
872026-03-14T04:47:09.529Z+ git fetch origin 32faa9d7c39509069e3468c61de767d474f3af50
882026-03-14T04:47:09.766ZFrom https://github.com/oxidecomputer/crucible
892026-03-14T04:47:09.767Z * branch 32faa9d7c39509069e3468c61de767d474f3af50 -> FETCH_HEAD
902026-03-14T04:47:09.773Z+ [[ -n '' ]]
912026-03-14T04:47:09.773Z+ git reset --hard 32faa9d7c39509069e3468c61de767d474f3af50
922026-03-14T04:47:09.800ZHEAD is now at 32faa9d Update Rust crate rand to 0.10.0
932026-03-14T04:47:09.803Zprocess exited: duration 1483 ms, exit code 0
 
942026-03-14T04:47:09.808Zstarting task 4: "build"
952026-03-14T04:47:09.813Z+ cargo --version
962026-03-14T04:47:09.820Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
972026-03-14T04:47:09.992Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
982026-03-14T04:47:09.995Zinfo: downloading 6 components
992026-03-14T04:47:25.447Zcargo 1.90.0 (840b83a10 2025-07-30)
1002026-03-14T04:47:25.450Z+ rustc --version
1012026-03-14T04:47:25.485Zrustc 1.90.0 (1159e78c4 2025-09-14)
1022026-03-14T04:47:25.490Z+ banner cores
1032026-03-14T04:47:25.493Z
1042026-03-14T04:47:25.493Z #### #### ##### ###### ####
1052026-03-14T04:47:25.493Z # # # # # # # #
1062026-03-14T04:47:25.493Z # # # # # ##### ####
1072026-03-14T04:47:25.493Z # # # ##### # #
1082026-03-14T04:47:25.493Z # # # # # # # # #
1092026-03-14T04:47:25.493Z #### #### # # ###### ####
1102026-03-14T04:47:25.493Z
1112026-03-14T04:47:25.495Z+ pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid
1122026-03-14T04:47:25.502Z+ banner prerequisites
1132026-03-14T04:47:25.505Z
1142026-03-14T04:47:25.505Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-03-14T04:47:25.505Z # # # # # # # # # # # # # # #
1162026-03-14T04:47:25.505Z # # # # ##### # # ##### # # # # # #### #
1172026-03-14T04:47:25.505Z ##### ##### # ##### # # # # # # # # #
1182026-03-14T04:47:25.505Z # # # # # # # # # # # # # # #
1192026-03-14T04:47:25.505Z # # # ###### # # ###### ### # #### # #### #
1202026-03-14T04:47:25.505Z
1212026-03-14T04:47:25.505Z+ ptime -m ./tools/install_builder_prerequisites.sh -y
1222026-03-14T04:47:33.684Z Startup: Refreshing catalog 'helios-dev' ... Done
1232026-03-14T04:47:43.418Z Startup: Caching catalogs ... Done
1242026-03-14T04:48:05.771ZPlanning: Solver setup ... Done (20.704s)
1252026-03-14T04:48:05.924ZPlanning: Running solver ... Done (0.152s)
1262026-03-14T04:48:06.111ZPlanning: Finding local manifests ... Done (0.003s)
1272026-03-14T04:48:06.122ZPlanning: Fetching manifests: 0/3 0% complete
1282026-03-14T04:48:06.236ZPlanning: Fetching manifests: 3/3 100% complete
1292026-03-14T04:48:06.276ZPlanning: Package planning ... Done (0.040s)
1302026-03-14T04:48:06.315ZPlanning: Merging actions ... Done (0.039s)
1312026-03-14T04:48:06.458ZPlanning: Checking for conflicting actions ... Done (0.142s)
1322026-03-14T04:48:06.466ZPlanning: Consolidating action changes ... Done (0.009s)
1332026-03-14T04:48:07.326ZPlanning: Evaluating mediators ... Done (0.860s)
1342026-03-14T04:48:07.335ZPlanning: Planning completed in 23.77 seconds
1352026-03-14T04:48:07.351Z Packages to install: 3
1362026-03-14T04:48:07.354Z Mediators to change: 2
1372026-03-14T04:48:07.354Z Services to change: 1
1382026-03-14T04:48:07.354Z Estimated space available: 154.97 GB
1392026-03-14T04:48:07.354ZEstimated space to be consumed: 1.82 GB
1402026-03-14T04:48:07.354Z Create boot environment: No
1412026-03-14T04:48:07.354ZCreate backup boot environment: No
1422026-03-14T04:48:07.354Z Rebuild boot archive: No
1432026-03-14T04:48:07.354Z
1442026-03-14T04:48:07.354ZChanged mediators:
1452026-03-14T04:48:07.354Z mediator clang:
1462026-03-14T04:48:07.354Z version: None -> 15 (system default)
1472026-03-14T04:48:07.354Z
1482026-03-14T04:48:07.355Z mediator llvm:
1492026-03-14T04:48:07.355Z version: 14 (system default) -> 15 (system default)
1502026-03-14T04:48:07.355Z
1512026-03-14T04:48:07.355ZChanged packages:
1522026-03-14T04:48:07.355Zhelios-dev
1532026-03-14T04:48:07.355Z developer/build-essential
1542026-03-14T04:48:07.355Z None -> 11-2.0
1552026-03-14T04:48:07.355Z ooce/developer/clang-15
1562026-03-14T04:48:07.355Z None -> 15.0.7-2.0
1572026-03-14T04:48:07.355Z ooce/developer/llvm-15
1582026-03-14T04:48:07.355Z None -> 15.0.7-2.0
1592026-03-14T04:48:07.355Z
1602026-03-14T04:48:07.355ZServices:
1612026-03-14T04:48:07.355Z restart_fmri:
1622026-03-14T04:48:07.355Z svc:/system/update-man-index:default
1632026-03-14T04:48:07.397Z
1642026-03-14T04:48:07.397ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1652026-03-14T04:48:12.408ZDownload: 1608/3076 items 117.1/211.3MB 55% complete (24.0M/s)
1662026-03-14T04:48:17.410ZDownload: 2831/3076 items 120.1/211.3MB 56% complete (12.2M/s)
1672026-03-14T04:48:22.857ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (10.8M/s)
1682026-03-14T04:48:26.071ZDownload: Completed 211.31 MB in 18.67 seconds (11.3M/s)
1692026-03-14T04:48:26.223Z Actions: 1/3430 actions (Installing new actions)
1702026-03-14T04:48:30.221Z Actions: Completed 3430 actions in 4.00 seconds.
1712026-03-14T04:48:30.605Z Done (0.376s)
1722026-03-14T04:48:30.605Z Done (0.000s)
1732026-03-14T04:48:31.605Z Done (1.003s)
1742026-03-14T04:48:35.644Z Done (3.689s)
1752026-03-14T04:48:35.734Z Done (0.017s)
1762026-03-14T04:48:35.736Z Done (0.000s)
1772026-03-14T04:48:35.885Z Done (0.000s)
1782026-03-14T04:48:36.861ZPlanning: Evaluating mediator changes ... Done
1792026-03-14T04:48:37.007ZPlanning: Checking for conflicting actions ... Done
1802026-03-14T04:48:37.009ZPlanning: Consolidating action changes ... Done
1812026-03-14T04:48:37.230ZPlanning: Evaluating mediators ... Done
1822026-03-14T04:48:37.233ZPlanning: Planning completed in 0.37 seconds
1832026-03-14T04:48:37.259Z Mediators to change: 2
1842026-03-14T04:48:37.259Z Create boot environment: No
1852026-03-14T04:48:37.262ZCreate backup boot environment: No
1862026-03-14T04:48:37.333Z Done
1872026-03-14T04:48:37.333Z Done
1882026-03-14T04:48:38.079Z Done
1892026-03-14T04:48:41.409Z Done
1902026-03-14T04:48:41.495Z Done
1912026-03-14T04:48:41.498Z Done
1922026-03-14T04:48:41.647Z Done
1932026-03-14T04:48:42.026ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-03-14T04:48:42.027Zclang system 15 system
1952026-03-14T04:48:42.027Zcsh system system illumos
1962026-03-14T04:48:42.027Zctags system system illumos
1972026-03-14T04:48:42.027Zfile system system illumos
1982026-03-14T04:48:42.027Zgcc vendor 12 vendor
1992026-03-14T04:48:42.027Zgcc system 10 system
2002026-03-14T04:48:42.027Zgcc system 7 system
2012026-03-14T04:48:42.027Zgo system 1.20 system
2022026-03-14T04:48:42.027Zgo system 1.19 system
2032026-03-14T04:48:42.027Zllvm system 15 system
2042026-03-14T04:48:42.027Zllvm system 14 system
2052026-03-14T04:48:42.027Zmariadb system 10.6 system
2062026-03-14T04:48:42.027Zmta vendor vendor dma
2072026-03-14T04:48:42.027Zopenjdk system 17 system
2082026-03-14T04:48:42.027Zopenjdk system 11 system
2092026-03-14T04:48:42.027Zopenjdk system 1.8 system
2102026-03-14T04:48:42.027Zopenssl vendor 3 vendor
2112026-03-14T04:48:42.027Zperl system 5.36 system
2122026-03-14T04:48:42.027Zpostgresql system 15 system
2132026-03-14T04:48:42.027Zpostgresql system 13 system
2142026-03-14T04:48:42.027Zpython vendor 3 vendor
2152026-03-14T04:48:42.027Zpython system 2 system
2162026-03-14T04:48:42.027Zpython3 system 3.11 system
2172026-03-14T04:48:42.027Zruby system 3.0 system
2182026-03-14T04:48:42.027Zwords vendor vendor american-english
2192026-03-14T04:48:42.027Zwords system system australian-english
2202026-03-14T04:48:42.027Zwords system system british-english
2212026-03-14T04:48:42.027Zwords system system canadian-english
2222026-03-14T04:48:42.027Zwords system system french
2232026-03-14T04:48:42.027Zwords system system italian
2242026-03-14T04:48:42.027Zwords system system ngerman
2252026-03-14T04:48:42.027Zwords system system ogerman
2262026-03-14T04:48:42.027Zwords system system spanish
2272026-03-14T04:48:42.328ZPUBLISHER TYPE STATUS P LOCATION
2282026-03-14T04:48:42.328Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292026-03-14T04:48:48.063ZFMRI IFO
2302026-03-14T04:48:48.063Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312026-03-14T04:48:48.063Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322026-03-14T04:48:48.063Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332026-03-14T04:48:48.063Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2342026-03-14T04:48:48.063Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2352026-03-14T04:48:48.063Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362026-03-14T04:48:48.063Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372026-03-14T04:48:49.033ZAll builder prerequisites installed successfully, and PATH looks valid
2382026-03-14T04:48:49.036Z
2392026-03-14T04:48:49.036Zreal 1:23.513953345
2402026-03-14T04:48:49.036Zuser 59.595170169
2412026-03-14T04:48:49.036Zsys 5.251170380
2422026-03-14T04:48:49.036Ztrap 0.008788508
2432026-03-14T04:48:49.036Ztflt 0.026308522
2442026-03-14T04:48:49.036Zdflt 0.036369384
2452026-03-14T04:48:49.036Zkflt 0.013925852
2462026-03-14T04:48:49.036Zlock 0.000000000
2472026-03-14T04:48:49.036Zslp 1:42.107803775
2482026-03-14T04:48:49.036Zlat 0.040282167
2492026-03-14T04:48:49.036Zstop 0.000248809
2502026-03-14T04:48:49.036Z+ banner build
2512026-03-14T04:48:49.039Z
2522026-03-14T04:48:49.039Z ##### # # # # #####
2532026-03-14T04:48:49.039Z # # # # # # # #
2542026-03-14T04:48:49.039Z ##### # # # # # #
2552026-03-14T04:48:49.039Z # # # # # # # #
2562026-03-14T04:48:49.039Z # # # # # # # #
2572026-03-14T04:48:49.039Z ##### #### # ###### #####
2582026-03-14T04:48:49.039Z
2592026-03-14T04:48:49.039Z+ ptime -m cargo build --verbose --all-features
2602026-03-14T04:48:49.194Z Updating crates.io index
2612026-03-14T04:48:49.234Z Updating git repository `https://github.com/oxidecomputer/omicron`
2622026-03-14T04:48:59.844Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-03-14T04:49:00.861Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-03-14T04:49:01.143Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-03-14T04:49:01.750Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2662026-03-14T04:49:02.047Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-03-14T04:49:02.261Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-03-14T04:49:02.579Zerror: failed to select a version for `rand`.
2692026-03-14T04:49:02.579Z ... required by package `crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests)`
2702026-03-14T04:49:02.579Zversions that meet the requirements `^0.10.0` are: 0.10.0
2712026-03-14T04:49:02.579Z
2722026-03-14T04:49:02.579Zpackage `crucible-integration-tests` depends on `rand` with feature `small_rng` but `rand` does not have that feature.
2732026-03-14T04:49:02.579Z
2742026-03-14T04:49:02.579Z
2752026-03-14T04:49:02.579Zfailed to select a version for `rand` which could resolve this conflict
2762026-03-14T04:49:02.605Z
2772026-03-14T04:49:02.608Zreal 13.539475550
2782026-03-14T04:49:02.608Zuser 7.998915762
2792026-03-14T04:49:02.608Zsys 0.546562126
2802026-03-14T04:49:02.608Ztrap 0.001156187
2812026-03-14T04:49:02.608Ztflt 0.000012875
2822026-03-14T04:49:02.608Zdflt 0.000005019
2832026-03-14T04:49:02.608Zkflt 0.000000000
2842026-03-14T04:49:02.609Zlock 0.051009558
2852026-03-14T04:49:02.609Zslp 5.133297377
2862026-03-14T04:49:02.609Zlat 0.011084525
2872026-03-14T04:49:02.609Zstop 0.000122061
2882026-03-14T04:49:02.609Zprocess exited: duration 112781 ms, exit code 101
 
2892026-03-14T04:49:02.615Zfound 0 output files