01JD80G5QR8TAGJJPPQE2EW6PX: test

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

Buildomat Job: 01JD80GXSDD5HQP4SPYMDHPMEG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-21T18:49:50.461Zjob dependencies complete; ready to run (waiting for 7 m 18 s)
22024-11-21T18:51:13.521Zjob assigned to worker 01JD80YGPFE345YE9YZFB92JAM [factory aws, i-07aa23aa7733bcb00] (queued for 1 m 23 s)
32024-11-21T18:51:20.869Zdownloading input: /input/xde/work/debug/xde.dbg
42024-11-21T18:51:22.141Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-11-21T18:51:22.141Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-11-21T18:51:22.196Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-11-21T18:51:22.196Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-11-21T18:51:22.322Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-11-21T18:51:22.322Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-11-21T18:51:22.374Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-11-21T18:51:22.374Zdownloading input: /input/xde/work/release/xde
122024-11-21T18:51:22.939Zdownloaded input: /input/xde/work/release/xde
132024-11-21T18:51:22.939Zdownloading input: /input/xde/work/release/xde.sha256
142024-11-21T18:51:22.952Zdownloaded input: /input/xde/work/release/xde.sha256
152024-11-21T18:51:22.952Zdownloading input: /input/xde/work/release/xde_link.so
162024-11-21T18:51:22.971Zdownloaded input: /input/xde/work/release/xde_link.so
172024-11-21T18:51:22.971Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-11-21T18:51:22.986Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-11-21T18:51:22.996Zdownloading input: /input/xde/work/test/loopback
202024-11-21T18:51:29.840Zdownloaded input: /input/xde/work/test/loopback
212024-11-21T18:51:29.841Zdownloading input: /input/xde/work/xde.conf
222024-11-21T18:51:29.884Zdownloaded input: /input/xde/work/xde.conf
 
232024-11-21T18:51:29.884Zstarting task 0: "setup"
242024-11-21T18:51:29.926Z++ uname -s
252024-11-21T18:51:29.926Z+ kern=SunOS
262024-11-21T18:51:29.926Z+ case "$kern" in
272024-11-21T18:51:29.926Z+ groupadd -g 12345 build
282024-11-21T18:51:29.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-11-21T18:51:31.886Z+ zfs create -o mountpoint=/work rpool/work
302024-11-21T18:51:31.948Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-11-21T18:51:31.951Z+ home_fs=zfs
322024-11-21T18:51:31.951Z+ [[ zfs == autofs ]]
332024-11-21T18:51:31.951Z+ mkdir -p /home/build
342024-11-21T18:51:31.954Z+ chown build:build /home/build /work
352024-11-21T18:51:33.955Z+ chmod 0700 /home/build /work
362024-11-21T18:51:33.957Zprocess exited: duration 4091 ms, exit code 0
 
372024-11-21T18:51:33.963Zstarting task 1: "rust-toolchain"
382024-11-21T18:51:33.969Z+ printf ' * toolchain channel = "%s"
392024-11-21T18:51:33.969Z' stable
402024-11-21T18:51:33.969Z * toolchain channel = "stable"
412024-11-21T18:51:33.969Z+ printf ' * toolchain profile = "%s"
422024-11-21T18:51:33.969Z * toolchain profile = "default"
432024-11-21T18:51:33.969Z' default
442024-11-21T18:51:33.971Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452024-11-21T18:51:33.971Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462024-11-21T18:51:34.087Zinfo: downloading installer
472024-11-21T18:51:35.788Zinfo: profile set to 'default'
482024-11-21T18:51:35.788Zinfo: default host triple is x86_64-unknown-illumos
492024-11-21T18:51:35.791Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502024-11-21T18:51:35.938Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
512024-11-21T18:51:35.938Zinfo: downloading component 'cargo'
522024-11-21T18:51:36.777Zinfo: downloading component 'clippy'
532024-11-21T18:51:37.094Zinfo: downloading component 'rust-docs'
542024-11-21T18:51:38.276Zinfo: downloading component 'rust-std'
552024-11-21T18:51:40.151Zinfo: downloading component 'rustc'
562024-11-21T18:51:46.896Zinfo: downloading component 'rustfmt'
572024-11-21T18:51:47.226Zinfo: installing component 'cargo'
582024-11-21T18:51:48.009Zinfo: installing component 'clippy'
592024-11-21T18:51:48.381Zinfo: installing component 'rust-docs'
602024-11-21T18:51:50.089Zinfo: installing component 'rust-std'
612024-11-21T18:51:51.899Zinfo: installing component 'rustc'
622024-11-21T18:51:57.780Zinfo: installing component 'rustfmt'
632024-11-21T18:51:58.094Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642024-11-21T18:51:58.094Z
652024-11-21T18:51:58.473Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
662024-11-21T18:51:58.473Z
672024-11-21T18:51:58.476Z
682024-11-21T18:51:58.476ZRust is installed now. Great!
692024-11-21T18:51:58.476Z
702024-11-21T18:51:58.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712024-11-21T18:51:58.476Zenvironment variable. This has not been done automatically.
722024-11-21T18:51:58.477Z
732024-11-21T18:51:58.477ZTo configure your current shell, you need to source
742024-11-21T18:51:58.477Zthe corresponding env file under $HOME/.cargo.
752024-11-21T18:51:58.477Z
762024-11-21T18:51:58.477ZThis is usually done by running one of the following (note the leading DOT):
772024-11-21T18:51:58.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782024-11-21T18:51:58.477Zsource "$HOME/.cargo/env.fish" # For fish
792024-11-21T18:51:58.552Z+ rustc --version
802024-11-21T18:51:58.618Zrustc 1.82.0 (f6e511eec 2024-10-15)
812024-11-21T18:51:58.621Zprocess exited: duration 24654 ms, exit code 0
 
822024-11-21T18:51:58.627Zstarting task 2: "authentication"
832024-11-21T18:51:58.647Zprocess exited: duration 20 ms, exit code 0
 
842024-11-21T18:51:58.653Zstarting task 3: "clone repository"
852024-11-21T18:51:58.658Z+ mkdir -p /work/oxidecomputer/opte
862024-11-21T18:51:58.661Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872024-11-21T18:51:59.450ZCloning into '/work/oxidecomputer/opte'...
882024-11-21T18:52:01.045Z+ cd /work/oxidecomputer/opte
892024-11-21T18:52:01.048Z+ git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb
902024-11-21T18:52:01.302ZFrom https://github.com/oxidecomputer/opte
912024-11-21T18:52:01.302Z * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD
922024-11-21T18:52:01.310Z+ [[ -n ingot-and-offload ]]
932024-11-21T18:52:01.313Z++ git branch --show-current
942024-11-21T18:52:01.316Z+ current=master
952024-11-21T18:52:01.316Z+ [[ master != ingot-and-offload ]]
962024-11-21T18:52:01.316Z+ git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb
972024-11-21T18:52:01.320Z+ git checkout -f ingot-and-offload
982024-11-21T18:52:01.341ZSwitched to branch 'ingot-and-offload'
992024-11-21T18:52:01.344Z+ git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb
1002024-11-21T18:52:01.346ZHEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay
1012024-11-21T18:52:01.349Zprocess exited: duration 2693 ms, exit code 0
 
1022024-11-21T18:52:01.356Zstarting task 4: "build"
1032024-11-21T18:52:01.361Z+ pfexec pkg install brand/sparse opte
1042024-11-21T18:52:09.680Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-11-21T18:52:13.390Z Startup: Caching catalogs ... Done
1062024-11-21T18:52:22.332ZPlanning: Solver setup ... Done
1072024-11-21T18:52:22.454ZPlanning: Running solver ... Done
1082024-11-21T18:52:22.624ZPlanning: Finding local manifests ... Done
1092024-11-21T18:52:22.636ZPlanning: Fetching manifests: 0/4 0% complete
1102024-11-21T18:52:22.726ZPlanning: Fetching manifests: 4/4 100% complete
1112024-11-21T18:52:23.027ZPlanning: Package planning ... Done
1122024-11-21T18:52:23.032ZPlanning: Merging actions ... Done
1132024-11-21T18:52:23.644ZPlanning: Checking for conflicting actions ... Done
1142024-11-21T18:52:28.527ZPlanning: Consolidating action changes ... Done
1152024-11-21T18:52:28.898ZPlanning: Evaluating mediators ... Done
1162024-11-21T18:52:28.966ZPlanning: Planning completed in 15.48 seconds
1172024-11-21T18:52:28.983Z Packages to install: 2
1182024-11-21T18:52:28.985Z Packages to update: 2
1192024-11-21T18:52:28.985Z Create boot environment: No
1202024-11-21T18:52:28.985ZCreate backup boot environment: Yes
1212024-11-21T18:52:29.246Z
1222024-11-21T18:52:29.246ZDownload: 0/1013 items 0.0/18.0MB 0% complete
1232024-11-21T18:52:32.898ZDownload: Completed 18.03 MB in 3.65 seconds (4.9M/s)
1242024-11-21T18:52:34.740Z Actions: 1/1441 actions (Removing old actions)
1252024-11-21T18:52:34.755Z Actions: 199/1441 actions (Installing new actions)
1262024-11-21T18:52:35.292Z Actions: 601/1441 actions (Updating modified actions)
1272024-11-21T18:52:35.597Z Actions: Completed 1441 actions in 0.86 seconds.
1282024-11-21T18:52:35.791Z Done
1292024-11-21T18:52:35.794Z Done
1302024-11-21T18:52:36.274Z Done
1312024-11-21T18:52:41.972Z Done
1322024-11-21T18:52:42.281Z Done
1332024-11-21T18:52:42.284Z Done
1342024-11-21T18:52:48.427Z Done
1352024-11-21T18:52:48.839Z+ [[ -z 01JD80GXSDD5HQP4SPYMDHPMEG ]]
1362024-11-21T18:52:48.839Z+ trap cleanup EXIT
1372024-11-21T18:52:48.842Z+ banner collect
1382024-11-21T18:52:48.842Z
1392024-11-21T18:52:48.842Z #### #### # # ###### #### #####
1402024-11-21T18:52:48.842Z # # # # # # # # # #
1412024-11-21T18:52:48.842Z # # # # # ##### # #
1422024-11-21T18:52:48.842Z # # # # # # # #
1432024-11-21T18:52:48.842Z # # # # # # # # # #
1442024-11-21T18:52:48.842Z #### #### ###### ###### ###### #### #
1452024-11-21T18:52:48.842Z
1462024-11-21T18:52:48.842Z+ get_artifact softnpu image 88f5f1334364e5580fe778c44ac0746a35927351 softnpu
1472024-11-21T18:52:48.845Z+ repo=softnpu
1482024-11-21T18:52:48.845Z+ series=image
1492024-11-21T18:52:48.846Z+ commit=88f5f1334364e5580fe778c44ac0746a35927351
1502024-11-21T18:52:48.846Z+ name=softnpu
1512024-11-21T18:52:48.846Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522024-11-21T18:52:48.846Z+ mkdir -p download
1532024-11-21T18:52:48.846Z+ pushd download
1542024-11-21T18:52:48.846Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1552024-11-21T18:52:48.846Z+ [[ ! -f softnpu ]]
1562024-11-21T18:52:48.846Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/88f5f1334364e5580fe778c44ac0746a35927351/softnpu
1572024-11-21T18:52:48.853Z % Total % Received % Xferd Average Speed Time Time Time Current
1582024-11-21T18:52:48.853Z Dload Upload Total Spent Left Speed
1592024-11-21T18:52:49.345Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.8M 100 22.8M 0 0 46.4M 0 --:--:-- --:--:-- --:--:-- 46.4M
1602024-11-21T18:52:49.349Z+ popd
1612024-11-21T18:52:49.351Z/work/oxidecomputer/opte
1622024-11-21T18:52:49.351Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f libsidecar_lite.so
1632024-11-21T18:52:49.351Z+ repo=sidecar-lite
1642024-11-21T18:52:49.351Z+ series=release
1652024-11-21T18:52:49.351Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1662024-11-21T18:52:49.351Z+ name=libsidecar_lite.so
1672024-11-21T18:52:49.351Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682024-11-21T18:52:49.351Z+ mkdir -p download
1692024-11-21T18:52:49.354Z+ pushd download
1702024-11-21T18:52:49.354Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1712024-11-21T18:52:49.354Z+ [[ ! -f libsidecar_lite.so ]]
1722024-11-21T18:52:49.354Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/libsidecar_lite.so
1732024-11-21T18:52:49.360Z % Total % Received % Xferd Average Speed Time Time Time Current
1742024-11-21T18:52:49.360Z Dload Upload Total Spent Left Speed
1752024-11-21T18:52:50.020Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19.8M 100 19.8M 0 0 30.0M 0 --:--:-- --:--:-- --:--:-- 30.0M
1762024-11-21T18:52:50.024Z+ popd
1772024-11-21T18:52:50.026Z/work/oxidecomputer/opte
1782024-11-21T18:52:50.026Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f scadm
1792024-11-21T18:52:50.026Z+ repo=sidecar-lite
1802024-11-21T18:52:50.026Z+ series=release
1812024-11-21T18:52:50.026Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1822024-11-21T18:52:50.027Z+ name=scadm
1832024-11-21T18:52:50.027Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842024-11-21T18:52:50.027Z+ mkdir -p download
1852024-11-21T18:52:50.027Z+ pushd download
1862024-11-21T18:52:50.027Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1872024-11-21T18:52:50.027Z+ [[ ! -f scadm ]]
1882024-11-21T18:52:50.027Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/scadm
1892024-11-21T18:52:50.035Z % Total % Received % Xferd Average Speed Time Time Time Current
1902024-11-21T18:52:50.037Z Dload Upload Total Spent Left Speed
1912024-11-21T18:52:50.858Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 23.3M 34 8123k 0 0 11.9M 0 0:00:01 --:--:-- 0:00:01 11.9M 100 23.3M 100 23.3M 0 0 28.3M 0 --:--:-- --:--:-- --:--:-- 28.3M
1922024-11-21T18:52:50.862Z+ popd
1932024-11-21T18:52:50.865Z/work/oxidecomputer/opte
1942024-11-21T18:52:50.865Z+ [[ '' -eq 1 ]]
1952024-11-21T18:52:50.865Z+ uname -a
1962024-11-21T18:52:50.865ZSunOS w-01JD80YGPFE345YE9YZFB92JAM 5.11 helios-2.0.22827 i86pc i386 i86pc
1972024-11-21T18:52:50.866Z+ cat /etc/versions/build
1982024-11-21T18:52:50.868Zheads/stlouis-0-g60122b5709
1992024-11-21T18:52:50.868Z+ dladm
2002024-11-21T18:52:50.870ZLINK CLASS MTU STATE BRIDGE OVER
2012024-11-21T18:52:50.871Zena0 phys 9216 up -- --
2022024-11-21T18:52:50.871Z+ ipadm
2032024-11-21T18:52:50.873ZADDROBJ TYPE STATE ADDR
2042024-11-21T18:52:50.873Zlo0/v4 static ok 127.0.0.1/8
2052024-11-21T18:52:50.873Zena0/dhcp dhcp ok 10.150.1.106/24
2062024-11-21T18:52:50.873Zlo0/v6 static ok ::1/128
2072024-11-21T18:52:50.875Z+ pfexec rem_drv xde
2082024-11-21T18:52:50.883Z+ set -o errexit
2092024-11-21T18:52:50.883Z+ set -o pipefail
2102024-11-21T18:52:50.886Z+ banner prepare
2112024-11-21T18:52:50.886Z
2122024-11-21T18:52:50.886Z ##### ##### ###### ##### ## ##### ######
2132024-11-21T18:52:50.886Z # # # # # # # # # # # #
2142024-11-21T18:52:50.886Z # # # # ##### # # # # # # #####
2152024-11-21T18:52:50.886Z ##### ##### # ##### ###### ##### #
2162024-11-21T18:52:50.886Z # # # # # # # # # #
2172024-11-21T18:52:50.887Z # # # ###### # # # # # ######
2182024-11-21T18:52:50.887Z
2192024-11-21T18:52:50.887Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2202024-11-21T18:52:50.889Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2212024-11-21T18:52:50.956Z+ pfexec add_drv xde
2222024-11-21T18:52:51.236Z+ banner test
2232024-11-21T18:52:51.239Z
2242024-11-21T18:52:51.239Z ##### ###### #### #####
2252024-11-21T18:52:51.239Z # # # #
2262024-11-21T18:52:51.239Z # ##### #### #
2272024-11-21T18:52:51.239Z # # # #
2282024-11-21T18:52:51.239Z # # # # #
2292024-11-21T18:52:51.239Z # ###### #### #
2302024-11-21T18:52:51.239Z
2312024-11-21T18:52:51.239Z+ pfexec chmod +x /input/xde/work/test/loopback
2322024-11-21T18:52:51.242Z+ pfexec /input/xde/work/test/loopback --nocapture
2332024-11-21T18:52:51.251Z
2342024-11-21T18:52:51.251Zrunning 1 test
2352024-11-21T18:52:51.265Zadding underlay route 0
2362024-11-21T18:52:51.270Zadding underlay route 1
2372024-11-21T18:52:51.314Zstart zone a
2382024-11-21T18:52:51.314Zconfigure zone
2392024-11-21T18:52:51.411Zinstall zone
2402024-11-21T18:53:51.259Ztest test_xde_loopback has been running for over 60 seconds
2412024-11-21T18:55:08.033Zboot zone
2422024-11-21T18:55:08.694Zstart zone b
2432024-11-21T18:55:08.694Zconfigure zone
2442024-11-21T18:55:08.702Zinstall zone
2452024-11-21T18:57:03.692Zboot zone
2462024-11-21T18:57:04.440Zsetup zone a
2472024-11-21T18:57:04.443Z[a] svcs milestone/network
2482024-11-21T18:57:04.471ZSTATE STIME FMRI
2492024-11-21T18:57:04.471Zonline 10:55:26 svc:/milestone/network:default
2502024-11-21T18:57:04.471Z[a] ipadm create-addr -t -T dhcp opte0/test
2512024-11-21T18:57:09.942Z
2522024-11-21T18:57:09.942Z[a] route add -iface 10.0.0.254 10.0.0.1
2532024-11-21T18:57:09.961Zadd host 10.0.0.254: gateway 10.0.0.1
2542024-11-21T18:57:09.961Z[a] route add 10.0.0.0/24 10.0.0.254
2552024-11-21T18:57:09.979Zadd net 10.0.0.0/24: gateway 10.0.0.254
2562024-11-21T18:57:09.979Zsetup zone b
2572024-11-21T18:57:09.979Z[b] svcs milestone/network
2582024-11-21T18:57:09.997ZSTATE STIME FMRI
2592024-11-21T18:57:09.997Z- - svc:/milestone/network:default
2602024-11-21T18:57:10.997Z[b] svcs milestone/network
2612024-11-21T18:57:11.016ZSTATE STIME FMRI
2622024-11-21T18:57:11.017Z- - svc:/milestone/network:default
2632024-11-21T18:57:12.017Z[b] svcs milestone/network
2642024-11-21T18:57:12.037ZSTATE STIME FMRI
2652024-11-21T18:57:12.037Z- - svc:/milestone/network:default
2662024-11-21T18:57:13.037Z[b] svcs milestone/network
2672024-11-21T18:57:13.056ZSTATE STIME FMRI
2682024-11-21T18:57:13.056Z- - svc:/milestone/network:default
2692024-11-21T18:57:14.057Z[b] svcs milestone/network
2702024-11-21T18:57:14.076ZSTATE STIME FMRI
2712024-11-21T18:57:14.076Z- - svc:/milestone/network:default
2722024-11-21T18:57:15.076Z[b] svcs milestone/network
2732024-11-21T18:57:15.096ZSTATE STIME FMRI
2742024-11-21T18:57:15.096Z- - svc:/milestone/network:default
2752024-11-21T18:57:16.097Z[b] svcs milestone/network
2762024-11-21T18:57:16.116ZSTATE STIME FMRI
2772024-11-21T18:57:16.116Z- - svc:/milestone/network:default
2782024-11-21T18:57:17.116Z[b] svcs milestone/network
2792024-11-21T18:57:17.136ZSTATE STIME FMRI
2802024-11-21T18:57:17.136Z- - svc:/milestone/network:default
2812024-11-21T18:57:18.137Z[b] svcs milestone/network
2822024-11-21T18:57:18.156ZSTATE STIME FMRI
2832024-11-21T18:57:18.156Z- - svc:/milestone/network:default
2842024-11-21T18:57:19.157Z[b] svcs milestone/network
2852024-11-21T18:57:19.176ZSTATE STIME FMRI
2862024-11-21T18:57:19.176Z- - svc:/milestone/network:default
2872024-11-21T18:57:20.177Z[b] svcs milestone/network
2882024-11-21T18:57:20.196ZSTATE STIME FMRI
2892024-11-21T18:57:20.196Z- - svc:/milestone/network:default
2902024-11-21T18:57:21.196Z[b] svcs milestone/network
2912024-11-21T18:57:21.215ZSTATE STIME FMRI
2922024-11-21T18:57:21.216Z- - svc:/milestone/network:default
2932024-11-21T18:57:22.217Z[b] svcs milestone/network
2942024-11-21T18:57:22.238ZSTATE STIME FMRI
2952024-11-21T18:57:22.238Zoffline 10:57:20 svc:/milestone/network:default
2962024-11-21T18:57:23.238Z[b] svcs milestone/network
2972024-11-21T18:57:23.260ZSTATE STIME FMRI
2982024-11-21T18:57:23.260Zonline 10:57:21 svc:/milestone/network:default
2992024-11-21T18:57:23.260Z[b] ipadm create-addr -t -T dhcp opte1/test
3002024-11-21T18:57:29.058Z
3012024-11-21T18:57:29.059Z[b] route add -iface 10.0.0.254 10.0.0.2
3022024-11-21T18:57:29.078Zadd host 10.0.0.254: gateway 10.0.0.2
3032024-11-21T18:57:29.078Z[b] route add 10.0.0.0/24 10.0.0.254
3042024-11-21T18:57:29.096Zadd net 10.0.0.0/24: gateway 10.0.0.254
3052024-11-21T18:57:29.096Z[a] ping 10.0.0.2
3062024-11-21T18:57:29.117Z10.0.0.2 is alive
3072024-11-21T18:57:33.369Ztest test_xde_loopback ... ok
3082024-11-21T18:57:33.369Z
3092024-11-21T18:57:33.369Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 282.08s
3102024-11-21T18:57:33.369Z
3112024-11-21T18:57:33.372Z+ cleanup
3122024-11-21T18:57:33.372Z++ id -un
3132024-11-21T18:57:33.375Z++ id -gn
3142024-11-21T18:57:33.379Z+ pfexec chown -R build:build .
3152024-11-21T18:57:33.382Z+ [[ -z 01JD80GXSDD5HQP4SPYMDHPMEG ]]
3162024-11-21T18:57:33.385Zprocess exited: duration 331982 ms, exit code 0
 
3172024-11-21T18:57:33.390Zfound 0 output files