|
|
|
1 | 2023-10-23T17:35:31.500Z | job assigned to worker 01HDESK01CH5AV65W3V9VBPFJ8 (queued for 1 m 56 s) |
|
2 | 2023-10-23T17:35:31.772Z | starting task 0: "setup" |
3 | 2023-10-23T17:35:31.930Z | ++ uname -s |
4 | 2023-10-23T17:35:31.950Z | + kern=SunOS |
5 | 2023-10-23T17:35:32.366Z | + case "$kern" in |
6 | 2023-10-23T17:35:32.383Z | + groupadd -g 12345 build |
7 | 2023-10-23T17:35:32.391Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-23T17:35:33.947Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-23T17:35:34.062Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-23T17:35:34.065Z | + home_fs=zfs |
11 | 2023-10-23T17:35:34.068Z | + [[ zfs == autofs ]] |
12 | 2023-10-23T17:35:34.070Z | + mkdir -p /home/build |
13 | 2023-10-23T17:35:34.075Z | + chown build:build /home/build /work |
14 | 2023-10-23T17:35:36.076Z | + chmod 0700 /home/build /work |
15 | 2023-10-23T17:35:36.087Z | process exited: duration 4293 ms, exit code 0 |
|
16 | 2023-10-23T17:35:36.110Z | starting task 1: "rust-toolchain" |
17 | 2023-10-23T17:35:36.125Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-23T17:35:36.130Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-23T17:35:36.308Z | info: downloading installer |
20 | 2023-10-23T17:35:38.756Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-23T17:35:38.759Z | warning: /opt/ooce/bin |
22 | 2023-10-23T17:35:38.762Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-23T17:35:38.765Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-23T17:35:38.770Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-23T17:35:38.773Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-23T17:35:38.776Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-23T17:35:38.779Z | error: cannot install while Rust is installed |
28 | 2023-10-23T17:35:38.782Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-23T17:35:39.247Z | info: profile set to 'default' |
30 | 2023-10-23T17:35:39.250Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-23T17:35:39.253Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-23T17:35:39.476Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-23T17:35:39.484Z | info: downloading component 'cargo' |
34 | 2023-10-23T17:35:40.391Z | info: downloading component 'clippy' |
35 | 2023-10-23T17:35:40.713Z | info: downloading component 'rust-docs' |
36 | 2023-10-23T17:35:41.873Z | info: downloading component 'rust-std' |
37 | 2023-10-23T17:35:44.146Z | info: downloading component 'rustc' |
38 | 2023-10-23T17:35:49.338Z | info: downloading component 'rustfmt' |
39 | 2023-10-23T17:35:49.635Z | info: installing component 'cargo' |
40 | 2023-10-23T17:35:51.847Z | info: installing component 'clippy' |
41 | 2023-10-23T17:35:52.727Z | info: installing component 'rust-docs' |
42 | 2023-10-23T17:35:55.537Z | info: installing component 'rust-std' |
43 | 2023-10-23T17:35:59.617Z | info: installing component 'rustc' |
44 | 2023-10-23T17:36:08.120Z | info: installing component 'rustfmt' |
45 | 2023-10-23T17:36:08.575Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-23T17:36:08.578Z | |
47 | 2023-10-23T17:36:08.713Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-23T17:36:08.716Z | |
49 | 2023-10-23T17:36:08.723Z | |
50 | 2023-10-23T17:36:08.726Z | Rust is installed now. Great! |
51 | 2023-10-23T17:36:08.729Z | |
52 | 2023-10-23T17:36:08.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-23T17:36:08.740Z | environment variable. This has not been done automatically. |
54 | 2023-10-23T17:36:08.743Z | |
55 | 2023-10-23T17:36:08.746Z | To configure your current shell, run: |
56 | 2023-10-23T17:36:08.749Z | source "$HOME/.cargo/env" |
57 | 2023-10-23T17:36:08.830Z | + rustc --version |
58 | 2023-10-23T17:36:08.952Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-23T17:36:08.958Z | process exited: duration 32845 ms, exit code 0 |
|
60 | 2023-10-23T17:36:08.964Z | starting task 2: "authentication" |
61 | 2023-10-23T17:36:08.999Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-23T17:36:09.006Z | starting task 3: "clone repository" |
63 | 2023-10-23T17:36:09.016Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-23T17:36:09.020Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-23T17:36:09.072Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-23T17:36:15.995Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-23T17:36:16.262Z | + [[ -n bump-console-672cb208 ]] |
68 | 2023-10-23T17:36:17.858Z | + git fetch origin bump-console-672cb208 |
69 | 2023-10-23T17:36:39.517Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-23T17:36:39.825Z | * branch bump-console-672cb208 -> FETCH_HEAD |
71 | 2023-10-23T17:36:40.073Z | + git checkout -B bump-console-672cb208 remotes/origin/bump-console-672cb208 |
72 | 2023-10-23T17:36:40.134Z | Switched to a new branch 'bump-console-672cb208' |
73 | 2023-10-23T17:36:40.669Z | branch 'bump-console-672cb208' set up to track 'origin/bump-console-672cb208'. |
74 | 2023-10-23T17:36:40.700Z | + git reset --hard 0be37b016b3d1ef2a811ed9977deae378e2be879 |
75 | 2023-10-23T17:36:40.752Z | HEAD is now at 0be37b01 Bump web console (utilization table) |
76 | 2023-10-23T17:36:40.807Z | process exited: duration 6920 ms, exit code 0 |
|
77 | 2023-10-23T17:36:40.890Z | starting task 4: "build" |
78 | 2023-10-23T17:36:40.929Z | + cargo --version |
79 | 2023-10-23T17:36:41.009Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-23T17:36:41.052Z | + rustc --version |
81 | 2023-10-23T17:36:41.489Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-23T17:36:41.552Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
|
83 | 2023-10-23T17:36:48.688Z | job cancelled |