|
|
|
1 | 2025-03-03T18:26:41.610Z | job assigned to worker 01JNEM3KFV8SMXM972YZVVMYA1 [factory aws, i-0bd71788e2a10cc3e] (queued for 59 s) |
|
2 | 2025-03-03T18:26:49.512Z | starting task 0: "setup" |
3 | 2025-03-03T18:26:49.520Z | ++ uname -s |
4 | 2025-03-03T18:26:49.523Z | + kern=SunOS |
5 | 2025-03-03T18:26:49.523Z | + build_user=build |
6 | 2025-03-03T18:26:49.523Z | + build_uid=12345 |
7 | 2025-03-03T18:26:49.523Z | + work_dir=/work |
8 | 2025-03-03T18:26:49.523Z | + input_dir=/input |
9 | 2025-03-03T18:26:49.523Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T18:26:49.523Z | + case "$kern" in |
11 | 2025-03-03T18:26:49.523Z | + groupadd -g 12345 build |
12 | 2025-03-03T18:26:49.526Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T18:26:51.534Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T18:26:51.658Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T18:26:51.661Z | + home_fs=zfs |
16 | 2025-03-03T18:26:51.661Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T18:26:51.661Z | + mkdir -p /home/build |
18 | 2025-03-03T18:26:51.664Z | + chown build:build /home/build /work |
19 | 2025-03-03T18:26:53.664Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T18:26:53.668Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-03-03T18:26:53.674Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T18:26:53.680Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-03T18:26:53.680Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-03T18:26:53.680Z | * rust toolchain channel = "stable" |
25 | 2025-03-03T18:26:53.680Z | * rust toolchain profile = "default" |
26 | 2025-03-03T18:26:53.680Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T18:26:53.680Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T18:26:53.684Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T18:26:53.684Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-03T18:26:53.799Z | info: downloading installer |
31 | 2025-03-03T18:26:55.166Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-03T18:26:55.166Z | warn: /opt/ooce/bin |
33 | 2025-03-03T18:26:55.166Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T18:26:55.166Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-03T18:26:55.166Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T18:26:55.166Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T18:26:55.166Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T18:26:55.166Z | error: cannot install while Rust is installed |
39 | 2025-03-03T18:26:55.166Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T18:26:55.193Z | info: profile set to 'default' |
41 | 2025-03-03T18:26:55.193Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T18:26:55.196Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-03T18:26:55.368Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T18:26:55.370Z | info: downloading component 'cargo' |
45 | 2025-03-03T18:26:56.122Z | info: downloading component 'clippy' |
46 | 2025-03-03T18:26:56.494Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T18:26:57.612Z | info: downloading component 'rust-std' |
48 | 2025-03-03T18:26:59.257Z | info: downloading component 'rustc' |
49 | 2025-03-03T18:27:05.995Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T18:27:06.232Z | info: installing component 'cargo' |
51 | 2025-03-03T18:27:07.059Z | info: installing component 'clippy' |
52 | 2025-03-03T18:27:07.446Z | info: installing component 'rust-docs' |
53 | 2025-03-03T18:27:09.198Z | info: installing component 'rust-std' |
54 | 2025-03-03T18:27:11.048Z | info: installing component 'rustc' |
55 | 2025-03-03T18:27:17.007Z | info: installing component 'rustfmt' |
56 | 2025-03-03T18:27:17.336Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-03T18:27:17.336Z | |
58 | 2025-03-03T18:27:17.701Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T18:27:17.701Z | |
60 | 2025-03-03T18:27:17.704Z | |
61 | 2025-03-03T18:27:17.704Z | Rust is installed now. Great! |
62 | 2025-03-03T18:27:17.704Z | |
63 | 2025-03-03T18:27:17.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T18:27:17.704Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T18:27:17.704Z | |
66 | 2025-03-03T18:27:17.704Z | To configure your current shell, you need to source |
67 | 2025-03-03T18:27:17.704Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T18:27:17.704Z | |
69 | 2025-03-03T18:27:17.704Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T18:27:17.704Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T18:27:17.704Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T18:27:17.704Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-03T18:27:17.779Z | + rustup --version |
74 | 2025-03-03T18:27:17.790Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
75 | 2025-03-03T18:27:17.790Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-03T18:27:17.818Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-03T18:27:17.821Z | + cargo --version |
78 | 2025-03-03T18:27:17.839Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-03T18:27:17.842Z | + rustc --version |
80 | 2025-03-03T18:27:17.868Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-03T18:27:17.871Z | process exited: duration 24197 ms, exit code 0 |
|
82 | 2025-03-03T18:27:17.877Z | starting task 2: "authentication" |
83 | 2025-03-03T18:27:17.899Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-03T18:27:17.905Z | starting task 3: "clone repository" |
85 | 2025-03-03T18:27:17.910Z | + mkdir -p /work/oxidecomputer/dropshot |
86 | 2025-03-03T18:27:17.913Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
87 | 2025-03-03T18:27:18.096Z | Cloning into '/work/oxidecomputer/dropshot'... |
88 | 2025-03-03T18:27:19.188Z | + cd /work/oxidecomputer/dropshot |
89 | 2025-03-03T18:27:19.192Z | + git fetch origin a96babd82b709efa4a9d71d042d37586618108a0 |
90 | 2025-03-03T18:27:19.461Z | From https://github.com/oxidecomputer/dropshot |
91 | 2025-03-03T18:27:19.461Z | * branch a96babd82b709efa4a9d71d042d37586618108a0 -> FETCH_HEAD |
92 | 2025-03-03T18:27:19.470Z | + [[ -n dependabot/cargo/uuid-1.15.1 ]] |
93 | 2025-03-03T18:27:19.473Z | ++ git branch --show-current |
94 | 2025-03-03T18:27:19.476Z | + current=main |
95 | 2025-03-03T18:27:19.476Z | + [[ main != dependabot/cargo/uuid-1.15.1 ]] |
96 | 2025-03-03T18:27:19.476Z | + git branch -f dependabot/cargo/uuid-1.15.1 a96babd82b709efa4a9d71d042d37586618108a0 |
97 | 2025-03-03T18:27:19.479Z | + git checkout -f dependabot/cargo/uuid-1.15.1 |
98 | 2025-03-03T18:27:19.498Z | Switched to branch 'dependabot/cargo/uuid-1.15.1' |
99 | 2025-03-03T18:27:19.502Z | + git reset --hard a96babd82b709efa4a9d71d042d37586618108a0 |
100 | 2025-03-03T18:27:19.519Z | HEAD is now at a96babd Bump uuid from 1.14.0 to 1.15.1 |
101 | 2025-03-03T18:27:19.522Z | process exited: duration 1615 ms, exit code 0 |
|
102 | 2025-03-03T18:27:19.528Z | starting task 4: "build" |
103 | 2025-03-03T18:27:19.541Z | + cargo --version |
104 | 2025-03-03T18:27:19.541Z | error: toolchain '1.85.0-x86_64-unknown-illumos' is not installed |
105 | 2025-03-03T18:27:19.541Z | help: run `rustup toolchain install 1.85.0-x86_64-unknown-illumos` to install it |
106 | 2025-03-03T18:27:19.545Z | process exited: duration 13 ms, exit code 1 |
|
107 | 2025-03-03T18:27:19.551Z | found 0 output files |