|
|
|
1 | 2024-07-19T22:58:15.148Z | job assigned to worker 01J36KE9FAAPS67H7WVFF86231 (queued for 33 s) |
|
2 | 2024-07-19T22:58:15.681Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:15.705Z | ++ uname -s |
4 | 2024-07-19T22:58:15.705Z | + kern=SunOS |
5 | 2024-07-19T22:58:15.705Z | + case "$kern" in |
6 | 2024-07-19T22:58:15.705Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:15.705Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:17.714Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:17.758Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:17.782Z | + home_fs=zfs |
11 | 2024-07-19T22:58:17.782Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:17.782Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:17.782Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:19.768Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:19.792Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-07-19T22:58:19.843Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:19.867Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:19.867Z | * toolchain channel = "nightly-2024-06-27" |
19 | 2024-07-19T22:58:19.867Z | * toolchain profile = "default" |
20 | 2024-07-19T22:58:19.867Z | ' nightly-2024-06-27 |
21 | 2024-07-19T22:58:19.867Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T22:58:19.867Z | ' default |
23 | 2024-07-19T22:58:19.867Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:19.867Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:20.004Z | info: downloading installer |
26 | 2024-07-19T22:58:20.434Z | info: profile set to 'default' |
27 | 2024-07-19T22:58:20.435Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:58:20.458Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:58:20.543Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:58:20.543Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:58:20.673Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:58:20.723Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:58:20.895Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:58:21.178Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:58:21.857Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:58:21.905Z | info: installing component 'cargo' |
37 | 2024-07-19T22:58:23.005Z | info: installing component 'clippy' |
38 | 2024-07-19T22:58:23.458Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:58:26.172Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:58:28.285Z | info: installing component 'rustc' |
41 | 2024-07-19T22:58:33.599Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:58:33.990Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:58:33.990Z | |
44 | 2024-07-19T22:58:34.117Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:58:34.117Z | |
46 | 2024-07-19T22:58:34.141Z | |
47 | 2024-07-19T22:58:34.141Z | Rust is installed now. Great! |
48 | 2024-07-19T22:58:34.141Z | |
49 | 2024-07-19T22:58:34.141Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:58:34.141Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:58:34.141Z | |
52 | 2024-07-19T22:58:34.142Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:58:34.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:58:34.142Z | |
55 | 2024-07-19T22:58:34.142Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:58:34.142Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:58:34.142Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:58:34.196Z | + rustc --version |
59 | 2024-07-19T22:58:34.314Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:58:34.337Z | process exited: duration 14478 ms, exit code 0 |
|
61 | 2024-07-19T22:58:34.385Z | starting task 2: "authentication" |
62 | 2024-07-19T22:58:34.444Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-07-19T22:58:34.495Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:58:34.518Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:58:34.518Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:58:34.542Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:58:40.723Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:58:40.723Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:58:41.018Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:58:41.018Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:58:41.042Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:58:41.042Z | ++ git branch --show-current |
73 | 2024-07-19T22:58:41.042Z | + current=master |
74 | 2024-07-19T22:58:41.042Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:58:41.042Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:58:41.042Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:58:41.066Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:58:41.090Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:58:41.114Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:58:41.114Z | process exited: duration 6605 ms, exit code 0 |
|
81 | 2024-07-19T22:58:41.162Z | starting task 4: "build" |
82 | 2024-07-19T22:58:41.186Z | + header 'check style' |
83 | 2024-07-19T22:58:41.186Z | # ==== check style ==== # |
84 | 2024-07-19T22:58:41.186Z | + echo '# ==== check style ==== #' |
85 | 2024-07-19T22:58:41.186Z | + ptime -m cargo xtask fmt --check |
86 | 2024-07-19T22:58:41.186Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
87 | 2024-07-19T22:58:41.286Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
88 | 2024-07-19T22:58:41.286Z | info: downloading component 'cargo' |
89 | 2024-07-19T22:58:41.588Z | info: downloading component 'clippy' |
90 | 2024-07-19T22:58:41.682Z | info: downloading component 'rust-docs' |
91 | 2024-07-19T22:58:42.019Z | info: downloading component 'rust-std' |
92 | 2024-07-19T22:58:42.658Z | info: downloading component 'rustc' |
93 | 2024-07-19T22:58:44.106Z | info: downloading component 'rustfmt' |
94 | 2024-07-19T22:58:44.154Z | info: installing component 'cargo' |
95 | 2024-07-19T22:58:45.207Z | info: installing component 'clippy' |
96 | 2024-07-19T22:58:45.611Z | info: installing component 'rust-docs' |
97 | 2024-07-19T22:58:48.158Z | info: installing component 'rust-std' |
98 | 2024-07-19T22:58:50.003Z | info: installing component 'rustc' |
99 | 2024-07-19T22:58:54.995Z | info: installing component 'rustfmt' |
100 | 2024-07-19T22:58:55.571Z | Updating crates.io index |
101 | 2024-07-19T22:58:55.595Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
102 | 2024-07-19T22:58:56.694Z | From https://github.com/oxidecomputer/falcon |
103 | 2024-07-19T22:58:56.694Z | * [new branch] main -> origin/main |
104 | 2024-07-19T22:58:56.694Z | * [new ref] -> origin/HEAD |
105 | 2024-07-19T22:58:56.897Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
106 | 2024-07-19T22:58:57.627Z | From https://github.com/oxidecomputer/illumos-rs |
107 | 2024-07-19T22:58:57.627Z | * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte |
108 | 2024-07-19T22:58:57.651Z | * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules |
109 | 2024-07-19T22:58:57.651Z | * [new branch] main -> origin/main |
110 | 2024-07-19T22:58:57.651Z | * [new branch] ry/rusty-modules -> origin/ry/rusty-modules |
111 | 2024-07-19T22:58:57.651Z | * [new ref] -> origin/HEAD |
112 | 2024-07-19T22:58:57.651Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-07-19T22:58:58.063Z | From https://github.com/oxidecomputer/poptrie |
114 | 2024-07-19T22:58:58.063Z | * [new branch] main -> origin/main |
115 | 2024-07-19T22:58:58.087Z | * [new branch] multipath -> origin/multipath |
116 | 2024-07-19T22:58:58.087Z | * [new ref] -> origin/HEAD |
117 | 2024-07-19T22:58:58.111Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
118 | 2024-07-19T22:58:58.815Z | From https://github.com/oxidecomputer/netadm-sys |
119 | 2024-07-19T22:58:58.815Z | * [new branch] c_char-non-x86 -> origin/c_char-non-x86 |
120 | 2024-07-19T22:58:58.815Z | * [new branch] compile-macos -> origin/compile-macos |
121 | 2024-07-19T22:58:58.839Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
122 | 2024-07-19T22:58:58.839Z | * [new branch] gh-pages -> origin/gh-pages |
123 | 2024-07-19T22:58:58.839Z | * [new branch] main -> origin/main |
124 | 2024-07-19T22:58:58.839Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
125 | 2024-07-19T22:58:58.839Z | * [new branch] siocgnds -> origin/siocgnds |
126 | 2024-07-19T22:58:58.839Z | * [new ref] -> origin/HEAD |
127 | 2024-07-19T22:58:58.863Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-07-19T22:58:59.290Z | From https://github.com/oxidecomputer/zone |
129 | 2024-07-19T22:58:59.290Z | * [new branch] main -> origin/main |
130 | 2024-07-19T22:58:59.290Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
131 | 2024-07-19T22:58:59.314Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
132 | 2024-07-19T22:58:59.314Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
133 | 2024-07-19T22:58:59.314Z | * [new ref] -> origin/HEAD |
134 | 2024-07-19T22:58:59.337Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
135 | 2024-07-19T22:58:59.857Z | From https://github.com/oxidecomputer/dlpi-sys |
136 | 2024-07-19T22:58:59.857Z | * [new branch] gh-pages -> origin/gh-pages |
137 | 2024-07-19T22:58:59.857Z | * [new branch] main -> origin/main |
138 | 2024-07-19T22:58:59.880Z | * [new ref] -> origin/HEAD |
139 | 2024-07-19T22:58:59.904Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
140 | 2024-07-19T22:59:00.391Z | From https://github.com/jmesmon/rust-libzfs |
141 | 2024-07-19T22:59:00.391Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
142 | 2024-07-19T22:59:00.415Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
143 | 2024-07-19T22:59:00.415Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
144 | 2024-07-19T22:59:00.415Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
145 | 2024-07-19T22:59:00.415Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
146 | 2024-07-19T22:59:00.415Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
147 | 2024-07-19T22:59:00.415Z | * [new branch] dev -> origin/dev |
148 | 2024-07-19T22:59:00.415Z | * [new branch] drr -> origin/drr |
149 | 2024-07-19T22:59:00.415Z | * [new branch] f-types -> origin/f-types |
150 | 2024-07-19T22:59:00.415Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
151 | 2024-07-19T22:59:00.415Z | * [new branch] master -> origin/master |
152 | 2024-07-19T22:59:00.415Z | * [new branch] staging -> origin/staging |
153 | 2024-07-19T22:59:00.415Z | * [new ref] -> origin/HEAD |
154 | 2024-07-19T22:59:00.415Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
155 | 2024-07-19T22:59:00.415Z | * [new tag] v0.4.0 -> v0.4.0 |
156 | 2024-07-19T22:59:00.415Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
157 | 2024-07-19T22:59:00.415Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
158 | 2024-07-19T22:59:00.439Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-07-19T22:59:00.913Z | From https://github.com/oxidecomputer/oxnet |
160 | 2024-07-19T22:59:00.913Z | * [new branch] ci -> origin/ci |
161 | 2024-07-19T22:59:00.937Z | * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204 |
162 | 2024-07-19T22:59:00.937Z | * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120 |
163 | 2024-07-19T22:59:00.937Z | * [new branch] main -> origin/main |
164 | 2024-07-19T22:59:00.937Z | * [new ref] -> origin/HEAD |
165 | 2024-07-19T22:59:00.937Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2024-07-19T22:59:01.486Z | From https://github.com/oxidecomputer/rusty-doors |
167 | 2024-07-19T22:59:01.486Z | * [new branch] gh-pages -> origin/gh-pages |
168 | 2024-07-19T22:59:01.486Z | * [new branch] main -> origin/main |
169 | 2024-07-19T22:59:01.510Z | * [new branch] no-bindgen -> origin/no-bindgen |
170 | 2024-07-19T22:59:01.510Z | * [new ref] -> origin/HEAD |
171 | 2024-07-19T22:59:02.046Z | Downloading crates ... |
172 | 2024-07-19T22:59:02.094Z | Downloaded anstream v0.6.14 |
173 | 2024-07-19T22:59:02.118Z | Downloaded errno v0.3.9 |
174 | 2024-07-19T22:59:02.118Z | Downloaded cargo-platform v0.1.8 |
175 | 2024-07-19T22:59:02.118Z | Downloaded anstyle v1.0.7 |
176 | 2024-07-19T22:59:02.118Z | Downloaded clap_derive v4.5.8 |
177 | 2024-07-19T22:59:02.118Z | Downloaded equivalent v1.0.1 |
178 | 2024-07-19T22:59:02.118Z | Downloaded is_terminal_polyfill v1.70.0 |
179 | 2024-07-19T22:59:02.118Z | Downloaded utf8parse v0.2.2 |
180 | 2024-07-19T22:59:02.118Z | Downloaded thiserror-impl v1.0.62 |
181 | 2024-07-19T22:59:02.118Z | Downloaded thiserror v1.0.62 |
182 | 2024-07-19T22:59:02.143Z | Downloaded unicode-ident v1.0.12 |
183 | 2024-07-19T22:59:02.143Z | Downloaded winnow v0.6.13 |
184 | 2024-07-19T22:59:02.167Z | Downloaded serde_json v1.0.120 |
185 | 2024-07-19T22:59:02.167Z | Downloaded syn v2.0.71 |
186 | 2024-07-19T22:59:02.167Z | Downloaded rustix v0.38.34 |
187 | 2024-07-19T22:59:02.191Z | Downloaded semver v1.0.23 |
188 | 2024-07-19T22:59:02.214Z | Downloaded libc v0.2.155 |
189 | 2024-07-19T22:59:02.238Z | Downloaded ryu v1.0.18 |
190 | 2024-07-19T22:59:02.238Z | Downloaded indexmap v2.2.6 |
191 | 2024-07-19T22:59:02.238Z | Downloaded hashbrown v0.14.5 |
192 | 2024-07-19T22:59:02.238Z | Downloaded clap_builder v4.5.9 |
193 | 2024-07-19T22:59:02.262Z | Downloaded toml_edit v0.22.15 |
194 | 2024-07-19T22:59:02.285Z | Downloaded toml v0.8.14 |
195 | 2024-07-19T22:59:02.286Z | Downloaded terminal_size v0.3.0 |
196 | 2024-07-19T22:59:02.286Z | Downloaded serde_derive v1.0.204 |
197 | 2024-07-19T22:59:02.286Z | Downloaded serde v1.0.204 |
198 | 2024-07-19T22:59:02.286Z | Downloaded quote v1.0.36 |
199 | 2024-07-19T22:59:02.286Z | Downloaded proc-macro2 v1.0.86 |
200 | 2024-07-19T22:59:02.310Z | Downloaded memchr v2.7.4 |
201 | 2024-07-19T22:59:02.310Z | Downloaded serde_spanned v0.6.6 |
202 | 2024-07-19T22:59:02.310Z | Downloaded itoa v1.0.11 |
203 | 2024-07-19T22:59:02.310Z | Downloaded heck v0.5.0 |
204 | 2024-07-19T22:59:02.310Z | Downloaded cargo_metadata v0.18.1 |
205 | 2024-07-19T22:59:02.310Z | Downloaded camino v1.1.7 |
206 | 2024-07-19T22:59:02.310Z | Downloaded strsim v0.11.1 |
207 | 2024-07-19T22:59:02.310Z | Downloaded toml_datetime v0.6.6 |
208 | 2024-07-19T22:59:02.310Z | Downloaded clap_lex v0.7.1 |
209 | 2024-07-19T22:59:02.310Z | Downloaded colorchoice v1.0.1 |
210 | 2024-07-19T22:59:02.310Z | Downloaded bitflags v2.6.0 |
211 | 2024-07-19T22:59:02.334Z | Downloaded anyhow v1.0.86 |
212 | 2024-07-19T22:59:02.334Z | Downloaded anstyle-query v1.1.0 |
213 | 2024-07-19T22:59:02.334Z | Downloaded anstyle-parse v0.2.4 |
214 | 2024-07-19T22:59:02.334Z | Downloaded clap v4.5.9 |
215 | 2024-07-19T22:59:02.398Z | Compiling proc-macro2 v1.0.86 |
216 | 2024-07-19T22:59:02.423Z | Compiling unicode-ident v1.0.12 |
217 | 2024-07-19T22:59:02.424Z | Compiling serde v1.0.204 |
218 | 2024-07-19T22:59:02.424Z | Compiling libc v0.2.155 |
219 | 2024-07-19T22:59:02.424Z | Compiling rustix v0.38.34 |
220 | 2024-07-19T22:59:02.424Z | Compiling utf8parse v0.2.2 |
221 | 2024-07-19T22:59:02.424Z | Compiling bitflags v2.6.0 |
222 | 2024-07-19T22:59:02.424Z | Compiling hashbrown v0.14.5 |
223 | 2024-07-19T22:59:02.644Z | Compiling anstyle-parse v0.2.4 |
224 | 2024-07-19T22:59:02.668Z | Compiling serde_json v1.0.120 |
225 | 2024-07-19T22:59:02.917Z | Compiling camino v1.1.7 |
226 | 2024-07-19T22:59:03.000Z | Compiling anstyle v1.0.7 |
227 | 2024-07-19T22:59:03.050Z | Compiling anstyle-query v1.1.0 |
228 | 2024-07-19T22:59:03.091Z | Compiling is_terminal_polyfill v1.70.0 |
229 | 2024-07-19T22:59:03.181Z | Compiling colorchoice v1.0.1 |
230 | 2024-07-19T22:59:03.204Z | Compiling semver v1.0.23 |
231 | 2024-07-19T22:59:03.228Z | Compiling equivalent v1.0.1 |
232 | 2024-07-19T22:59:03.317Z | Compiling thiserror v1.0.62 |
233 | 2024-07-19T22:59:03.341Z | Compiling anstream v0.6.14 |
234 | 2024-07-19T22:59:03.426Z | Compiling winnow v0.6.13 |
235 | 2024-07-19T22:59:03.496Z | Compiling strsim v0.11.1 |
236 | 2024-07-19T22:59:03.680Z | Compiling indexmap v2.2.6 |
237 | 2024-07-19T22:59:03.704Z | Compiling ryu v1.0.18 |
238 | 2024-07-19T22:59:03.915Z | Compiling quote v1.0.36 |
239 | 2024-07-19T22:59:04.015Z | Compiling heck v0.5.0 |
240 | 2024-07-19T22:59:04.040Z | Compiling clap_lex v0.7.1 |
241 | 2024-07-19T22:59:04.398Z | Compiling syn v2.0.71 |
242 | 2024-07-19T22:59:04.431Z | Compiling errno v0.3.9 |
243 | 2024-07-19T22:59:04.489Z | Compiling anyhow v1.0.86 |
244 | 2024-07-19T22:59:04.513Z | Compiling itoa v1.0.11 |
245 | 2024-07-19T22:59:05.399Z | Compiling terminal_size v0.3.0 |
246 | 2024-07-19T22:59:05.511Z | Compiling clap_builder v4.5.9 |
247 | 2024-07-19T22:59:09.688Z | Compiling serde_derive v1.0.204 |
248 | 2024-07-19T22:59:09.688Z | Compiling thiserror-impl v1.0.62 |
249 | 2024-07-19T22:59:09.688Z | Compiling clap_derive v4.5.8 |
250 | 2024-07-19T22:59:12.411Z | Compiling clap v4.5.9 |
251 | 2024-07-19T22:59:18.515Z | Compiling toml_datetime v0.6.6 |
252 | 2024-07-19T22:59:18.515Z | Compiling serde_spanned v0.6.6 |
253 | 2024-07-19T22:59:18.539Z | Compiling cargo-platform v0.1.8 |
254 | 2024-07-19T22:59:18.756Z | Compiling toml_edit v0.22.15 |
255 | 2024-07-19T22:59:19.860Z | Compiling cargo_metadata v0.18.1 |
256 | 2024-07-19T22:59:21.241Z | Compiling toml v0.8.14 |
257 | 2024-07-19T22:59:23.695Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
258 | 2024-07-19T22:59:25.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s |
259 | 2024-07-19T22:59:26.059Z | Running `target/debug/xtask fmt --check` |
260 | 2024-07-19T22:59:29.843Z | |
261 | 2024-07-19T22:59:29.843Z | real 48.667043241 |
262 | 2024-07-19T22:59:29.843Z | user 1:20.834449376 |
263 | 2024-07-19T22:59:29.843Z | sys 27.431266856 |
264 | 2024-07-19T22:59:29.843Z | trap 0.050395922 |
265 | 2024-07-19T22:59:29.843Z | tflt 0.186238282 |
266 | 2024-07-19T22:59:29.843Z | dflt 1.050774725 |
267 | 2024-07-19T22:59:29.843Z | kflt 0.000631156 |
268 | 2024-07-19T22:59:29.843Z | lock 4:54.810978417 |
269 | 2024-07-19T22:59:29.843Z | slp 3:57.073241673 |
270 | 2024-07-19T22:59:29.843Z | lat 7.007843422 |
271 | 2024-07-19T22:59:29.843Z | stop 4.698162283 |
272 | 2024-07-19T22:59:29.867Z | process exited: duration 48683 ms, exit code 0 |
|
273 | 2024-07-19T22:59:29.917Z | found 0 output files |