|
|
|
1 | 2025-03-03T18:28:53.857Z | job assigned to worker 01JNEM7M72WG6M4REG93NFHY3D [factory aws, i-0c6ca9044c8087be0] (queued for 35 s) |
|
2 | 2025-03-03T18:29:01.454Z | starting task 0: "setup" |
3 | 2025-03-03T18:29:01.461Z | ++ uname -s |
4 | 2025-03-03T18:29:01.465Z | + kern=SunOS |
5 | 2025-03-03T18:29:01.465Z | + build_user=build |
6 | 2025-03-03T18:29:01.465Z | + build_uid=12345 |
7 | 2025-03-03T18:29:01.465Z | + work_dir=/work |
8 | 2025-03-03T18:29:01.465Z | + input_dir=/input |
9 | 2025-03-03T18:29:01.465Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T18:29:01.465Z | + case "$kern" in |
11 | 2025-03-03T18:29:01.465Z | + groupadd -g 12345 build |
12 | 2025-03-03T18:29:01.468Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T18:29:03.473Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T18:29:03.609Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T18:29:03.612Z | + home_fs=zfs |
16 | 2025-03-03T18:29:03.612Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T18:29:03.612Z | + mkdir -p /home/build |
18 | 2025-03-03T18:29:03.615Z | + chown build:build /home/build /work |
19 | 2025-03-03T18:29:05.617Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T18:29:05.620Z | process exited: duration 4165 ms, exit code 0 |
|
21 | 2025-03-03T18:29:05.627Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T18:29:05.632Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-03T18:29:05.632Z | * rust toolchain channel = "stable" |
24 | 2025-03-03T18:29:05.632Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-03T18:29:05.632Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-03T18:29:05.632Z | * rust toolchain profile = "default" |
27 | 2025-03-03T18:29:05.635Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T18:29:05.635Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T18:29:05.635Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-03T18:29:05.764Z | info: downloading installer |
31 | 2025-03-03T18:29:07.167Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-03T18:29:07.167Z | warn: /opt/ooce/bin |
33 | 2025-03-03T18:29:07.167Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T18:29:07.167Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-03T18:29:07.168Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T18:29:07.168Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T18:29:07.168Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T18:29:07.168Z | error: cannot install while Rust is installed |
39 | 2025-03-03T18:29:07.168Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T18:29:07.193Z | info: profile set to 'default' |
41 | 2025-03-03T18:29:07.193Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T18:29:07.197Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-03T18:29:07.400Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T18:29:07.400Z | info: downloading component 'cargo' |
45 | 2025-03-03T18:29:08.157Z | info: downloading component 'clippy' |
46 | 2025-03-03T18:29:08.469Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T18:29:09.739Z | info: downloading component 'rust-std' |
48 | 2025-03-03T18:29:11.739Z | info: downloading component 'rustc' |
49 | 2025-03-03T18:29:19.574Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T18:29:19.861Z | info: installing component 'cargo' |
51 | 2025-03-03T18:29:20.674Z | info: installing component 'clippy' |
52 | 2025-03-03T18:29:21.059Z | info: installing component 'rust-docs' |
53 | 2025-03-03T18:29:22.815Z | info: installing component 'rust-std' |
54 | 2025-03-03T18:29:24.649Z | info: installing component 'rustc' |
55 | 2025-03-03T18:29:30.569Z | info: installing component 'rustfmt' |
56 | 2025-03-03T18:29:30.896Z | |
57 | 2025-03-03T18:29:30.896Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
58 | 2025-03-03T18:29:31.258Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T18:29:31.258Z | |
60 | 2025-03-03T18:29:31.261Z | |
61 | 2025-03-03T18:29:31.261Z | Rust is installed now. Great! |
62 | 2025-03-03T18:29:31.262Z | |
63 | 2025-03-03T18:29:31.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T18:29:31.262Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T18:29:31.262Z | |
66 | 2025-03-03T18:29:31.262Z | To configure your current shell, you need to source |
67 | 2025-03-03T18:29:31.262Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T18:29:31.262Z | |
69 | 2025-03-03T18:29:31.262Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T18:29:31.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T18:29:31.262Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T18:29:31.262Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-03T18:29:31.330Z | + rustup --version |
74 | 2025-03-03T18:29:31.341Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
75 | 2025-03-03T18:29:31.344Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-03T18:29:31.370Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-03T18:29:31.373Z | + cargo --version |
78 | 2025-03-03T18:29:31.388Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-03T18:29:31.392Z | + rustc --version |
80 | 2025-03-03T18:29:31.415Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-03T18:29:31.419Z | process exited: duration 25789 ms, exit code 0 |
|
82 | 2025-03-03T18:29:31.425Z | starting task 2: "authentication" |
83 | 2025-03-03T18:29:31.447Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-03T18:29:31.454Z | starting task 3: "clone repository" |
85 | 2025-03-03T18:29:31.461Z | + mkdir -p /work/oxidecomputer/dropshot |
86 | 2025-03-03T18:29:31.461Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
87 | 2025-03-03T18:29:31.493Z | Cloning into '/work/oxidecomputer/dropshot'... |
88 | 2025-03-03T18:29:32.558Z | + cd /work/oxidecomputer/dropshot |
89 | 2025-03-03T18:29:32.558Z | + git fetch origin a96babd82b709efa4a9d71d042d37586618108a0 |
90 | 2025-03-03T18:29:32.861Z | From https://github.com/oxidecomputer/dropshot |
91 | 2025-03-03T18:29:32.861Z | * branch a96babd82b709efa4a9d71d042d37586618108a0 -> FETCH_HEAD |
92 | 2025-03-03T18:29:32.869Z | + [[ -n dependabot/cargo/uuid-1.15.1 ]] |
93 | 2025-03-03T18:29:32.872Z | ++ git branch --show-current |
94 | 2025-03-03T18:29:32.875Z | + current=main |
95 | 2025-03-03T18:29:32.875Z | + [[ main != dependabot/cargo/uuid-1.15.1 ]] |
96 | 2025-03-03T18:29:32.875Z | + git branch -f dependabot/cargo/uuid-1.15.1 a96babd82b709efa4a9d71d042d37586618108a0 |
97 | 2025-03-03T18:29:32.878Z | + git checkout -f dependabot/cargo/uuid-1.15.1 |
98 | 2025-03-03T18:29:32.897Z | Switched to branch 'dependabot/cargo/uuid-1.15.1' |
99 | 2025-03-03T18:29:32.900Z | + git reset --hard a96babd82b709efa4a9d71d042d37586618108a0 |
100 | 2025-03-03T18:29:32.917Z | HEAD is now at a96babd Bump uuid from 1.14.0 to 1.15.1 |
101 | 2025-03-03T18:29:32.920Z | process exited: duration 1464 ms, exit code 0 |
|
102 | 2025-03-03T18:29:32.926Z | starting task 4: "build" |
103 | 2025-03-03T18:29:32.931Z | + cargo --version |
104 | 2025-03-03T18:29:32.938Z | error: toolchain '1.85.0-x86_64-unknown-illumos' is not installed |
105 | 2025-03-03T18:29:32.938Z | help: run `rustup toolchain install 1.85.0-x86_64-unknown-illumos` to install it |
106 | 2025-03-03T18:29:32.941Z | process exited: duration 13 ms, exit code 1 |
|
107 | 2025-03-03T18:29:32.949Z | found 0 output files |