|
|
|
1 | 2024-06-17T21:36:45.812Z | job assigned to worker 01J0M1WGDMXJYJBR9EKM9FBE9T (queued for 0 s) |
|
2 | 2024-06-17T21:36:46.014Z | starting task 0: "setup" |
3 | 2024-06-17T21:36:46.334Z | ++ uname -s |
4 | 2024-06-17T21:36:46.336Z | + kern=SunOS |
5 | 2024-06-17T21:36:46.336Z | + case "$kern" in |
6 | 2024-06-17T21:36:46.336Z | + groupadd -g 12345 build |
7 | 2024-06-17T21:36:46.339Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T21:36:48.348Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T21:36:48.450Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T21:36:48.453Z | + home_fs=zfs |
11 | 2024-06-17T21:36:48.453Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T21:36:48.453Z | + mkdir -p /home/build |
13 | 2024-06-17T21:36:48.456Z | + chown build:build /home/build /work |
14 | 2024-06-17T21:36:50.458Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T21:36:50.461Z | process exited: duration 4445 ms, exit code 0 |
|
16 | 2024-06-17T21:36:50.466Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T21:36:50.472Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T21:36:50.472Z | ' 1.78.0 |
19 | 2024-06-17T21:36:50.472Z | * toolchain channel = "1.78.0" |
20 | 2024-06-17T21:36:50.472Z | * toolchain profile = "default" |
21 | 2024-06-17T21:36:50.472Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-17T21:36:50.472Z | ' default |
23 | 2024-06-17T21:36:50.477Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T21:36:50.477Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-17T21:36:50.591Z | info: downloading installer |
26 | 2024-06-17T21:36:52.748Z | info: profile set to 'default' |
27 | 2024-06-17T21:36:52.748Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T21:36:52.751Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-17T21:36:52.982Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-17T21:36:52.982Z | info: downloading component 'cargo' |
31 | 2024-06-17T21:36:54.438Z | info: downloading component 'clippy' |
32 | 2024-06-17T21:36:54.932Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T21:36:56.850Z | info: downloading component 'rust-std' |
34 | 2024-06-17T21:36:59.691Z | info: downloading component 'rustc' |
35 | 2024-06-17T21:37:05.528Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T21:37:05.937Z | info: installing component 'cargo' |
37 | 2024-06-17T21:37:06.801Z | info: installing component 'clippy' |
38 | 2024-06-17T21:37:07.309Z | info: installing component 'rust-docs' |
39 | 2024-06-17T21:37:08.934Z | info: installing component 'rust-std' |
40 | 2024-06-17T21:37:10.618Z | info: installing component 'rustc' |
41 | 2024-06-17T21:37:14.867Z | info: installing component 'rustfmt' |
42 | 2024-06-17T21:37:15.373Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-17T21:37:15.373Z | |
44 | 2024-06-17T21:37:15.641Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-17T21:37:15.641Z | |
46 | 2024-06-17T21:37:15.643Z | |
47 | 2024-06-17T21:37:15.643Z | Rust is installed now. Great! |
48 | 2024-06-17T21:37:15.643Z | |
49 | 2024-06-17T21:37:15.643Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T21:37:15.643Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T21:37:15.643Z | |
52 | 2024-06-17T21:37:15.643Z | To configure your current shell, you need to source |
53 | 2024-06-17T21:37:15.644Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T21:37:15.644Z | |
55 | 2024-06-17T21:37:15.644Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T21:37:15.644Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T21:37:15.644Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T21:37:15.767Z | + rustc --version |
59 | 2024-06-17T21:37:15.827Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-17T21:37:15.830Z | process exited: duration 25360 ms, exit code 0 |
|
61 | 2024-06-17T21:37:15.836Z | starting task 2: "authentication" |
62 | 2024-06-17T21:37:15.854Z | process exited: duration 17 ms, exit code 0 |
|
63 | 2024-06-17T21:37:15.859Z | starting task 3: "clone repository" |
64 | 2024-06-17T21:37:15.864Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-17T21:37:15.867Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-17T21:37:16.654Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-17T21:37:22.444Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-17T21:37:22.444Z | + git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
69 | 2024-06-17T21:37:22.766Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-17T21:37:22.766Z | * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD |
71 | 2024-06-17T21:37:22.777Z | + [[ -n dap/steno-error-update ]] |
72 | 2024-06-17T21:37:22.779Z | ++ git branch --show-current |
73 | 2024-06-17T21:37:22.782Z | + current=main |
74 | 2024-06-17T21:37:22.782Z | + [[ main != dap/steno-error-update ]] |
75 | 2024-06-17T21:37:22.782Z | + git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
76 | 2024-06-17T21:37:22.785Z | + git checkout -f dap/steno-error-update |
77 | 2024-06-17T21:37:22.926Z | Switched to branch 'dap/steno-error-update' |
78 | 2024-06-17T21:37:22.929Z | + git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
79 | 2024-06-17T21:37:23.065Z | HEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError |
80 | 2024-06-17T21:37:23.068Z | process exited: duration 7206 ms, exit code 0 |
|
81 | 2024-06-17T21:37:23.076Z | starting task 4: "build" |
82 | 2024-06-17T21:37:23.085Z | + target_os=illumos |
83 | 2024-06-17T21:37:23.085Z | + NEXTEST_VERSION=0.9.70 |
84 | 2024-06-17T21:37:23.085Z | + cargo --version |
85 | 2024-06-17T21:37:23.138Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
86 | 2024-06-17T21:37:23.141Z | + rustc --version |
87 | 2024-06-17T21:37:23.198Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
88 | 2024-06-17T21:37:23.202Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos |
89 | 2024-06-17T21:37:23.204Z | + gunzip |
90 | 2024-06-17T21:37:23.204Z | + tar -xvf - -C /home/build/.cargo/bin |
91 | 2024-06-17T21:37:24.431Z | x cargo-nextest, 16766824 bytes, 32748 tape blocks |
92 | 2024-06-17T21:37:24.434Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
93 | 2024-06-17T21:37:24.434Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
94 | 2024-06-17T21:37:24.434Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
95 | 2024-06-17T21:37:24.434Z | + mkdir /var/tmp/omicron_tmp |
96 | 2024-06-17T21:37:24.436Z | + OUTPUT_DIR=/work |
97 | 2024-06-17T21:37:24.436Z | + echo 'tests will store non-ephemeral output in /work' |
98 | 2024-06-17T21:37:24.436Z | tests will store non-ephemeral output in /work |
99 | 2024-06-17T21:37:24.436Z | + mkdir -p /work |
100 | 2024-06-17T21:37:24.436Z | + source ./env.sh |
101 | 2024-06-17T21:37:24.436Z | ++ set -o xtrace |
102 | 2024-06-17T21:37:24.439Z | ++++ dirname ./env.sh |
103 | 2024-06-17T21:37:24.444Z | +++ readlink -f . |
104 | 2024-06-17T21:37:24.527Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-06-17T21:37:24.530Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-06-17T21:37:24.530Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-06-17T21:37:24.530Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-06-17T21:37:24.530Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-06-17T21:37:24.530Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-06-17T21:37:24.530Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-06-17T21:37:24.530Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-06-17T21:37:24.530Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-06-17T21:37:24.530Z | ++ unset OMICRON_WS |
114 | 2024-06-17T21:37:24.530Z | ++ set +o xtrace |
115 | 2024-06-17T21:37:24.656Z | |
116 | 2024-06-17T21:37:24.656Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-06-17T21:37:24.656Z | # # # # # # # # # # # # # # # |
118 | 2024-06-17T21:37:24.656Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-06-17T21:37:24.656Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-06-17T21:37:24.656Z | # # # # # # # # # # # # # # # |
121 | 2024-06-17T21:37:24.656Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-06-17T21:37:24.656Z | |
123 | 2024-06-17T21:37:38.751Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-06-17T21:37:40.902Z | Startup: Caching catalogs ... Done |
125 | 2024-06-17T21:37:43.191Z | Planning: Solver setup ... Done (1.817s) |
126 | 2024-06-17T21:37:43.226Z | Planning: Running solver ... Done (0.035s) |
127 | 2024-06-17T21:37:43.265Z | Planning: Finding local manifests ... Done (0.002s) |
128 | 2024-06-17T21:37:43.276Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-06-17T21:37:43.575Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-06-17T21:37:43.626Z | Planning: Package planning ... Done (0.050s) |
131 | 2024-06-17T21:37:43.676Z | Planning: Merging actions ... Done (0.051s) |
132 | 2024-06-17T21:37:44.864Z | Planning: Checking for conflicting actions ... Done (1.188s) |
133 | 2024-06-17T21:37:44.876Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-06-17T21:37:51.864Z | Planning: Evaluating mediators ... Done (6.987s) |
135 | 2024-06-17T21:37:51.873Z | Planning: Planning completed in 10.90 seconds |
136 | 2024-06-17T21:37:52.687Z | Packages to install: 4 |
137 | 2024-06-17T21:37:52.687Z | Mediators to change: 2 |
138 | 2024-06-17T21:37:52.687Z | Services to change: 1 |
139 | 2024-06-17T21:37:52.690Z | Estimated space available: 155.76 GB |
140 | 2024-06-17T21:37:52.690Z | Estimated space to be consumed: 1.45 GB |
141 | 2024-06-17T21:37:52.690Z | Create boot environment: No |
142 | 2024-06-17T21:37:52.690Z | Create backup boot environment: No |
143 | 2024-06-17T21:37:52.690Z | Rebuild boot archive: No |
144 | 2024-06-17T21:37:52.690Z | |
145 | 2024-06-17T21:37:52.690Z | Changed mediators: |
146 | 2024-06-17T21:37:52.690Z | mediator clang: |
147 | 2024-06-17T21:37:52.690Z | version: None -> 15 (system default) |
148 | 2024-06-17T21:37:52.690Z | |
149 | 2024-06-17T21:37:52.690Z | mediator llvm: |
150 | 2024-06-17T21:37:52.690Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-06-17T21:37:52.690Z | |
152 | 2024-06-17T21:37:52.690Z | Changed packages: |
153 | 2024-06-17T21:37:52.690Z | helios-dev |
154 | 2024-06-17T21:37:52.690Z | developer/build-essential |
155 | 2024-06-17T21:37:52.690Z | None -> 11-2.0 |
156 | 2024-06-17T21:37:52.690Z | library/libxmlsec1 |
157 | 2024-06-17T21:37:52.690Z | None -> 1.2.35-2.0 |
158 | 2024-06-17T21:37:52.690Z | ooce/developer/clang-15 |
159 | 2024-06-17T21:37:52.690Z | None -> 15.0.7-2.0 |
160 | 2024-06-17T21:37:52.690Z | ooce/developer/llvm-15 |
161 | 2024-06-17T21:37:52.691Z | None -> 15.0.7-2.0 |
162 | 2024-06-17T21:37:52.691Z | |
163 | 2024-06-17T21:37:52.691Z | Services: |
164 | 2024-06-17T21:37:52.691Z | restart_fmri: |
165 | 2024-06-17T21:37:52.691Z | svc:/system/update-man-index:default |
166 | 2024-06-17T21:37:52.918Z | |
167 | 2024-06-17T21:37:52.918Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-06-17T21:37:57.919Z | Download: 1345/3290 items 104.9/212.6MB 49% complete (21.0M/s) |
169 | 2024-06-17T21:38:02.920Z | Download: 3165/3290 items 143.5/212.6MB 67% complete (14.3M/s) |
170 | 2024-06-17T21:38:04.852Z | Download: Completed 212.60 MB in 11.93 seconds (17.8M/s) |
171 | 2024-06-17T21:38:05.545Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-06-17T21:38:10.629Z | Actions: 3545/3689 actions (Installing new actions) |
173 | 2024-06-17T21:38:11.214Z | Actions: Completed 3689 actions in 5.67 seconds. |
174 | 2024-06-17T21:38:11.349Z | Done (0.129s) |
175 | 2024-06-17T21:38:11.349Z | Done (0.000s) |
176 | 2024-06-17T21:38:11.655Z | Done (0.308s) |
177 | 2024-06-17T21:38:17.594Z | Done (5.781s) |
178 | 2024-06-17T21:38:17.839Z | Done (0.174s) |
179 | 2024-06-17T21:38:17.842Z | Done (0.000s) |
180 | 2024-06-17T21:38:18.006Z | Done (0.000s) |
181 | 2024-06-17T21:38:18.577Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-06-17T21:38:18.740Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-06-17T21:38:18.742Z | Planning: Consolidating action changes ... Done |
184 | 2024-06-17T21:38:19.012Z | Planning: Evaluating mediators ... Done |
185 | 2024-06-17T21:38:19.015Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-06-17T21:38:19.046Z | Mediators to change: 2 |
187 | 2024-06-17T21:38:19.046Z | Create boot environment: No |
188 | 2024-06-17T21:38:19.049Z | Create backup boot environment: No |
189 | 2024-06-17T21:38:19.121Z | Done |
190 | 2024-06-17T21:38:19.121Z | Done |
191 | 2024-06-17T21:38:19.327Z | Done |
192 | 2024-06-17T21:38:23.012Z | Done |
193 | 2024-06-17T21:38:23.098Z | Done |
194 | 2024-06-17T21:38:23.101Z | Done |
195 | 2024-06-17T21:38:23.212Z | Done |
196 | 2024-06-17T21:38:23.839Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-06-17T21:38:23.842Z | Planning: Merging actions ... Done |
198 | 2024-06-17T21:38:24.031Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-06-17T21:38:24.034Z | Planning: Consolidating action changes ... Done |
200 | 2024-06-17T21:38:24.296Z | Planning: Evaluating mediators ... Done |
201 | 2024-06-17T21:38:24.352Z | Planning: Planning completed in 0.76 seconds |
202 | 2024-06-17T21:38:24.387Z | Packages to change: 1 |
203 | 2024-06-17T21:38:24.387Z | Mediators to change: 1 |
204 | 2024-06-17T21:38:24.390Z | Services to change: 1 |
205 | 2024-06-17T21:38:24.390Z | Create boot environment: No |
206 | 2024-06-17T21:38:24.390Z | Create backup boot environment: Yes |
207 | 2024-06-17T21:38:26.199Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-06-17T21:38:26.260Z | Actions: Completed 6 actions in 0.06 seconds. |
209 | 2024-06-17T21:38:26.263Z | Done |
210 | 2024-06-17T21:38:26.263Z | Done |
211 | 2024-06-17T21:38:26.327Z | Done |
212 | 2024-06-17T21:38:30.003Z | Done |
213 | 2024-06-17T21:38:30.094Z | Done |
214 | 2024-06-17T21:38:30.097Z | Done |
215 | 2024-06-17T21:38:30.209Z | Done |
216 | 2024-06-17T21:38:30.665Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-06-17T21:38:30.665Z | clang system 15 system |
218 | 2024-06-17T21:38:30.665Z | csh system system illumos |
219 | 2024-06-17T21:38:30.665Z | ctags system system illumos |
220 | 2024-06-17T21:38:30.665Z | gcc vendor 12 vendor |
221 | 2024-06-17T21:38:30.665Z | gcc system 10 system |
222 | 2024-06-17T21:38:30.665Z | gcc system 7 system |
223 | 2024-06-17T21:38:30.665Z | go system 1.20 system |
224 | 2024-06-17T21:38:30.665Z | go system 1.19 system |
225 | 2024-06-17T21:38:30.665Z | llvm system 15 system |
226 | 2024-06-17T21:38:30.665Z | llvm system 14 system |
227 | 2024-06-17T21:38:30.665Z | mariadb system 10.6 system |
228 | 2024-06-17T21:38:30.665Z | mta vendor vendor dma |
229 | 2024-06-17T21:38:30.665Z | openjdk system 17 system |
230 | 2024-06-17T21:38:30.665Z | openjdk system 11 system |
231 | 2024-06-17T21:38:30.665Z | openjdk system 1.8 system |
232 | 2024-06-17T21:38:30.665Z | openssl vendor 3 vendor |
233 | 2024-06-17T21:38:30.665Z | perl system 5.36 system |
234 | 2024-06-17T21:38:30.666Z | postgresql system 15 system |
235 | 2024-06-17T21:38:30.666Z | postgresql system 13 system |
236 | 2024-06-17T21:38:30.666Z | python vendor 3 vendor |
237 | 2024-06-17T21:38:30.666Z | python system 2 system |
238 | 2024-06-17T21:38:30.666Z | python3 system 3.11 system |
239 | 2024-06-17T21:38:30.666Z | ruby system 3.0 system |
240 | 2024-06-17T21:38:30.666Z | words vendor vendor american-english |
241 | 2024-06-17T21:38:30.666Z | words system system australian-english |
242 | 2024-06-17T21:38:30.666Z | words system system british-english |
243 | 2024-06-17T21:38:30.666Z | words system system canadian-english |
244 | 2024-06-17T21:38:30.666Z | words system system french |
245 | 2024-06-17T21:38:30.666Z | words system system italian |
246 | 2024-06-17T21:38:30.666Z | words system system ngerman |
247 | 2024-06-17T21:38:30.666Z | words system system ogerman |
248 | 2024-06-17T21:38:30.666Z | words system system spanish |
249 | 2024-06-17T21:38:31.007Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-06-17T21:38:31.008Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-06-17T21:38:32.510Z | FMRI IFO |
252 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-06-17T21:38:32.510Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-06-17T21:38:32.511Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-06-17T21:38:32.511Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-06-17T21:38:32.511Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-06-17T21:38:33.034Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
265 | 2024-06-17T21:38:33.355Z | error: failed to load source for dependency `steno` |
266 | 2024-06-17T21:38:33.355Z | |
267 | 2024-06-17T21:38:33.355Z | Caused by: |
268 | 2024-06-17T21:38:33.355Z | Unable to update /work/oxidecomputer/steno-errors |
269 | 2024-06-17T21:38:33.355Z | |
270 | 2024-06-17T21:38:33.355Z | Caused by: |
271 | 2024-06-17T21:38:33.355Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
272 | 2024-06-17T21:38:33.355Z | |
273 | 2024-06-17T21:38:33.355Z | Caused by: |
274 | 2024-06-17T21:38:33.358Z | No such file or directory (os error 2) |
275 | 2024-06-17T21:38:33.361Z | Failed to run command -- will try 2 more times |
276 | 2024-06-17T21:38:33.558Z | error: failed to load source for dependency `steno` |
277 | 2024-06-17T21:38:33.558Z | |
278 | 2024-06-17T21:38:33.558Z | Caused by: |
279 | 2024-06-17T21:38:33.558Z | Unable to update /work/oxidecomputer/steno-errors |
280 | 2024-06-17T21:38:33.558Z | |
281 | 2024-06-17T21:38:33.558Z | Caused by: |
282 | 2024-06-17T21:38:33.558Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
283 | 2024-06-17T21:38:33.558Z | |
284 | 2024-06-17T21:38:33.558Z | Caused by: |
285 | 2024-06-17T21:38:33.558Z | No such file or directory (os error 2) |
286 | 2024-06-17T21:38:33.563Z | Failed to run command -- will try 1 more times |
287 | 2024-06-17T21:38:33.762Z | error: failed to load source for dependency `steno` |
288 | 2024-06-17T21:38:33.762Z | |
289 | 2024-06-17T21:38:33.762Z | Caused by: |
290 | 2024-06-17T21:38:33.762Z | Unable to update /work/oxidecomputer/steno-errors |
291 | 2024-06-17T21:38:33.762Z | |
292 | 2024-06-17T21:38:33.762Z | Caused by: |
293 | 2024-06-17T21:38:33.763Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
294 | 2024-06-17T21:38:33.763Z | |
295 | 2024-06-17T21:38:33.763Z | Caused by: |
296 | 2024-06-17T21:38:33.763Z | No such file or directory (os error 2) |
297 | 2024-06-17T21:38:33.768Z | |
298 | 2024-06-17T21:38:33.771Z | real 1:09.006387603 |
299 | 2024-06-17T21:38:33.771Z | user 31.777590547 |
300 | 2024-06-17T21:38:33.771Z | sys 4.027819500 |
301 | 2024-06-17T21:38:33.771Z | trap 0.007633762 |
302 | 2024-06-17T21:38:33.771Z | tflt 0.203778596 |
303 | 2024-06-17T21:38:33.771Z | dflt 0.261211315 |
304 | 2024-06-17T21:38:33.771Z | kflt 0.219629789 |
305 | 2024-06-17T21:38:33.771Z | lock 0.000000000 |
306 | 2024-06-17T21:38:33.771Z | slp 1:41.680796581 |
307 | 2024-06-17T21:38:33.771Z | lat 0.231589414 |
308 | 2024-06-17T21:38:33.771Z | stop 0.000699279 |
309 | 2024-06-17T21:38:33.771Z | process exited: duration 70683 ms, exit code 101 |
|
310 | 2024-06-17T21:38:33.777Z | found 0 output files |