|
|
|
1 | 2024-06-25T03:13:19.478Z | job assigned to worker 01J16P24TYAPMV1RMSTSG25TY7 (queued for 1 m 15 s) |
|
2 | 2024-06-25T03:13:27.568Z | starting task 0: "setup" |
3 | 2024-06-25T03:13:27.625Z | ++ uname -s |
4 | 2024-06-25T03:13:27.629Z | + kern=SunOS |
5 | 2024-06-25T03:13:27.629Z | + case "$kern" in |
6 | 2024-06-25T03:13:27.629Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:13:27.629Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:13:29.654Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:13:29.765Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:13:29.773Z | + home_fs=zfs |
11 | 2024-06-25T03:13:29.773Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:13:29.774Z | + mkdir -p /home/build |
13 | 2024-06-25T03:13:29.774Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:13:31.772Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:13:31.793Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-06-25T03:13:31.817Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:13:31.825Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:13:31.825Z | ' 1.78.0 |
19 | 2024-06-25T03:13:31.825Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T03:13:31.825Z | * toolchain profile = "default" |
21 | 2024-06-25T03:13:31.825Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-25T03:13:31.825Z | ' default |
23 | 2024-06-25T03:13:31.825Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:13:31.825Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:13:31.925Z | info: downloading installer |
26 | 2024-06-25T03:13:33.189Z | info: profile set to 'default' |
27 | 2024-06-25T03:13:33.189Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:13:33.196Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:13:33.334Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:13:33.334Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:13:34.162Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:13:34.437Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:13:35.509Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:13:37.239Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:13:41.701Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:13:41.946Z | info: installing component 'cargo' |
37 | 2024-06-25T03:13:42.847Z | info: installing component 'clippy' |
38 | 2024-06-25T03:13:43.217Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:13:44.650Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:13:46.387Z | info: installing component 'rustc' |
41 | 2024-06-25T03:13:50.630Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:13:50.975Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:13:50.975Z | |
44 | 2024-06-25T03:13:51.243Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:13:51.244Z | |
46 | 2024-06-25T03:13:51.248Z | |
47 | 2024-06-25T03:13:51.248Z | Rust is installed now. Great! |
48 | 2024-06-25T03:13:51.248Z | |
49 | 2024-06-25T03:13:51.248Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:13:51.248Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:13:51.248Z | |
52 | 2024-06-25T03:13:51.248Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:13:51.248Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:13:51.248Z | |
55 | 2024-06-25T03:13:51.248Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:13:51.248Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:13:51.248Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:13:51.349Z | + rustc --version |
59 | 2024-06-25T03:13:51.411Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:13:51.415Z | process exited: duration 19600 ms, exit code 0 |
|
61 | 2024-06-25T03:13:51.424Z | starting task 2: "authentication" |
62 | 2024-06-25T03:13:51.452Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-25T03:13:51.462Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:13:51.467Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:13:51.471Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:13:51.817Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:13:57.743Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:13:57.746Z | + git fetch origin 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 |
69 | 2024-06-25T03:13:58.037Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:13:58.037Z | * branch 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 -> FETCH_HEAD |
71 | 2024-06-25T03:13:58.046Z | + [[ -n '' ]] |
72 | 2024-06-25T03:13:58.046Z | + git reset --hard 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 |
73 | 2024-06-25T03:13:58.178Z | HEAD is now at 835aa09d3 Update Rust crate proc-macro2 to v1.0.86 |
74 | 2024-06-25T03:13:58.181Z | process exited: duration 6718 ms, exit code 0 |
|
75 | 2024-06-25T03:13:58.187Z | starting task 4: "build" |
76 | 2024-06-25T03:13:58.194Z | + cargo --version |
77 | 2024-06-25T03:13:58.245Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-06-25T03:13:58.248Z | + rustc --version |
79 | 2024-06-25T03:13:58.303Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-06-25T03:13:58.306Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-06-25T03:14:08.465Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-06-25T03:14:10.415Z | Startup: Caching catalogs ... Done |
83 | 2024-06-25T03:14:12.998Z | Planning: Solver setup ... Done (2.118s) |
84 | 2024-06-25T03:14:13.037Z | Planning: Running solver ... Done (0.039s) |
85 | 2024-06-25T03:14:13.080Z | Planning: Finding local manifests ... Done (0.003s) |
86 | 2024-06-25T03:14:13.125Z | Planning: Fetching manifests: 0/4 0% complete |
87 | 2024-06-25T03:14:13.987Z | Planning: Fetching manifests: 4/4 100% complete |
88 | 2024-06-25T03:14:14.035Z | Planning: Package planning ... Done (0.048s) |
89 | 2024-06-25T03:14:14.085Z | Planning: Merging actions ... Done (0.050s) |
90 | 2024-06-25T03:14:14.787Z | Planning: Checking for conflicting actions ... Done (0.702s) |
91 | 2024-06-25T03:14:14.799Z | Planning: Consolidating action changes ... Done (0.011s) |
92 | 2024-06-25T03:14:18.562Z | Planning: Evaluating mediators ... Done (3.763s) |
93 | 2024-06-25T03:14:18.573Z | Planning: Planning completed in 8.09 seconds |
94 | 2024-06-25T03:14:18.953Z | Packages to install: 4 |
95 | 2024-06-25T03:14:18.953Z | Mediators to change: 2 |
96 | 2024-06-25T03:14:18.957Z | Services to change: 1 |
97 | 2024-06-25T03:14:18.957Z | Estimated space available: 155.77 GB |
98 | 2024-06-25T03:14:18.957Z | Estimated space to be consumed: 1.46 GB |
99 | 2024-06-25T03:14:18.957Z | Create boot environment: No |
100 | 2024-06-25T03:14:18.957Z | Create backup boot environment: No |
101 | 2024-06-25T03:14:18.957Z | Rebuild boot archive: No |
102 | 2024-06-25T03:14:18.957Z | |
103 | 2024-06-25T03:14:18.957Z | Changed mediators: |
104 | 2024-06-25T03:14:18.957Z | mediator clang: |
105 | 2024-06-25T03:14:18.957Z | version: None -> 15 (system default) |
106 | 2024-06-25T03:14:18.957Z | |
107 | 2024-06-25T03:14:18.957Z | mediator llvm: |
108 | 2024-06-25T03:14:18.958Z | version: 14 (system default) -> 15 (system default) |
109 | 2024-06-25T03:14:18.958Z | |
110 | 2024-06-25T03:14:18.958Z | Changed packages: |
111 | 2024-06-25T03:14:18.958Z | helios-dev |
112 | 2024-06-25T03:14:18.958Z | developer/build-essential |
113 | 2024-06-25T03:14:18.958Z | None -> 11-2.0 |
114 | 2024-06-25T03:14:18.958Z | library/libxmlsec1 |
115 | 2024-06-25T03:14:18.958Z | None -> 1.2.35-2.0 |
116 | 2024-06-25T03:14:18.958Z | ooce/developer/clang-15 |
117 | 2024-06-25T03:14:18.958Z | None -> 15.0.7-2.0 |
118 | 2024-06-25T03:14:18.958Z | ooce/developer/llvm-15 |
119 | 2024-06-25T03:14:18.958Z | None -> 15.0.7-2.0 |
120 | 2024-06-25T03:14:18.958Z | |
121 | 2024-06-25T03:14:18.958Z | Services: |
122 | 2024-06-25T03:14:18.958Z | restart_fmri: |
123 | 2024-06-25T03:14:18.958Z | svc:/system/update-man-index:default |
124 | 2024-06-25T03:14:19.077Z | |
125 | 2024-06-25T03:14:19.077Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
126 | 2024-06-25T03:14:24.079Z | Download: 1150/3290 items 47.1/212.6MB 22% complete (9.3M/s) |
127 | 2024-06-25T03:14:29.102Z | Download: 1471/3290 items 116.3/212.6MB 54% complete (12.1M/s) |
128 | 2024-06-25T03:14:34.203Z | Download: 2217/3290 items 118.2/212.6MB 55% complete (9.9M/s) |
129 | 2024-06-25T03:14:39.384Z | Download: 2238/3290 items 119.3/212.6MB 56% complete (320k/s) |
130 | 2024-06-25T03:14:44.636Z | Download: 2594/3290 items 120.5/212.6MB 56% complete (242k/s) |
131 | 2024-06-25T03:14:49.700Z | Download: 3108/3290 items 167.4/212.6MB 78% complete (4.7M/s) |
132 | 2024-06-25T03:14:56.411Z | Download: 3245/3290 items 202.9/212.6MB 95% complete (8.2M/s) |
133 | 2024-06-25T03:15:06.420Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (7.8M/s) |
134 | 2024-06-25T03:15:11.530Z | Download: 3283/3290 items 212.2/212.6MB 99% complete (1.8M/s) |
135 | 2024-06-25T03:15:25.705Z | Download: 3285/3290 items 212.3/212.6MB 99% complete |
136 | 2024-06-25T03:15:25.749Z | Download: Completed 212.60 MB in 66.66 seconds (3.2M/s) |
137 | 2024-06-25T03:15:25.943Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-06-25T03:15:31.080Z | Actions: 3671/3689 actions (Installing new actions) |
139 | 2024-06-25T03:15:31.127Z | Actions: Completed 3689 actions in 5.18 seconds. |
140 | 2024-06-25T03:15:31.255Z | Done (0.125s) |
141 | 2024-06-25T03:15:31.255Z | Done (0.000s) |
142 | 2024-06-25T03:15:31.569Z | Done (0.314s) |
143 | 2024-06-25T03:15:36.855Z | Done (5.131s) |
144 | 2024-06-25T03:15:37.059Z | Done (0.139s) |
145 | 2024-06-25T03:15:37.063Z | Done (0.000s) |
146 | 2024-06-25T03:15:37.226Z | Done (0.000s) |
147 | 2024-06-25T03:15:37.787Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-06-25T03:15:37.942Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-06-25T03:15:37.947Z | Planning: Consolidating action changes ... Done |
150 | 2024-06-25T03:15:38.203Z | Planning: Evaluating mediators ... Done |
151 | 2024-06-25T03:15:38.231Z | Planning: Planning completed in 0.42 seconds |
152 | 2024-06-25T03:15:38.236Z | Mediators to change: 2 |
153 | 2024-06-25T03:15:38.236Z | Create boot environment: No |
154 | 2024-06-25T03:15:38.239Z | Create backup boot environment: No |
155 | 2024-06-25T03:15:38.319Z | Done |
156 | 2024-06-25T03:15:38.319Z | Done |
157 | 2024-06-25T03:15:38.519Z | Done |
158 | 2024-06-25T03:15:42.044Z | Done |
159 | 2024-06-25T03:15:42.127Z | Done |
160 | 2024-06-25T03:15:42.131Z | Done |
161 | 2024-06-25T03:15:42.247Z | Done |
162 | 2024-06-25T03:15:42.856Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-06-25T03:15:42.861Z | Planning: Merging actions ... Done |
164 | 2024-06-25T03:15:43.053Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-06-25T03:15:43.057Z | Planning: Consolidating action changes ... Done |
166 | 2024-06-25T03:15:43.318Z | Planning: Evaluating mediators ... Done |
167 | 2024-06-25T03:15:43.373Z | Planning: Planning completed in 0.76 seconds |
168 | 2024-06-25T03:15:43.408Z | Packages to change: 1 |
169 | 2024-06-25T03:15:43.408Z | Mediators to change: 1 |
170 | 2024-06-25T03:15:43.411Z | Services to change: 1 |
171 | 2024-06-25T03:15:43.411Z | Create boot environment: No |
172 | 2024-06-25T03:15:43.411Z | Create backup boot environment: Yes |
173 | 2024-06-25T03:15:45.362Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-06-25T03:15:45.456Z | Actions: Completed 6 actions in 0.09 seconds. |
175 | 2024-06-25T03:15:45.470Z | Done |
176 | 2024-06-25T03:15:45.470Z | Done |
177 | 2024-06-25T03:15:45.527Z | Done |
178 | 2024-06-25T03:15:49.026Z | Done |
179 | 2024-06-25T03:15:49.088Z | Done |
180 | 2024-06-25T03:15:49.093Z | Done |
181 | 2024-06-25T03:15:49.203Z | Done |
182 | 2024-06-25T03:15:49.643Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-06-25T03:15:49.643Z | clang system 15 system |
184 | 2024-06-25T03:15:49.643Z | csh system system illumos |
185 | 2024-06-25T03:15:49.643Z | ctags system system illumos |
186 | 2024-06-25T03:15:49.643Z | gcc vendor 12 vendor |
187 | 2024-06-25T03:15:49.643Z | gcc system 10 system |
188 | 2024-06-25T03:15:49.643Z | gcc system 7 system |
189 | 2024-06-25T03:15:49.643Z | go system 1.20 system |
190 | 2024-06-25T03:15:49.643Z | go system 1.19 system |
191 | 2024-06-25T03:15:49.643Z | llvm system 15 system |
192 | 2024-06-25T03:15:49.643Z | llvm system 14 system |
193 | 2024-06-25T03:15:49.643Z | mariadb system 10.6 system |
194 | 2024-06-25T03:15:49.643Z | mta vendor vendor dma |
195 | 2024-06-25T03:15:49.643Z | openjdk system 17 system |
196 | 2024-06-25T03:15:49.644Z | openjdk system 11 system |
197 | 2024-06-25T03:15:49.644Z | openjdk system 1.8 system |
198 | 2024-06-25T03:15:49.644Z | openssl vendor 3 vendor |
199 | 2024-06-25T03:15:49.644Z | perl system 5.36 system |
200 | 2024-06-25T03:15:49.644Z | postgresql system 15 system |
201 | 2024-06-25T03:15:49.644Z | postgresql system 13 system |
202 | 2024-06-25T03:15:49.644Z | python vendor 3 vendor |
203 | 2024-06-25T03:15:49.644Z | python system 2 system |
204 | 2024-06-25T03:15:49.644Z | python3 system 3.11 system |
205 | 2024-06-25T03:15:49.644Z | ruby system 3.0 system |
206 | 2024-06-25T03:15:49.644Z | words vendor vendor american-english |
207 | 2024-06-25T03:15:49.644Z | words system system australian-english |
208 | 2024-06-25T03:15:49.644Z | words system system british-english |
209 | 2024-06-25T03:15:49.644Z | words system system canadian-english |
210 | 2024-06-25T03:15:49.644Z | words system system french |
211 | 2024-06-25T03:15:49.644Z | words system system italian |
212 | 2024-06-25T03:15:49.644Z | words system system ngerman |
213 | 2024-06-25T03:15:49.644Z | words system system ogerman |
214 | 2024-06-25T03:15:49.644Z | words system system spanish |
215 | 2024-06-25T03:15:49.979Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-06-25T03:15:49.979Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-06-25T03:15:51.475Z | FMRI IFO |
218 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-06-25T03:15:51.475Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-06-25T03:15:51.834Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
231 | 2024-06-25T03:15:51.834Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
232 | 2024-06-25T03:15:51.834Z | |
233 | 2024-06-25T03:15:51.834Z | Caused by: |
234 | 2024-06-25T03:15:51.834Z | failed to load manifest for dependency `nexus-test-utils` |
235 | 2024-06-25T03:15:51.834Z | |
236 | 2024-06-25T03:15:51.834Z | Caused by: |
237 | 2024-06-25T03:15:51.834Z | failed to load manifest for dependency `nexus-db-queries` |
238 | 2024-06-25T03:15:51.834Z | |
239 | 2024-06-25T03:15:51.834Z | Caused by: |
240 | 2024-06-25T03:15:51.834Z | failed to load manifest for dependency `oximeter` |
241 | 2024-06-25T03:15:51.834Z | |
242 | 2024-06-25T03:15:51.834Z | Caused by: |
243 | 2024-06-25T03:15:51.834Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
244 | 2024-06-25T03:15:51.834Z | |
245 | 2024-06-25T03:15:51.834Z | Caused by: |
246 | 2024-06-25T03:15:51.834Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
247 | 2024-06-25T03:15:51.834Z | |
248 | 2024-06-25T03:15:51.834Z | Caused by: |
249 | 2024-06-25T03:15:51.835Z | `dependency.float-ord` was not found in `workspace.dependencies` |
250 | 2024-06-25T03:15:51.841Z | Failed to run command -- will try 2 more times |
251 | 2024-06-25T03:15:51.905Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
252 | 2024-06-25T03:15:51.905Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
253 | 2024-06-25T03:15:51.905Z | |
254 | 2024-06-25T03:15:51.905Z | Caused by: |
255 | 2024-06-25T03:15:51.905Z | failed to load manifest for dependency `nexus-test-utils` |
256 | 2024-06-25T03:15:51.905Z | |
257 | 2024-06-25T03:15:51.905Z | Caused by: |
258 | 2024-06-25T03:15:51.905Z | failed to load manifest for dependency `nexus-db-queries` |
259 | 2024-06-25T03:15:51.905Z | |
260 | 2024-06-25T03:15:51.906Z | Caused by: |
261 | 2024-06-25T03:15:51.906Z | failed to load manifest for dependency `oximeter` |
262 | 2024-06-25T03:15:51.906Z | |
263 | 2024-06-25T03:15:51.906Z | Caused by: |
264 | 2024-06-25T03:15:51.906Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
265 | 2024-06-25T03:15:51.906Z | |
266 | 2024-06-25T03:15:51.906Z | Caused by: |
267 | 2024-06-25T03:15:51.906Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
268 | 2024-06-25T03:15:51.906Z | |
269 | 2024-06-25T03:15:51.906Z | Caused by: |
270 | 2024-06-25T03:15:51.906Z | `dependency.float-ord` was not found in `workspace.dependencies` |
271 | 2024-06-25T03:15:51.911Z | Failed to run command -- will try 1 more times |
272 | 2024-06-25T03:15:51.979Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
273 | 2024-06-25T03:15:51.980Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
274 | 2024-06-25T03:15:51.980Z | |
275 | 2024-06-25T03:15:51.980Z | Caused by: |
276 | 2024-06-25T03:15:51.980Z | failed to load manifest for dependency `nexus-test-utils` |
277 | 2024-06-25T03:15:51.980Z | |
278 | 2024-06-25T03:15:51.980Z | Caused by: |
279 | 2024-06-25T03:15:51.980Z | failed to load manifest for dependency `nexus-db-queries` |
280 | 2024-06-25T03:15:51.980Z | |
281 | 2024-06-25T03:15:51.980Z | Caused by: |
282 | 2024-06-25T03:15:51.980Z | failed to load manifest for dependency `oximeter` |
283 | 2024-06-25T03:15:51.980Z | |
284 | 2024-06-25T03:15:51.980Z | Caused by: |
285 | 2024-06-25T03:15:51.980Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
286 | 2024-06-25T03:15:51.980Z | |
287 | 2024-06-25T03:15:51.980Z | Caused by: |
288 | 2024-06-25T03:15:51.980Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
289 | 2024-06-25T03:15:51.980Z | |
290 | 2024-06-25T03:15:51.980Z | Caused by: |
291 | 2024-06-25T03:15:51.980Z | `dependency.float-ord` was not found in `workspace.dependencies` |
292 | 2024-06-25T03:15:51.985Z | |
293 | 2024-06-25T03:15:51.985Z | real 1:53.561437212 |
294 | 2024-06-25T03:15:51.985Z | user 31.770938352 |
295 | 2024-06-25T03:15:51.985Z | sys 4.032310425 |
296 | 2024-06-25T03:15:51.985Z | trap 0.007380531 |
297 | 2024-06-25T03:15:51.985Z | tflt 0.133878475 |
298 | 2024-06-25T03:15:51.985Z | dflt 0.172825492 |
299 | 2024-06-25T03:15:51.985Z | kflt 0.104968269 |
300 | 2024-06-25T03:15:51.985Z | lock 0.000000000 |
301 | 2024-06-25T03:15:51.985Z | slp 3:10.809767111 |
302 | 2024-06-25T03:15:51.985Z | lat 0.264998590 |
303 | 2024-06-25T03:15:51.985Z | stop 0.000434542 |
304 | 2024-06-25T03:15:51.985Z | process exited: duration 113780 ms, exit code 101 |
|
305 | 2024-06-25T03:15:51.998Z | found 0 output files |
306 | 2024-06-25T03:15:51.998Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
307 | 2024-06-25T03:15:51.998Z | upload error: rule "/work/repo.zip" required a match, but was not used |
308 | 2024-06-25T03:15:51.998Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |