|
|
|
1 | 2024-11-01T16:59:12.980Z | job assigned to worker 01JBMAM366KQZBEG8FRXS3256V (queued for 46 m 11 s) |
|
2 | 2024-11-01T16:59:20.007Z | starting task 0: "setup" |
3 | 2024-11-01T16:59:20.016Z | ++ uname -s |
4 | 2024-11-01T16:59:20.019Z | + kern=SunOS |
5 | 2024-11-01T16:59:20.019Z | + case "$kern" in |
6 | 2024-11-01T16:59:20.019Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T16:59:20.019Z | + groupadd -g 12345 build |
8 | 2024-11-01T16:59:20.023Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T16:59:22.033Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T16:59:22.156Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T16:59:22.163Z | + home_fs=zfs |
12 | 2024-11-01T16:59:22.163Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T16:59:22.164Z | + mkdir -p /home/build |
14 | 2024-11-01T16:59:22.164Z | + chown build:build /home/build /work |
15 | 2024-11-01T16:59:24.162Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T16:59:24.165Z | process exited: duration 4158 ms, exit code 0 |
|
17 | 2024-11-01T16:59:24.170Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T16:59:24.175Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T16:59:24.175Z | ' 1.70.0 |
20 | 2024-11-01T16:59:24.176Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T16:59:24.176Z | ' default |
22 | 2024-11-01T16:59:24.176Z | * toolchain channel = "1.70.0" |
23 | 2024-11-01T16:59:24.176Z | * toolchain profile = "default" |
24 | 2024-11-01T16:59:24.178Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T16:59:24.178Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
26 | 2024-11-01T16:59:24.297Z | info: downloading installer |
27 | 2024-11-01T16:59:25.598Z | info: profile set to 'default' |
28 | 2024-11-01T16:59:25.598Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T16:59:25.601Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
30 | 2024-11-01T16:59:25.746Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
31 | 2024-11-01T16:59:25.746Z | info: downloading component 'cargo' |
32 | 2024-11-01T16:59:26.441Z | info: downloading component 'clippy' |
33 | 2024-11-01T16:59:26.703Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T16:59:27.671Z | info: downloading component 'rust-std' |
35 | 2024-11-01T16:59:29.555Z | info: downloading component 'rustc' |
36 | 2024-11-01T16:59:33.752Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T16:59:33.981Z | info: installing component 'cargo' |
38 | 2024-11-01T16:59:34.707Z | info: installing component 'clippy' |
39 | 2024-11-01T16:59:35.051Z | info: installing component 'rust-docs' |
40 | 2024-11-01T16:59:36.463Z | info: installing component 'rust-std' |
41 | 2024-11-01T16:59:38.445Z | info: installing component 'rustc' |
42 | 2024-11-01T16:59:42.447Z | info: installing component 'rustfmt' |
43 | 2024-11-01T16:59:42.775Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
44 | 2024-11-01T16:59:42.775Z | |
45 | 2024-11-01T16:59:43.058Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
46 | 2024-11-01T16:59:43.058Z | |
47 | 2024-11-01T16:59:43.060Z | |
48 | 2024-11-01T16:59:43.060Z | Rust is installed now. Great! |
49 | 2024-11-01T16:59:43.060Z | |
50 | 2024-11-01T16:59:43.060Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T16:59:43.061Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T16:59:43.061Z | |
53 | 2024-11-01T16:59:43.061Z | To configure your current shell, you need to source |
54 | 2024-11-01T16:59:43.061Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T16:59:43.061Z | |
56 | 2024-11-01T16:59:43.061Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T16:59:43.061Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T16:59:43.061Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T16:59:43.118Z | + rustc --version |
60 | 2024-11-01T16:59:43.182Z | rustc 1.70.0 (90c541806 2023-05-31) |
61 | 2024-11-01T16:59:43.185Z | process exited: duration 19013 ms, exit code 0 |
|
62 | 2024-11-01T16:59:43.189Z | starting task 2: "authentication" |
63 | 2024-11-01T16:59:43.211Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T16:59:43.215Z | starting task 3: "clone repository" |
65 | 2024-11-01T16:59:43.220Z | + mkdir -p /work/oxidecomputer/crucible |
66 | 2024-11-01T16:59:43.223Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
67 | 2024-11-01T16:59:43.262Z | Cloning into '/work/oxidecomputer/crucible'... |
68 | 2024-11-01T16:59:45.414Z | + cd /work/oxidecomputer/crucible |
69 | 2024-11-01T16:59:45.416Z | + git fetch origin a7a6584abc671ea10a3a03996b100ad47876c619 |
70 | 2024-11-01T16:59:45.651Z | From https://github.com/oxidecomputer/crucible |
71 | 2024-11-01T16:59:45.651Z | * branch a7a6584abc671ea10a3a03996b100ad47876c619 -> FETCH_HEAD |
72 | 2024-11-01T16:59:45.660Z | + [[ -n renovate/vergen-9.x ]] |
73 | 2024-11-01T16:59:45.662Z | ++ git branch --show-current |
74 | 2024-11-01T16:59:45.664Z | + current=main |
75 | 2024-11-01T16:59:45.664Z | + [[ main != renovate/vergen-9.x ]] |
76 | 2024-11-01T16:59:45.664Z | + git branch -f renovate/vergen-9.x a7a6584abc671ea10a3a03996b100ad47876c619 |
77 | 2024-11-01T16:59:45.668Z | + git checkout -f renovate/vergen-9.x |
78 | 2024-11-01T16:59:45.695Z | Switched to branch 'renovate/vergen-9.x' |
79 | 2024-11-01T16:59:45.697Z | + git reset --hard a7a6584abc671ea10a3a03996b100ad47876c619 |
80 | 2024-11-01T16:59:45.722Z | HEAD is now at a7a6584 Update Rust crate vergen to v9 |
81 | 2024-11-01T16:59:45.724Z | process exited: duration 2507 ms, exit code 0 |
|
82 | 2024-11-01T16:59:45.729Z | starting task 4: "build" |
83 | 2024-11-01T16:59:45.734Z | + cargo --version |
84 | 2024-11-01T16:59:45.739Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
85 | 2024-11-01T16:59:45.926Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
86 | 2024-11-01T16:59:45.926Z | info: downloading component 'cargo' |
87 | 2024-11-01T16:59:46.865Z | info: downloading component 'clippy' |
88 | 2024-11-01T16:59:47.224Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T16:59:48.554Z | info: downloading component 'rust-std' |
90 | 2024-11-01T16:59:50.688Z | info: downloading component 'rustc' |
91 | 2024-11-01T16:59:58.408Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T16:59:59.692Z | info: installing component 'cargo' |
93 | 2024-11-01T16:59:59.694Z | info: installing component 'clippy' |
94 | 2024-11-01T16:59:59.951Z | info: installing component 'rust-docs' |
95 | 2024-11-01T17:00:01.823Z | info: installing component 'rust-std' |
96 | 2024-11-01T17:00:03.730Z | info: installing component 'rustc' |
97 | 2024-11-01T17:00:10.012Z | info: installing component 'rustfmt' |
98 | 2024-11-01T17:00:10.455Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
99 | 2024-11-01T17:00:10.457Z | + rustc --version |
100 | 2024-11-01T17:00:10.531Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
101 | 2024-11-01T17:00:10.536Z | + banner cores |
102 | 2024-11-01T17:00:10.539Z | |
103 | 2024-11-01T17:00:10.539Z | #### #### ##### ###### #### |
104 | 2024-11-01T17:00:10.539Z | # # # # # # # # |
105 | 2024-11-01T17:00:10.539Z | # # # # # ##### #### |
106 | 2024-11-01T17:00:10.539Z | # # # ##### # # |
107 | 2024-11-01T17:00:10.539Z | # # # # # # # # # |
108 | 2024-11-01T17:00:10.539Z | #### #### # # ###### #### |
109 | 2024-11-01T17:00:10.539Z | |
110 | 2024-11-01T17:00:10.542Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
111 | 2024-11-01T17:00:10.551Z | + banner rbuild |
112 | 2024-11-01T17:00:10.553Z | |
113 | 2024-11-01T17:00:10.553Z | ##### ##### # # # # ##### |
114 | 2024-11-01T17:00:10.553Z | # # # # # # # # # # |
115 | 2024-11-01T17:00:10.553Z | # # ##### # # # # # # |
116 | 2024-11-01T17:00:10.553Z | ##### # # # # # # # # |
117 | 2024-11-01T17:00:10.553Z | # # # # # # # # # # |
118 | 2024-11-01T17:00:10.553Z | # # ##### #### # ###### ##### |
119 | 2024-11-01T17:00:10.553Z | |
120 | 2024-11-01T17:00:10.553Z | + ptime -m cargo build --verbose --release --all-features |
121 | 2024-11-01T17:00:10.716Z | Updating crates.io index |
122 | 2024-11-01T17:00:10.780Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
123 | 2024-11-01T17:00:17.266Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
124 | 2024-11-01T17:00:17.556Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
125 | 2024-11-01T17:00:18.437Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
126 | 2024-11-01T17:00:18.743Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
127 | 2024-11-01T17:00:19.026Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
128 | 2024-11-01T17:00:19.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
129 | 2024-11-01T17:00:20.172Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
130 | 2024-11-01T17:00:22.370Z | Updating git repository `https://github.com/oxidecomputer/opte` |
131 | 2024-11-01T17:00:23.350Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
132 | 2024-11-01T17:00:24.009Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2024-11-01T17:00:24.334Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2024-11-01T17:00:24.685Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
135 | 2024-11-01T17:00:24.943Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
136 | 2024-11-01T17:00:25.212Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
137 | 2024-11-01T17:00:25.803Z | error: failed to select a version for `vergen`. |
138 | 2024-11-01T17:00:25.803Z | ... required by package `crucible-common v0.0.1 (/work/oxidecomputer/crucible/common)` |
139 | 2024-11-01T17:00:25.803Z | ... which satisfies path dependency `crucible-common` (locked to 0.0.1) of package `crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent)` |
140 | 2024-11-01T17:00:25.803Z | versions that meet the requirements `^9.0.1` are: 9.0.1 |
141 | 2024-11-01T17:00:25.803Z | |
142 | 2024-11-01T17:00:25.803Z | the package `crucible-common` depends on `vergen`, with features: `git` but `vergen` does not have these features. |
143 | 2024-11-01T17:00:25.803Z | |
144 | 2024-11-01T17:00:25.803Z | |
145 | 2024-11-01T17:00:25.803Z | failed to select a version for `vergen` which could resolve this conflict |
146 | 2024-11-01T17:00:25.839Z | |
147 | 2024-11-01T17:00:25.842Z | real 15.246730671 |
148 | 2024-11-01T17:00:25.842Z | user 7.101959047 |
149 | 2024-11-01T17:00:25.842Z | sys 0.659082440 |
150 | 2024-11-01T17:00:25.842Z | trap 0.001731458 |
151 | 2024-11-01T17:00:25.842Z | tflt 0.000000000 |
152 | 2024-11-01T17:00:25.842Z | dflt 0.000000000 |
153 | 2024-11-01T17:00:25.842Z | kflt 0.000000000 |
154 | 2024-11-01T17:00:25.842Z | lock 0.000005009 |
155 | 2024-11-01T17:00:25.842Z | slp 7.554302690 |
156 | 2024-11-01T17:00:25.842Z | lat 0.037305279 |
157 | 2024-11-01T17:00:25.842Z | stop 0.000170216 |
158 | 2024-11-01T17:00:25.842Z | process exited: duration 40108 ms, exit code 101 |
|
159 | 2024-11-01T17:00:25.848Z | found 0 output files |