|
|
|
1 | 2024-06-25T03:13:39.747Z | job assigned to worker 01J16P38VEYFXHY0QPFE91NPCE (queued for 57 s) |
|
2 | 2024-06-25T03:13:47.341Z | starting task 0: "setup" |
3 | 2024-06-25T03:13:47.418Z | ++ uname -s |
4 | 2024-06-25T03:13:47.422Z | + kern=SunOS |
5 | 2024-06-25T03:13:47.422Z | + case "$kern" in |
6 | 2024-06-25T03:13:47.422Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:13:47.425Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:13:49.442Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:13:49.571Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:13:49.576Z | + home_fs=zfs |
11 | 2024-06-25T03:13:49.576Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:13:49.576Z | + mkdir -p /home/build |
13 | 2024-06-25T03:13:49.576Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:13:51.570Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:13:51.573Z | process exited: duration 4232 ms, exit code 0 |
|
16 | 2024-06-25T03:13:51.580Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:13:51.587Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:13:51.587Z | ' 1.78.0 |
19 | 2024-06-25T03:13:51.587Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-25T03:13:51.587Z | ' default |
21 | 2024-06-25T03:13:51.587Z | * toolchain channel = "1.78.0" |
22 | 2024-06-25T03:13:51.587Z | * toolchain profile = "default" |
23 | 2024-06-25T03:13:51.590Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:13:51.590Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:13:51.700Z | info: downloading installer |
26 | 2024-06-25T03:13:52.894Z | info: profile set to 'default' |
27 | 2024-06-25T03:13:52.894Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:13:52.894Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:13:53.005Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:13:53.005Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:13:53.665Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:13:53.888Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:13:54.769Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:13:56.180Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:13:59.698Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:13:59.890Z | info: installing component 'cargo' |
37 | 2024-06-25T03:14:00.720Z | info: installing component 'clippy' |
38 | 2024-06-25T03:14:01.089Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:14:02.588Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:14:04.331Z | info: installing component 'rustc' |
41 | 2024-06-25T03:14:08.661Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:14:09.003Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:14:09.003Z | |
44 | 2024-06-25T03:14:09.272Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:14:09.272Z | |
46 | 2024-06-25T03:14:09.275Z | |
47 | 2024-06-25T03:14:09.275Z | Rust is installed now. Great! |
48 | 2024-06-25T03:14:09.275Z | |
49 | 2024-06-25T03:14:09.275Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:14:09.275Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:14:09.275Z | |
52 | 2024-06-25T03:14:09.275Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:14:09.275Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:14:09.275Z | |
55 | 2024-06-25T03:14:09.275Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:14:09.275Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:14:09.275Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:14:09.335Z | + rustc --version |
59 | 2024-06-25T03:14:09.395Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:14:09.398Z | process exited: duration 17817 ms, exit code 0 |
|
61 | 2024-06-25T03:14:09.404Z | starting task 2: "authentication" |
62 | 2024-06-25T03:14:09.421Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-06-25T03:14:11.429Z | process exited: duration 2025 ms, exit code 0 |
|
64 | 2024-06-25T03:14:11.435Z | starting task 3: "clone repository" |
65 | 2024-06-25T03:14:11.441Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-06-25T03:14:11.444Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-06-25T03:14:11.595Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-06-25T03:14:18.078Z | + cd /work/oxidecomputer/omicron |
69 | 2024-06-25T03:14:18.078Z | + git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
70 | 2024-06-25T03:14:18.324Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-06-25T03:14:18.324Z | * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD |
72 | 2024-06-25T03:14:18.333Z | + [[ -n renovate/syn-2.x-lockfile ]] |
73 | 2024-06-25T03:14:18.336Z | ++ git branch --show-current |
74 | 2024-06-25T03:14:18.339Z | + current=main |
75 | 2024-06-25T03:14:18.339Z | + [[ main != renovate/syn-2.x-lockfile ]] |
76 | 2024-06-25T03:14:18.339Z | + git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
77 | 2024-06-25T03:14:18.342Z | + git checkout -f renovate/syn-2.x-lockfile |
78 | 2024-06-25T03:14:18.472Z | Switched to branch 'renovate/syn-2.x-lockfile' |
79 | 2024-06-25T03:14:18.475Z | + git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
80 | 2024-06-25T03:14:18.601Z | HEAD is now at 1629125b3 Update Rust crate syn to v2.0.68 |
81 | 2024-06-25T03:14:18.604Z | process exited: duration 7167 ms, exit code 0 |
|
82 | 2024-06-25T03:14:18.610Z | starting task 4: "build" |
83 | 2024-06-25T03:14:18.615Z | + cargo --version |
84 | 2024-06-25T03:14:18.675Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
85 | 2024-06-25T03:14:18.679Z | + rustc --version |
86 | 2024-06-25T03:14:18.727Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
87 | 2024-06-25T03:14:18.729Z | + WORK=/work |
88 | 2024-06-25T03:14:18.729Z | + pfexec mkdir -p /work |
89 | 2024-06-25T03:14:18.732Z | + pfexec chown build /work |
90 | 2024-06-25T03:14:18.735Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
91 | 2024-06-25T03:14:30.305Z | Startup: Refreshing catalog 'helios-dev' ... Done |
92 | 2024-06-25T03:14:32.179Z | Startup: Caching catalogs ... Done |
93 | 2024-06-25T03:14:34.700Z | Planning: Solver setup ... Done (2.062s) |
94 | 2024-06-25T03:14:34.729Z | Planning: Running solver ... Done (0.038s) |
95 | 2024-06-25T03:14:34.771Z | Planning: Finding local manifests ... Done (0.004s) |
96 | 2024-06-25T03:14:34.780Z | Planning: Fetching manifests: 0/4 0% complete |
97 | 2024-06-25T03:14:34.999Z | Planning: Fetching manifests: 4/4 100% complete |
98 | 2024-06-25T03:14:35.046Z | Planning: Package planning ... Done (0.047s) |
99 | 2024-06-25T03:14:35.096Z | Planning: Merging actions ... Done (0.050s) |
100 | 2024-06-25T03:14:35.824Z | Planning: Checking for conflicting actions ... Done (0.728s) |
101 | 2024-06-25T03:14:35.835Z | Planning: Consolidating action changes ... Done (0.011s) |
102 | 2024-06-25T03:14:39.405Z | Planning: Evaluating mediators ... Done (3.570s) |
103 | 2024-06-25T03:14:39.417Z | Planning: Planning completed in 7.17 seconds |
104 | 2024-06-25T03:14:39.709Z | Packages to install: 4 |
105 | 2024-06-25T03:14:39.709Z | Mediators to change: 2 |
106 | 2024-06-25T03:14:39.709Z | Services to change: 1 |
107 | 2024-06-25T03:14:39.709Z | Estimated space available: 155.77 GB |
108 | 2024-06-25T03:14:39.710Z | Estimated space to be consumed: 1.46 GB |
109 | 2024-06-25T03:14:39.712Z | Create boot environment: No |
110 | 2024-06-25T03:14:39.712Z | Create backup boot environment: No |
111 | 2024-06-25T03:14:39.712Z | Rebuild boot archive: No |
112 | 2024-06-25T03:14:39.713Z | |
113 | 2024-06-25T03:14:39.713Z | Changed mediators: |
114 | 2024-06-25T03:14:39.713Z | mediator clang: |
115 | 2024-06-25T03:14:39.713Z | version: None -> 15 (system default) |
116 | 2024-06-25T03:14:39.713Z | |
117 | 2024-06-25T03:14:39.713Z | mediator llvm: |
118 | 2024-06-25T03:14:39.713Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-06-25T03:14:39.713Z | |
120 | 2024-06-25T03:14:39.713Z | Changed packages: |
121 | 2024-06-25T03:14:39.713Z | helios-dev |
122 | 2024-06-25T03:14:39.713Z | developer/build-essential |
123 | 2024-06-25T03:14:39.713Z | None -> 11-2.0 |
124 | 2024-06-25T03:14:39.713Z | library/libxmlsec1 |
125 | 2024-06-25T03:14:39.713Z | None -> 1.2.35-2.0 |
126 | 2024-06-25T03:14:39.713Z | ooce/developer/clang-15 |
127 | 2024-06-25T03:14:39.713Z | None -> 15.0.7-2.0 |
128 | 2024-06-25T03:14:39.713Z | ooce/developer/llvm-15 |
129 | 2024-06-25T03:14:39.713Z | None -> 15.0.7-2.0 |
130 | 2024-06-25T03:14:39.713Z | |
131 | 2024-06-25T03:14:39.713Z | Services: |
132 | 2024-06-25T03:14:39.713Z | restart_fmri: |
133 | 2024-06-25T03:14:39.713Z | svc:/system/update-man-index:default |
134 | 2024-06-25T03:14:39.825Z | |
135 | 2024-06-25T03:14:39.825Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
136 | 2024-06-25T03:14:46.201Z | Download: 210/3290 items 1.3/212.6MB 0% complete (356k/s) |
137 | 2024-06-25T03:14:58.928Z | Download: 211/3290 items 1.3/212.6MB 0% complete |
138 | 2024-06-25T03:15:09.922Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
139 | 2024-06-25T03:15:14.927Z | Download: 534/3290 items 17.5/212.6MB 8% complete (3.3M/s) |
140 | 2024-06-25T03:15:19.931Z | Download: 763/3290 items 18.6/212.6MB 8% complete (1.8M/s) |
141 | 2024-06-25T03:15:25.035Z | Download: 883/3290 items 18.9/212.6MB 8% complete (1.3M/s) |
142 | 2024-06-25T03:15:30.037Z | Download: 1117/3290 items 29.6/212.6MB 13% complete (1015k/s) |
143 | 2024-06-25T03:15:35.606Z | Download: 1194/3290 items 76.8/212.6MB 36% complete (5.8M/s) |
144 | 2024-06-25T03:15:44.640Z | Download: 1198/3290 items 78.0/212.6MB 36% complete (5.7M/s) |
145 | 2024-06-25T03:15:49.638Z | Download: 1466/3290 items 117.2/212.6MB 55% complete (8.3M/s) |
146 | 2024-06-25T03:15:54.656Z | Download: 1796/3290 items 118.4/212.6MB 55% complete (4.1M/s) |
147 | 2024-06-25T03:15:59.651Z | Download: 2138/3290 items 118.9/212.6MB 55% complete (195k/s) |
148 | 2024-06-25T03:16:06.125Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (157k/s) |
149 | 2024-06-25T03:16:13.689Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
150 | 2024-06-25T03:16:25.661Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
151 | 2024-06-25T03:16:30.673Z | Download: 2479/3290 items 120.2/212.6MB 56% complete (212k/s) |
152 | 2024-06-25T03:16:35.745Z | Download: 2697/3290 items 120.7/212.6MB 56% complete (156k/s) |
153 | 2024-06-25T03:16:40.763Z | Download: 2949/3290 items 121.2/212.6MB 57% complete (103k/s) |
154 | 2024-06-25T03:16:45.780Z | Download: 3134/3290 items 173.7/212.6MB 81% complete (5.3M/s) |
155 | 2024-06-25T03:16:51.183Z | Download: 3245/3290 items 202.9/212.6MB 95% complete (8.1M/s) |
156 | 2024-06-25T03:16:57.259Z | Download: 3247/3290 items 202.9/212.6MB 95% complete (8.0M/s) |
157 | 2024-06-25T03:17:06.774Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (6.8M/s) |
158 | 2024-06-25T03:17:13.103Z | Download: 3287/3290 items 212.0/212.6MB 99% complete (4.5M/s) |
159 | 2024-06-25T03:17:19.512Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (3.0M/s) |
160 | 2024-06-25T03:17:19.542Z | Download: Completed 212.60 MB in 159.71 seconds (1.3M/s) |
161 | 2024-06-25T03:17:19.689Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-25T03:17:24.704Z | Actions: 3585/3689 actions (Installing new actions) |
163 | 2024-06-25T03:17:24.881Z | Actions: Completed 3689 actions in 5.19 seconds. |
164 | 2024-06-25T03:17:25.013Z | Done (0.127s) |
165 | 2024-06-25T03:17:25.013Z | Done (0.000s) |
166 | 2024-06-25T03:17:25.330Z | Done (0.317s) |
167 | 2024-06-25T03:17:30.586Z | Done (5.102s) |
168 | 2024-06-25T03:17:30.767Z | Done (0.110s) |
169 | 2024-06-25T03:17:30.773Z | Done (0.000s) |
170 | 2024-06-25T03:17:30.955Z | Done (0.000s) |
171 | 2024-06-25T03:17:31.499Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-25T03:17:31.658Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-25T03:17:31.661Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-25T03:17:31.920Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-25T03:17:31.929Z | Planning: Planning completed in 0.42 seconds |
176 | 2024-06-25T03:17:31.963Z | Mediators to change: 2 |
177 | 2024-06-25T03:17:31.963Z | Create boot environment: No |
178 | 2024-06-25T03:17:31.963Z | Create backup boot environment: No |
179 | 2024-06-25T03:17:32.073Z | Done |
180 | 2024-06-25T03:17:32.073Z | Done |
181 | 2024-06-25T03:17:32.272Z | Done |
182 | 2024-06-25T03:17:35.706Z | Done |
183 | 2024-06-25T03:17:35.786Z | Done |
184 | 2024-06-25T03:17:35.789Z | Done |
185 | 2024-06-25T03:17:35.920Z | Done |
186 | 2024-06-25T03:17:36.511Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-25T03:17:36.514Z | Planning: Merging actions ... Done |
188 | 2024-06-25T03:17:36.696Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-25T03:17:36.700Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-25T03:17:36.951Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-25T03:17:37.003Z | Planning: Planning completed in 0.73 seconds |
192 | 2024-06-25T03:17:37.038Z | Packages to change: 1 |
193 | 2024-06-25T03:17:37.038Z | Mediators to change: 1 |
194 | 2024-06-25T03:17:37.041Z | Services to change: 1 |
195 | 2024-06-25T03:17:37.041Z | Create boot environment: No |
196 | 2024-06-25T03:17:37.041Z | Create backup boot environment: Yes |
197 | 2024-06-25T03:17:38.872Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-25T03:17:38.917Z | Actions: Completed 6 actions in 0.04 seconds. |
199 | 2024-06-25T03:17:38.920Z | Done |
200 | 2024-06-25T03:17:38.920Z | Done |
201 | 2024-06-25T03:17:38.984Z | Done |
202 | 2024-06-25T03:17:42.424Z | Done |
203 | 2024-06-25T03:17:42.503Z | Done |
204 | 2024-06-25T03:17:42.506Z | Done |
205 | 2024-06-25T03:17:42.642Z | Done |
206 | 2024-06-25T03:17:43.071Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-25T03:17:43.071Z | clang system 15 system |
208 | 2024-06-25T03:17:43.071Z | csh system system illumos |
209 | 2024-06-25T03:17:43.071Z | ctags system system illumos |
210 | 2024-06-25T03:17:43.071Z | gcc vendor 12 vendor |
211 | 2024-06-25T03:17:43.071Z | gcc system 10 system |
212 | 2024-06-25T03:17:43.071Z | gcc system 7 system |
213 | 2024-06-25T03:17:43.071Z | go system 1.20 system |
214 | 2024-06-25T03:17:43.071Z | go system 1.19 system |
215 | 2024-06-25T03:17:43.072Z | llvm system 15 system |
216 | 2024-06-25T03:17:43.072Z | llvm system 14 system |
217 | 2024-06-25T03:17:43.072Z | mariadb system 10.6 system |
218 | 2024-06-25T03:17:43.072Z | mta vendor vendor dma |
219 | 2024-06-25T03:17:43.072Z | openjdk system 17 system |
220 | 2024-06-25T03:17:43.072Z | openjdk system 11 system |
221 | 2024-06-25T03:17:43.072Z | openjdk system 1.8 system |
222 | 2024-06-25T03:17:43.072Z | openssl vendor 3 vendor |
223 | 2024-06-25T03:17:43.072Z | perl system 5.36 system |
224 | 2024-06-25T03:17:43.072Z | postgresql system 15 system |
225 | 2024-06-25T03:17:43.072Z | postgresql system 13 system |
226 | 2024-06-25T03:17:43.072Z | python vendor 3 vendor |
227 | 2024-06-25T03:17:43.072Z | python system 2 system |
228 | 2024-06-25T03:17:43.072Z | python3 system 3.11 system |
229 | 2024-06-25T03:17:43.072Z | ruby system 3.0 system |
230 | 2024-06-25T03:17:43.072Z | words vendor vendor american-english |
231 | 2024-06-25T03:17:43.072Z | words system system australian-english |
232 | 2024-06-25T03:17:43.072Z | words system system british-english |
233 | 2024-06-25T03:17:43.072Z | words system system canadian-english |
234 | 2024-06-25T03:17:43.072Z | words system system french |
235 | 2024-06-25T03:17:43.072Z | words system system italian |
236 | 2024-06-25T03:17:43.072Z | words system system ngerman |
237 | 2024-06-25T03:17:43.072Z | words system system ogerman |
238 | 2024-06-25T03:17:43.072Z | words system system spanish |
239 | 2024-06-25T03:17:43.402Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-25T03:17:43.402Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-25T03:17:44.903Z | FMRI IFO |
242 | 2024-06-25T03:17:44.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-25T03:17:44.903Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-25T03:17:44.903Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-25T03:17:44.904Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-25T03:17:45.256Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
255 | 2024-06-25T03:17:45.256Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
256 | 2024-06-25T03:17:45.256Z | |
257 | 2024-06-25T03:17:45.256Z | Caused by: |
258 | 2024-06-25T03:17:45.256Z | failed to load manifest for dependency `nexus-test-utils` |
259 | 2024-06-25T03:17:45.256Z | |
260 | 2024-06-25T03:17:45.256Z | Caused by: |
261 | 2024-06-25T03:17:45.256Z | failed to load manifest for dependency `nexus-db-queries` |
262 | 2024-06-25T03:17:45.256Z | |
263 | 2024-06-25T03:17:45.256Z | Caused by: |
264 | 2024-06-25T03:17:45.256Z | failed to load manifest for dependency `oximeter` |
265 | 2024-06-25T03:17:45.256Z | |
266 | 2024-06-25T03:17:45.256Z | Caused by: |
267 | 2024-06-25T03:17:45.256Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
268 | 2024-06-25T03:17:45.256Z | |
269 | 2024-06-25T03:17:45.257Z | Caused by: |
270 | 2024-06-25T03:17:45.257Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
271 | 2024-06-25T03:17:45.257Z | |
272 | 2024-06-25T03:17:45.257Z | Caused by: |
273 | 2024-06-25T03:17:45.257Z | `dependency.float-ord` was not found in `workspace.dependencies` |
274 | 2024-06-25T03:17:45.260Z | Failed to run command -- will try 2 more times |
275 | 2024-06-25T03:17:45.328Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
276 | 2024-06-25T03:17:45.328Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
277 | 2024-06-25T03:17:45.328Z | |
278 | 2024-06-25T03:17:45.328Z | Caused by: |
279 | 2024-06-25T03:17:45.328Z | failed to load manifest for dependency `nexus-test-utils` |
280 | 2024-06-25T03:17:45.328Z | |
281 | 2024-06-25T03:17:45.328Z | Caused by: |
282 | 2024-06-25T03:17:45.328Z | failed to load manifest for dependency `nexus-db-queries` |
283 | 2024-06-25T03:17:45.328Z | |
284 | 2024-06-25T03:17:45.329Z | Caused by: |
285 | 2024-06-25T03:17:45.329Z | failed to load manifest for dependency `oximeter` |
286 | 2024-06-25T03:17:45.329Z | |
287 | 2024-06-25T03:17:45.329Z | Caused by: |
288 | 2024-06-25T03:17:45.329Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
289 | 2024-06-25T03:17:45.329Z | |
290 | 2024-06-25T03:17:45.329Z | Caused by: |
291 | 2024-06-25T03:17:45.329Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
292 | 2024-06-25T03:17:45.329Z | |
293 | 2024-06-25T03:17:45.329Z | Caused by: |
294 | 2024-06-25T03:17:45.329Z | `dependency.float-ord` was not found in `workspace.dependencies` |
295 | 2024-06-25T03:17:45.332Z | Failed to run command -- will try 1 more times |
296 | 2024-06-25T03:17:45.399Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
297 | 2024-06-25T03:17:45.399Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
298 | 2024-06-25T03:17:45.399Z | |
299 | 2024-06-25T03:17:45.399Z | Caused by: |
300 | 2024-06-25T03:17:45.399Z | failed to load manifest for dependency `nexus-test-utils` |
301 | 2024-06-25T03:17:45.399Z | |
302 | 2024-06-25T03:17:45.399Z | Caused by: |
303 | 2024-06-25T03:17:45.399Z | failed to load manifest for dependency `nexus-db-queries` |
304 | 2024-06-25T03:17:45.399Z | |
305 | 2024-06-25T03:17:45.399Z | Caused by: |
306 | 2024-06-25T03:17:45.399Z | failed to load manifest for dependency `oximeter` |
307 | 2024-06-25T03:17:45.399Z | |
308 | 2024-06-25T03:17:45.399Z | Caused by: |
309 | 2024-06-25T03:17:45.399Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
310 | 2024-06-25T03:17:45.399Z | |
311 | 2024-06-25T03:17:45.399Z | Caused by: |
312 | 2024-06-25T03:17:45.399Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
313 | 2024-06-25T03:17:45.399Z | |
314 | 2024-06-25T03:17:45.399Z | Caused by: |
315 | 2024-06-25T03:17:45.399Z | `dependency.float-ord` was not found in `workspace.dependencies` |
316 | 2024-06-25T03:17:45.403Z | |
317 | 2024-06-25T03:17:45.403Z | real 3:26.617190927 |
318 | 2024-06-25T03:17:45.403Z | user 31.105451137 |
319 | 2024-06-25T03:17:45.403Z | sys 3.796332950 |
320 | 2024-06-25T03:17:45.403Z | trap 0.006687857 |
321 | 2024-06-25T03:17:45.403Z | tflt 0.146880344 |
322 | 2024-06-25T03:17:45.403Z | dflt 0.225823137 |
323 | 2024-06-25T03:17:45.403Z | kflt 0.129756559 |
324 | 2024-06-25T03:17:45.403Z | lock 0.000028869 |
325 | 2024-06-25T03:17:45.403Z | slp 6:18.067188859 |
326 | 2024-06-25T03:17:45.403Z | lat 0.288487395 |
327 | 2024-06-25T03:17:45.403Z | stop 0.000411006 |
328 | 2024-06-25T03:17:45.403Z | process exited: duration 206786 ms, exit code 101 |
|
329 | 2024-06-25T03:17:45.412Z | found 0 output files |
330 | 2024-06-25T03:17:45.412Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |