01JKRE292A5MY1YJH21VWW2VTR: test

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

Buildomat Job: 01JKRE2JAJZQ841QZK3G99B30P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T17:28:17.980Zjob dependencies complete; ready to run (waiting for 6 m 54 s)
22025-02-10T17:29:19.225Zjob assigned to worker 01JKREFDC1HD9PDESRWY2YJBRP [factory aws, i-0327cae48898ba6ee] (queued for 1 m 1 s)
32025-02-10T17:29:26.852Zdownloading input: /input/xde/work/debug/xde.dbg
42025-02-10T17:29:27.597Zdownloaded input: /input/xde/work/debug/xde.dbg
52025-02-10T17:29:27.598Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62025-02-10T17:29:27.612Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72025-02-10T17:29:27.612Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82025-02-10T17:29:27.630Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92025-02-10T17:29:27.630Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102025-02-10T17:29:27.645Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112025-02-10T17:29:27.647Zdownloading input: /input/xde/work/release/xde
122025-02-10T17:29:28.131Zdownloaded input: /input/xde/work/release/xde
132025-02-10T17:29:28.134Zdownloading input: /input/xde/work/release/xde.sha256
142025-02-10T17:29:28.147Zdownloaded input: /input/xde/work/release/xde.sha256
152025-02-10T17:29:28.147Zdownloading input: /input/xde/work/release/xde_link.so
162025-02-10T17:29:28.167Zdownloaded input: /input/xde/work/release/xde_link.so
172025-02-10T17:29:28.167Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182025-02-10T17:29:28.180Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192025-02-10T17:29:28.183Zdownloading input: /input/xde/work/test/loopback
202025-02-10T17:29:28.823Zdownloaded input: /input/xde/work/test/loopback
212025-02-10T17:29:28.823Zdownloading input: /input/xde/work/xde.conf
222025-02-10T17:29:28.836Zdownloaded input: /input/xde/work/xde.conf
 
232025-02-10T17:29:28.836Zstarting task 0: "setup"
242025-02-10T17:29:28.843Z++ uname -s
252025-02-10T17:29:28.846Z+ kern=SunOS
262025-02-10T17:29:28.846Z+ build_user=build
272025-02-10T17:29:28.846Z+ build_uid=12345
282025-02-10T17:29:28.846Z+ work_dir=/work
292025-02-10T17:29:28.846Z+ input_dir=/input
302025-02-10T17:29:28.846Z+ [[ 0 == 12345 ]]
312025-02-10T17:29:28.846Z+ case "$kern" in
322025-02-10T17:29:28.846Z+ groupadd -g 12345 build
332025-02-10T17:29:28.849Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
342025-02-10T17:29:30.855Z+ zfs create -o mountpoint=/work rpool/work
352025-02-10T17:29:30.971Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
362025-02-10T17:29:30.975Z+ home_fs=zfs
372025-02-10T17:29:30.976Z+ [[ zfs == autofs ]]
382025-02-10T17:29:30.976Z+ mkdir -p /home/build
392025-02-10T17:29:30.979Z+ chown build:build /home/build /work
402025-02-10T17:29:31.977Z+ chmod 0700 /home/build /work
412025-02-10T17:29:31.980Zprocess exited: duration 3142 ms, exit code 0
 
422025-02-10T17:29:31.985Zstarting task 1: "rust-toolchain"
432025-02-10T17:29:31.991Z+ printf ' * rust toolchain channel = "%s"\n' stable
442025-02-10T17:29:31.992Z * rust toolchain channel = "stable"
452025-02-10T17:29:31.992Z+ printf ' * rust toolchain profile = "%s"\n' default
462025-02-10T17:29:31.992Z * rust toolchain profile = "default"
472025-02-10T17:29:31.992Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
482025-02-10T17:29:31.992Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
492025-02-10T17:29:31.995Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
502025-02-10T17:29:31.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
512025-02-10T17:29:32.113Zinfo: downloading installer
522025-02-10T17:29:33.217Zwarning: it looks like you have an existing installation of Rust at:
532025-02-10T17:29:33.217Zwarning: /opt/ooce/bin
542025-02-10T17:29:33.217Zwarning: It is recommended that rustup be the primary Rust installation.
552025-02-10T17:29:33.217Zwarning: Otherwise you may have confusion unless you are careful with your PATH
562025-02-10T17:29:33.217Zwarning: If you are sure that you want both rustup and your already installed Rust
572025-02-10T17:29:33.217Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
582025-02-10T17:29:33.217Zwarning: or pass `-y' to ignore all ignorable checks.
592025-02-10T17:29:33.217Zerror: cannot install while Rust is installed
602025-02-10T17:29:33.217Zwarning: continuing (because the -y flag is set and the error is ignorable)
612025-02-10T17:29:33.248Zinfo: profile set to 'default'
622025-02-10T17:29:33.248Zinfo: default host triple is x86_64-unknown-illumos
632025-02-10T17:29:33.251Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
642025-02-10T17:29:33.411Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
652025-02-10T17:29:33.411Zinfo: downloading component 'cargo'
662025-02-10T17:29:34.297Zinfo: downloading component 'clippy'
672025-02-10T17:29:34.635Zinfo: downloading component 'rust-docs'
682025-02-10T17:29:35.845Zinfo: downloading component 'rust-std'
692025-02-10T17:29:37.816Zinfo: downloading component 'rustc'
702025-02-10T17:29:44.757Zinfo: downloading component 'rustfmt'
712025-02-10T17:29:45.018Zinfo: installing component 'cargo'
722025-02-10T17:29:45.848Zinfo: installing component 'clippy'
732025-02-10T17:29:46.238Zinfo: installing component 'rust-docs'
742025-02-10T17:29:47.914Zinfo: installing component 'rust-std'
752025-02-10T17:29:49.731Zinfo: installing component 'rustc'
762025-02-10T17:29:55.736Zinfo: installing component 'rustfmt'
772025-02-10T17:29:56.068Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
782025-02-10T17:29:56.069Z
792025-02-10T17:29:56.456Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T17:29:56.456Z
812025-02-10T17:29:56.457Z
822025-02-10T17:29:56.457ZRust is installed now. Great!
832025-02-10T17:29:56.457Z
842025-02-10T17:29:56.457ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
852025-02-10T17:29:56.457Zenvironment variable. This has not been done automatically.
862025-02-10T17:29:56.457Z
872025-02-10T17:29:56.457ZTo configure your current shell, you need to source
882025-02-10T17:29:56.457Zthe corresponding env file under $HOME/.cargo.
892025-02-10T17:29:56.457Z
902025-02-10T17:29:56.457ZThis is usually done by running one of the following (note the leading DOT):
912025-02-10T17:29:56.457Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
922025-02-10T17:29:56.457Zsource "$HOME/.cargo/env.fish" # For fish
932025-02-10T17:29:56.533Z+ rustup --version
942025-02-10T17:29:56.541Zrustup 1.27.1 (54dd3d00f 2024-04-24)
952025-02-10T17:29:56.541Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
962025-02-10T17:29:56.617Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
972025-02-10T17:29:56.620Z+ cargo --version
982025-02-10T17:29:56.678Zcargo 1.84.1 (66221abde 2024-11-19)
992025-02-10T17:29:56.681Z+ rustc --version
1002025-02-10T17:29:56.742Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1012025-02-10T17:29:56.745Zprocess exited: duration 24754 ms, exit code 0
 
1022025-02-10T17:29:56.750Zstarting task 2: "authentication"
1032025-02-10T17:29:56.771Zprocess exited: duration 20 ms, exit code 0
 
1042025-02-10T17:29:56.776Zstarting task 3: "clone repository"
1052025-02-10T17:29:56.781Z+ mkdir -p /work/oxidecomputer/opte
1062025-02-10T17:29:56.783Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1072025-02-10T17:29:56.816ZCloning into '/work/oxidecomputer/opte'...
1082025-02-10T17:29:57.696Z+ cd /work/oxidecomputer/opte
1092025-02-10T17:29:57.696Z+ git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73
1102025-02-10T17:29:57.961ZFrom https://github.com/oxidecomputer/opte
1112025-02-10T17:29:57.961Z * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD
1122025-02-10T17:29:57.969Z+ [[ -n ingot-and-offload ]]
1132025-02-10T17:29:57.972Z++ git branch --show-current
1142025-02-10T17:29:57.974Z+ current=master
1152025-02-10T17:29:57.974Z+ [[ master != ingot-and-offload ]]
1162025-02-10T17:29:57.974Z+ git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73
1172025-02-10T17:29:57.977Z+ git checkout -f ingot-and-offload
1182025-02-10T17:29:57.997ZSwitched to branch 'ingot-and-offload'
1192025-02-10T17:29:58.000Z+ git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73
1202025-02-10T17:29:58.006ZHEAD is now at 9345439 Whelp, these flags moved about.
1212025-02-10T17:29:58.008Zprocess exited: duration 1230 ms, exit code 0
 
1222025-02-10T17:29:58.014Zstarting task 4: "build"
1232025-02-10T17:29:58.018Z+ pfexec pkg install brand/sparse opte
1242025-02-10T17:30:08.370Z Startup: Refreshing catalog 'helios-dev' ... Done
1252025-02-10T17:30:12.542Z Startup: Caching catalogs ... Done
1262025-02-10T17:30:24.949ZPlanning: Solver setup ... Done
1272025-02-10T17:30:25.119ZPlanning: Running solver ... Done
1282025-02-10T17:30:25.233ZPlanning: Finding local manifests ... Done
1292025-02-10T17:30:25.245ZPlanning: Fetching manifests: 0/4 0% complete
1302025-02-10T17:30:25.358ZPlanning: Fetching manifests: 4/4 100% complete
1312025-02-10T17:30:25.430ZPlanning: Package planning ... Done
1322025-02-10T17:30:25.436ZPlanning: Merging actions ... Done
1332025-02-10T17:30:25.702ZPlanning: Checking for conflicting actions ... Done
1342025-02-10T17:30:27.615ZPlanning: Consolidating action changes ... Done
1352025-02-10T17:30:28.016ZPlanning: Evaluating mediators ... Done
1362025-02-10T17:30:28.083ZPlanning: Planning completed in 15.44 seconds
1372025-02-10T17:30:28.099Z Packages to install: 2
1382025-02-10T17:30:28.099Z Packages to update: 2
1392025-02-10T17:30:28.099Z Create boot environment: No
1402025-02-10T17:30:28.102ZCreate backup boot environment: Yes
1412025-02-10T17:30:28.171Z
1422025-02-10T17:30:28.171ZDownload: 0/1013 items 0.0/18.3MB 0% complete
1432025-02-10T17:30:34.878ZDownload: 919/1013 items 18.3/18.3MB 99% complete (6.5M/s)
1442025-02-10T17:30:35.420ZDownload: Completed 18.31 MB in 7.25 seconds (2.5M/s)
1452025-02-10T17:30:37.340Z Actions: 1/1441 actions (Removing old actions)
1462025-02-10T17:30:37.361Z Actions: 199/1441 actions (Installing new actions)
1472025-02-10T17:30:37.913Z Actions: 601/1441 actions (Updating modified actions)
1482025-02-10T17:30:38.218Z Actions: Completed 1441 actions in 0.88 seconds.
1492025-02-10T17:30:38.428Z Done
1502025-02-10T17:30:38.431Z Done
1512025-02-10T17:30:38.969Z Done
1522025-02-10T17:30:43.172Z Done
1532025-02-10T17:30:43.254Z Done
1542025-02-10T17:30:43.256Z Done
1552025-02-10T17:30:49.129Z Done
1562025-02-10T17:30:49.525Z+ [[ -z 01JKRE2JAJZQ841QZK3G99B30P ]]
1572025-02-10T17:30:49.525Z+ trap cleanup EXIT
1582025-02-10T17:30:49.528Z+ banner collect
1592025-02-10T17:30:49.528Z
1602025-02-10T17:30:49.528Z #### #### # # ###### #### #####
1612025-02-10T17:30:49.528Z # # # # # # # # # #
1622025-02-10T17:30:49.528Z # # # # # ##### # #
1632025-02-10T17:30:49.528Z # # # # # # # #
1642025-02-10T17:30:49.528Z # # # # # # # # # #
1652025-02-10T17:30:49.528Z #### #### ###### ###### ###### #### #
1662025-02-10T17:30:49.528Z
1672025-02-10T17:30:49.531Z+ get_artifact softnpu image 88f5f1334364e5580fe778c44ac0746a35927351 softnpu
1682025-02-10T17:30:49.531Z+ repo=softnpu
1692025-02-10T17:30:49.531Z+ series=image
1702025-02-10T17:30:49.531Z+ commit=88f5f1334364e5580fe778c44ac0746a35927351
1712025-02-10T17:30:49.531Z+ name=softnpu
1722025-02-10T17:30:49.531Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732025-02-10T17:30:49.531Z+ mkdir -p download
1742025-02-10T17:30:49.531Z+ pushd download
1752025-02-10T17:30:49.531Z+ [[ ! -f softnpu ]]
1762025-02-10T17:30:49.531Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1772025-02-10T17:30:49.531Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/88f5f1334364e5580fe778c44ac0746a35927351/softnpu
1782025-02-10T17:30:49.538Z % Total % Received % Xferd Average Speed Time Time Time Current
1792025-02-10T17:30:49.538Z Dload Upload Total Spent Left Speed
1802025-02-10T17:30:49.928Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.8M 100 22.8M 0 0 58.7M 0 --:--:-- --:--:-- --:--:-- 58.6M
1812025-02-10T17:30:49.933Z+ popd
1822025-02-10T17:30:49.933Z/work/oxidecomputer/opte
1832025-02-10T17:30:49.936Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f libsidecar_lite.so
1842025-02-10T17:30:49.936Z+ repo=sidecar-lite
1852025-02-10T17:30:49.936Z+ series=release
1862025-02-10T17:30:49.936Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1872025-02-10T17:30:49.936Z+ name=libsidecar_lite.so
1882025-02-10T17:30:49.936Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892025-02-10T17:30:49.936Z+ mkdir -p download
1902025-02-10T17:30:49.936Z+ pushd download
1912025-02-10T17:30:49.936Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1922025-02-10T17:30:49.936Z+ [[ ! -f libsidecar_lite.so ]]
1932025-02-10T17:30:49.936Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/libsidecar_lite.so
1942025-02-10T17:30:49.941Z % Total % Received % Xferd Average Speed Time Time Time Current
1952025-02-10T17:30:49.944Z Dload Upload Total Spent Left Speed
1962025-02-10T17:30:50.522Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19.8M 100 19.8M 0 0 34.1M 0 --:--:-- --:--:-- --:--:-- 34.1M
1972025-02-10T17:30:50.526Z+ popd
1982025-02-10T17:30:50.528Z/work/oxidecomputer/opte
1992025-02-10T17:30:50.528Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f scadm
2002025-02-10T17:30:50.528Z+ repo=sidecar-lite
2012025-02-10T17:30:50.528Z+ series=release
2022025-02-10T17:30:50.528Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
2032025-02-10T17:30:50.528Z+ name=scadm
2042025-02-10T17:30:50.528Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052025-02-10T17:30:50.528Z+ mkdir -p download
2062025-02-10T17:30:50.528Z+ pushd download
2072025-02-10T17:30:50.528Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2082025-02-10T17:30:50.528Z+ [[ ! -f scadm ]]
2092025-02-10T17:30:50.528Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/scadm
2102025-02-10T17:30:50.536Z % Total % Received % Xferd Average Speed Time Time Time Current
2112025-02-10T17:30:50.536Z Dload Upload Total Spent Left Speed
2122025-02-10T17:30:50.972Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23.3M 100 23.3M 0 0 53.4M 0 --:--:-- --:--:-- --:--:-- 53.3M
2132025-02-10T17:30:50.976Z+ popd
2142025-02-10T17:30:50.978Z/work/oxidecomputer/opte
2152025-02-10T17:30:50.978Z+ [[ '' -eq 1 ]]
2162025-02-10T17:30:50.978Z+ uname -a
2172025-02-10T17:30:50.979ZSunOS w-01JKREFDC1HD9PDESRWY2YJBRP 5.11 helios-2.0.22827 i86pc i386 i86pc
2182025-02-10T17:30:50.979Z+ cat /etc/versions/build
2192025-02-10T17:30:50.981Zheads/stlouis-0-g60122b5709
2202025-02-10T17:30:50.981Z+ dladm
2212025-02-10T17:30:50.984ZLINK CLASS MTU STATE BRIDGE OVER
2222025-02-10T17:30:50.984Zena0 phys 9216 up -- --
2232025-02-10T17:30:50.986Z+ ipadm
2242025-02-10T17:30:50.989ZADDROBJ TYPE STATE ADDR
2252025-02-10T17:30:50.989Zlo0/v4 static ok 127.0.0.1/8
2262025-02-10T17:30:50.989Zena0/dhcp dhcp ok 10.150.1.239/24
2272025-02-10T17:30:50.989Zlo0/v6 static ok ::1/128
2282025-02-10T17:30:50.989Z+ pfexec rem_drv xde
2292025-02-10T17:30:50.997Z+ set -o errexit
2302025-02-10T17:30:50.997Z+ set -o pipefail
2312025-02-10T17:30:50.997Z+ banner prepare
2322025-02-10T17:30:50.999Z
2332025-02-10T17:30:50.999Z ##### ##### ###### ##### ## ##### ######
2342025-02-10T17:30:50.999Z # # # # # # # # # # # #
2352025-02-10T17:30:50.999Z # # # # ##### # # # # # # #####
2362025-02-10T17:30:50.999Z ##### ##### # ##### ###### ##### #
2372025-02-10T17:30:50.999Z # # # # # # # # # #
2382025-02-10T17:30:50.999Z # # # ###### # # # # # ######
2392025-02-10T17:30:50.999Z
2402025-02-10T17:30:50.999Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2412025-02-10T17:30:51.004Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2422025-02-10T17:30:51.072Z+ pfexec add_drv xde
2432025-02-10T17:30:51.233Zdevfsadm: driver failed to attach: xde
2442025-02-10T17:30:51.235ZWarning: Driver (xde) successfully added to system but failed to attach
2452025-02-10T17:30:51.235Z+ banner test
2462025-02-10T17:30:51.238Z
2472025-02-10T17:30:51.238Z ##### ###### #### #####
2482025-02-10T17:30:51.238Z # # # #
2492025-02-10T17:30:51.238Z # ##### #### #
2502025-02-10T17:30:51.238Z # # # #
2512025-02-10T17:30:51.238Z # # # # #
2522025-02-10T17:30:51.238Z # ###### #### #
2532025-02-10T17:30:51.238Z
2542025-02-10T17:30:51.238Z+ pfexec chmod +x /input/xde/work/test/loopback
2552025-02-10T17:30:51.241Z+ pfexec /input/xde/work/test/loopback --nocapture
2562025-02-10T17:30:51.248Z
2572025-02-10T17:30:51.248Zrunning 1 test
2582025-02-10T17:30:51.278ZError: OPTE driver is not attached
2592025-02-10T17:30:51.281Ztest test_xde_loopback ... FAILED
2602025-02-10T17:30:51.281Z
2612025-02-10T17:30:51.281Zfailures:
2622025-02-10T17:30:51.281Z
2632025-02-10T17:30:51.281Zfailures:
2642025-02-10T17:30:51.281Z test_xde_loopback
2652025-02-10T17:30:51.281Z
2662025-02-10T17:30:51.281Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2672025-02-10T17:30:51.281Z
2682025-02-10T17:30:51.281Z+ cleanup
2692025-02-10T17:30:51.284Z++ id -un
2702025-02-10T17:30:51.286Z++ id -gn
2712025-02-10T17:30:51.289Z+ pfexec chown -R build:build .
2722025-02-10T17:30:51.293Z+ [[ -z 01JKRE2JAJZQ841QZK3G99B30P ]]
2732025-02-10T17:30:51.296Zprocess exited: duration 53267 ms, exit code 101
 
2742025-02-10T17:30:51.302Zfound 0 output files