|
|
|
1 | 2025-01-27T08:45:39.875Z | job assigned to worker 01JJKEY95BVXF6KK1PC8FATF3F [factory aws, i-05b5dc334498aaa7a] (queued for 1 m 8 s) |
|
2 | 2025-01-27T08:45:48.107Z | starting task 0: "setup" |
3 | 2025-01-27T08:45:48.119Z | ++ uname -s |
4 | 2025-01-27T08:45:48.122Z | + kern=SunOS |
5 | 2025-01-27T08:45:48.122Z | + case "$kern" in |
6 | 2025-01-27T08:45:48.122Z | + groupadd -g 12345 build |
7 | 2025-01-27T08:45:48.125Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-27T08:45:50.132Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-27T08:45:50.298Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-27T08:45:50.300Z | + home_fs=zfs |
11 | 2025-01-27T08:45:50.300Z | + [[ zfs == autofs ]] |
12 | 2025-01-27T08:45:50.300Z | + mkdir -p /home/build |
13 | 2025-01-27T08:45:50.303Z | + chown build:build /home/build /work |
14 | 2025-01-27T08:45:51.305Z | + chmod 0700 /home/build /work |
15 | 2025-01-27T08:45:51.308Z | process exited: duration 3200 ms, exit code 0 |
|
16 | 2025-01-27T08:45:51.313Z | starting task 1: "rust-toolchain" |
17 | 2025-01-27T08:45:51.319Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-27T08:45:51.319Z | ' 1.84.0 |
19 | 2025-01-27T08:45:51.319Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-27T08:45:51.319Z | ' default |
21 | 2025-01-27T08:45:51.319Z | * toolchain channel = "1.84.0" |
22 | 2025-01-27T08:45:51.319Z | * toolchain profile = "default" |
23 | 2025-01-27T08:45:51.322Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-27T08:45:51.322Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-27T08:45:51.486Z | info: downloading installer |
26 | 2025-01-27T08:45:53.023Z | info: profile set to 'default' |
27 | 2025-01-27T08:45:53.023Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-27T08:45:53.026Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-27T08:45:53.175Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-27T08:45:53.175Z | info: downloading component 'cargo' |
31 | 2025-01-27T08:45:54.034Z | info: downloading component 'clippy' |
32 | 2025-01-27T08:45:54.361Z | info: downloading component 'rust-docs' |
33 | 2025-01-27T08:45:55.538Z | info: downloading component 'rust-std' |
34 | 2025-01-27T08:45:57.279Z | info: downloading component 'rustc' |
35 | 2025-01-27T08:46:03.995Z | info: downloading component 'rustfmt' |
36 | 2025-01-27T08:46:04.245Z | info: installing component 'cargo' |
37 | 2025-01-27T08:46:05.069Z | info: installing component 'clippy' |
38 | 2025-01-27T08:46:05.454Z | info: installing component 'rust-docs' |
39 | 2025-01-27T08:46:07.132Z | info: installing component 'rust-std' |
40 | 2025-01-27T08:46:08.873Z | info: installing component 'rustc' |
41 | 2025-01-27T08:46:14.879Z | info: installing component 'rustfmt' |
42 | 2025-01-27T08:46:15.207Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-27T08:46:15.207Z | |
44 | 2025-01-27T08:46:15.596Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-27T08:46:15.596Z | |
46 | 2025-01-27T08:46:15.599Z | |
47 | 2025-01-27T08:46:15.599Z | Rust is installed now. Great! |
48 | 2025-01-27T08:46:15.599Z | |
49 | 2025-01-27T08:46:15.599Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-27T08:46:15.599Z | environment variable. This has not been done automatically. |
51 | 2025-01-27T08:46:15.599Z | |
52 | 2025-01-27T08:46:15.599Z | To configure your current shell, you need to source |
53 | 2025-01-27T08:46:15.599Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-27T08:46:15.599Z | |
55 | 2025-01-27T08:46:15.599Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-27T08:46:15.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-27T08:46:15.599Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-27T08:46:15.674Z | + rustc --version |
59 | 2025-01-27T08:46:15.742Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-27T08:46:15.745Z | process exited: duration 24428 ms, exit code 0 |
|
61 | 2025-01-27T08:46:15.751Z | starting task 2: "authentication" |
62 | 2025-01-27T08:46:15.772Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-27T08:46:15.778Z | starting task 3: "clone repository" |
64 | 2025-01-27T08:46:15.782Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-27T08:46:15.785Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-27T08:46:15.825Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-27T08:46:23.684Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-27T08:46:23.684Z | + git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e |
69 | 2025-01-27T08:46:24.065Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-27T08:46:24.068Z | * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD |
71 | 2025-01-27T08:46:24.074Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-27T08:46:24.077Z | ++ git branch --show-current |
73 | 2025-01-27T08:46:24.080Z | + current=main |
74 | 2025-01-27T08:46:24.080Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-27T08:46:24.080Z | + git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e |
76 | 2025-01-27T08:46:24.083Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-27T08:46:24.267Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-27T08:46:24.270Z | + git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e |
79 | 2025-01-27T08:46:24.448Z | HEAD is now at e96acf6ac Lock file maintenance |
80 | 2025-01-27T08:46:24.453Z | process exited: duration 8669 ms, exit code 0 |
|
81 | 2025-01-27T08:46:24.464Z | starting task 4: "build" |
82 | 2025-01-27T08:46:24.468Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-27T08:46:24.468Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-27T08:46:24.468Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-27T08:46:24.471Z | + cargo --version |
86 | 2025-01-27T08:46:24.530Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-27T08:46:24.534Z | + rustc --version |
88 | 2025-01-27T08:46:24.595Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-27T08:46:24.598Z | + cargo tree --locked |
90 | 2025-01-27T08:46:24.830Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2025-01-27T08:46:25.095Z | Updating crates.io index |
92 | 2025-01-27T08:46:25.187Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2025-01-27T08:46:25.549Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2025-01-27T08:46:26.092Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2025-01-27T08:46:26.369Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2025-01-27T08:46:26.634Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2025-01-27T08:46:26.898Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2025-01-27T08:46:27.764Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2025-01-27T08:46:29.312Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2025-01-27T08:46:29.936Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2025-01-27T08:46:31.045Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2025-01-27T08:46:31.348Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2025-01-27T08:46:31.672Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2025-01-27T08:46:32.332Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2025-01-27T08:46:32.627Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2025-01-27T08:46:32.933Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2025-01-27T08:46:33.234Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2025-01-27T08:46:33.506Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2025-01-27T08:46:33.786Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2025-01-27T08:46:34.126Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
111 | 2025-01-27T08:46:34.441Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
112 | 2025-01-27T08:46:34.722Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
113 | 2025-01-27T08:46:35.070Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
114 | 2025-01-27T08:46:35.476Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
115 | 2025-01-27T08:46:35.706Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
116 | 2025-01-27T08:46:36.179Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
117 | 2025-01-27T08:46:36.531Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
118 | 2025-01-27T08:46:36.994Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
119 | 2025-01-27T08:46:37.403Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
120 | 2025-01-27T08:46:37.688Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
121 | 2025-01-27T08:46:37.961Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
122 | 2025-01-27T08:46:38.252Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
123 | 2025-01-27T08:46:39.651Z | error: the lock file /work/oxidecomputer/omicron/Cargo.lock needs to be updated but --locked was passed to prevent this |
124 | 2025-01-27T08:46:39.651Z | If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead. |
125 | 2025-01-27T08:46:39.701Z | process exited: duration 15235 ms, exit code 101 |
|
126 | 2025-01-27T08:46:39.708Z | found 0 output files |
127 | 2025-01-27T08:46:39.708Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
128 | 2025-01-27T08:46:39.708Z | upload error: rule "/work/repo.zip" required a match, but was not used |
129 | 2025-01-27T08:46:39.708Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |