01J0TF0VMAFTTR4XR8JJQ0ZX6X: test

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

Buildomat Job: 01J0TF1BTN9VR7AP43E8ZZZGK6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-20T09:24:42.680Zjob dependencies complete; ready to run (waiting for 6 m 15 s)
22024-06-20T09:25:26.780Zjob assigned to worker 01J0TFCVEP8BEQ8FKXW8MYNEZ7 (queued for 44 s)
32024-06-20T09:25:27.853Zdownloading input: /input/xde/work/debug/xde.dbg
42024-06-20T09:25:30.407Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-06-20T09:25:30.407Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-06-20T09:25:30.444Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-06-20T09:25:30.444Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-06-20T09:25:30.516Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-06-20T09:25:30.516Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-06-20T09:25:30.553Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-06-20T09:25:30.577Zdownloading input: /input/xde/work/release/xde
122024-06-20T09:25:33.365Zdownloaded input: /input/xde/work/release/xde
132024-06-20T09:25:33.365Zdownloading input: /input/xde/work/release/xde.sha256
142024-06-20T09:25:33.400Zdownloaded input: /input/xde/work/release/xde.sha256
152024-06-20T09:25:33.400Zdownloading input: /input/xde/work/release/xde_link.so
162024-06-20T09:25:33.439Zdownloaded input: /input/xde/work/release/xde_link.so
172024-06-20T09:25:33.439Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-06-20T09:25:33.475Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-06-20T09:25:33.500Zdownloading input: /input/xde/work/test/loopback
202024-06-20T09:25:36.070Zdownloaded input: /input/xde/work/test/loopback
212024-06-20T09:25:36.070Zdownloading input: /input/xde/work/xde.conf
222024-06-20T09:25:36.103Zdownloaded input: /input/xde/work/xde.conf
 
232024-06-20T09:25:36.103Zstarting task 0: "setup"
242024-06-20T09:25:36.127Z++ uname -s
252024-06-20T09:25:36.127Z+ kern=SunOS
262024-06-20T09:25:36.127Z+ case "$kern" in
272024-06-20T09:25:36.127Z+ groupadd -g 12345 build
282024-06-20T09:25:36.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-06-20T09:25:38.134Z+ zfs create -o mountpoint=/work rpool/work
302024-06-20T09:25:38.173Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-06-20T09:25:38.197Z+ home_fs=zfs
322024-06-20T09:25:38.197Z+ [[ zfs == autofs ]]
332024-06-20T09:25:38.197Z+ mkdir -p /home/build
342024-06-20T09:25:38.197Z+ chown build:build /home/build /work
352024-06-20T09:25:40.183Z+ chmod 0700 /home/build /work
362024-06-20T09:25:40.207Zprocess exited: duration 4083 ms, exit code 0
 
372024-06-20T09:25:40.255Zstarting task 1: "rust-toolchain"
382024-06-20T09:25:40.279Z+ printf ' * toolchain channel = "%s"
392024-06-20T09:25:40.279Z' stable
402024-06-20T09:25:40.279Z+ printf ' * toolchain profile = "%s"
412024-06-20T09:25:40.279Z' default
422024-06-20T09:25:40.279Z * toolchain channel = "stable"
432024-06-20T09:25:40.279Z * toolchain profile = "default"
442024-06-20T09:25:40.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452024-06-20T09:25:40.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462024-06-20T09:25:40.394Zinfo: downloading installer
472024-06-20T09:25:40.869Zinfo: profile set to 'default'
482024-06-20T09:25:40.869Zinfo: default host triple is x86_64-unknown-illumos
492024-06-20T09:25:40.869Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502024-06-20T09:25:40.959Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
512024-06-20T09:25:40.959Zinfo: downloading component 'cargo'
522024-06-20T09:25:41.222Zinfo: downloading component 'clippy'
532024-06-20T09:25:41.294Zinfo: downloading component 'rust-docs'
542024-06-20T09:25:41.619Zinfo: downloading component 'rust-std'
552024-06-20T09:25:42.070Zinfo: downloading component 'rustc'
562024-06-20T09:25:43.218Zinfo: downloading component 'rustfmt'
572024-06-20T09:25:43.281Zinfo: installing component 'cargo'
582024-06-20T09:25:44.399Zinfo: installing component 'clippy'
592024-06-20T09:25:44.830Zinfo: installing component 'rust-docs'
602024-06-20T09:25:47.436Zinfo: installing component 'rust-std'
612024-06-20T09:25:49.444Zinfo: installing component 'rustc'
622024-06-20T09:25:54.361Zinfo: installing component 'rustfmt'
632024-06-20T09:25:54.724Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642024-06-20T09:25:54.724Z
652024-06-20T09:25:54.846Z stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10)
662024-06-20T09:25:54.846Z
672024-06-20T09:25:54.846Z
682024-06-20T09:25:54.846ZRust is installed now. Great!
692024-06-20T09:25:54.846Z
702024-06-20T09:25:54.871ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712024-06-20T09:25:54.871Zenvironment variable. This has not been done automatically.
722024-06-20T09:25:54.871Z
732024-06-20T09:25:54.871ZTo configure your current shell, you need to source
742024-06-20T09:25:54.871Zthe corresponding env file under $HOME/.cargo.
752024-06-20T09:25:54.871Z
762024-06-20T09:25:54.871ZThis is usually done by running one of the following (note the leading DOT):
772024-06-20T09:25:54.871Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782024-06-20T09:25:54.871Zsource "$HOME/.cargo/env.fish" # For fish
792024-06-20T09:25:54.913Z+ rustc --version
802024-06-20T09:25:55.028Zrustc 1.79.0 (129f3b996 2024-06-10)
812024-06-20T09:25:55.052Zprocess exited: duration 14778 ms, exit code 0
 
822024-06-20T09:25:55.100Zstarting task 2: "authentication"
832024-06-20T09:25:55.159Zprocess exited: duration 58 ms, exit code 0
 
842024-06-20T09:25:55.207Zstarting task 3: "clone repository"
852024-06-20T09:25:55.232Z+ mkdir -p /work/oxidecomputer/opte
862024-06-20T09:25:55.232Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872024-06-20T09:25:55.256ZCloning into '/work/oxidecomputer/opte'...
882024-06-20T09:25:56.436Z+ cd /work/oxidecomputer/opte
892024-06-20T09:25:56.436Z+ git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
902024-06-20T09:25:56.796ZFrom https://github.com/oxidecomputer/opte
912024-06-20T09:25:56.796Z * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD
922024-06-20T09:25:56.820Z+ [[ -n '' ]]
932024-06-20T09:25:56.820Z+ git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
942024-06-20T09:25:56.845ZHEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61
952024-06-20T09:25:56.845Zprocess exited: duration 1626 ms, exit code 0
 
962024-06-20T09:25:56.893Zstarting task 4: "build"
972024-06-20T09:25:56.917Z+ pfexec pkg install brand/sparse opte
982024-06-20T09:26:02.283Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-06-20T09:26:04.365Z Startup: Caching catalogs ... Done
1002024-06-20T09:26:07.147ZPlanning: Solver setup ... Done
1012024-06-20T09:26:07.195ZPlanning: Running solver ... Done
1022024-06-20T09:26:07.233ZPlanning: Finding local manifests ... Done
1032024-06-20T09:26:07.310ZPlanning: Fetching manifests: 0/2 0% complete
1042024-06-20T09:26:07.413ZPlanning: Fetching manifests: 2/2 100% complete
1052024-06-20T09:26:07.437ZPlanning: Package planning ... Done
1062024-06-20T09:26:07.437ZPlanning: Merging actions ... Done
1072024-06-20T09:26:07.887ZPlanning: Checking for conflicting actions ... Done
1082024-06-20T09:26:07.911ZPlanning: Consolidating action changes ... Done
1092024-06-20T09:26:08.524ZPlanning: Evaluating mediators ... Done
1102024-06-20T09:26:08.548ZPlanning: Planning completed in 4.10 seconds
1112024-06-20T09:26:08.548Z Packages to install: 2
1122024-06-20T09:26:08.548Z Create boot environment: No
1132024-06-20T09:26:08.548ZCreate backup boot environment: No
1142024-06-20T09:26:08.583Z
1152024-06-20T09:26:08.583ZDownload: 0/20 items 0.0/20.8MB 0% complete
1162024-06-20T09:26:09.396ZDownload: Completed 20.79 MB in 0.81 seconds (25.6M/s)
1172024-06-20T09:26:09.474Z Actions: 1/54 actions (Installing new actions)
1182024-06-20T09:26:10.162Z Actions: Completed 54 actions in 0.69 seconds.
1192024-06-20T09:26:10.421Z Done
1202024-06-20T09:26:10.421Z Done
1212024-06-20T09:26:10.759Z Done
1222024-06-20T09:26:15.763Z Done
1232024-06-20T09:26:15.854Z Done
1242024-06-20T09:26:15.878Z Done
1252024-06-20T09:26:23.649Z Done
1262024-06-20T09:26:23.894Z+ [[ -z 01J0TF1BTN9VR7AP43E8ZZZGK6 ]]
1272024-06-20T09:26:23.894Z+ trap cleanup EXIT
1282024-06-20T09:26:23.918Z+ banner collect
1292024-06-20T09:26:23.918Z
1302024-06-20T09:26:23.918Z #### #### # # ###### #### #####
1312024-06-20T09:26:23.918Z # # # # # # # # # #
1322024-06-20T09:26:23.918Z # # # # # ##### # #
1332024-06-20T09:26:23.918Z # # # # # # # #
1342024-06-20T09:26:23.918Z # # # # # # # # # #
1352024-06-20T09:26:23.919Z #### #### ###### ###### ###### #### #
1362024-06-20T09:26:23.919Z
1372024-06-20T09:26:23.919Z+ get_artifact softnpu image 88f5f1334364e5580fe778c44ac0746a35927351 softnpu
1382024-06-20T09:26:23.919Z+ repo=softnpu
1392024-06-20T09:26:23.919Z+ series=image
1402024-06-20T09:26:23.919Z+ commit=88f5f1334364e5580fe778c44ac0746a35927351
1412024-06-20T09:26:23.919Z+ name=softnpu
1422024-06-20T09:26:23.919Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1432024-06-20T09:26:23.919Z+ mkdir -p download
1442024-06-20T09:26:23.919Z+ pushd download
1452024-06-20T09:26:23.919Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1462024-06-20T09:26:23.919Z+ [[ ! -f softnpu ]]
1472024-06-20T09:26:23.919Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/88f5f1334364e5580fe778c44ac0746a35927351/softnpu
1482024-06-20T09:26:23.919Z % Total % Received % Xferd Average Speed Time Time Time Current
1492024-06-20T09:26:23.919Z Dload Upload Total Spent Left Speed
1502024-06-20T09:26:25.300Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 22.8M 27 6383k 0 0 9752k 0 0:00:02 --:--:-- 0:00:02 9746k 100 22.8M 100 22.8M 0 0 16.4M 0 0:00:01 0:00:01 --:--:-- 16.4M
1512024-06-20T09:26:25.324Z+ popd
1522024-06-20T09:26:25.325Z/work/oxidecomputer/opte
1532024-06-20T09:26:25.325Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f libsidecar_lite.so
1542024-06-20T09:26:25.325Z+ repo=sidecar-lite
1552024-06-20T09:26:25.325Z+ series=release
1562024-06-20T09:26:25.325Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1572024-06-20T09:26:25.325Z+ name=libsidecar_lite.so
1582024-06-20T09:26:25.325Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1592024-06-20T09:26:25.325Z+ mkdir -p download
1602024-06-20T09:26:25.325Z+ pushd download
1612024-06-20T09:26:25.325Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1622024-06-20T09:26:25.325Z+ [[ ! -f libsidecar_lite.so ]]
1632024-06-20T09:26:25.325Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/libsidecar_lite.so
1642024-06-20T09:26:25.325Z % Total % Received % Xferd Average Speed Time Time Time Current
1652024-06-20T09:26:25.325Z Dload Upload Total Spent Left Speed
1662024-06-20T09:26:26.625Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 19.8M 0 12092 0 0 44510 0 0:07:47 --:--:-- 0:07:47 44455 94 19.8M 94 18.6M 0 0 14.9M 0 0:00:01 0:00:01 --:--:-- 14.9M 100 19.8M 100 19.8M 0 0 15.1M 0 0:00:01 0:00:01 --:--:-- 15.1M
1672024-06-20T09:26:26.649Z+ popd
1682024-06-20T09:26:26.649Z/work/oxidecomputer/opte
1692024-06-20T09:26:26.649Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f scadm
1702024-06-20T09:26:26.649Z+ repo=sidecar-lite
1712024-06-20T09:26:26.649Z+ series=release
1722024-06-20T09:26:26.649Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1732024-06-20T09:26:26.649Z+ name=scadm
1742024-06-20T09:26:26.649Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1752024-06-20T09:26:26.649Z+ mkdir -p download
1762024-06-20T09:26:26.649Z+ pushd download
1772024-06-20T09:26:26.649Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1782024-06-20T09:26:26.649Z+ [[ ! -f scadm ]]
1792024-06-20T09:26:26.649Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/scadm
1802024-06-20T09:26:26.649Z % Total % Received % Xferd Average Speed Time Time Time Current
1812024-06-20T09:26:26.649Z Dload Upload Total Spent Left Speed
1822024-06-20T09:26:28.116Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 23.3M 47 11.0M 0 0 11.9M 0 0:00:01 --:--:-- 0:00:01 11.9M 100 23.3M 100 23.3M 0 0 15.8M 0 0:00:01 0:00:01 --:--:-- 15.8M
1832024-06-20T09:26:28.140Z+ popd
1842024-06-20T09:26:28.140Z/work/oxidecomputer/opte
1852024-06-20T09:26:28.140Z+ [[ '' -eq 1 ]]
1862024-06-20T09:26:28.140Z+ uname -a
1872024-06-20T09:26:28.140ZSunOS bmat-EVT22200007-0000266b 5.11 helios-2.0.22656 i86pc i386 i86pc
1882024-06-20T09:26:28.141Z+ cat /etc/versions/build
1892024-06-20T09:26:28.141Zheads/stlouis-0-gdd9aaaf627
1902024-06-20T09:26:28.141Z+ dladm
1912024-06-20T09:26:28.141ZLINK CLASS MTU STATE BRIDGE OVER
1922024-06-20T09:26:28.141Zvioif0 phys 1500 up -- --
1932024-06-20T09:26:28.141Z+ ipadm
1942024-06-20T09:26:28.141ZADDROBJ TYPE STATE ADDR
1952024-06-20T09:26:28.141Zlo0/v4 static ok 127.0.0.1/8
1962024-06-20T09:26:28.141Zvioif0/v4 static ok 10.151.4.101/24
1972024-06-20T09:26:28.141Zlo0/v6 static ok ::1/128
1982024-06-20T09:26:28.141Z+ pfexec rem_drv xde
1992024-06-20T09:26:28.165Z+ set -o errexit
2002024-06-20T09:26:28.165Z+ set -o pipefail
2012024-06-20T09:26:28.165Z+ banner prepare
2022024-06-20T09:26:28.165Z
2032024-06-20T09:26:28.165Z ##### ##### ###### ##### ## ##### ######
2042024-06-20T09:26:28.165Z # # # # # # # # # # # #
2052024-06-20T09:26:28.165Z # # # # ##### # # # # # # #####
2062024-06-20T09:26:28.165Z ##### ##### # ##### ###### ##### #
2072024-06-20T09:26:28.165Z # # # # # # # # # #
2082024-06-20T09:26:28.166Z # # # ###### # # # # # ######
2092024-06-20T09:26:28.166Z
2102024-06-20T09:26:28.166Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2112024-06-20T09:26:28.191Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2122024-06-20T09:26:28.262Z+ pfexec add_drv xde
2132024-06-20T09:26:28.438Z+ banner test
2142024-06-20T09:26:28.463Z
2152024-06-20T09:26:28.463Z ##### ###### #### #####
2162024-06-20T09:26:28.463Z # # # #
2172024-06-20T09:26:28.463Z # ##### #### #
2182024-06-20T09:26:28.463Z # # # #
2192024-06-20T09:26:28.463Z # # # # #
2202024-06-20T09:26:28.463Z # ###### #### #
2212024-06-20T09:26:28.463Z
2222024-06-20T09:26:28.463Z+ pfexec chmod +x /input/xde/work/test/loopback
2232024-06-20T09:26:28.463Z+ pfexec /input/xde/work/test/loopback --nocapture
2242024-06-20T09:26:28.463Z
2252024-06-20T09:26:28.463Zrunning 1 test
2262024-06-20T09:26:28.487Zadding underlay route 0
2272024-06-20T09:26:28.487Zadding underlay route 1
2282024-06-20T09:26:28.522Zstart zone a
2292024-06-20T09:26:28.522Zconfigure zone
2302024-06-20T09:26:28.546Zinstall zone
2312024-06-20T09:27:28.456Ztest test_xde_loopback has been running for over 60 seconds
2322024-06-20T09:27:44.197Zboot zone
2332024-06-20T09:27:45.025Zstart zone b
2342024-06-20T09:27:45.025Zconfigure zone
2352024-06-20T09:27:45.089Zinstall zone
2362024-06-20T09:28:53.688Zboot zone
2372024-06-20T09:28:54.515Zsetup zone a
2382024-06-20T09:28:54.540Z[a] svcs milestone/network
2392024-06-20T09:28:54.564ZSTATE STIME FMRI
2402024-06-20T09:28:54.564Zonline 2:28:04 svc:/milestone/network:default
2412024-06-20T09:28:54.564Z[a] ipadm create-addr -t -T dhcp vopte0/test
2422024-06-20T09:28:59.361Z
2432024-06-20T09:28:59.361Z[a] route add -iface 10.0.0.254 10.0.0.1
2442024-06-20T09:28:59.387Zadd host 10.0.0.254: gateway 10.0.0.1
2452024-06-20T09:28:59.387Z[a] route add 10.0.0.0/24 10.0.0.254
2462024-06-20T09:28:59.411Zadd net 10.0.0.0/24: gateway 10.0.0.254
2472024-06-20T09:28:59.411Zsetup zone b
2482024-06-20T09:28:59.411Z[b] svcs milestone/network
2492024-06-20T09:28:59.437ZSTATE STIME FMRI
2502024-06-20T09:28:59.437Z- - svc:/milestone/network:default
2512024-06-20T09:29:00.438Z[b] svcs milestone/network
2522024-06-20T09:29:00.466ZSTATE STIME FMRI
2532024-06-20T09:29:00.466Z- - svc:/milestone/network:default
2542024-06-20T09:29:01.466Z[b] svcs milestone/network
2552024-06-20T09:29:01.494ZSTATE STIME FMRI
2562024-06-20T09:29:01.494Z- - svc:/milestone/network:default
2572024-06-20T09:29:02.494Z[b] svcs milestone/network
2582024-06-20T09:29:02.524ZSTATE STIME FMRI
2592024-06-20T09:29:02.524Z- - svc:/milestone/network:default
2602024-06-20T09:29:03.524Z[b] svcs milestone/network
2612024-06-20T09:29:03.550ZSTATE STIME FMRI
2622024-06-20T09:29:03.551Z- - svc:/milestone/network:default
2632024-06-20T09:29:04.551Z[b] svcs milestone/network
2642024-06-20T09:29:04.578ZSTATE STIME FMRI
2652024-06-20T09:29:04.578Z- - svc:/milestone/network:default
2662024-06-20T09:29:05.579Z[b] svcs milestone/network
2672024-06-20T09:29:05.606ZSTATE STIME FMRI
2682024-06-20T09:29:05.606Z- - svc:/milestone/network:default
2692024-06-20T09:29:06.606Z[b] svcs milestone/network
2702024-06-20T09:29:06.637ZSTATE STIME FMRI
2712024-06-20T09:29:06.637Z- - svc:/milestone/network:default
2722024-06-20T09:29:07.637Z[b] svcs milestone/network
2732024-06-20T09:29:07.663ZSTATE STIME FMRI
2742024-06-20T09:29:07.663Z- - svc:/milestone/network:default
2752024-06-20T09:29:08.663Z[b] svcs milestone/network
2762024-06-20T09:29:08.689ZSTATE STIME FMRI
2772024-06-20T09:29:08.689Z- - svc:/milestone/network:default
2782024-06-20T09:29:09.696Z[b] svcs milestone/network
2792024-06-20T09:29:09.724ZSTATE STIME FMRI
2802024-06-20T09:29:09.724Z- - svc:/milestone/network:default
2812024-06-20T09:29:10.716Z[b] svcs milestone/network
2822024-06-20T09:29:10.745ZSTATE STIME FMRI
2832024-06-20T09:29:10.745Z- - svc:/milestone/network:default
2842024-06-20T09:29:11.745Z[b] svcs milestone/network
2852024-06-20T09:29:11.773ZSTATE STIME FMRI
2862024-06-20T09:29:11.773Z- - svc:/milestone/network:default
2872024-06-20T09:29:12.773Z[b] svcs milestone/network
2882024-06-20T09:29:12.799ZSTATE STIME FMRI
2892024-06-20T09:29:12.799Z- - svc:/milestone/network:default
2902024-06-20T09:29:13.800Z[b] svcs milestone/network
2912024-06-20T09:29:13.828ZSTATE STIME FMRI
2922024-06-20T09:29:13.828Zoffline 2:29:12 svc:/milestone/network:default
2932024-06-20T09:29:14.828Z[b] svcs milestone/network
2942024-06-20T09:29:14.864ZSTATE STIME FMRI
2952024-06-20T09:29:14.864Zonline 2:29:13 svc:/milestone/network:default
2962024-06-20T09:29:14.864Z[b] ipadm create-addr -t -T dhcp vopte1/test
2972024-06-20T09:29:20.925Z
2982024-06-20T09:29:20.925Z[b] route add -iface 10.0.0.254 10.0.0.2
2992024-06-20T09:29:20.952Zadd host 10.0.0.254: gateway 10.0.0.2
3002024-06-20T09:29:20.952Z[b] route add 10.0.0.0/24 10.0.0.254
3012024-06-20T09:29:20.977Zadd net 10.0.0.0/24: gateway 10.0.0.254
3022024-06-20T09:29:21.001Z[a] ping 10.0.0.2
3032024-06-20T09:29:21.025Z10.0.0.2 is alive
3042024-06-20T09:29:25.238Ztest test_xde_loopback ... ok
3052024-06-20T09:29:25.238Z
3062024-06-20T09:29:25.238Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 176.78s
3072024-06-20T09:29:25.238Z
3082024-06-20T09:29:25.262Z+ cleanup
3092024-06-20T09:29:25.262Z++ id -un
3102024-06-20T09:29:25.262Z++ id -gn
3112024-06-20T09:29:25.262Z+ pfexec chown -R build:build .
3122024-06-20T09:29:25.262Z+ [[ -z 01J0TF1BTN9VR7AP43E8ZZZGK6 ]]
3132024-06-20T09:29:25.262Zprocess exited: duration 208369 ms, exit code 0
 
3142024-06-20T09:29:25.311Zfound 0 output files