|
|
|
1 | 2024-11-25T19:28:57.977Z | job assigned to worker 01JDJCQXPJMS6TM95V8BG59B4R [factory gimlet-EVT22200007-propolis, EVT22200007/19522] (queued for 29 s) |
|
2 | 2024-11-25T19:29:06.556Z | starting task 0: "setup" |
3 | 2024-11-25T19:29:06.580Z | ++ uname -s |
4 | 2024-11-25T19:29:06.580Z | + kern=SunOS |
5 | 2024-11-25T19:29:06.580Z | + case "$kern" in |
6 | 2024-11-25T19:29:06.580Z | + groupadd -g 12345 build |
7 | 2024-11-25T19:29:06.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-25T19:29:08.579Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-25T19:29:08.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-25T19:29:08.636Z | + home_fs=zfs |
11 | 2024-11-25T19:29:08.636Z | + [[ zfs == autofs ]] |
12 | 2024-11-25T19:29:08.636Z | + mkdir -p /home/build |
13 | 2024-11-25T19:29:08.636Z | + chown build:build /home/build /work |
14 | 2024-11-25T19:29:10.621Z | + chmod 0700 /home/build /work |
15 | 2024-11-25T19:29:10.645Z | process exited: duration 4070 ms, exit code 0 |
|
16 | 2024-11-25T19:29:10.693Z | starting task 1: "rust-toolchain" |
17 | 2024-11-25T19:29:10.717Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-25T19:29:10.717Z | ' stable |
19 | 2024-11-25T19:29:10.717Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-25T19:29:10.717Z | ' default |
21 | 2024-11-25T19:29:10.717Z | * toolchain channel = "stable" |
22 | 2024-11-25T19:29:10.717Z | * toolchain profile = "default" |
23 | 2024-11-25T19:29:10.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-25T19:29:10.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-25T19:29:10.851Z | info: downloading installer |
26 | 2024-11-25T19:29:11.318Z | info: profile set to 'default' |
27 | 2024-11-25T19:29:11.318Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-25T19:29:11.318Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-25T19:29:11.417Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-25T19:29:11.417Z | info: downloading component 'cargo' |
31 | 2024-11-25T19:29:11.550Z | info: downloading component 'clippy' |
32 | 2024-11-25T19:29:11.599Z | info: downloading component 'rust-docs' |
33 | 2024-11-25T19:29:11.772Z | info: downloading component 'rust-std' |
34 | 2024-11-25T19:29:12.064Z | info: downloading component 'rustc' |
35 | 2024-11-25T19:29:13.864Z | info: downloading component 'rustfmt' |
36 | 2024-11-25T19:29:13.904Z | info: installing component 'cargo' |
37 | 2024-11-25T19:29:14.948Z | info: installing component 'clippy' |
38 | 2024-11-25T19:29:15.380Z | info: installing component 'rust-docs' |
39 | 2024-11-25T19:29:18.223Z | info: installing component 'rust-std' |
40 | 2024-11-25T19:29:20.270Z | info: installing component 'rustc' |
41 | 2024-11-25T19:29:27.258Z | info: installing component 'rustfmt' |
42 | 2024-11-25T19:29:27.624Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-25T19:29:27.624Z | |
44 | 2024-11-25T19:29:27.777Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-25T19:29:27.777Z | |
46 | 2024-11-25T19:29:27.777Z | |
47 | 2024-11-25T19:29:27.777Z | Rust is installed now. Great! |
48 | 2024-11-25T19:29:27.777Z | |
49 | 2024-11-25T19:29:27.777Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-25T19:29:27.777Z | environment variable. This has not been done automatically. |
51 | 2024-11-25T19:29:27.777Z | |
52 | 2024-11-25T19:29:27.777Z | To configure your current shell, you need to source |
53 | 2024-11-25T19:29:27.777Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-25T19:29:27.777Z | |
55 | 2024-11-25T19:29:27.777Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-25T19:29:27.777Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-25T19:29:27.777Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-25T19:29:27.876Z | + rustc --version |
59 | 2024-11-25T19:29:27.996Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-25T19:29:28.020Z | process exited: duration 17306 ms, exit code 0 |
|
61 | 2024-11-25T19:29:28.069Z | starting task 2: "authentication" |
62 | 2024-11-25T19:29:28.127Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-11-25T19:29:28.176Z | starting task 3: "clone repository" |
64 | 2024-11-25T19:29:28.200Z | + mkdir -p /work/oxidecomputer/dropshot |
65 | 2024-11-25T19:29:28.200Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
66 | 2024-11-25T19:29:28.225Z | Cloning into '/work/oxidecomputer/dropshot'... |
67 | 2024-11-25T19:29:29.374Z | + cd /work/oxidecomputer/dropshot |
68 | 2024-11-25T19:29:29.374Z | + git fetch origin 2dd1d5da0678a3e6f42543da63ed55aa11118d20 |
69 | 2024-11-25T19:29:29.693Z | From https://github.com/oxidecomputer/dropshot |
70 | 2024-11-25T19:29:29.693Z | * branch 2dd1d5da0678a3e6f42543da63ed55aa11118d20 -> FETCH_HEAD |
71 | 2024-11-25T19:29:29.718Z | + [[ -n renovate/crate-rustls-vulnerability ]] |
72 | 2024-11-25T19:29:29.718Z | ++ git branch --show-current |
73 | 2024-11-25T19:29:29.718Z | + current=main |
74 | 2024-11-25T19:29:29.718Z | + [[ main != renovate/crate-rustls-vulnerability ]] |
75 | 2024-11-25T19:29:29.718Z | + git branch -f renovate/crate-rustls-vulnerability 2dd1d5da0678a3e6f42543da63ed55aa11118d20 |
76 | 2024-11-25T19:29:29.743Z | + git checkout -f renovate/crate-rustls-vulnerability |
77 | 2024-11-25T19:29:29.767Z | Switched to branch 'renovate/crate-rustls-vulnerability' |
78 | 2024-11-25T19:29:29.767Z | + git reset --hard 2dd1d5da0678a3e6f42543da63ed55aa11118d20 |
79 | 2024-11-25T19:29:29.792Z | HEAD is now at 2dd1d5d Update Rust crate rustls to 0.23.0 [SECURITY] |
80 | 2024-11-25T19:29:29.792Z | process exited: duration 1596 ms, exit code 0 |
|
81 | 2024-11-25T19:29:29.841Z | starting task 4: "build" |
82 | 2024-11-25T19:29:29.866Z | + cargo --version |
83 | 2024-11-25T19:29:29.866Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-25T19:29:29.972Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-25T19:29:29.972Z | info: downloading component 'cargo' |
86 | 2024-11-25T19:29:30.140Z | info: downloading component 'clippy' |
87 | 2024-11-25T19:29:30.196Z | info: downloading component 'rust-docs' |
88 | 2024-11-25T19:29:30.447Z | info: downloading component 'rust-std' |
89 | 2024-11-25T19:29:30.750Z | info: downloading component 'rustc' |
90 | 2024-11-25T19:29:31.790Z | info: downloading component 'rustfmt' |
91 | 2024-11-25T19:29:31.836Z | info: installing component 'cargo' |
92 | 2024-11-25T19:29:32.900Z | info: installing component 'clippy' |
93 | 2024-11-25T19:29:33.330Z | info: installing component 'rust-docs' |
94 | 2024-11-25T19:29:35.958Z | info: installing component 'rust-std' |
95 | 2024-11-25T19:29:37.998Z | info: installing component 'rustc' |
96 | 2024-11-25T19:29:45.084Z | info: installing component 'rustfmt' |
97 | 2024-11-25T19:29:45.562Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-25T19:29:45.586Z | + rustc --version |
99 | 2024-11-25T19:29:45.716Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-25T19:29:45.741Z | + banner build |
101 | 2024-11-25T19:29:45.741Z | |
102 | 2024-11-25T19:29:45.741Z | ##### # # # # ##### |
103 | 2024-11-25T19:29:45.741Z | # # # # # # # # |
104 | 2024-11-25T19:29:45.741Z | ##### # # # # # # |
105 | 2024-11-25T19:29:45.741Z | # # # # # # # # |
106 | 2024-11-25T19:29:45.741Z | # # # # # # # # |
107 | 2024-11-25T19:29:45.741Z | ##### #### # ###### ##### |
108 | 2024-11-25T19:29:45.741Z | |
109 | 2024-11-25T19:29:45.741Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-11-25T19:29:45.964Z | Updating crates.io index |
111 | 2024-11-25T19:29:47.100Z | error: the lock file /work/oxidecomputer/dropshot/Cargo.lock needs to be updated but --locked was passed to prevent this |
112 | 2024-11-25T19:29:47.100Z | If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead. |
113 | 2024-11-25T19:29:47.126Z | |
114 | 2024-11-25T19:29:47.126Z | real 1.369050702 |
115 | 2024-11-25T19:29:47.126Z | user 0.646607911 |
116 | 2024-11-25T19:29:47.126Z | sys 0.414422065 |
117 | 2024-11-25T19:29:47.126Z | trap 0.000068563 |
118 | 2024-11-25T19:29:47.126Z | tflt 0.000000000 |
119 | 2024-11-25T19:29:47.126Z | dflt 0.000000000 |
120 | 2024-11-25T19:29:47.126Z | kflt 0.000000000 |
121 | 2024-11-25T19:29:47.126Z | lock 0.000015469 |
122 | 2024-11-25T19:29:47.126Z | slp 0.486429412 |
123 | 2024-11-25T19:29:47.126Z | lat 0.003756665 |
124 | 2024-11-25T19:29:47.126Z | stop 0.000239818 |
125 | 2024-11-25T19:29:47.151Z | process exited: duration 17285 ms, exit code 101 |
|
126 | 2024-11-25T19:29:47.200Z | found 0 output files |