|
|
|
1 | 2024-09-28T03:45:32.944Z | job assigned to worker 01J8VBNQFN7X4X9DFB0J0Z0R2Z (queued for 1 m 8 s) |
|
2 | 2024-09-28T03:45:41.445Z | starting task 0: "setup" |
3 | 2024-09-28T03:45:41.452Z | ++ uname -s |
4 | 2024-09-28T03:45:41.455Z | + kern=SunOS |
5 | 2024-09-28T03:45:41.455Z | + case "$kern" in |
6 | 2024-09-28T03:45:41.455Z | + groupadd -g 12345 build |
7 | 2024-09-28T03:45:41.458Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-28T03:45:43.468Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-28T03:45:43.615Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-28T03:45:43.617Z | + home_fs=zfs |
11 | 2024-09-28T03:45:43.617Z | + [[ zfs == autofs ]] |
12 | 2024-09-28T03:45:43.617Z | + mkdir -p /home/build |
13 | 2024-09-28T03:45:43.620Z | + chown build:build /home/build /work |
14 | 2024-09-28T03:45:45.622Z | + chmod 0700 /home/build /work |
15 | 2024-09-28T03:45:45.625Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2024-09-28T03:45:45.630Z | starting task 1: "rust-toolchain" |
17 | 2024-09-28T03:45:45.635Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-28T03:45:45.635Z | ' stable |
19 | 2024-09-28T03:45:45.635Z | * toolchain channel = "stable" |
20 | 2024-09-28T03:45:45.635Z | * toolchain profile = "default" |
21 | 2024-09-28T03:45:45.638Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-28T03:45:45.638Z | ' default |
23 | 2024-09-28T03:45:45.638Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-28T03:45:45.638Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-09-28T03:45:45.756Z | info: downloading installer |
26 | 2024-09-28T03:45:47.318Z | info: profile set to 'default' |
27 | 2024-09-28T03:45:47.318Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-28T03:45:47.320Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-09-28T03:45:47.482Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-09-28T03:45:47.482Z | info: downloading component 'cargo' |
31 | 2024-09-28T03:45:48.314Z | info: downloading component 'clippy' |
32 | 2024-09-28T03:45:48.617Z | info: downloading component 'rust-docs' |
33 | 2024-09-28T03:45:49.779Z | info: downloading component 'rust-std' |
34 | 2024-09-28T03:45:51.608Z | info: downloading component 'rustc' |
35 | 2024-09-28T03:45:58.054Z | info: downloading component 'rustfmt' |
36 | 2024-09-28T03:45:58.310Z | info: installing component 'cargo' |
37 | 2024-09-28T03:45:59.217Z | info: installing component 'clippy' |
38 | 2024-09-28T03:45:59.619Z | info: installing component 'rust-docs' |
39 | 2024-09-28T03:46:01.397Z | info: installing component 'rust-std' |
40 | 2024-09-28T03:46:03.303Z | info: installing component 'rustc' |
41 | 2024-09-28T03:46:09.351Z | info: installing component 'rustfmt' |
42 | 2024-09-28T03:46:09.702Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-09-28T03:46:09.702Z | |
44 | 2024-09-28T03:46:10.071Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-09-28T03:46:10.071Z | |
46 | 2024-09-28T03:46:10.075Z | |
47 | 2024-09-28T03:46:10.075Z | Rust is installed now. Great! |
48 | 2024-09-28T03:46:10.075Z | |
49 | 2024-09-28T03:46:10.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-28T03:46:10.075Z | environment variable. This has not been done automatically. |
51 | 2024-09-28T03:46:10.075Z | |
52 | 2024-09-28T03:46:10.075Z | To configure your current shell, you need to source |
53 | 2024-09-28T03:46:10.075Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-28T03:46:10.075Z | |
55 | 2024-09-28T03:46:10.075Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-28T03:46:10.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-28T03:46:10.075Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-28T03:46:10.145Z | + rustc --version |
59 | 2024-09-28T03:46:10.215Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-09-28T03:46:10.219Z | process exited: duration 24586 ms, exit code 0 |
|
61 | 2024-09-28T03:46:10.224Z | starting task 2: "authentication" |
62 | 2024-09-28T03:46:10.246Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-28T03:46:10.252Z | starting task 3: "clone repository" |
64 | 2024-09-28T03:46:10.258Z | + mkdir -p /work/oxidecomputer/p4 |
65 | 2024-09-28T03:46:10.260Z | + git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4 |
66 | 2024-09-28T03:46:11.912Z | Cloning into '/work/oxidecomputer/p4'... |
67 | 2024-09-28T03:46:13.411Z | + cd /work/oxidecomputer/p4 |
68 | 2024-09-28T03:46:13.411Z | + git fetch origin 577a63ee9c7d38f7e2f2695d029a9d2c9f172969 |
69 | 2024-09-28T03:46:13.692Z | From https://github.com/oxidecomputer/p4 |
70 | 2024-09-28T03:46:13.692Z | * branch 577a63ee9c7d38f7e2f2695d029a9d2c9f172969 -> FETCH_HEAD |
71 | 2024-09-28T03:46:13.704Z | + [[ -n async ]] |
72 | 2024-09-28T03:46:13.705Z | ++ git branch --show-current |
73 | 2024-09-28T03:46:13.705Z | + current=main |
74 | 2024-09-28T03:46:13.705Z | + [[ main != async ]] |
75 | 2024-09-28T03:46:13.705Z | + git branch -f async 577a63ee9c7d38f7e2f2695d029a9d2c9f172969 |
76 | 2024-09-28T03:46:13.705Z | + git checkout -f async |
77 | 2024-09-28T03:46:13.705Z | Switched to branch 'async' |
78 | 2024-09-28T03:46:13.724Z | + git reset --hard 577a63ee9c7d38f7e2f2695d029a9d2c9f172969 |
79 | 2024-09-28T03:46:13.724Z | HEAD is now at 577a63e implement parser extract |
80 | 2024-09-28T03:46:13.724Z | process exited: duration 3451 ms, exit code 0 |
|
81 | 2024-09-28T03:46:13.747Z | starting task 4: "build" |
82 | 2024-09-28T03:46:13.752Z | + cargo --version |
83 | 2024-09-28T03:46:13.757Z | info: syncing channel updates for '1.77.0-x86_64-unknown-illumos' |
84 | 2024-09-28T03:46:14.154Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
85 | 2024-09-28T03:46:14.154Z | info: downloading component 'cargo' |
86 | 2024-09-28T03:46:15.332Z | info: downloading component 'clippy' |
87 | 2024-09-28T03:46:15.816Z | info: downloading component 'rust-docs' |
88 | 2024-09-28T03:46:17.369Z | info: downloading component 'rust-std' |
89 | 2024-09-28T03:46:19.635Z | info: downloading component 'rustc' |
90 | 2024-09-28T03:46:26.575Z | info: downloading component 'rustfmt' |
91 | 2024-09-28T03:46:26.591Z | info: installing component 'cargo' |
92 | 2024-09-28T03:46:26.631Z | info: installing component 'clippy' |
93 | 2024-09-28T03:46:26.967Z | info: installing component 'rust-docs' |
94 | 2024-09-28T03:46:28.471Z | info: installing component 'rust-std' |
95 | 2024-09-28T03:46:30.301Z | info: installing component 'rustc' |
96 | 2024-09-28T03:46:34.361Z | info: installing component 'rustfmt' |
97 | 2024-09-28T03:46:34.768Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
98 | 2024-09-28T03:46:34.772Z | + rustc --version |
99 | 2024-09-28T03:46:34.837Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
100 | 2024-09-28T03:46:34.842Z | + banner check |
101 | 2024-09-28T03:46:34.937Z | |
102 | 2024-09-28T03:46:34.937Z | #### # # ###### #### # # |
103 | 2024-09-28T03:46:34.937Z | # # # # # # # # # |
104 | 2024-09-28T03:46:34.937Z | # ###### ##### # #### |
105 | 2024-09-28T03:46:34.937Z | # # # # # # # |
106 | 2024-09-28T03:46:34.937Z | # # # # # # # # # |
107 | 2024-09-28T03:46:34.937Z | #### # # ###### #### # # |
108 | 2024-09-28T03:46:34.937Z | |
109 | 2024-09-28T03:46:34.940Z | + cargo fmt -- --check |
110 | 2024-09-28T03:46:35.070Z | `cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/p4/x4c` |
111 | 2024-09-28T03:46:35.070Z | |
112 | 2024-09-28T03:46:35.070Z | Caused by: |
113 | 2024-09-28T03:46:35.070Z | failed to load manifest for dependency `p4-htq` |
114 | 2024-09-28T03:46:35.070Z | |
115 | 2024-09-28T03:46:35.070Z | Caused by: |
116 | 2024-09-28T03:46:35.070Z | failed to load manifest for dependency `htq` |
117 | 2024-09-28T03:46:35.070Z | |
118 | 2024-09-28T03:46:35.070Z | Caused by: |
119 | 2024-09-28T03:46:35.070Z | failed to read `/Users/ry/src/htq/Cargo.toml` |
120 | 2024-09-28T03:46:35.070Z | |
121 | 2024-09-28T03:46:35.070Z | Caused by: |
122 | 2024-09-28T03:46:35.070Z | No such file or directory (os error 2) |
123 | 2024-09-28T03:46:35.070Z | |
124 | 2024-09-28T03:46:35.073Z | This utility formats all bin and lib files of the current crate using rustfmt. |
125 | 2024-09-28T03:46:35.074Z | |
126 | 2024-09-28T03:46:35.074Z | Usage: cargo fmt [OPTIONS] [-- <rustfmt_options>...] |
127 | 2024-09-28T03:46:35.074Z | |
128 | 2024-09-28T03:46:35.074Z | Arguments: |
129 | 2024-09-28T03:46:35.074Z | [rustfmt_options]... Options passed to rustfmt |
130 | 2024-09-28T03:46:35.074Z | |
131 | 2024-09-28T03:46:35.074Z | Options: |
132 | 2024-09-28T03:46:35.074Z | -q, --quiet |
133 | 2024-09-28T03:46:35.074Z | No output printed to stdout |
134 | 2024-09-28T03:46:35.074Z | -v, --verbose |
135 | 2024-09-28T03:46:35.074Z | Use verbose output |
136 | 2024-09-28T03:46:35.074Z | --version |
137 | 2024-09-28T03:46:35.075Z | Print rustfmt version and exit |
138 | 2024-09-28T03:46:35.075Z | -p, --package <package>... |
139 | 2024-09-28T03:46:35.075Z | Specify package to format |
140 | 2024-09-28T03:46:35.075Z | --manifest-path <manifest-path> |
141 | 2024-09-28T03:46:35.075Z | Specify path to Cargo.toml |
142 | 2024-09-28T03:46:35.075Z | --message-format <message-format> |
143 | 2024-09-28T03:46:35.075Z | Specify message-format: short|json|human |
144 | 2024-09-28T03:46:35.075Z | --all |
145 | 2024-09-28T03:46:35.075Z | Format all packages, and also their local path-based dependencies |
146 | 2024-09-28T03:46:35.075Z | --check |
147 | 2024-09-28T03:46:35.075Z | Run rustfmt in check mode |
148 | 2024-09-28T03:46:35.075Z | -h, --help |
149 | 2024-09-28T03:46:35.075Z | Print help |
150 | 2024-09-28T03:46:35.075Z | process exited: duration 21323 ms, exit code 1 |
|
151 | 2024-09-28T03:46:35.083Z | found 0 output files |