01HRGP9HDJ6DMFGSV7830VCVJ8: test

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

Buildomat Job: 01HRGPA21KVTCPMT905GPXRX6V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-09T04:14:18.221Zjob dependencies complete; ready to run (waiting for 6 m 45 s)
22024-03-09T04:19:15.904Zjob assigned to worker 01HRGPXQMCY7HMWW4R1TQ661QH (queued for 4 m 57 s)
32024-03-09T04:19:23.573Zdownloading input: /input/xde/work/debug/xde.dbg
42024-03-09T04:19:29.557Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-03-09T04:19:29.557Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-03-09T04:19:29.567Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-03-09T04:19:29.567Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-03-09T04:19:29.589Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-03-09T04:19:29.589Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-03-09T04:19:29.602Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-03-09T04:19:29.605Zdownloading input: /input/xde/work/release/xde
122024-03-09T04:19:33.453Zdownloaded input: /input/xde/work/release/xde
132024-03-09T04:19:33.453Zdownloading input: /input/xde/work/release/xde.sha256
142024-03-09T04:19:33.482Zdownloaded input: /input/xde/work/release/xde.sha256
152024-03-09T04:19:33.482Zdownloading input: /input/xde/work/release/xde_link.so
162024-03-09T04:19:33.527Zdownloaded input: /input/xde/work/release/xde_link.so
172024-03-09T04:19:33.527Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-03-09T04:19:33.543Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-03-09T04:19:33.551Zdownloading input: /input/xde/work/test/loopback
202024-03-09T04:19:36.097Zdownloaded input: /input/xde/work/test/loopback
212024-03-09T04:19:36.097Zdownloading input: /input/xde/work/xde.conf
222024-03-09T04:19:36.110Zdownloaded input: /input/xde/work/xde.conf
 
232024-03-09T04:19:36.110Zstarting task 0: "setup"
242024-03-09T04:19:36.174Z++ uname -s
252024-03-09T04:19:36.177Z+ kern=SunOS
262024-03-09T04:19:36.178Z+ case "$kern" in
272024-03-09T04:19:36.178Z+ groupadd -g 12345 build
282024-03-09T04:19:36.194Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-03-09T04:19:38.234Z+ zfs create -o mountpoint=/work rpool/work
302024-03-09T04:19:38.356Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-03-09T04:19:38.362Z+ home_fs=zfs
322024-03-09T04:19:38.362Z+ [[ zfs == autofs ]]
332024-03-09T04:19:38.362Z+ mkdir -p /home/build
342024-03-09T04:19:38.362Z+ chown build:build /home/build /work
352024-03-09T04:19:40.362Z+ chmod 0700 /home/build /work
362024-03-09T04:19:40.365Zprocess exited: duration 4254 ms, exit code 0
 
372024-03-09T04:19:40.375Zstarting task 1: "rust-toolchain"
382024-03-09T04:19:40.382Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
392024-03-09T04:19:40.385Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
402024-03-09T04:19:40.794Zinfo: downloading installer
412024-03-09T04:19:42.347Zwarning: it looks like you have an existing installation of Rust at:
422024-03-09T04:19:42.347Zwarning: /opt/ooce/bin
432024-03-09T04:19:42.347Zwarning: It is recommended that rustup be the primary Rust installation.
442024-03-09T04:19:42.347Zwarning: Otherwise you may have confusion unless you are careful with your PATH
452024-03-09T04:19:42.347Zwarning: If you are sure that you want both rustup and your already installed Rust
462024-03-09T04:19:42.347Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
472024-03-09T04:19:42.347Zwarning: or pass `-y' to ignore all ignorable checks.
482024-03-09T04:19:42.347Zerror: cannot install while Rust is installed
492024-03-09T04:19:42.347Zwarning: continuing (because the -y flag is set and the error is ignorable)
502024-03-09T04:19:42.438Zinfo: profile set to 'default'
512024-03-09T04:19:42.438Zinfo: default host triple is x86_64-unknown-illumos
522024-03-09T04:19:42.443Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
532024-03-09T04:19:42.590Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
542024-03-09T04:19:42.590Zinfo: downloading component 'cargo'
552024-03-09T04:19:43.305Zinfo: downloading component 'clippy'
562024-03-09T04:19:43.518Zinfo: downloading component 'rust-docs'
572024-03-09T04:19:44.393Zinfo: downloading component 'rust-std'
582024-03-09T04:19:45.816Zinfo: downloading component 'rustc'
592024-03-09T04:19:49.283Zinfo: downloading component 'rustfmt'
602024-03-09T04:19:49.497Zinfo: installing component 'cargo'
612024-03-09T04:19:50.370Zinfo: installing component 'clippy'
622024-03-09T04:19:50.707Zinfo: installing component 'rust-docs'
632024-03-09T04:19:52.293Zinfo: installing component 'rust-std'
642024-03-09T04:19:54.038Zinfo: installing component 'rustc'
652024-03-09T04:19:58.421Zinfo: installing component 'rustfmt'
662024-03-09T04:19:58.753Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
672024-03-09T04:19:58.753Z
682024-03-09T04:19:59.018Z stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04)
692024-03-09T04:19:59.018Z
702024-03-09T04:19:59.021Z
712024-03-09T04:19:59.021ZRust is installed now. Great!
722024-03-09T04:19:59.021Z
732024-03-09T04:19:59.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
742024-03-09T04:19:59.021Zenvironment variable. This has not been done automatically.
752024-03-09T04:19:59.021Z
762024-03-09T04:19:59.021ZTo configure your current shell, run:
772024-03-09T04:19:59.021Zsource "$HOME/.cargo/env"
782024-03-09T04:19:59.149Z+ rustc --version
792024-03-09T04:19:59.206Zrustc 1.76.0 (07dca489a 2024-02-04)
802024-03-09T04:19:59.209Zprocess exited: duration 18832 ms, exit code 0
 
812024-03-09T04:19:59.216Zstarting task 2: "authentication"
822024-03-09T04:19:59.237Zprocess exited: duration 21 ms, exit code 0
 
832024-03-09T04:19:59.249Zstarting task 3: "clone repository"
842024-03-09T04:19:59.252Z+ mkdir -p /work/oxidecomputer/opte
852024-03-09T04:19:59.252Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
862024-03-09T04:19:59.842ZCloning into '/work/oxidecomputer/opte'...
872024-03-09T04:20:01.853Z+ cd /work/oxidecomputer/opte
882024-03-09T04:20:01.853Z+ git fetch origin b8199a8b3d2d5db68420802d7d6b4d4f4924dafa
892024-03-09T04:20:02.163ZFrom https://github.com/oxidecomputer/opte
902024-03-09T04:20:02.163Z * branch b8199a8b3d2d5db68420802d7d6b4d4f4924dafa -> FETCH_HEAD
912024-03-09T04:20:02.174Z+ [[ -n renovate/nix-0.x ]]
922024-03-09T04:20:02.181Z++ git branch --show-current
932024-03-09T04:20:02.181Z+ current=master
942024-03-09T04:20:02.181Z+ [[ master != renovate/nix-0.x ]]
952024-03-09T04:20:02.181Z+ git branch -f renovate/nix-0.x b8199a8b3d2d5db68420802d7d6b4d4f4924dafa
962024-03-09T04:20:02.181Z+ git checkout -f renovate/nix-0.x
972024-03-09T04:20:02.203ZSwitched to branch 'renovate/nix-0.x'
982024-03-09T04:20:02.210Z+ git reset --hard b8199a8b3d2d5db68420802d7d6b4d4f4924dafa
992024-03-09T04:20:02.222ZHEAD is now at b8199a8 chore(deps): update rust crate nix to 0.28
1002024-03-09T04:20:02.228Zprocess exited: duration 2977 ms, exit code 0
 
1012024-03-09T04:20:02.244Zstarting task 4: "build"
1022024-03-09T04:20:02.252Z+ pfexec pkg install brand/sparse opte
1032024-03-09T04:20:11.966Z Startup: Refreshing catalog 'helios-dev' ... Done
1042024-03-09T04:20:13.444Z Startup: Caching catalogs ... Done
1052024-03-09T04:20:14.695ZPlanning: Solver setup ... Done
1062024-03-09T04:20:14.714ZPlanning: Running solver ... Done
1072024-03-09T04:20:14.914ZPlanning: Finding local manifests ... Done
1082024-03-09T04:20:14.931ZPlanning: Fetching manifests: 0/2 0% complete
1092024-03-09T04:20:14.944ZPlanning: Fetching manifests: 2/2 100% complete
1102024-03-09T04:20:14.955ZPlanning: Package planning ... Done
1112024-03-09T04:20:14.963ZPlanning: Merging actions ... Done
1122024-03-09T04:20:15.445ZPlanning: Checking for conflicting actions ... Done
1132024-03-09T04:20:15.449ZPlanning: Consolidating action changes ... Done
1142024-03-09T04:20:25.135ZPlanning: Evaluating mediators ... Done
1152024-03-09T04:20:25.144ZPlanning: Planning completed in 11.63 seconds
1162024-03-09T04:20:26.659Z Packages to install: 2
1172024-03-09T04:20:26.659Z Create boot environment: No
1182024-03-09T04:20:26.659ZCreate backup boot environment: No
1192024-03-09T04:20:26.841Z
1202024-03-09T04:20:26.841ZDownload: 0/20 items 0.0/18.0MB 0% complete
1212024-03-09T04:20:29.925ZDownload: Completed 18.01 MB in 3.08 seconds (5.8M/s)
1222024-03-09T04:20:30.044Z Actions: 1/54 actions (Installing new actions)
1232024-03-09T04:20:30.646Z Actions: Completed 54 actions in 0.60 seconds.
1242024-03-09T04:20:30.735Z Done
1252024-03-09T04:20:30.736Z Done
1262024-03-09T04:20:30.953Z Done
1272024-03-09T04:20:37.633Z Done
1282024-03-09T04:20:37.947Z Done
1292024-03-09T04:20:37.950Z Done
1302024-03-09T04:20:44.406Z Done
1312024-03-09T04:20:44.618Z+ [[ -z 01HRGPA21KVTCPMT905GPXRX6V ]]
1322024-03-09T04:20:44.618Z+ trap cleanup EXIT
1332024-03-09T04:20:44.621Z+ banner collect
1342024-03-09T04:20:44.667Z
1352024-03-09T04:20:44.667Z #### #### # # ###### #### #####
1362024-03-09T04:20:44.667Z # # # # # # # # # #
1372024-03-09T04:20:44.667Z # # # # # ##### # #
1382024-03-09T04:20:44.667Z # # # # # # # #
1392024-03-09T04:20:44.667Z # # # # # # # # # #
1402024-03-09T04:20:44.667Z #### #### ###### ###### ###### #### #
1412024-03-09T04:20:44.667Z
1422024-03-09T04:20:44.670Z+ get_artifact softnpu image 88f5f1334364e5580fe778c44ac0746a35927351 softnpu
1432024-03-09T04:20:44.670Z+ repo=softnpu
1442024-03-09T04:20:44.670Z+ series=image
1452024-03-09T04:20:44.670Z+ commit=88f5f1334364e5580fe778c44ac0746a35927351
1462024-03-09T04:20:44.670Z+ name=softnpu
1472024-03-09T04:20:44.670Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1482024-03-09T04:20:44.671Z+ mkdir -p download
1492024-03-09T04:20:44.671Z+ pushd download
1502024-03-09T04:20:44.671Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1512024-03-09T04:20:44.671Z+ [[ ! -f softnpu ]]
1522024-03-09T04:20:44.671Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/88f5f1334364e5580fe778c44ac0746a35927351/softnpu
1532024-03-09T04:20:44.677Z % Total % Received % Xferd Average Speed Time Time Time Current
1542024-03-09T04:20:44.682Z Dload Upload Total Spent Left Speed
1552024-03-09T04:20:49.113Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 22.8M 12 2847k 0 0 3783k 0 0:00:06 --:--:-- 0:00:06 3781k 19 22.8M 19 4675k 0 0 2831k 0 0:00:08 0:00:01 0:00:07 2830k 34 22.8M 34 8091k 0 0 3093k 0 0:00:07 0:00:02 0:00:05 3093k 41 22.8M 41 9787k 0 0 2836k 0 0:00:08 0:00:03 0:00:05 2836k 100 22.8M 100 22.8M 0 0 5285k 0 0:00:04 0:00:04 --:--:-- 5286k
1562024-03-09T04:20:49.118Z+ popd
1572024-03-09T04:20:49.119Z/work/oxidecomputer/opte
1582024-03-09T04:20:49.119Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f libsidecar_lite.so
1592024-03-09T04:20:49.119Z+ repo=sidecar-lite
1602024-03-09T04:20:49.119Z+ series=release
1612024-03-09T04:20:49.119Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1622024-03-09T04:20:49.119Z+ name=libsidecar_lite.so
1632024-03-09T04:20:49.119Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1642024-03-09T04:20:49.119Z+ mkdir -p download
1652024-03-09T04:20:49.119Z+ pushd download
1662024-03-09T04:20:49.119Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1672024-03-09T04:20:49.119Z+ [[ ! -f libsidecar_lite.so ]]
1682024-03-09T04:20:49.119Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/libsidecar_lite.so
1692024-03-09T04:20:49.123Z % Total % Received % Xferd Average Speed Time Time Time Current
1702024-03-09T04:20:49.123Z Dload Upload Total Spent Left Speed
1712024-03-09T04:20:55.440Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 19.8M 24 4915k 0 0 3992k 0 0:00:05 0:00:01 0:00:04 3993k 31 19.8M 31 6435k 0 0 3134k 0 0:00:06 0:00:02 0:00:04 3134k 50 19.8M 50 9.9M 0 0 3374k 0 0:00:06 0:00:03 0:00:03 3375k 62 19.8M 62 12.4M 0 0 2956k 0 0:00:06 0:00:04 0:00:02 2957k 74 19.8M 74 14.7M 0 0 2806k 0 0:00:07 0:00:05 0:00:02 2806k 80 19.8M 80 15.9M 0 0 2637k 0 0:00:07 0:00:06 0:00:01 2301k 100 19.8M 100 19.8M 0 0 3214k 0 0:00:06 0:00:06 --:--:-- 3253k
1722024-03-09T04:20:55.446Z+ popd
1732024-03-09T04:20:55.446Z/work/oxidecomputer/opte
1742024-03-09T04:20:55.446Z+ get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f scadm
1752024-03-09T04:20:55.446Z+ repo=sidecar-lite
1762024-03-09T04:20:55.446Z+ series=release
1772024-03-09T04:20:55.446Z+ commit=3fff53ae549ab1348b680845693e66b224bb5d2f
1782024-03-09T04:20:55.446Z+ name=scadm
1792024-03-09T04:20:55.446Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1802024-03-09T04:20:55.446Z+ mkdir -p download
1812024-03-09T04:20:55.455Z+ pushd download
1822024-03-09T04:20:55.455Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1832024-03-09T04:20:55.455Z+ [[ ! -f scadm ]]
1842024-03-09T04:20:55.455Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/scadm
1852024-03-09T04:20:55.462Z % Total % Received % Xferd Average Speed Time Time Time Current
1862024-03-09T04:20:55.462Z Dload Upload Total Spent Left Speed
1872024-03-09T04:21:02.136Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 23.3M 3 899k 0 0 1341k 0 0:00:17 --:--:-- 0:00:17 1341k 27 23.3M 27 6615k 0 0 3213k 0 0:00:07 0:00:02 0:00:05 3214k 47 23.3M 47 11.0M 0 0 3801k 0 0:00:06 0:00:02 0:00:04 3800k 53 23.3M 53 12.4M 0 0 3333k 0 0:00:07 0:00:03 0:00:04 3333k 65 23.3M 65 15.3M 0 0 3238k 0 0:00:07 0:00:04 0:00:03 3237k 87 23.3M 87 20.3M 0 0 3599k 0 0:00:06 0:00:05 0:00:01 3894k 94 23.3M 94 21.9M 0 0 3374k 0 0:00:07 0:00:06 0:00:01 3445k 100 23.3M 100 23.3M 0 0 3575k 0 0:00:06 0:00:06 --:--:-- 3394k
1882024-03-09T04:21:02.141Z+ popd
1892024-03-09T04:21:02.145Z/work/oxidecomputer/opte
1902024-03-09T04:21:02.145Z+ [[ '' -eq 1 ]]
1912024-03-09T04:21:02.145Z+ uname -a
1922024-03-09T04:21:02.145ZSunOS w-01HRGPXQMCY7HMWW4R1TQ661QH 5.11 helios-2.0.22550 i86pc i386 i86pc
1932024-03-09T04:21:02.145Z+ cat /etc/versions/build
1942024-03-09T04:21:02.145Zheads/stlouis-0-gbdeae2b946
1952024-03-09T04:21:02.145Z+ dladm
1962024-03-09T04:21:02.157ZLINK CLASS MTU STATE BRIDGE OVER
1972024-03-09T04:21:02.157Zena0 phys 9216 up -- --
1982024-03-09T04:21:02.161Z+ ipadm
1992024-03-09T04:21:02.161ZADDROBJ TYPE STATE ADDR
2002024-03-09T04:21:02.161Zlo0/v4 static ok 127.0.0.1/8
2012024-03-09T04:21:02.161Zena0/dhcp dhcp ok 10.150.1.229/24
2022024-03-09T04:21:02.161Zlo0/v6 static ok ::1/128
2032024-03-09T04:21:02.161Z+ pfexec rem_drv xde
2042024-03-09T04:21:02.185Z+ set -o errexit
2052024-03-09T04:21:02.185Z+ set -o pipefail
2062024-03-09T04:21:02.185Z+ banner prepare
2072024-03-09T04:21:02.189Z
2082024-03-09T04:21:02.189Z ##### ##### ###### ##### ## ##### ######
2092024-03-09T04:21:02.189Z # # # # # # # # # # # #
2102024-03-09T04:21:02.189Z # # # # ##### # # # # # # #####
2112024-03-09T04:21:02.189Z ##### ##### # ##### ###### ##### #
2122024-03-09T04:21:02.189Z # # # # # # # # # #
2132024-03-09T04:21:02.189Z # # # ###### # # # # # ######
2142024-03-09T04:21:02.189Z
2152024-03-09T04:21:02.189Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2162024-03-09T04:21:02.198Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2172024-03-09T04:21:02.282Z+ pfexec add_drv xde
2182024-03-09T04:21:02.548Z+ banner test
2192024-03-09T04:21:02.552Z
2202024-03-09T04:21:02.552Z ##### ###### #### #####
2212024-03-09T04:21:02.552Z # # # #
2222024-03-09T04:21:02.552Z # ##### #### #
2232024-03-09T04:21:02.552Z # # # #
2242024-03-09T04:21:02.552Z # # # # #
2252024-03-09T04:21:02.553Z # ###### #### #
2262024-03-09T04:21:02.553Z
2272024-03-09T04:21:02.553Z+ pfexec chmod +x /input/xde/work/test/loopback
2282024-03-09T04:21:02.557Z+ pfexec /input/xde/work/test/loopback --nocapture
2292024-03-09T04:21:02.568Z
2302024-03-09T04:21:02.568Zrunning 1 test
2312024-03-09T04:21:02.585Zadding underlay route 0
2322024-03-09T04:21:02.589Zadding underlay route 1
2332024-03-09T04:21:02.665Zstart zone a
2342024-03-09T04:21:02.665Zconfigure zone
2352024-03-09T04:21:02.756Zinstall zone
2362024-03-09T04:21:53.943Zboot zone
2372024-03-09T04:21:54.635Zstart zone b
2382024-03-09T04:21:54.635Zconfigure zone
2392024-03-09T04:21:54.648Zinstall zone
2402024-03-09T04:22:02.578Ztest test_xde_loopback has been running for over 60 seconds
2412024-03-09T04:22:45.456Zboot zone
2422024-03-09T04:22:46.224Zsetup zone a
2432024-03-09T04:22:46.224Z[a] svcs milestone/network
2442024-03-09T04:22:46.249ZSTATE STIME FMRI
2452024-03-09T04:22:46.249Zonline 20:22:11 svc:/milestone/network:default
2462024-03-09T04:22:46.249Z[a] ipadm create-addr -t -T dhcp vopte0/test
2472024-03-09T04:22:51.576Z
2482024-03-09T04:22:51.577Z[a] route add -iface 10.0.0.254 10.0.0.1
2492024-03-09T04:22:51.596Zadd host 10.0.0.254: gateway 10.0.0.1
2502024-03-09T04:22:51.596Z[a] route add 10.0.0.0/24 10.0.0.254
2512024-03-09T04:22:51.614Zadd net 10.0.0.0/24: gateway 10.0.0.254
2522024-03-09T04:22:51.614Zsetup zone b
2532024-03-09T04:22:51.614Z[b] svcs milestone/network
2542024-03-09T04:22:51.633ZSTATE STIME FMRI
2552024-03-09T04:22:51.633Z- - svc:/milestone/network:default
2562024-03-09T04:22:52.633Z[b] svcs milestone/network
2572024-03-09T04:22:52.653ZSTATE STIME FMRI
2582024-03-09T04:22:52.653Z- - svc:/milestone/network:default
2592024-03-09T04:22:53.653Z[b] svcs milestone/network
2602024-03-09T04:22:53.673ZSTATE STIME FMRI
2612024-03-09T04:22:53.673Z- - svc:/milestone/network:default
2622024-03-09T04:22:54.674Z[b] svcs milestone/network
2632024-03-09T04:22:54.693ZSTATE STIME FMRI
2642024-03-09T04:22:54.693Z- - svc:/milestone/network:default
2652024-03-09T04:22:55.693Z[b] svcs milestone/network
2662024-03-09T04:22:55.716ZSTATE STIME FMRI
2672024-03-09T04:22:55.716Z- - svc:/milestone/network:default
2682024-03-09T04:22:56.713Z[b] svcs milestone/network
2692024-03-09T04:22:56.733ZSTATE STIME FMRI
2702024-03-09T04:22:56.733Z- - svc:/milestone/network:default
2712024-03-09T04:22:57.733Z[b] svcs milestone/network
2722024-03-09T04:22:57.753ZSTATE STIME FMRI
2732024-03-09T04:22:57.753Z- - svc:/milestone/network:default
2742024-03-09T04:22:58.754Z[b] svcs milestone/network
2752024-03-09T04:22:58.773ZSTATE STIME FMRI
2762024-03-09T04:22:58.773Z- - svc:/milestone/network:default
2772024-03-09T04:22:59.774Z[b] svcs milestone/network
2782024-03-09T04:22:59.794ZSTATE STIME FMRI
2792024-03-09T04:22:59.794Z- - svc:/milestone/network:default
2802024-03-09T04:23:00.794Z[b] svcs milestone/network
2812024-03-09T04:23:00.814ZSTATE STIME FMRI
2822024-03-09T04:23:00.814Z- - svc:/milestone/network:default
2832024-03-09T04:23:01.814Z[b] svcs milestone/network
2842024-03-09T04:23:01.837ZSTATE STIME FMRI
2852024-03-09T04:23:01.837Z- - svc:/milestone/network:default
2862024-03-09T04:23:02.835Z[b] svcs milestone/network
2872024-03-09T04:23:02.854ZSTATE STIME FMRI
2882024-03-09T04:23:02.854Z- - svc:/milestone/network:default
2892024-03-09T04:23:03.855Z[b] svcs milestone/network
2902024-03-09T04:23:03.874ZSTATE STIME FMRI
2912024-03-09T04:23:03.874Z- - svc:/milestone/network:default
2922024-03-09T04:23:04.874Z[b] svcs milestone/network
2932024-03-09T04:23:04.895ZSTATE STIME FMRI
2942024-03-09T04:23:04.895Zonline 20:23:03 svc:/milestone/network:default
2952024-03-09T04:23:04.895Z[b] ipadm create-addr -t -T dhcp vopte1/test
2962024-03-09T04:23:11.115Z
2972024-03-09T04:23:11.115Z[b] route add -iface 10.0.0.254 10.0.0.2
2982024-03-09T04:23:11.132Zadd host 10.0.0.254: gateway 10.0.0.2
2992024-03-09T04:23:11.132Z[b] route add 10.0.0.0/24 10.0.0.254
3002024-03-09T04:23:11.150Zadd net 10.0.0.0/24: gateway 10.0.0.254
3012024-03-09T04:23:11.150Z[a] ping 10.0.0.2
3022024-03-09T04:23:11.170Z10.0.0.2 is alive
3032024-03-09T04:23:15.487Ztest test_xde_loopback ... ok
3042024-03-09T04:23:15.487Z
3052024-03-09T04:23:15.487Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 132.91s
3062024-03-09T04:23:15.487Z
3072024-03-09T04:23:15.490Z+ cleanup
3082024-03-09T04:23:15.490Z++ id -un
3092024-03-09T04:23:15.494Z++ id -gn
3102024-03-09T04:23:15.497Z+ pfexec chown -R build:build .
3112024-03-09T04:23:15.503Z+ [[ -z 01HRGPA21KVTCPMT905GPXRX6V ]]
3122024-03-09T04:23:15.506Zprocess exited: duration 193246 ms, exit code 0
 
3132024-03-09T04:23:15.513Zfound 0 output files