01JNAGAGRJB8BRZKNWRW4KBCVR: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JNAGB7H336WT5KTP2VE5FBWK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-02T04:04:05.697Zjob assigned to worker 01JNAGB71D7QD306BNRFK0NQNZ [factory aws, i-04a9a95a178d19b8e] (queued for 59 s)
 
22025-03-02T04:04:14.065Zstarting task 0: "setup"
32025-03-02T04:04:14.072Z++ uname -s
42025-03-02T04:04:14.077Z+ kern=SunOS
52025-03-02T04:04:14.077Z+ build_user=build
62025-03-02T04:04:14.077Z+ build_uid=12345
72025-03-02T04:04:14.077Z+ work_dir=/work
82025-03-02T04:04:14.077Z+ input_dir=/input
92025-03-02T04:04:14.077Z+ [[ 0 == 12345 ]]
102025-03-02T04:04:14.078Z+ case "$kern" in
112025-03-02T04:04:14.078Z+ groupadd -g 12345 build
122025-03-02T04:04:14.081Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-02T04:04:16.088Z+ zfs create -o mountpoint=/work rpool/work
142025-03-02T04:04:16.212Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-02T04:04:16.218Z+ home_fs=zfs
162025-03-02T04:04:16.218Z+ [[ zfs == autofs ]]
172025-03-02T04:04:16.218Z+ mkdir -p /home/build
182025-03-02T04:04:16.218Z+ chown build:build /home/build /work
192025-03-02T04:04:18.218Z+ chmod 0700 /home/build /work
202025-03-02T04:04:18.221Zprocess exited: duration 4157 ms, exit code 0
 
212025-03-02T04:04:18.231Zstarting task 1: "rust-toolchain"
222025-03-02T04:04:18.235Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-02T04:04:18.235Z * rust toolchain channel = "1.85.0"
242025-03-02T04:04:18.235Z * rust toolchain profile = "default"
252025-03-02T04:04:18.235Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-02T04:04:18.235Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-02T04:04:18.235Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-02T04:04:18.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-02T04:04:18.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-02T04:04:18.358Zinfo: downloading installer
312025-03-02T04:04:19.792Zwarning: it looks like you have an existing installation of Rust at:
322025-03-02T04:04:19.792Zwarning: /opt/ooce/bin
332025-03-02T04:04:19.792Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-02T04:04:19.792Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-02T04:04:19.792Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-02T04:04:19.793Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-02T04:04:19.793Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-02T04:04:19.793Zerror: cannot install while Rust is installed
392025-03-02T04:04:19.793Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-02T04:04:19.818Zinfo: profile set to 'default'
412025-03-02T04:04:19.818Zinfo: default host triple is x86_64-unknown-illumos
422025-03-02T04:04:19.821Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-02T04:04:19.973Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-02T04:04:19.973Zinfo: downloading component 'cargo'
452025-03-02T04:04:20.728Zinfo: downloading component 'clippy'
462025-03-02T04:04:21.025Zinfo: downloading component 'rust-docs'
472025-03-02T04:04:22.171Zinfo: downloading component 'rust-std'
482025-03-02T04:04:23.854Zinfo: downloading component 'rustc'
492025-03-02T04:04:29.647Zinfo: downloading component 'rustfmt'
502025-03-02T04:04:29.860Zinfo: installing component 'cargo'
512025-03-02T04:04:30.708Zinfo: installing component 'clippy'
522025-03-02T04:04:31.110Zinfo: installing component 'rust-docs'
532025-03-02T04:04:32.843Zinfo: installing component 'rust-std'
542025-03-02T04:04:34.801Zinfo: installing component 'rustc'
552025-03-02T04:04:40.803Zinfo: installing component 'rustfmt'
562025-03-02T04:04:41.135Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-02T04:04:41.135Z
582025-03-02T04:04:41.500Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-02T04:04:41.500Z
602025-03-02T04:04:41.503Z
612025-03-02T04:04:41.503ZRust is installed now. Great!
622025-03-02T04:04:41.503Z
632025-03-02T04:04:41.504ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-02T04:04:41.504Zenvironment variable. This has not been done automatically.
652025-03-02T04:04:41.504Z
662025-03-02T04:04:41.504ZTo configure your current shell, you need to source
672025-03-02T04:04:41.504Zthe corresponding env file under $HOME/.cargo.
682025-03-02T04:04:41.504Z
692025-03-02T04:04:41.504ZThis is usually done by running one of the following (note the leading DOT):
702025-03-02T04:04:41.504Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-02T04:04:41.504Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-02T04:04:41.578Z+ rustup --version
732025-03-02T04:04:41.585Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-02T04:04:41.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-02T04:04:41.665Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-02T04:04:41.668Z+ cargo --version
772025-03-02T04:04:41.725Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-02T04:04:41.728Z+ rustc --version
792025-03-02T04:04:41.790Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-02T04:04:41.794Zprocess exited: duration 23573 ms, exit code 0
 
812025-03-02T04:04:41.802Zstarting task 2: "authentication"
822025-03-02T04:04:41.822Zprocess exited: duration 21 ms, exit code 0
 
832025-03-02T04:04:41.829Zstarting task 3: "clone repository"
842025-03-02T04:04:41.833Z+ mkdir -p /work/oxidecomputer/omicron
852025-03-02T04:04:41.837Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-03-02T04:04:41.870ZCloning into '/work/oxidecomputer/omicron'...
872025-03-02T04:04:50.227Z+ cd /work/oxidecomputer/omicron
882025-03-02T04:04:50.227Z+ git fetch origin 735fe0f29f4956b3b333a10687ccaa70e2e6a94a
892025-03-02T04:04:50.510ZFrom https://github.com/oxidecomputer/omicron
902025-03-02T04:04:50.510Z * branch 735fe0f29f4956b3b333a10687ccaa70e2e6a94a -> FETCH_HEAD
912025-03-02T04:04:50.520Z+ [[ -n '' ]]
922025-03-02T04:04:50.520Z+ git reset --hard 735fe0f29f4956b3b333a10687ccaa70e2e6a94a
932025-03-02T04:04:50.708ZHEAD is now at 735fe0f29 Update Rust crate hyper-rustls to 0.27.5
942025-03-02T04:04:50.712Zprocess exited: duration 8883 ms, exit code 0
 
952025-03-02T04:04:50.721Zstarting task 4: "build"
962025-03-02T04:04:50.724Z+ source .github/buildomat/ci-env.sh
972025-03-02T04:04:50.724Z++ export CARGO_TERM_COLOR=always
982025-03-02T04:04:50.724Z++ CARGO_TERM_COLOR=always
992025-03-02T04:04:50.724Z+ cargo --version
1002025-03-02T04:04:50.777Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1012025-03-02T04:04:50.780Z+ rustc --version
1022025-03-02T04:04:50.842Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1032025-03-02T04:04:50.845Z+ WORK=/work
1042025-03-02T04:04:50.845Z+ pfexec mkdir -p /work
1052025-03-02T04:04:50.848Z+ pfexec chown build /work
1062025-03-02T04:04:50.852Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072025-03-02T04:04:52.422Zpkg list: illegal option -- F
1082025-03-02T04:04:52.422ZUsage:
1092025-03-02T04:04:52.437Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1102025-03-02T04:04:52.437Z [pkg_fmri_pattern ...]
1112025-03-02T04:04:53.271Zpkg list: illegal option -- F
1122025-03-02T04:04:53.271ZUsage:
1132025-03-02T04:04:53.271Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-03-02T04:04:53.271Z [pkg_fmri_pattern ...]
1152025-03-02T04:05:01.523Z Startup: Refreshing catalog 'helios-dev' ... Done
1162025-03-02T04:05:05.847Z Startup: Caching catalogs ... Done
1172025-03-02T04:05:19.150ZPlanning: Solver setup ... Done (12.368s)
1182025-03-02T04:05:19.303ZPlanning: Running solver ... Done (0.155s)
1192025-03-02T04:05:19.434ZPlanning: Finding local manifests ... Done (0.005s)
1202025-03-02T04:05:19.494ZPlanning: Fetching manifests: 0/7 0% complete
1212025-03-02T04:05:22.634ZPlanning: Fetching manifests: 7/7 100% complete
1222025-03-02T04:05:22.756ZPlanning: Package planning ... Done (0.114s)
1232025-03-02T04:05:22.807ZPlanning: Merging actions ... Done (0.057s)
1242025-03-02T04:05:23.112ZPlanning: Checking for conflicting actions ... Done (0.201s)
1252025-03-02T04:05:24.960ZPlanning: Consolidating action changes ... Done (1.989s)
1262025-03-02T04:05:25.407ZPlanning: Evaluating mediators ... Done (0.447s)
1272025-03-02T04:05:25.487ZPlanning: Planning completed in 19.55 seconds
1282025-03-02T04:05:25.502Z Packages to install: 4
1292025-03-02T04:05:25.502Z Packages to update: 3
1302025-03-02T04:05:25.502Z Mediators to change: 2
1312025-03-02T04:05:25.505Z Services to change: 1
1322025-03-02T04:05:25.505Z Estimated space available: 155.60 GB
1332025-03-02T04:05:25.505ZEstimated space to be consumed: 1.66 GB
1342025-03-02T04:05:25.505Z Create boot environment: No
1352025-03-02T04:05:25.505ZCreate backup boot environment: Yes
1362025-03-02T04:05:25.505Z Rebuild boot archive: No
1372025-03-02T04:05:25.505Z
1382025-03-02T04:05:25.505ZChanged mediators:
1392025-03-02T04:05:25.505Z mediator clang:
1402025-03-02T04:05:25.505Z version: None -> 15 (system default)
1412025-03-02T04:05:25.505Z
1422025-03-02T04:05:25.506Z mediator llvm:
1432025-03-02T04:05:25.506Z version: 14 (system default) -> 15 (system default)
1442025-03-02T04:05:25.506Z
1452025-03-02T04:05:25.506ZChanged packages:
1462025-03-02T04:05:25.506Zhelios-dev
1472025-03-02T04:05:25.506Z developer/build-essential
1482025-03-02T04:05:25.506Z None -> 11-2.0
1492025-03-02T04:05:25.506Z library/libxmlsec1
1502025-03-02T04:05:25.506Z None -> 1.2.35-2.0
1512025-03-02T04:05:25.506Z ooce/developer/clang-15
1522025-03-02T04:05:25.508Z None -> 15.0.7-2.0
1532025-03-02T04:05:25.508Z ooce/developer/llvm-15
1542025-03-02T04:05:25.508Z None -> 15.0.7-2.0
1552025-03-02T04:05:25.508Z package/pkg
1562025-03-02T04:05:25.508Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572025-03-02T04:05:25.508Z system/library/g++-runtime
1582025-03-02T04:05:25.508Z 13-2.0 -> 14-2.0
1592025-03-02T04:05:25.508Z system/library/gcc-runtime
1602025-03-02T04:05:25.508Z 13-2.0 -> 14-2.0
1612025-03-02T04:05:25.508Z
1622025-03-02T04:05:25.508ZServices:
1632025-03-02T04:05:25.508Z restart_fmri:
1642025-03-02T04:05:25.508Z svc:/system/update-man-index:default
1652025-03-02T04:05:25.508Z
1662025-03-02T04:05:25.508ZEditable files to change:
1672025-03-02T04:05:25.508Z Update:
1682025-03-02T04:05:25.508Z usr/share/lib/pkg/web/config.shtml
1692025-03-02T04:05:25.587Z
1702025-03-02T04:05:25.587ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1712025-03-02T04:05:33.319ZDownload: 212/4301 items 1.3/225.4MB 0% complete (346k/s)
1722025-03-02T04:05:38.718ZDownload: 213/4301 items 1.3/225.4MB 0% complete (336k/s)
1732025-03-02T04:05:44.073ZDownload: 452/4301 items 16.9/225.4MB 7% complete (2.0M/s)
1742025-03-02T04:05:49.091ZDownload: 781/4301 items 18.6/225.4MB 8% complete (1.7M/s)
1752025-03-02T04:05:54.102ZDownload: 1095/4301 items 19.8/225.4MB 8% complete (297k/s)
1762025-03-02T04:05:59.303ZDownload: 1191/4301 items 83.5/225.4MB 37% complete (6.5M/s)
1772025-03-02T04:06:09.115ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (6.4M/s)
1782025-03-02T04:06:22.520ZDownload: 1197/4301 items 83.5/225.4MB 37% complete
1792025-03-02T04:06:27.549ZDownload: 1297/4301 items 115.5/225.4MB 51% complete (6.9M/s)
1802025-03-02T04:06:32.613ZDownload: 1450/4301 items 117.0/225.4MB 51% complete (3.5M/s)
1812025-03-02T04:06:37.612ZDownload: 1634/4301 items 117.7/225.4MB 52% complete (356k/s)
1822025-03-02T04:06:42.672ZDownload: 1708/4301 items 117.9/225.4MB 52% complete (131k/s)
1832025-03-02T04:06:47.728ZDownload: 1765/4301 items 118.1/225.4MB 52% complete (69.9k/s)
1842025-03-02T04:06:52.738ZDownload: 1832/4301 items 118.4/225.4MB 52% complete (54.6k/s)
1852025-03-02T04:06:57.756ZDownload: 1966/4301 items 118.6/225.4MB 52% complete (52.6k/s)
1862025-03-02T04:07:02.768ZDownload: 2095/4301 items 118.8/225.4MB 52% complete (38.0k/s)
1872025-03-02T04:07:07.860ZDownload: 2214/4301 items 119.2/225.4MB 52% complete (53.9k/s)
1882025-03-02T04:07:12.990ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (52.7k/s)
1892025-03-02T04:07:18.585ZDownload: 2219/4301 items 119.2/225.4MB 52% complete
1902025-03-02T04:07:25.483ZDownload: 2219/4301 items 119.2/225.4MB 52% complete
1912025-03-02T04:07:30.751ZDownload: 2220/4301 items 119.2/225.4MB 52% complete
1922025-03-02T04:07:35.766ZDownload: 2316/4301 items 119.8/225.4MB 53% complete (74.4k/s)
1932025-03-02T04:07:40.834ZDownload: 2463/4301 items 120.1/225.4MB 53% complete (102k/s)
1942025-03-02T04:07:45.897ZDownload: 2559/4301 items 120.4/225.4MB 53% complete (61.0k/s)
1952025-03-02T04:07:51.086ZDownload: 2703/4301 items 120.7/225.4MB 53% complete (64.7k/s)
1962025-03-02T04:07:54.120Z
1972025-03-02T04:07:54.120ZErrors were encountered while attempting to retrieve package or file data for
1982025-03-02T04:07:54.120Zthe requested operation.
1992025-03-02T04:07:54.120ZDetails follow:
2002025-03-02T04:07:54.120Z
2012025-03-02T04:07:54.120ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to pkg.oxide.computer:443
2022025-03-02T04:07:54.120ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/7fe40f8761ae6b31b957e7527041e4be975663b5'
2032025-03-02T04:07:54.941Z
2042025-03-02T04:07:54.941Zreal 3:04.143660902
2052025-03-02T04:07:54.941Zuser 28.332501400
2062025-03-02T04:07:54.941Zsys 3.041678541
2072025-03-02T04:07:54.941Ztrap 0.004750405
2082025-03-02T04:07:54.941Ztflt 0.028010298
2092025-03-02T04:07:54.942Zdflt 0.044310224
2102025-03-02T04:07:54.942Zkflt 0.013536459
2112025-03-02T04:07:54.942Zlock 0.000017125
2122025-03-02T04:07:54.942Zslp 5:41.656547851
2132025-03-02T04:07:54.942Zlat 0.418533708
2142025-03-02T04:07:54.942Zstop 0.000233357
2152025-03-02T04:07:54.946Zprocess exited: duration 184279 ms, exit code 1
 
2162025-03-02T04:07:54.953Zfound 0 output files
2172025-03-02T04:07:54.953Zupload error: rule "/work/package.tar.gz" required a match, but was not used