|
|
|
1 | 2025-01-13T08:49:38.681Z | job assigned to worker 01JHFDM20S4XHYSHZAX2MW008W [factory aws, i-0e3cdf46b281c9034] (queued for 2 m 26 s) |
|
2 | 2025-01-13T08:49:46.887Z | starting task 0: "setup" |
3 | 2025-01-13T08:49:46.899Z | ++ uname -s |
4 | 2025-01-13T08:49:46.901Z | + kern=SunOS |
5 | 2025-01-13T08:49:46.901Z | + case "$kern" in |
6 | 2025-01-13T08:49:46.901Z | + groupadd -g 12345 build |
7 | 2025-01-13T08:49:46.904Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T08:49:48.911Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T08:49:49.002Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T08:49:49.004Z | + home_fs=zfs |
11 | 2025-01-13T08:49:49.004Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T08:49:49.004Z | + mkdir -p /home/build |
13 | 2025-01-13T08:49:49.007Z | + chown build:build /home/build /work |
14 | 2025-01-13T08:49:51.013Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T08:49:51.018Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2025-01-13T08:49:51.037Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T08:49:51.041Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T08:49:51.042Z | ' 1.81.0 |
19 | 2025-01-13T08:49:51.042Z | * toolchain channel = "1.81.0" |
20 | 2025-01-13T08:49:51.042Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-13T08:49:51.042Z | ' default |
22 | 2025-01-13T08:49:51.042Z | * toolchain profile = "default" |
23 | 2025-01-13T08:49:51.043Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T08:49:51.048Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T08:49:51.162Z | info: downloading installer |
26 | 2025-01-13T08:49:52.535Z | info: profile set to 'default' |
27 | 2025-01-13T08:49:52.539Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T08:49:52.564Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T08:49:52.647Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T08:49:52.647Z | info: downloading component 'cargo' |
31 | 2025-01-13T08:49:53.333Z | info: downloading component 'clippy' |
32 | 2025-01-13T08:49:53.590Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T08:49:54.547Z | info: downloading component 'rust-std' |
34 | 2025-01-13T08:49:56.040Z | info: downloading component 'rustc' |
35 | 2025-01-13T08:50:01.404Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T08:50:01.608Z | info: installing component 'cargo' |
37 | 2025-01-13T08:50:02.404Z | info: installing component 'clippy' |
38 | 2025-01-13T08:50:02.765Z | info: installing component 'rust-docs' |
39 | 2025-01-13T08:50:04.390Z | info: installing component 'rust-std' |
40 | 2025-01-13T08:50:06.085Z | info: installing component 'rustc' |
41 | 2025-01-13T08:50:11.806Z | info: installing component 'rustfmt' |
42 | 2025-01-13T08:50:12.133Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T08:50:12.133Z | |
44 | 2025-01-13T08:50:12.501Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T08:50:12.501Z | |
46 | 2025-01-13T08:50:12.503Z | |
47 | 2025-01-13T08:50:12.503Z | Rust is installed now. Great! |
48 | 2025-01-13T08:50:12.503Z | |
49 | 2025-01-13T08:50:12.503Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T08:50:12.503Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T08:50:12.503Z | |
52 | 2025-01-13T08:50:12.503Z | To configure your current shell, you need to source |
53 | 2025-01-13T08:50:12.503Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T08:50:12.503Z | |
55 | 2025-01-13T08:50:12.503Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T08:50:12.503Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T08:50:12.503Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T08:50:12.582Z | + rustc --version |
59 | 2025-01-13T08:50:12.650Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T08:50:12.653Z | process exited: duration 21614 ms, exit code 0 |
|
61 | 2025-01-13T08:50:12.659Z | starting task 2: "authentication" |
62 | 2025-01-13T08:50:12.681Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-13T08:50:12.687Z | starting task 3: "clone repository" |
64 | 2025-01-13T08:50:12.692Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T08:50:12.694Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T08:50:12.733Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T08:50:19.709Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T08:50:19.711Z | + git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d |
69 | 2025-01-13T08:50:20.059Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T08:50:20.059Z | * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD |
71 | 2025-01-13T08:50:20.070Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-13T08:50:20.073Z | ++ git branch --show-current |
73 | 2025-01-13T08:50:20.075Z | + current=main |
74 | 2025-01-13T08:50:20.075Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-13T08:50:20.075Z | + git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d |
76 | 2025-01-13T08:50:20.078Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-13T08:50:20.257Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-13T08:50:20.259Z | + git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d |
79 | 2025-01-13T08:50:20.274Z | HEAD is now at 27409a1ab Lock file maintenance |
80 | 2025-01-13T08:50:20.277Z | process exited: duration 7586 ms, exit code 0 |
|
81 | 2025-01-13T08:50:20.281Z | starting task 4: "build" |
82 | 2025-01-13T08:50:20.287Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-13T08:50:20.287Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-13T08:50:20.287Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-13T08:50:20.287Z | + cargo --version |
86 | 2025-01-13T08:50:20.344Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-13T08:50:20.346Z | + rustc --version |
88 | 2025-01-13T08:50:20.408Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-13T08:50:20.411Z | + cargo tree --locked |
90 | 2025-01-13T08:50:20.669Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2025-01-13T08:50:20.958Z | Updating crates.io index |
92 | 2025-01-13T08:50:21.023Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2025-01-13T08:50:21.320Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2025-01-13T08:50:21.798Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2025-01-13T08:50:22.041Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2025-01-13T08:50:22.299Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2025-01-13T08:50:22.588Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2025-01-13T08:50:23.613Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2025-01-13T08:50:25.119Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2025-01-13T08:50:25.818Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2025-01-13T08:50:26.918Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2025-01-13T08:50:27.165Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2025-01-13T08:50:27.483Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2025-01-13T08:50:28.105Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2025-01-13T08:50:28.440Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2025-01-13T08:50:28.861Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2025-01-13T08:50:29.157Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2025-01-13T08:50:29.556Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2025-01-13T08:50:29.827Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2025-01-13T08:50:30.194Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2025-01-13T08:50:30.525Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2025-01-13T08:50:30.954Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2025-01-13T08:50:31.191Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2025-01-13T08:50:31.738Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2025-01-13T08:50:32.002Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2025-01-13T08:50:32.477Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2025-01-13T08:50:33.740Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
118 | 2025-01-13T08:50:34.047Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
119 | 2025-01-13T08:50:34.333Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
120 | 2025-01-13T08:50:34.615Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
121 | 2025-01-13T08:50:36.259Z | error: the lock file /work/oxidecomputer/omicron/Cargo.lock needs to be updated but --locked was passed to prevent this |
122 | 2025-01-13T08:50:36.259Z | If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead. |
123 | 2025-01-13T08:50:36.310Z | process exited: duration 16024 ms, exit code 101 |
|
124 | 2025-01-13T08:50:36.316Z | found 0 output files |
125 | 2025-01-13T08:50:36.316Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
126 | 2025-01-13T08:50:36.316Z | upload error: rule "/work/repo.zip" required a match, but was not used |
127 | 2025-01-13T08:50:36.316Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |