|
|
|
1 | 2023-10-23T17:35:32.505Z | job assigned to worker 01HDESK28XPHHV9BQ8MJSDW548 (queued for 1 m 57 s) |
|
2 | 2023-10-23T17:35:33.736Z | starting task 0: "setup" |
3 | 2023-10-23T17:35:33.874Z | ++ uname -s |
4 | 2023-10-23T17:35:33.877Z | + kern=SunOS |
5 | 2023-10-23T17:35:33.881Z | + case "$kern" in |
6 | 2023-10-23T17:35:33.884Z | + groupadd -g 12345 build |
7 | 2023-10-23T17:35:33.886Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-23T17:35:35.898Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-23T17:35:35.978Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-23T17:35:35.981Z | + home_fs=zfs |
11 | 2023-10-23T17:35:35.984Z | + [[ zfs == autofs ]] |
12 | 2023-10-23T17:35:35.987Z | + mkdir -p /home/build |
13 | 2023-10-23T17:35:35.990Z | + chown build:build /home/build /work |
14 | 2023-10-23T17:35:37.987Z | + chmod 0700 /home/build /work |
15 | 2023-10-23T17:35:37.990Z | process exited: duration 4251 ms, exit code 0 |
|
16 | 2023-10-23T17:35:37.997Z | starting task 1: "rust-toolchain" |
17 | 2023-10-23T17:35:38.009Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-23T17:35:38.012Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-23T17:35:38.180Z | info: downloading installer |
20 | 2023-10-23T17:35:39.833Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-23T17:35:39.836Z | warning: /opt/ooce/bin |
22 | 2023-10-23T17:35:39.839Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-23T17:35:39.842Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-23T17:35:39.844Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-23T17:35:39.847Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-23T17:35:39.850Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-23T17:35:39.852Z | error: cannot install while Rust is installed |
28 | 2023-10-23T17:35:39.855Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-23T17:35:40.023Z | info: profile set to 'default' |
30 | 2023-10-23T17:35:40.027Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-23T17:35:40.041Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-23T17:35:40.168Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-23T17:35:40.171Z | info: downloading component 'cargo' |
34 | 2023-10-23T17:35:40.788Z | info: downloading component 'clippy' |
35 | 2023-10-23T17:35:40.994Z | info: downloading component 'rust-docs' |
36 | 2023-10-23T17:35:41.761Z | info: downloading component 'rust-std' |
37 | 2023-10-23T17:35:43.529Z | info: downloading component 'rustc' |
38 | 2023-10-23T17:35:46.457Z | info: downloading component 'rustfmt' |
39 | 2023-10-23T17:35:46.656Z | info: installing component 'cargo' |
40 | 2023-10-23T17:35:48.537Z | info: installing component 'clippy' |
41 | 2023-10-23T17:35:49.471Z | info: installing component 'rust-docs' |
42 | 2023-10-23T17:35:52.174Z | info: installing component 'rust-std' |
43 | 2023-10-23T17:35:55.962Z | info: installing component 'rustc' |
44 | 2023-10-23T17:36:06.214Z | info: installing component 'rustfmt' |
45 | 2023-10-23T17:36:06.661Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-23T17:36:06.665Z | |
47 | 2023-10-23T17:36:06.798Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-23T17:36:06.802Z | |
49 | 2023-10-23T17:36:06.807Z | |
50 | 2023-10-23T17:36:06.810Z | Rust is installed now. Great! |
51 | 2023-10-23T17:36:06.812Z | |
52 | 2023-10-23T17:36:06.815Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-23T17:36:06.818Z | environment variable. This has not been done automatically. |
54 | 2023-10-23T17:36:06.821Z | |
55 | 2023-10-23T17:36:06.824Z | To configure your current shell, run: |
56 | 2023-10-23T17:36:06.827Z | source "$HOME/.cargo/env" |
57 | 2023-10-23T17:36:06.885Z | + rustc --version |
58 | 2023-10-23T17:36:06.993Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-23T17:36:06.998Z | process exited: duration 28998 ms, exit code 0 |
|
60 | 2023-10-23T17:36:07.004Z | starting task 2: "authentication" |
61 | 2023-10-23T17:36:07.040Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-23T17:36:07.046Z | starting task 3: "clone repository" |
63 | 2023-10-23T17:36:07.056Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-23T17:36:07.059Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-23T17:36:07.093Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-23T17:36:13.961Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-23T17:36:14.174Z | + [[ -n bump-console-672cb208 ]] |
68 | 2023-10-23T17:36:14.915Z | + git fetch origin bump-console-672cb208 |
69 | 2023-10-23T17:36:15.386Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-23T17:36:15.773Z | * branch bump-console-672cb208 -> FETCH_HEAD |
71 | 2023-10-23T17:36:17.354Z | + git checkout -B bump-console-672cb208 remotes/origin/bump-console-672cb208 |
72 | 2023-10-23T17:36:18.446Z | Switched to a new branch 'bump-console-672cb208' |
73 | 2023-10-23T17:36:18.997Z | branch 'bump-console-672cb208' set up to track 'origin/bump-console-672cb208'. |
74 | 2023-10-23T17:36:39.486Z | + git reset --hard 0be37b016b3d1ef2a811ed9977deae378e2be879 |
75 | 2023-10-23T17:36:39.674Z | HEAD is now at 0be37b01 Bump web console (utilization table) |
76 | 2023-10-23T17:36:39.877Z | process exited: duration 7188 ms, exit code 0 |
|
77 | 2023-10-23T17:36:40.163Z | starting task 4: "build" |
78 | 2023-10-23T17:36:40.284Z | + cargo --version |
79 | 2023-10-23T17:36:40.422Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-23T17:36:40.480Z | + rustc --version |
81 | 2023-10-23T17:36:40.542Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-23T17:36:40.599Z | ++ git rev-parse HEAD |
83 | 2023-10-23T17:36:40.648Z | + COMMIT=0be37b016b3d1ef2a811ed9977deae378e2be879 |
84 | 2023-10-23T17:36:40.705Z | + VERSION=1.0.2-0.ci+git0be37b016b3 |
85 | 2023-10-23T17:36:40.853Z | + echo 1.0.2-0.ci+git0be37b016b3 |
86 | 2023-10-23T17:36:40.880Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
|
87 | 2023-10-23T17:36:48.802Z | job cancelled |