|
|
|
1 | 2024-06-25T03:13:38.716Z | job assigned to worker 01J16P351QYKR1JSEGCVYP7FQP (queued for 57 s) |
|
2 | 2024-06-25T03:13:46.374Z | starting task 0: "setup" |
3 | 2024-06-25T03:13:46.430Z | ++ uname -s |
4 | 2024-06-25T03:13:46.433Z | + kern=SunOS |
5 | 2024-06-25T03:13:46.433Z | + case "$kern" in |
6 | 2024-06-25T03:13:46.433Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:13:46.437Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:13:48.446Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:13:48.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:13:48.592Z | + home_fs=zfs |
11 | 2024-06-25T03:13:48.592Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:13:48.592Z | + mkdir -p /home/build |
13 | 2024-06-25T03:13:48.592Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:13:50.544Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:13:50.549Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-06-25T03:13:50.560Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:13:50.573Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:13:50.573Z | ' 1.78.0 |
19 | 2024-06-25T03:13:50.579Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-25T03:13:50.580Z | * toolchain channel = "1.78.0" |
21 | 2024-06-25T03:13:50.580Z | * toolchain profile = "default" |
22 | 2024-06-25T03:13:50.580Z | ' default |
23 | 2024-06-25T03:13:50.580Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:13:50.580Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:13:50.669Z | info: downloading installer |
26 | 2024-06-25T03:13:52.121Z | info: profile set to 'default' |
27 | 2024-06-25T03:13:52.121Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:13:52.124Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:13:52.270Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:13:52.271Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:13:53.080Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:13:53.351Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:13:54.430Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:13:56.151Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:14:00.538Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:14:00.776Z | info: installing component 'cargo' |
37 | 2024-06-25T03:14:01.625Z | info: installing component 'clippy' |
38 | 2024-06-25T03:14:01.985Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:14:03.506Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:14:05.297Z | info: installing component 'rustc' |
41 | 2024-06-25T03:14:09.629Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:14:09.962Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:14:09.962Z | |
44 | 2024-06-25T03:14:10.224Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:14:10.224Z | |
46 | 2024-06-25T03:14:10.224Z | |
47 | 2024-06-25T03:14:10.224Z | Rust is installed now. Great! |
48 | 2024-06-25T03:14:10.224Z | |
49 | 2024-06-25T03:14:10.224Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:14:10.227Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:14:10.227Z | |
52 | 2024-06-25T03:14:10.227Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:14:10.227Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:14:10.227Z | |
55 | 2024-06-25T03:14:10.227Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:14:10.227Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:14:10.227Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:14:10.291Z | + rustc --version |
59 | 2024-06-25T03:14:10.357Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:14:10.360Z | process exited: duration 19798 ms, exit code 0 |
|
61 | 2024-06-25T03:14:10.366Z | starting task 2: "authentication" |
62 | 2024-06-25T03:14:10.388Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-25T03:14:10.394Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:14:10.400Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:14:10.402Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:14:10.561Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:14:16.311Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:14:16.311Z | + git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
69 | 2024-06-25T03:14:16.599Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:14:16.599Z | * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD |
71 | 2024-06-25T03:14:16.609Z | + [[ -n renovate/syn-2.x-lockfile ]] |
72 | 2024-06-25T03:14:16.611Z | ++ git branch --show-current |
73 | 2024-06-25T03:14:16.614Z | + current=main |
74 | 2024-06-25T03:14:16.614Z | + [[ main != renovate/syn-2.x-lockfile ]] |
75 | 2024-06-25T03:14:16.614Z | + git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
76 | 2024-06-25T03:14:16.616Z | + git checkout -f renovate/syn-2.x-lockfile |
77 | 2024-06-25T03:14:16.750Z | Switched to branch 'renovate/syn-2.x-lockfile' |
78 | 2024-06-25T03:14:16.753Z | + git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
79 | 2024-06-25T03:14:16.888Z | HEAD is now at 1629125b3 Update Rust crate syn to v2.0.68 |
80 | 2024-06-25T03:14:16.891Z | process exited: duration 6494 ms, exit code 0 |
|
81 | 2024-06-25T03:14:16.897Z | starting task 4: "build" |
82 | 2024-06-25T03:14:16.903Z | + cargo --version |
83 | 2024-06-25T03:14:16.958Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T03:14:16.961Z | + rustc --version |
85 | 2024-06-25T03:14:17.022Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T03:14:17.026Z | + source ./env.sh |
87 | 2024-06-25T03:14:17.026Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-25T03:14:17.026Z | ++ set -o xtrace |
89 | 2024-06-25T03:14:17.029Z | ++++ dirname ./env.sh |
90 | 2024-06-25T03:14:17.029Z | +++ readlink -f . |
91 | 2024-06-25T03:14:17.073Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-25T03:14:17.076Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-06-25T03:14:17.076Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-06-25T03:14:17.076Z | ++ 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 |
95 | 2024-06-25T03:14:17.076Z | ++ 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 |
96 | 2024-06-25T03:14:17.076Z | ++ 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 |
97 | 2024-06-25T03:14:17.076Z | ++ 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 |
98 | 2024-06-25T03:14:17.076Z | ++ 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 |
99 | 2024-06-25T03:14:17.076Z | ++ 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 |
100 | 2024-06-25T03:14:17.076Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-25T03:14:17.076Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-25T03:14:17.076Z | + banner prerequisites |
103 | 2024-06-25T03:14:17.109Z | |
104 | 2024-06-25T03:14:17.109Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-25T03:14:17.109Z | # # # # # # # # # # # # # # # |
106 | 2024-06-25T03:14:17.109Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-25T03:14:17.109Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-25T03:14:17.109Z | # # # # # # # # # # # # # # # |
109 | 2024-06-25T03:14:17.110Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-25T03:14:17.110Z | |
111 | 2024-06-25T03:14:17.112Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-25T03:14:28.420Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-25T03:14:30.317Z | Startup: Caching catalogs ... Done |
114 | 2024-06-25T03:14:32.954Z | Planning: Solver setup ... Done (2.163s) |
115 | 2024-06-25T03:14:32.993Z | Planning: Running solver ... Done (0.039s) |
116 | 2024-06-25T03:14:33.035Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-06-25T03:14:33.049Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-25T03:14:33.287Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-25T03:14:33.335Z | Planning: Package planning ... Done (0.052s) |
120 | 2024-06-25T03:14:33.386Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-06-25T03:14:34.216Z | Planning: Checking for conflicting actions ... Done (0.828s) |
122 | 2024-06-25T03:14:34.226Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-25T03:14:37.880Z | Planning: Evaluating mediators ... Done (3.653s) |
124 | 2024-06-25T03:14:37.889Z | Planning: Planning completed in 7.50 seconds |
125 | 2024-06-25T03:14:38.282Z | Packages to install: 4 |
126 | 2024-06-25T03:14:38.282Z | Mediators to change: 2 |
127 | 2024-06-25T03:14:38.282Z | Services to change: 1 |
128 | 2024-06-25T03:14:38.282Z | Estimated space available: 155.77 GB |
129 | 2024-06-25T03:14:38.282Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-25T03:14:38.286Z | Create boot environment: No |
131 | 2024-06-25T03:14:38.286Z | Create backup boot environment: No |
132 | 2024-06-25T03:14:38.286Z | Rebuild boot archive: No |
133 | 2024-06-25T03:14:38.286Z | |
134 | 2024-06-25T03:14:38.286Z | Changed mediators: |
135 | 2024-06-25T03:14:38.286Z | mediator clang: |
136 | 2024-06-25T03:14:38.287Z | version: None -> 15 (system default) |
137 | 2024-06-25T03:14:38.287Z | |
138 | 2024-06-25T03:14:38.287Z | mediator llvm: |
139 | 2024-06-25T03:14:38.287Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-25T03:14:38.287Z | |
141 | 2024-06-25T03:14:38.287Z | Changed packages: |
142 | 2024-06-25T03:14:38.287Z | helios-dev |
143 | 2024-06-25T03:14:38.287Z | developer/build-essential |
144 | 2024-06-25T03:14:38.287Z | None -> 11-2.0 |
145 | 2024-06-25T03:14:38.287Z | library/libxmlsec1 |
146 | 2024-06-25T03:14:38.287Z | None -> 1.2.35-2.0 |
147 | 2024-06-25T03:14:38.287Z | ooce/developer/clang-15 |
148 | 2024-06-25T03:14:38.287Z | None -> 15.0.7-2.0 |
149 | 2024-06-25T03:14:38.287Z | ooce/developer/llvm-15 |
150 | 2024-06-25T03:14:38.287Z | None -> 15.0.7-2.0 |
151 | 2024-06-25T03:14:38.287Z | |
152 | 2024-06-25T03:14:38.287Z | Services: |
153 | 2024-06-25T03:14:38.287Z | restart_fmri: |
154 | 2024-06-25T03:14:38.287Z | svc:/system/update-man-index:default |
155 | 2024-06-25T03:14:38.394Z | |
156 | 2024-06-25T03:14:38.394Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-25T03:14:45.826Z | Download: 210/3290 items 1.3/212.6MB 0% complete (229k/s) |
158 | 2024-06-25T03:15:00.889Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
159 | 2024-06-25T03:15:05.893Z | Download: 444/3290 items 2.9/212.6MB 1% complete (339k/s) |
160 | 2024-06-25T03:15:10.942Z | Download: 671/3290 items 3.9/212.6MB 1% complete (281k/s) |
161 | 2024-06-25T03:15:15.982Z | Download: 838/3290 items 4.7/212.6MB 2% complete (191k/s) |
162 | 2024-06-25T03:15:20.995Z | Download: 1064/3290 items 5.7/212.6MB 2% complete (185k/s) |
163 | 2024-06-25T03:15:25.999Z | Download: 1181/3290 items 65.5/212.6MB 30% complete (6.1M/s) |
164 | 2024-06-25T03:15:31.191Z | Download: 1192/3290 items 69.1/212.6MB 32% complete (6.3M/s) |
165 | 2024-06-25T03:15:36.655Z | Download: 1196/3290 items 69.1/212.6MB 32% complete (6.0M/s) |
166 | 2024-06-25T03:15:41.713Z | Download: 1317/3290 items 113.1/212.6MB 53% complete (4.5M/s) |
167 | 2024-06-25T03:15:46.726Z | Download: 1626/3290 items 117.8/212.6MB 55% complete (5.3M/s) |
168 | 2024-06-25T03:15:51.733Z | Download: 1920/3290 items 118.6/212.6MB 55% complete (608k/s) |
169 | 2024-06-25T03:15:56.923Z | Download: 2215/3290 items 119.2/212.6MB 56% complete (143k/s) |
170 | 2024-06-25T03:16:05.792Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (132k/s) |
171 | 2024-06-25T03:16:10.814Z | Download: 2474/3290 items 120.0/212.6MB 56% complete (145k/s) |
172 | 2024-06-25T03:16:15.925Z | Download: 2644/3290 items 120.4/212.6MB 56% complete (128k/s) |
173 | 2024-06-25T03:16:20.958Z | Download: 2913/3290 items 121.2/212.6MB 56% complete (126k/s) |
174 | 2024-06-25T03:16:25.967Z | Download: 3122/3290 items 168.9/212.6MB 79% complete (4.8M/s) |
175 | 2024-06-25T03:16:31.166Z | Download: 3238/3290 items 201.8/212.6MB 94% complete (8.0M/s) |
176 | 2024-06-25T03:16:36.788Z | Download: 3243/3290 items 203.1/212.6MB 95% complete (8.0M/s) |
177 | 2024-06-25T03:16:47.275Z | Download: 3245/3290 items 203.1/212.6MB 95% complete |
178 | 2024-06-25T03:16:53.198Z | Download: 3282/3290 items 210.4/212.6MB 98% complete (1.6M/s) |
179 | 2024-06-25T03:17:02.820Z | Download: 3284/3290 items 211.8/212.6MB 99% complete (1.4M/s) |
180 | 2024-06-25T03:17:15.627Z | Download: 3285/3290 items 211.8/212.6MB 99% complete |
181 | 2024-06-25T03:17:20.427Z | Download: Completed 212.60 MB in 162.02 seconds (1.3M/s) |
182 | 2024-06-25T03:17:20.574Z | Actions: 1/3689 actions (Installing new actions) |
183 | 2024-06-25T03:17:25.743Z | Actions: 3681/3689 actions (Installing new actions) |
184 | 2024-06-25T03:17:25.787Z | Actions: Completed 3689 actions in 5.21 seconds. |
185 | 2024-06-25T03:17:25.922Z | Done (0.129s) |
186 | 2024-06-25T03:17:25.922Z | Done (0.000s) |
187 | 2024-06-25T03:17:26.235Z | Done (0.313s) |
188 | 2024-06-25T03:17:31.788Z | Done (5.390s) |
189 | 2024-06-25T03:17:31.982Z | Done (0.114s) |
190 | 2024-06-25T03:17:31.985Z | Done (0.000s) |
191 | 2024-06-25T03:17:32.155Z | Done (0.000s) |
192 | 2024-06-25T03:17:32.775Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-06-25T03:17:32.937Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-06-25T03:17:32.940Z | Planning: Consolidating action changes ... Done |
195 | 2024-06-25T03:17:33.215Z | Planning: Evaluating mediators ... Done |
196 | 2024-06-25T03:17:33.218Z | Planning: Planning completed in 0.44 seconds |
197 | 2024-06-25T03:17:33.251Z | Mediators to change: 2 |
198 | 2024-06-25T03:17:33.251Z | Create boot environment: No |
199 | 2024-06-25T03:17:33.251Z | Create backup boot environment: No |
200 | 2024-06-25T03:17:33.316Z | Done |
201 | 2024-06-25T03:17:33.316Z | Done |
202 | 2024-06-25T03:17:33.525Z | Done |
203 | 2024-06-25T03:17:37.311Z | Done |
204 | 2024-06-25T03:17:37.403Z | Done |
205 | 2024-06-25T03:17:37.406Z | Done |
206 | 2024-06-25T03:17:37.516Z | Done |
207 | 2024-06-25T03:17:38.158Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-06-25T03:17:38.162Z | Planning: Merging actions ... Done |
209 | 2024-06-25T03:17:38.351Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-06-25T03:17:38.354Z | Planning: Consolidating action changes ... Done |
211 | 2024-06-25T03:17:38.626Z | Planning: Evaluating mediators ... Done |
212 | 2024-06-25T03:17:38.685Z | Planning: Planning completed in 0.78 seconds |
213 | 2024-06-25T03:17:38.721Z | Packages to change: 1 |
214 | 2024-06-25T03:17:38.721Z | Mediators to change: 1 |
215 | 2024-06-25T03:17:38.721Z | Services to change: 1 |
216 | 2024-06-25T03:17:38.721Z | Create boot environment: No |
217 | 2024-06-25T03:17:38.721Z | Create backup boot environment: Yes |
218 | 2024-06-25T03:17:39.465Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-06-25T03:17:39.520Z | Actions: Completed 6 actions in 0.05 seconds. |
220 | 2024-06-25T03:17:39.520Z | Done |
221 | 2024-06-25T03:17:39.520Z | Done |
222 | 2024-06-25T03:17:39.590Z | Done |
223 | 2024-06-25T03:17:43.423Z | Done |
224 | 2024-06-25T03:17:43.515Z | Done |
225 | 2024-06-25T03:17:43.515Z | Done |
226 | 2024-06-25T03:17:43.635Z | Done |
227 | 2024-06-25T03:17:44.122Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-06-25T03:17:44.122Z | clang system 15 system |
229 | 2024-06-25T03:17:44.122Z | csh system system illumos |
230 | 2024-06-25T03:17:44.122Z | ctags system system illumos |
231 | 2024-06-25T03:17:44.122Z | gcc vendor 12 vendor |
232 | 2024-06-25T03:17:44.122Z | gcc system 10 system |
233 | 2024-06-25T03:17:44.122Z | gcc system 7 system |
234 | 2024-06-25T03:17:44.122Z | go system 1.20 system |
235 | 2024-06-25T03:17:44.122Z | go system 1.19 system |
236 | 2024-06-25T03:17:44.122Z | llvm system 15 system |
237 | 2024-06-25T03:17:44.122Z | llvm system 14 system |
238 | 2024-06-25T03:17:44.122Z | mariadb system 10.6 system |
239 | 2024-06-25T03:17:44.122Z | mta vendor vendor dma |
240 | 2024-06-25T03:17:44.122Z | openjdk system 17 system |
241 | 2024-06-25T03:17:44.122Z | openjdk system 11 system |
242 | 2024-06-25T03:17:44.122Z | openjdk system 1.8 system |
243 | 2024-06-25T03:17:44.122Z | openssl vendor 3 vendor |
244 | 2024-06-25T03:17:44.122Z | perl system 5.36 system |
245 | 2024-06-25T03:17:44.122Z | postgresql system 15 system |
246 | 2024-06-25T03:17:44.122Z | postgresql system 13 system |
247 | 2024-06-25T03:17:44.122Z | python vendor 3 vendor |
248 | 2024-06-25T03:17:44.122Z | python system 2 system |
249 | 2024-06-25T03:17:44.122Z | python3 system 3.11 system |
250 | 2024-06-25T03:17:44.122Z | ruby system 3.0 system |
251 | 2024-06-25T03:17:44.122Z | words vendor vendor american-english |
252 | 2024-06-25T03:17:44.122Z | words system system australian-english |
253 | 2024-06-25T03:17:44.122Z | words system system british-english |
254 | 2024-06-25T03:17:44.122Z | words system system canadian-english |
255 | 2024-06-25T03:17:44.122Z | words system system french |
256 | 2024-06-25T03:17:44.122Z | words system system italian |
257 | 2024-06-25T03:17:44.122Z | words system system ngerman |
258 | 2024-06-25T03:17:44.123Z | words system system ogerman |
259 | 2024-06-25T03:17:44.123Z | words system system spanish |
260 | 2024-06-25T03:17:44.517Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-06-25T03:17:44.517Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-06-25T03:17:46.121Z | FMRI IFO |
263 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
270 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-06-25T03:17:46.122Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-06-25T03:17:46.536Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
276 | 2024-06-25T03:17:46.536Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
277 | 2024-06-25T03:17:46.536Z | |
278 | 2024-06-25T03:17:46.536Z | Caused by: |
279 | 2024-06-25T03:17:46.536Z | failed to load manifest for dependency `nexus-test-utils` |
280 | 2024-06-25T03:17:46.536Z | |
281 | 2024-06-25T03:17:46.536Z | Caused by: |
282 | 2024-06-25T03:17:46.536Z | failed to load manifest for dependency `nexus-db-queries` |
283 | 2024-06-25T03:17:46.536Z | |
284 | 2024-06-25T03:17:46.536Z | Caused by: |
285 | 2024-06-25T03:17:46.536Z | failed to load manifest for dependency `oximeter` |
286 | 2024-06-25T03:17:46.536Z | |
287 | 2024-06-25T03:17:46.536Z | Caused by: |
288 | 2024-06-25T03:17:46.536Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
289 | 2024-06-25T03:17:46.536Z | |
290 | 2024-06-25T03:17:46.536Z | Caused by: |
291 | 2024-06-25T03:17:46.536Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
292 | 2024-06-25T03:17:46.537Z | |
293 | 2024-06-25T03:17:46.537Z | Caused by: |
294 | 2024-06-25T03:17:46.537Z | `dependency.float-ord` was not found in `workspace.dependencies` |
295 | 2024-06-25T03:17:46.539Z | Failed to run command -- will try 2 more times |
296 | 2024-06-25T03:17:46.615Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
297 | 2024-06-25T03:17:46.615Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
298 | 2024-06-25T03:17:46.615Z | |
299 | 2024-06-25T03:17:46.615Z | Caused by: |
300 | 2024-06-25T03:17:46.615Z | failed to load manifest for dependency `nexus-test-utils` |
301 | 2024-06-25T03:17:46.616Z | |
302 | 2024-06-25T03:17:46.616Z | Caused by: |
303 | 2024-06-25T03:17:46.616Z | failed to load manifest for dependency `nexus-db-queries` |
304 | 2024-06-25T03:17:46.616Z | |
305 | 2024-06-25T03:17:46.616Z | Caused by: |
306 | 2024-06-25T03:17:46.616Z | failed to load manifest for dependency `oximeter` |
307 | 2024-06-25T03:17:46.616Z | |
308 | 2024-06-25T03:17:46.616Z | Caused by: |
309 | 2024-06-25T03:17:46.616Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
310 | 2024-06-25T03:17:46.616Z | |
311 | 2024-06-25T03:17:46.616Z | Caused by: |
312 | 2024-06-25T03:17:46.616Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
313 | 2024-06-25T03:17:46.616Z | |
314 | 2024-06-25T03:17:46.616Z | Caused by: |
315 | 2024-06-25T03:17:46.616Z | `dependency.float-ord` was not found in `workspace.dependencies` |
316 | 2024-06-25T03:17:46.619Z | Failed to run command -- will try 1 more times |
317 | 2024-06-25T03:17:46.695Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
318 | 2024-06-25T03:17:46.695Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
319 | 2024-06-25T03:17:46.696Z | |
320 | 2024-06-25T03:17:46.696Z | Caused by: |
321 | 2024-06-25T03:17:46.696Z | failed to load manifest for dependency `nexus-test-utils` |
322 | 2024-06-25T03:17:46.696Z | |
323 | 2024-06-25T03:17:46.696Z | Caused by: |
324 | 2024-06-25T03:17:46.696Z | failed to load manifest for dependency `nexus-db-queries` |
325 | 2024-06-25T03:17:46.696Z | |
326 | 2024-06-25T03:17:46.696Z | Caused by: |
327 | 2024-06-25T03:17:46.696Z | failed to load manifest for dependency `oximeter` |
328 | 2024-06-25T03:17:46.696Z | |
329 | 2024-06-25T03:17:46.696Z | Caused by: |
330 | 2024-06-25T03:17:46.696Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
331 | 2024-06-25T03:17:46.696Z | |
332 | 2024-06-25T03:17:46.696Z | Caused by: |
333 | 2024-06-25T03:17:46.696Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
334 | 2024-06-25T03:17:46.696Z | |
335 | 2024-06-25T03:17:46.696Z | Caused by: |
336 | 2024-06-25T03:17:46.696Z | `dependency.float-ord` was not found in `workspace.dependencies` |
337 | 2024-06-25T03:17:46.699Z | |
338 | 2024-06-25T03:17:46.699Z | real 3:29.485323802 |
339 | 2024-06-25T03:17:46.699Z | user 33.492125443 |
340 | 2024-06-25T03:17:46.699Z | sys 4.345904616 |
341 | 2024-06-25T03:17:46.699Z | trap 0.008861021 |
342 | 2024-06-25T03:17:46.699Z | tflt 0.150949461 |
343 | 2024-06-25T03:17:46.699Z | dflt 0.161351151 |
344 | 2024-06-25T03:17:46.699Z | kflt 0.094422494 |
345 | 2024-06-25T03:17:46.699Z | lock 0.000020317 |
346 | 2024-06-25T03:17:46.699Z | slp 6:20.799732338 |
347 | 2024-06-25T03:17:46.699Z | lat 0.321942842 |
348 | 2024-06-25T03:17:46.699Z | stop 0.000728338 |
349 | 2024-06-25T03:17:46.702Z | process exited: duration 209781 ms, exit code 101 |
|
350 | 2024-06-25T03:17:46.708Z | found 0 output files |