|
|
|
1 | 2025-03-02T04:04:05.697Z | job assigned to worker 01JNAGB71D7QD306BNRFK0NQNZ [factory aws, i-04a9a95a178d19b8e] (queued for 59 s) |
|
2 | 2025-03-02T04:04:14.065Z | starting task 0: "setup" |
3 | 2025-03-02T04:04:14.072Z | ++ uname -s |
4 | 2025-03-02T04:04:14.077Z | + kern=SunOS |
5 | 2025-03-02T04:04:14.077Z | + build_user=build |
6 | 2025-03-02T04:04:14.077Z | + build_uid=12345 |
7 | 2025-03-02T04:04:14.077Z | + work_dir=/work |
8 | 2025-03-02T04:04:14.077Z | + input_dir=/input |
9 | 2025-03-02T04:04:14.077Z | + [[ 0 == 12345 ]] |
10 | 2025-03-02T04:04:14.078Z | + case "$kern" in |
11 | 2025-03-02T04:04:14.078Z | + groupadd -g 12345 build |
12 | 2025-03-02T04:04:14.081Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-02T04:04:16.088Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-02T04:04:16.212Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-02T04:04:16.218Z | + home_fs=zfs |
16 | 2025-03-02T04:04:16.218Z | + [[ zfs == autofs ]] |
17 | 2025-03-02T04:04:16.218Z | + mkdir -p /home/build |
18 | 2025-03-02T04:04:16.218Z | + chown build:build /home/build /work |
19 | 2025-03-02T04:04:18.218Z | + chmod 0700 /home/build /work |
20 | 2025-03-02T04:04:18.221Z | process exited: duration 4157 ms, exit code 0 |
|
21 | 2025-03-02T04:04:18.231Z | starting task 1: "rust-toolchain" |
22 | 2025-03-02T04:04:18.235Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-02T04:04:18.235Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-02T04:04:18.235Z | * rust toolchain profile = "default" |
25 | 2025-03-02T04:04:18.235Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-02T04:04:18.235Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-02T04:04:18.235Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-02T04:04:18.235Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-02T04:04:18.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-02T04:04:18.358Z | info: downloading installer |
31 | 2025-03-02T04:04:19.792Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-02T04:04:19.792Z | warning: /opt/ooce/bin |
33 | 2025-03-02T04:04:19.792Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-02T04:04:19.792Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-02T04:04:19.792Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-02T04:04:19.793Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-02T04:04:19.793Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-02T04:04:19.793Z | error: cannot install while Rust is installed |
39 | 2025-03-02T04:04:19.793Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-02T04:04:19.818Z | info: profile set to 'default' |
41 | 2025-03-02T04:04:19.818Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-02T04:04:19.821Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-02T04:04:19.973Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-02T04:04:19.973Z | info: downloading component 'cargo' |
45 | 2025-03-02T04:04:20.728Z | info: downloading component 'clippy' |
46 | 2025-03-02T04:04:21.025Z | info: downloading component 'rust-docs' |
47 | 2025-03-02T04:04:22.171Z | info: downloading component 'rust-std' |
48 | 2025-03-02T04:04:23.854Z | info: downloading component 'rustc' |
49 | 2025-03-02T04:04:29.647Z | info: downloading component 'rustfmt' |
50 | 2025-03-02T04:04:29.860Z | info: installing component 'cargo' |
51 | 2025-03-02T04:04:30.708Z | info: installing component 'clippy' |
52 | 2025-03-02T04:04:31.110Z | info: installing component 'rust-docs' |
53 | 2025-03-02T04:04:32.843Z | info: installing component 'rust-std' |
54 | 2025-03-02T04:04:34.801Z | info: installing component 'rustc' |
55 | 2025-03-02T04:04:40.803Z | info: installing component 'rustfmt' |
56 | 2025-03-02T04:04:41.135Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-02T04:04:41.135Z | |
58 | 2025-03-02T04:04:41.500Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-02T04:04:41.500Z | |
60 | 2025-03-02T04:04:41.503Z | |
61 | 2025-03-02T04:04:41.503Z | Rust is installed now. Great! |
62 | 2025-03-02T04:04:41.503Z | |
63 | 2025-03-02T04:04:41.504Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-02T04:04:41.504Z | environment variable. This has not been done automatically. |
65 | 2025-03-02T04:04:41.504Z | |
66 | 2025-03-02T04:04:41.504Z | To configure your current shell, you need to source |
67 | 2025-03-02T04:04:41.504Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-02T04:04:41.504Z | |
69 | 2025-03-02T04:04:41.504Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-02T04:04:41.504Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-02T04:04:41.504Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-02T04:04:41.578Z | + rustup --version |
73 | 2025-03-02T04:04:41.585Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-02T04:04:41.585Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-02T04:04:41.665Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-02T04:04:41.668Z | + cargo --version |
77 | 2025-03-02T04:04:41.725Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-02T04:04:41.728Z | + rustc --version |
79 | 2025-03-02T04:04:41.790Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-02T04:04:41.794Z | process exited: duration 23573 ms, exit code 0 |
|
81 | 2025-03-02T04:04:41.802Z | starting task 2: "authentication" |
82 | 2025-03-02T04:04:41.822Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-03-02T04:04:41.829Z | starting task 3: "clone repository" |
84 | 2025-03-02T04:04:41.833Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-02T04:04:41.837Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-02T04:04:41.870Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-02T04:04:50.227Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-02T04:04:50.227Z | + git fetch origin 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
89 | 2025-03-02T04:04:50.510Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-02T04:04:50.510Z | * branch 735fe0f29f4956b3b333a10687ccaa70e2e6a94a -> FETCH_HEAD |
91 | 2025-03-02T04:04:50.520Z | + [[ -n '' ]] |
92 | 2025-03-02T04:04:50.520Z | + git reset --hard 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
93 | 2025-03-02T04:04:50.708Z | HEAD is now at 735fe0f29 Update Rust crate hyper-rustls to 0.27.5 |
94 | 2025-03-02T04:04:50.712Z | process exited: duration 8883 ms, exit code 0 |
|
95 | 2025-03-02T04:04:50.721Z | starting task 4: "build" |
96 | 2025-03-02T04:04:50.724Z | + source .github/buildomat/ci-env.sh |
97 | 2025-03-02T04:04:50.724Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-03-02T04:04:50.724Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-03-02T04:04:50.724Z | + cargo --version |
100 | 2025-03-02T04:04:50.777Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
101 | 2025-03-02T04:04:50.780Z | + rustc --version |
102 | 2025-03-02T04:04:50.842Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
103 | 2025-03-02T04:04:50.845Z | + WORK=/work |
104 | 2025-03-02T04:04:50.845Z | + pfexec mkdir -p /work |
105 | 2025-03-02T04:04:50.848Z | + pfexec chown build /work |
106 | 2025-03-02T04:04:50.852Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
107 | 2025-03-02T04:04:52.422Z | pkg list: illegal option -- F |
108 | 2025-03-02T04:04:52.422Z | Usage: |
109 | 2025-03-02T04:04:52.437Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
110 | 2025-03-02T04:04:52.437Z | [pkg_fmri_pattern ...] |
111 | 2025-03-02T04:04:53.271Z | pkg list: illegal option -- F |
112 | 2025-03-02T04:04:53.271Z | Usage: |
113 | 2025-03-02T04:04:53.271Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-03-02T04:04:53.271Z | [pkg_fmri_pattern ...] |
115 | 2025-03-02T04:05:01.523Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-03-02T04:05:05.847Z | Startup: Caching catalogs ... Done |
117 | 2025-03-02T04:05:19.150Z | Planning: Solver setup ... Done (12.368s) |
118 | 2025-03-02T04:05:19.303Z | Planning: Running solver ... Done (0.155s) |
119 | 2025-03-02T04:05:19.434Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2025-03-02T04:05:19.494Z | Planning: Fetching manifests: 0/7 0% complete |
121 | 2025-03-02T04:05:22.634Z | Planning: Fetching manifests: 7/7 100% complete |
122 | 2025-03-02T04:05:22.756Z | Planning: Package planning ... Done (0.114s) |
123 | 2025-03-02T04:05:22.807Z | Planning: Merging actions ... Done (0.057s) |
124 | 2025-03-02T04:05:23.112Z | Planning: Checking for conflicting actions ... Done (0.201s) |
125 | 2025-03-02T04:05:24.960Z | Planning: Consolidating action changes ... Done (1.989s) |
126 | 2025-03-02T04:05:25.407Z | Planning: Evaluating mediators ... Done (0.447s) |
127 | 2025-03-02T04:05:25.487Z | Planning: Planning completed in 19.55 seconds |
128 | 2025-03-02T04:05:25.502Z | Packages to install: 4 |
129 | 2025-03-02T04:05:25.502Z | Packages to update: 3 |
130 | 2025-03-02T04:05:25.502Z | Mediators to change: 2 |
131 | 2025-03-02T04:05:25.505Z | Services to change: 1 |
132 | 2025-03-02T04:05:25.505Z | Estimated space available: 155.60 GB |
133 | 2025-03-02T04:05:25.505Z | Estimated space to be consumed: 1.66 GB |
134 | 2025-03-02T04:05:25.505Z | Create boot environment: No |
135 | 2025-03-02T04:05:25.505Z | Create backup boot environment: Yes |
136 | 2025-03-02T04:05:25.505Z | Rebuild boot archive: No |
137 | 2025-03-02T04:05:25.505Z | |
138 | 2025-03-02T04:05:25.505Z | Changed mediators: |
139 | 2025-03-02T04:05:25.505Z | mediator clang: |
140 | 2025-03-02T04:05:25.505Z | version: None -> 15 (system default) |
141 | 2025-03-02T04:05:25.505Z | |
142 | 2025-03-02T04:05:25.506Z | mediator llvm: |
143 | 2025-03-02T04:05:25.506Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-03-02T04:05:25.506Z | |
145 | 2025-03-02T04:05:25.506Z | Changed packages: |
146 | 2025-03-02T04:05:25.506Z | helios-dev |
147 | 2025-03-02T04:05:25.506Z | developer/build-essential |
148 | 2025-03-02T04:05:25.506Z | None -> 11-2.0 |
149 | 2025-03-02T04:05:25.506Z | library/libxmlsec1 |
150 | 2025-03-02T04:05:25.506Z | None -> 1.2.35-2.0 |
151 | 2025-03-02T04:05:25.506Z | ooce/developer/clang-15 |
152 | 2025-03-02T04:05:25.508Z | None -> 15.0.7-2.0 |
153 | 2025-03-02T04:05:25.508Z | ooce/developer/llvm-15 |
154 | 2025-03-02T04:05:25.508Z | None -> 15.0.7-2.0 |
155 | 2025-03-02T04:05:25.508Z | package/pkg |
156 | 2025-03-02T04:05:25.508Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-03-02T04:05:25.508Z | system/library/g++-runtime |
158 | 2025-03-02T04:05:25.508Z | 13-2.0 -> 14-2.0 |
159 | 2025-03-02T04:05:25.508Z | system/library/gcc-runtime |
160 | 2025-03-02T04:05:25.508Z | 13-2.0 -> 14-2.0 |
161 | 2025-03-02T04:05:25.508Z | |
162 | 2025-03-02T04:05:25.508Z | Services: |
163 | 2025-03-02T04:05:25.508Z | restart_fmri: |
164 | 2025-03-02T04:05:25.508Z | svc:/system/update-man-index:default |
165 | 2025-03-02T04:05:25.508Z | |
166 | 2025-03-02T04:05:25.508Z | Editable files to change: |
167 | 2025-03-02T04:05:25.508Z | Update: |
168 | 2025-03-02T04:05:25.508Z | usr/share/lib/pkg/web/config.shtml |
169 | 2025-03-02T04:05:25.587Z | |
170 | 2025-03-02T04:05:25.587Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
171 | 2025-03-02T04:05:33.319Z | Download: 212/4301 items 1.3/225.4MB 0% complete (346k/s) |
172 | 2025-03-02T04:05:38.718Z | Download: 213/4301 items 1.3/225.4MB 0% complete (336k/s) |
173 | 2025-03-02T04:05:44.073Z | Download: 452/4301 items 16.9/225.4MB 7% complete (2.0M/s) |
174 | 2025-03-02T04:05:49.091Z | Download: 781/4301 items 18.6/225.4MB 8% complete (1.7M/s) |
175 | 2025-03-02T04:05:54.102Z | Download: 1095/4301 items 19.8/225.4MB 8% complete (297k/s) |
176 | 2025-03-02T04:05:59.303Z | Download: 1191/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
177 | 2025-03-02T04:06:09.115Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (6.4M/s) |
178 | 2025-03-02T04:06:22.520Z | Download: 1197/4301 items 83.5/225.4MB 37% complete |
179 | 2025-03-02T04:06:27.549Z | Download: 1297/4301 items 115.5/225.4MB 51% complete (6.9M/s) |
180 | 2025-03-02T04:06:32.613Z | Download: 1450/4301 items 117.0/225.4MB 51% complete (3.5M/s) |
181 | 2025-03-02T04:06:37.612Z | Download: 1634/4301 items 117.7/225.4MB 52% complete (356k/s) |
182 | 2025-03-02T04:06:42.672Z | Download: 1708/4301 items 117.9/225.4MB 52% complete (131k/s) |
183 | 2025-03-02T04:06:47.728Z | Download: 1765/4301 items 118.1/225.4MB 52% complete (69.9k/s) |
184 | 2025-03-02T04:06:52.738Z | Download: 1832/4301 items 118.4/225.4MB 52% complete (54.6k/s) |
185 | 2025-03-02T04:06:57.756Z | Download: 1966/4301 items 118.6/225.4MB 52% complete (52.6k/s) |
186 | 2025-03-02T04:07:02.768Z | Download: 2095/4301 items 118.8/225.4MB 52% complete (38.0k/s) |
187 | 2025-03-02T04:07:07.860Z | Download: 2214/4301 items 119.2/225.4MB 52% complete (53.9k/s) |
188 | 2025-03-02T04:07:12.990Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (52.7k/s) |
189 | 2025-03-02T04:07:18.585Z | Download: 2219/4301 items 119.2/225.4MB 52% complete |
190 | 2025-03-02T04:07:25.483Z | Download: 2219/4301 items 119.2/225.4MB 52% complete |
191 | 2025-03-02T04:07:30.751Z | Download: 2220/4301 items 119.2/225.4MB 52% complete |
192 | 2025-03-02T04:07:35.766Z | Download: 2316/4301 items 119.8/225.4MB 53% complete (74.4k/s) |
193 | 2025-03-02T04:07:40.834Z | Download: 2463/4301 items 120.1/225.4MB 53% complete (102k/s) |
194 | 2025-03-02T04:07:45.897Z | Download: 2559/4301 items 120.4/225.4MB 53% complete (61.0k/s) |
195 | 2025-03-02T04:07:51.086Z | Download: 2703/4301 items 120.7/225.4MB 53% complete (64.7k/s) |
196 | 2025-03-02T04:07:54.120Z | |
197 | 2025-03-02T04:07:54.120Z | Errors were encountered while attempting to retrieve package or file data for |
198 | 2025-03-02T04:07:54.120Z | the requested operation. |
199 | 2025-03-02T04:07:54.120Z | Details follow: |
200 | 2025-03-02T04:07:54.120Z | |
201 | 2025-03-02T04:07:54.120Z | Framework error: code: E_SSL_CONNECT_ERROR (35) reason: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to pkg.oxide.computer:443 |
202 | 2025-03-02T04:07:54.120Z | URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/7fe40f8761ae6b31b957e7527041e4be975663b5' |
203 | 2025-03-02T04:07:54.941Z | |
204 | 2025-03-02T04:07:54.941Z | real 3:04.143660902 |
205 | 2025-03-02T04:07:54.941Z | user 28.332501400 |
206 | 2025-03-02T04:07:54.941Z | sys 3.041678541 |
207 | 2025-03-02T04:07:54.941Z | trap 0.004750405 |
208 | 2025-03-02T04:07:54.941Z | tflt 0.028010298 |
209 | 2025-03-02T04:07:54.942Z | dflt 0.044310224 |
210 | 2025-03-02T04:07:54.942Z | kflt 0.013536459 |
211 | 2025-03-02T04:07:54.942Z | lock 0.000017125 |
212 | 2025-03-02T04:07:54.942Z | slp 5:41.656547851 |
213 | 2025-03-02T04:07:54.942Z | lat 0.418533708 |
214 | 2025-03-02T04:07:54.942Z | stop 0.000233357 |
215 | 2025-03-02T04:07:54.946Z | process exited: duration 184279 ms, exit code 1 |
|
216 | 2025-03-02T04:07:54.953Z | found 0 output files |
217 | 2025-03-02T04:07:54.953Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |