|
|
|
1 | 2025-03-04T16:06:26.654Z | job assigned to worker 01JNGYG4C29B75N5W409Q3FBEW [factory gimlet-EVT22200007-propolis, EVT22200007/21337] (queued for 33 s) |
|
2 | 2025-03-04T16:06:34.187Z | starting task 0: "setup" |
3 | 2025-03-04T16:06:34.212Z | ++ uname -s |
4 | 2025-03-04T16:06:34.212Z | + kern=SunOS |
5 | 2025-03-04T16:06:34.212Z | + build_user=build |
6 | 2025-03-04T16:06:34.212Z | + build_uid=12345 |
7 | 2025-03-04T16:06:34.212Z | + work_dir=/work |
8 | 2025-03-04T16:06:34.212Z | + input_dir=/input |
9 | 2025-03-04T16:06:34.212Z | + [[ 0 == 12345 ]] |
10 | 2025-03-04T16:06:34.213Z | + case "$kern" in |
11 | 2025-03-04T16:06:34.213Z | + groupadd -g 12345 build |
12 | 2025-03-04T16:06:34.213Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-04T16:06:36.211Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-04T16:06:36.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-04T16:06:36.273Z | + home_fs=zfs |
16 | 2025-03-04T16:06:36.273Z | + [[ zfs == autofs ]] |
17 | 2025-03-04T16:06:36.273Z | + mkdir -p /home/build |
18 | 2025-03-04T16:06:36.273Z | + chown build:build /home/build /work |
19 | 2025-03-04T16:06:38.258Z | + chmod 0700 /home/build /work |
20 | 2025-03-04T16:06:38.283Z | process exited: duration 4077 ms, exit code 0 |
|
21 | 2025-03-04T16:06:38.333Z | starting task 1: "rust-toolchain" |
22 | 2025-03-04T16:06:38.359Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-04T16:06:38.359Z | * rust toolchain channel = "stable" |
24 | 2025-03-04T16:06:38.359Z | * rust toolchain profile = "default" |
25 | 2025-03-04T16:06:38.359Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-04T16:06:38.359Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-04T16:06:38.359Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-04T16:06:38.359Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-04T16:06:38.359Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-04T16:06:38.491Z | info: downloading installer |
31 | 2025-03-04T16:06:38.937Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-04T16:06:38.937Z | warn: /opt/ooce/bin |
33 | 2025-03-04T16:06:38.937Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-04T16:06:38.937Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-04T16:06:38.937Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-04T16:06:38.937Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-04T16:06:38.937Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-04T16:06:38.937Z | error: cannot install while Rust is installed |
39 | 2025-03-04T16:06:38.937Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-04T16:06:38.962Z | info: profile set to 'default' |
41 | 2025-03-04T16:06:38.962Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-04T16:06:38.962Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-04T16:06:39.053Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-04T16:06:39.053Z | info: downloading component 'cargo' |
45 | 2025-03-04T16:06:39.214Z | info: downloading component 'clippy' |
46 | 2025-03-04T16:06:39.372Z | info: downloading component 'rust-docs' |
47 | 2025-03-04T16:06:39.567Z | info: downloading component 'rust-std' |
48 | 2025-03-04T16:06:40.073Z | info: downloading component 'rustc' |
49 | 2025-03-04T16:06:41.112Z | info: downloading component 'rustfmt' |
50 | 2025-03-04T16:06:41.206Z | info: installing component 'cargo' |
51 | 2025-03-04T16:06:42.321Z | info: installing component 'clippy' |
52 | 2025-03-04T16:06:42.779Z | info: installing component 'rust-docs' |
53 | 2025-03-04T16:06:45.731Z | info: installing component 'rust-std' |
54 | 2025-03-04T16:06:47.811Z | info: installing component 'rustc' |
55 | 2025-03-04T16:06:54.711Z | info: installing component 'rustfmt' |
56 | 2025-03-04T16:06:55.096Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-04T16:06:55.096Z | |
58 | 2025-03-04T16:06:55.250Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-04T16:06:55.250Z | |
60 | 2025-03-04T16:06:55.276Z | |
61 | 2025-03-04T16:06:55.276Z | Rust is installed now. Great! |
62 | 2025-03-04T16:06:55.276Z | |
63 | 2025-03-04T16:06:55.276Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-04T16:06:55.276Z | environment variable. This has not been done automatically. |
65 | 2025-03-04T16:06:55.276Z | |
66 | 2025-03-04T16:06:55.276Z | To configure your current shell, you need to source |
67 | 2025-03-04T16:06:55.276Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-04T16:06:55.276Z | |
69 | 2025-03-04T16:06:55.276Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-04T16:06:55.276Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-04T16:06:55.276Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-04T16:06:55.276Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-04T16:06:55.345Z | + rustup --version |
74 | 2025-03-04T16:06:55.370Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
75 | 2025-03-04T16:06:55.370Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-04T16:06:55.409Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-04T16:06:55.434Z | + cargo --version |
78 | 2025-03-04T16:06:55.459Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-04T16:06:55.459Z | + rustc --version |
80 | 2025-03-04T16:06:55.492Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-04T16:06:55.517Z | process exited: duration 17163 ms, exit code 0 |
|
82 | 2025-03-04T16:06:55.568Z | starting task 2: "authentication" |
83 | 2025-03-04T16:06:55.626Z | process exited: duration 57 ms, exit code 0 |
|
84 | 2025-03-04T16:06:55.676Z | starting task 3: "clone repository" |
85 | 2025-03-04T16:06:55.701Z | + mkdir -p /work/oxidecomputer/oxide.rs |
86 | 2025-03-04T16:06:55.701Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
87 | 2025-03-04T16:06:55.726Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
88 | 2025-03-04T16:06:57.477Z | + cd /work/oxidecomputer/oxide.rs |
89 | 2025-03-04T16:06:57.477Z | + git fetch origin 5a151b46ed631288ec9eb4b4435837ea1c3e1cb5 |
90 | 2025-03-04T16:06:57.811Z | From https://github.com/oxidecomputer/oxide.rs |
91 | 2025-03-04T16:06:57.812Z | * branch 5a151b46ed631288ec9eb4b4435837ea1c3e1cb5 -> FETCH_HEAD |
92 | 2025-03-04T16:06:57.836Z | + [[ -n wc/add-tracing-mw ]] |
93 | 2025-03-04T16:06:57.836Z | ++ git branch --show-current |
94 | 2025-03-04T16:06:57.836Z | + current=main |
95 | 2025-03-04T16:06:57.836Z | + [[ main != wc/add-tracing-mw ]] |
96 | 2025-03-04T16:06:57.837Z | + git branch -f wc/add-tracing-mw 5a151b46ed631288ec9eb4b4435837ea1c3e1cb5 |
97 | 2025-03-04T16:06:57.837Z | + git checkout -f wc/add-tracing-mw |
98 | 2025-03-04T16:06:57.864Z | Switched to branch 'wc/add-tracing-mw' |
99 | 2025-03-04T16:06:57.889Z | + git reset --hard 5a151b46ed631288ec9eb4b4435837ea1c3e1cb5 |
100 | 2025-03-04T16:06:57.914Z | HEAD is now at 5a151b4 Add detailed request logging |
101 | 2025-03-04T16:06:57.914Z | process exited: duration 2217 ms, exit code 0 |
|
102 | 2025-03-04T16:06:57.964Z | starting task 4: "build" |
103 | 2025-03-04T16:06:57.989Z | + cargo --version |
104 | 2025-03-04T16:06:57.989Z | error: toolchain '1.82-x86_64-unknown-illumos' is not installed |
105 | 2025-03-04T16:06:57.989Z | help: run `rustup toolchain install 1.82-x86_64-unknown-illumos` to install it |
106 | 2025-03-04T16:06:57.989Z | process exited: duration 18 ms, exit code 1 |
|
107 | 2025-03-04T16:06:58.040Z | found 0 output files |