|
|
|
1 | 2024-11-21T18:49:50.461Z | job dependencies complete; ready to run (waiting for 7 m 18 s) |
2 | 2024-11-21T18:51:13.521Z | job assigned to worker 01JD80YGPFE345YE9YZFB92JAM [factory aws, i-07aa23aa7733bcb00] (queued for 1 m 23 s) |
3 | 2024-11-21T18:51:20.869Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2024-11-21T18:51:22.141Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2024-11-21T18:51:22.141Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2024-11-21T18:51:22.196Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2024-11-21T18:51:22.196Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2024-11-21T18:51:22.322Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2024-11-21T18:51:22.322Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2024-11-21T18:51:22.374Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2024-11-21T18:51:22.374Z | downloading input: /input/xde/work/release/xde |
12 | 2024-11-21T18:51:22.939Z | downloaded input: /input/xde/work/release/xde |
13 | 2024-11-21T18:51:22.939Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2024-11-21T18:51:22.952Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2024-11-21T18:51:22.952Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2024-11-21T18:51:22.971Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2024-11-21T18:51:22.971Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2024-11-21T18:51:22.986Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2024-11-21T18:51:22.996Z | downloading input: /input/xde/work/test/loopback |
20 | 2024-11-21T18:51:29.840Z | downloaded input: /input/xde/work/test/loopback |
21 | 2024-11-21T18:51:29.841Z | downloading input: /input/xde/work/xde.conf |
22 | 2024-11-21T18:51:29.884Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2024-11-21T18:51:29.884Z | starting task 0: "setup" |
24 | 2024-11-21T18:51:29.926Z | ++ uname -s |
25 | 2024-11-21T18:51:29.926Z | + kern=SunOS |
26 | 2024-11-21T18:51:29.926Z | + case "$kern" in |
27 | 2024-11-21T18:51:29.926Z | + groupadd -g 12345 build |
28 | 2024-11-21T18:51:29.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
29 | 2024-11-21T18:51:31.886Z | + zfs create -o mountpoint=/work rpool/work |
30 | 2024-11-21T18:51:31.948Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
31 | 2024-11-21T18:51:31.951Z | + home_fs=zfs |
32 | 2024-11-21T18:51:31.951Z | + [[ zfs == autofs ]] |
33 | 2024-11-21T18:51:31.951Z | + mkdir -p /home/build |
34 | 2024-11-21T18:51:31.954Z | + chown build:build /home/build /work |
35 | 2024-11-21T18:51:33.955Z | + chmod 0700 /home/build /work |
36 | 2024-11-21T18:51:33.957Z | process exited: duration 4091 ms, exit code 0 |
|
37 | 2024-11-21T18:51:33.963Z | starting task 1: "rust-toolchain" |
38 | 2024-11-21T18:51:33.969Z | + printf ' * toolchain channel = "%s" |
39 | 2024-11-21T18:51:33.969Z | ' stable |
40 | 2024-11-21T18:51:33.969Z | * toolchain channel = "stable" |
41 | 2024-11-21T18:51:33.969Z | + printf ' * toolchain profile = "%s" |
42 | 2024-11-21T18:51:33.969Z | * toolchain profile = "default" |
43 | 2024-11-21T18:51:33.969Z | ' default |
44 | 2024-11-21T18:51:33.971Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
45 | 2024-11-21T18:51:33.971Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
46 | 2024-11-21T18:51:34.087Z | info: downloading installer |
47 | 2024-11-21T18:51:35.788Z | info: profile set to 'default' |
48 | 2024-11-21T18:51:35.788Z | info: default host triple is x86_64-unknown-illumos |
49 | 2024-11-21T18:51:35.791Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
50 | 2024-11-21T18:51:35.938Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
51 | 2024-11-21T18:51:35.938Z | info: downloading component 'cargo' |
52 | 2024-11-21T18:51:36.777Z | info: downloading component 'clippy' |
53 | 2024-11-21T18:51:37.094Z | info: downloading component 'rust-docs' |
54 | 2024-11-21T18:51:38.276Z | info: downloading component 'rust-std' |
55 | 2024-11-21T18:51:40.151Z | info: downloading component 'rustc' |
56 | 2024-11-21T18:51:46.896Z | info: downloading component 'rustfmt' |
57 | 2024-11-21T18:51:47.226Z | info: installing component 'cargo' |
58 | 2024-11-21T18:51:48.009Z | info: installing component 'clippy' |
59 | 2024-11-21T18:51:48.381Z | info: installing component 'rust-docs' |
60 | 2024-11-21T18:51:50.089Z | info: installing component 'rust-std' |
61 | 2024-11-21T18:51:51.899Z | info: installing component 'rustc' |
62 | 2024-11-21T18:51:57.780Z | info: installing component 'rustfmt' |
63 | 2024-11-21T18:51:58.094Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
64 | 2024-11-21T18:51:58.094Z | |
65 | 2024-11-21T18:51:58.473Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
66 | 2024-11-21T18:51:58.473Z | |
67 | 2024-11-21T18:51:58.476Z | |
68 | 2024-11-21T18:51:58.476Z | Rust is installed now. Great! |
69 | 2024-11-21T18:51:58.476Z | |
70 | 2024-11-21T18:51:58.476Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
71 | 2024-11-21T18:51:58.476Z | environment variable. This has not been done automatically. |
72 | 2024-11-21T18:51:58.477Z | |
73 | 2024-11-21T18:51:58.477Z | To configure your current shell, you need to source |
74 | 2024-11-21T18:51:58.477Z | the corresponding env file under $HOME/.cargo. |
75 | 2024-11-21T18:51:58.477Z | |
76 | 2024-11-21T18:51:58.477Z | This is usually done by running one of the following (note the leading DOT): |
77 | 2024-11-21T18:51:58.477Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
78 | 2024-11-21T18:51:58.477Z | source "$HOME/.cargo/env.fish" # For fish |
79 | 2024-11-21T18:51:58.552Z | + rustc --version |
80 | 2024-11-21T18:51:58.618Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
81 | 2024-11-21T18:51:58.621Z | process exited: duration 24654 ms, exit code 0 |
|
82 | 2024-11-21T18:51:58.627Z | starting task 2: "authentication" |
83 | 2024-11-21T18:51:58.647Z | process exited: duration 20 ms, exit code 0 |
|
84 | 2024-11-21T18:51:58.653Z | starting task 3: "clone repository" |
85 | 2024-11-21T18:51:58.658Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2024-11-21T18:51:58.661Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2024-11-21T18:51:59.450Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2024-11-21T18:52:01.045Z | + cd /work/oxidecomputer/opte |
89 | 2024-11-21T18:52:01.048Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
90 | 2024-11-21T18:52:01.302Z | From https://github.com/oxidecomputer/opte |
91 | 2024-11-21T18:52:01.302Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
92 | 2024-11-21T18:52:01.310Z | + [[ -n ingot-and-offload ]] |
93 | 2024-11-21T18:52:01.313Z | ++ git branch --show-current |
94 | 2024-11-21T18:52:01.316Z | + current=master |
95 | 2024-11-21T18:52:01.316Z | + [[ master != ingot-and-offload ]] |
96 | 2024-11-21T18:52:01.316Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
97 | 2024-11-21T18:52:01.320Z | + git checkout -f ingot-and-offload |
98 | 2024-11-21T18:52:01.341Z | Switched to branch 'ingot-and-offload' |
99 | 2024-11-21T18:52:01.344Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
100 | 2024-11-21T18:52:01.346Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
101 | 2024-11-21T18:52:01.349Z | process exited: duration 2693 ms, exit code 0 |
|
102 | 2024-11-21T18:52:01.356Z | starting task 4: "build" |
103 | 2024-11-21T18:52:01.361Z | + pfexec pkg install brand/sparse opte |
104 | 2024-11-21T18:52:09.680Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-11-21T18:52:13.390Z | Startup: Caching catalogs ... Done |
106 | 2024-11-21T18:52:22.332Z | Planning: Solver setup ... Done |
107 | 2024-11-21T18:52:22.454Z | Planning: Running solver ... Done |
108 | 2024-11-21T18:52:22.624Z | Planning: Finding local manifests ... Done |
109 | 2024-11-21T18:52:22.636Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-11-21T18:52:22.726Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-11-21T18:52:23.027Z | Planning: Package planning ... Done |
112 | 2024-11-21T18:52:23.032Z | Planning: Merging actions ... Done |
113 | 2024-11-21T18:52:23.644Z | Planning: Checking for conflicting actions ... Done |
114 | 2024-11-21T18:52:28.527Z | Planning: Consolidating action changes ... Done |
115 | 2024-11-21T18:52:28.898Z | Planning: Evaluating mediators ... Done |
116 | 2024-11-21T18:52:28.966Z | Planning: Planning completed in 15.48 seconds |
117 | 2024-11-21T18:52:28.983Z | Packages to install: 2 |
118 | 2024-11-21T18:52:28.985Z | Packages to update: 2 |
119 | 2024-11-21T18:52:28.985Z | Create boot environment: No |
120 | 2024-11-21T18:52:28.985Z | Create backup boot environment: Yes |
121 | 2024-11-21T18:52:29.246Z | |
122 | 2024-11-21T18:52:29.246Z | Download: 0/1013 items 0.0/18.0MB 0% complete |
123 | 2024-11-21T18:52:32.898Z | Download: Completed 18.03 MB in 3.65 seconds (4.9M/s) |
124 | 2024-11-21T18:52:34.740Z | Actions: 1/1441 actions (Removing old actions) |
125 | 2024-11-21T18:52:34.755Z | Actions: 199/1441 actions (Installing new actions) |
126 | 2024-11-21T18:52:35.292Z | Actions: 601/1441 actions (Updating modified actions) |
127 | 2024-11-21T18:52:35.597Z | Actions: Completed 1441 actions in 0.86 seconds. |
128 | 2024-11-21T18:52:35.791Z | Done |
129 | 2024-11-21T18:52:35.794Z | Done |
130 | 2024-11-21T18:52:36.274Z | Done |
131 | 2024-11-21T18:52:41.972Z | Done |
132 | 2024-11-21T18:52:42.281Z | Done |
133 | 2024-11-21T18:52:42.284Z | Done |
134 | 2024-11-21T18:52:48.427Z | Done |
135 | 2024-11-21T18:52:48.839Z | + [[ -z 01JD80GXSDD5HQP4SPYMDHPMEG ]] |
136 | 2024-11-21T18:52:48.839Z | + trap cleanup EXIT |
137 | 2024-11-21T18:52:48.842Z | + banner collect |
138 | 2024-11-21T18:52:48.842Z | |
139 | 2024-11-21T18:52:48.842Z | #### #### # # ###### #### ##### |
140 | 2024-11-21T18:52:48.842Z | # # # # # # # # # # |
141 | 2024-11-21T18:52:48.842Z | # # # # # ##### # # |
142 | 2024-11-21T18:52:48.842Z | # # # # # # # # |
143 | 2024-11-21T18:52:48.842Z | # # # # # # # # # # |
144 | 2024-11-21T18:52:48.842Z | #### #### ###### ###### ###### #### # |
145 | 2024-11-21T18:52:48.842Z | |
146 | 2024-11-21T18:52:48.842Z | + get_artifact softnpu image 88f5f1334364e5580fe778c44ac0746a35927351 softnpu |
147 | 2024-11-21T18:52:48.845Z | + repo=softnpu |
148 | 2024-11-21T18:52:48.845Z | + series=image |
149 | 2024-11-21T18:52:48.846Z | + commit=88f5f1334364e5580fe778c44ac0746a35927351 |
150 | 2024-11-21T18:52:48.846Z | + name=softnpu |
151 | 2024-11-21T18:52:48.846Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
152 | 2024-11-21T18:52:48.846Z | + mkdir -p download |
153 | 2024-11-21T18:52:48.846Z | + pushd download |
154 | 2024-11-21T18:52:48.846Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
155 | 2024-11-21T18:52:48.846Z | + [[ ! -f softnpu ]] |
156 | 2024-11-21T18:52:48.846Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/88f5f1334364e5580fe778c44ac0746a35927351/softnpu |
157 | 2024-11-21T18:52:48.853Z | % Total % Received % Xferd Average Speed Time Time Time Current |
158 | 2024-11-21T18:52:48.853Z | Dload Upload Total Spent Left Speed |
159 | 2024-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 |
160 | 2024-11-21T18:52:49.349Z | + popd |
161 | 2024-11-21T18:52:49.351Z | /work/oxidecomputer/opte |
162 | 2024-11-21T18:52:49.351Z | + get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f libsidecar_lite.so |
163 | 2024-11-21T18:52:49.351Z | + repo=sidecar-lite |
164 | 2024-11-21T18:52:49.351Z | + series=release |
165 | 2024-11-21T18:52:49.351Z | + commit=3fff53ae549ab1348b680845693e66b224bb5d2f |
166 | 2024-11-21T18:52:49.351Z | + name=libsidecar_lite.so |
167 | 2024-11-21T18:52:49.351Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
168 | 2024-11-21T18:52:49.351Z | + mkdir -p download |
169 | 2024-11-21T18:52:49.354Z | + pushd download |
170 | 2024-11-21T18:52:49.354Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
171 | 2024-11-21T18:52:49.354Z | + [[ ! -f libsidecar_lite.so ]] |
172 | 2024-11-21T18:52:49.354Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/libsidecar_lite.so |
173 | 2024-11-21T18:52:49.360Z | % Total % Received % Xferd Average Speed Time Time Time Current |
174 | 2024-11-21T18:52:49.360Z | Dload Upload Total Spent Left Speed |
175 | 2024-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 |
176 | 2024-11-21T18:52:50.024Z | + popd |
177 | 2024-11-21T18:52:50.026Z | /work/oxidecomputer/opte |
178 | 2024-11-21T18:52:50.026Z | + get_artifact sidecar-lite release 3fff53ae549ab1348b680845693e66b224bb5d2f scadm |
179 | 2024-11-21T18:52:50.026Z | + repo=sidecar-lite |
180 | 2024-11-21T18:52:50.026Z | + series=release |
181 | 2024-11-21T18:52:50.026Z | + commit=3fff53ae549ab1348b680845693e66b224bb5d2f |
182 | 2024-11-21T18:52:50.027Z | + name=scadm |
183 | 2024-11-21T18:52:50.027Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
184 | 2024-11-21T18:52:50.027Z | + mkdir -p download |
185 | 2024-11-21T18:52:50.027Z | + pushd download |
186 | 2024-11-21T18:52:50.027Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
187 | 2024-11-21T18:52:50.027Z | + [[ ! -f scadm ]] |
188 | 2024-11-21T18:52:50.027Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/3fff53ae549ab1348b680845693e66b224bb5d2f/scadm |
189 | 2024-11-21T18:52:50.035Z | % Total % Received % Xferd Average Speed Time Time Time Current |
190 | 2024-11-21T18:52:50.037Z | Dload Upload Total Spent Left Speed |
191 | 2024-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 |
192 | 2024-11-21T18:52:50.862Z | + popd |
193 | 2024-11-21T18:52:50.865Z | /work/oxidecomputer/opte |
194 | 2024-11-21T18:52:50.865Z | + [[ '' -eq 1 ]] |
195 | 2024-11-21T18:52:50.865Z | + uname -a |
196 | 2024-11-21T18:52:50.865Z | SunOS w-01JD80YGPFE345YE9YZFB92JAM 5.11 helios-2.0.22827 i86pc i386 i86pc |
197 | 2024-11-21T18:52:50.866Z | + cat /etc/versions/build |
198 | 2024-11-21T18:52:50.868Z | heads/stlouis-0-g60122b5709 |
199 | 2024-11-21T18:52:50.868Z | + dladm |
200 | 2024-11-21T18:52:50.870Z | LINK CLASS MTU STATE BRIDGE OVER |
201 | 2024-11-21T18:52:50.871Z | ena0 phys 9216 up -- -- |
202 | 2024-11-21T18:52:50.871Z | + ipadm |
203 | 2024-11-21T18:52:50.873Z | ADDROBJ TYPE STATE ADDR |
204 | 2024-11-21T18:52:50.873Z | lo0/v4 static ok 127.0.0.1/8 |
205 | 2024-11-21T18:52:50.873Z | ena0/dhcp dhcp ok 10.150.1.106/24 |
206 | 2024-11-21T18:52:50.873Z | lo0/v6 static ok ::1/128 |
207 | 2024-11-21T18:52:50.875Z | + pfexec rem_drv xde |
208 | 2024-11-21T18:52:50.883Z | + set -o errexit |
209 | 2024-11-21T18:52:50.883Z | + set -o pipefail |
210 | 2024-11-21T18:52:50.886Z | + banner prepare |
211 | 2024-11-21T18:52:50.886Z | |
212 | 2024-11-21T18:52:50.886Z | ##### ##### ###### ##### ## ##### ###### |
213 | 2024-11-21T18:52:50.886Z | # # # # # # # # # # # # |
214 | 2024-11-21T18:52:50.886Z | # # # # ##### # # # # # # ##### |
215 | 2024-11-21T18:52:50.886Z | ##### ##### # ##### ###### ##### # |
216 | 2024-11-21T18:52:50.886Z | # # # # # # # # # # |
217 | 2024-11-21T18:52:50.887Z | # # # ###### # # # # # ###### |
218 | 2024-11-21T18:52:50.887Z | |
219 | 2024-11-21T18:52:50.887Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
220 | 2024-11-21T18:52:50.889Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
221 | 2024-11-21T18:52:50.956Z | + pfexec add_drv xde |
222 | 2024-11-21T18:52:51.236Z | + banner test |
223 | 2024-11-21T18:52:51.239Z | |
224 | 2024-11-21T18:52:51.239Z | ##### ###### #### ##### |
225 | 2024-11-21T18:52:51.239Z | # # # # |
226 | 2024-11-21T18:52:51.239Z | # ##### #### # |
227 | 2024-11-21T18:52:51.239Z | # # # # |
228 | 2024-11-21T18:52:51.239Z | # # # # # |
229 | 2024-11-21T18:52:51.239Z | # ###### #### # |
230 | 2024-11-21T18:52:51.239Z | |
231 | 2024-11-21T18:52:51.239Z | + pfexec chmod +x /input/xde/work/test/loopback |
232 | 2024-11-21T18:52:51.242Z | + pfexec /input/xde/work/test/loopback --nocapture |
233 | 2024-11-21T18:52:51.251Z | |
234 | 2024-11-21T18:52:51.251Z | running 1 test |
235 | 2024-11-21T18:52:51.265Z | adding underlay route 0 |
236 | 2024-11-21T18:52:51.270Z | adding underlay route 1 |
237 | 2024-11-21T18:52:51.314Z | start zone a |
238 | 2024-11-21T18:52:51.314Z | configure zone |
239 | 2024-11-21T18:52:51.411Z | install zone |
240 | 2024-11-21T18:53:51.259Z | test test_xde_loopback has been running for over 60 seconds |
241 | 2024-11-21T18:55:08.033Z | boot zone |
242 | 2024-11-21T18:55:08.694Z | start zone b |
243 | 2024-11-21T18:55:08.694Z | configure zone |
244 | 2024-11-21T18:55:08.702Z | install zone |
245 | 2024-11-21T18:57:03.692Z | boot zone |
246 | 2024-11-21T18:57:04.440Z | setup zone a |
247 | 2024-11-21T18:57:04.443Z | [a] svcs milestone/network |
248 | 2024-11-21T18:57:04.471Z | STATE STIME FMRI |
249 | 2024-11-21T18:57:04.471Z | online 10:55:26 svc:/milestone/network:default |
250 | 2024-11-21T18:57:04.471Z | [a] ipadm create-addr -t -T dhcp opte0/test |
251 | 2024-11-21T18:57:09.942Z | |
252 | 2024-11-21T18:57:09.942Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
253 | 2024-11-21T18:57:09.961Z | add host 10.0.0.254: gateway 10.0.0.1 |
254 | 2024-11-21T18:57:09.961Z | [a] route add 10.0.0.0/24 10.0.0.254 |
255 | 2024-11-21T18:57:09.979Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
256 | 2024-11-21T18:57:09.979Z | setup zone b |
257 | 2024-11-21T18:57:09.979Z | [b] svcs milestone/network |
258 | 2024-11-21T18:57:09.997Z | STATE STIME FMRI |
259 | 2024-11-21T18:57:09.997Z | - - svc:/milestone/network:default |
260 | 2024-11-21T18:57:10.997Z | [b] svcs milestone/network |
261 | 2024-11-21T18:57:11.016Z | STATE STIME FMRI |
262 | 2024-11-21T18:57:11.017Z | - - svc:/milestone/network:default |
263 | 2024-11-21T18:57:12.017Z | [b] svcs milestone/network |
264 | 2024-11-21T18:57:12.037Z | STATE STIME FMRI |
265 | 2024-11-21T18:57:12.037Z | - - svc:/milestone/network:default |
266 | 2024-11-21T18:57:13.037Z | [b] svcs milestone/network |
267 | 2024-11-21T18:57:13.056Z | STATE STIME FMRI |
268 | 2024-11-21T18:57:13.056Z | - - svc:/milestone/network:default |
269 | 2024-11-21T18:57:14.057Z | [b] svcs milestone/network |
270 | 2024-11-21T18:57:14.076Z | STATE STIME FMRI |
271 | 2024-11-21T18:57:14.076Z | - - svc:/milestone/network:default |
272 | 2024-11-21T18:57:15.076Z | [b] svcs milestone/network |
273 | 2024-11-21T18:57:15.096Z | STATE STIME FMRI |
274 | 2024-11-21T18:57:15.096Z | - - svc:/milestone/network:default |
275 | 2024-11-21T18:57:16.097Z | [b] svcs milestone/network |
276 | 2024-11-21T18:57:16.116Z | STATE STIME FMRI |
277 | 2024-11-21T18:57:16.116Z | - - svc:/milestone/network:default |
278 | 2024-11-21T18:57:17.116Z | [b] svcs milestone/network |
279 | 2024-11-21T18:57:17.136Z | STATE STIME FMRI |
280 | 2024-11-21T18:57:17.136Z | - - svc:/milestone/network:default |
281 | 2024-11-21T18:57:18.137Z | [b] svcs milestone/network |
282 | 2024-11-21T18:57:18.156Z | STATE STIME FMRI |
283 | 2024-11-21T18:57:18.156Z | - - svc:/milestone/network:default |
284 | 2024-11-21T18:57:19.157Z | [b] svcs milestone/network |
285 | 2024-11-21T18:57:19.176Z | STATE STIME FMRI |
286 | 2024-11-21T18:57:19.176Z | - - svc:/milestone/network:default |
287 | 2024-11-21T18:57:20.177Z | [b] svcs milestone/network |
288 | 2024-11-21T18:57:20.196Z | STATE STIME FMRI |
289 | 2024-11-21T18:57:20.196Z | - - svc:/milestone/network:default |
290 | 2024-11-21T18:57:21.196Z | [b] svcs milestone/network |
291 | 2024-11-21T18:57:21.215Z | STATE STIME FMRI |
292 | 2024-11-21T18:57:21.216Z | - - svc:/milestone/network:default |
293 | 2024-11-21T18:57:22.217Z | [b] svcs milestone/network |
294 | 2024-11-21T18:57:22.238Z | STATE STIME FMRI |
295 | 2024-11-21T18:57:22.238Z | offline 10:57:20 svc:/milestone/network:default |
296 | 2024-11-21T18:57:23.238Z | [b] svcs milestone/network |
297 | 2024-11-21T18:57:23.260Z | STATE STIME FMRI |
298 | 2024-11-21T18:57:23.260Z | online 10:57:21 svc:/milestone/network:default |
299 | 2024-11-21T18:57:23.260Z | [b] ipadm create-addr -t -T dhcp opte1/test |
300 | 2024-11-21T18:57:29.058Z | |
301 | 2024-11-21T18:57:29.059Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
302 | 2024-11-21T18:57:29.078Z | add host 10.0.0.254: gateway 10.0.0.2 |
303 | 2024-11-21T18:57:29.078Z | [b] route add 10.0.0.0/24 10.0.0.254 |
304 | 2024-11-21T18:57:29.096Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
305 | 2024-11-21T18:57:29.096Z | [a] ping 10.0.0.2 |
306 | 2024-11-21T18:57:29.117Z | 10.0.0.2 is alive |
307 | 2024-11-21T18:57:33.369Z | test test_xde_loopback ... ok |
308 | 2024-11-21T18:57:33.369Z | |
309 | 2024-11-21T18:57:33.369Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 282.08s |
310 | 2024-11-21T18:57:33.369Z | |
311 | 2024-11-21T18:57:33.372Z | + cleanup |
312 | 2024-11-21T18:57:33.372Z | ++ id -un |
313 | 2024-11-21T18:57:33.375Z | ++ id -gn |
314 | 2024-11-21T18:57:33.379Z | + pfexec chown -R build:build . |
315 | 2024-11-21T18:57:33.382Z | + [[ -z 01JD80GXSDD5HQP4SPYMDHPMEG ]] |
316 | 2024-11-21T18:57:33.385Z | process exited: duration 331982 ms, exit code 0 |
|
317 | 2024-11-21T18:57:33.390Z | found 0 output files |