|
|
|
1 | 2024-01-19T22:54:16.221Z | job assigned to worker 01HMHYVMW28SQX5Z452DMD55A4 (queued for 7 m 54 s) |
|
2 | 2024-01-19T22:54:16.581Z | starting task 0: "setup" |
3 | 2024-01-19T22:54:16.639Z | ++ uname -s |
4 | 2024-01-19T22:54:16.653Z | + kern=SunOS |
5 | 2024-01-19T22:54:16.654Z | + case "$kern" in |
6 | 2024-01-19T22:54:16.654Z | + groupadd -g 12345 build |
7 | 2024-01-19T22:54:16.654Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T22:54:19.088Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T22:54:19.103Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T22:54:19.103Z | + home_fs=zfs |
11 | 2024-01-19T22:54:19.104Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T22:54:19.104Z | + mkdir -p /home/build |
13 | 2024-01-19T22:54:19.104Z | + chown build:build /home/build /work |
14 | 2024-01-19T22:54:20.793Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T22:54:20.804Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-01-19T22:54:20.819Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T22:54:20.829Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T22:54:20.829Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T22:54:21.075Z | info: downloading installer |
20 | 2024-01-19T22:54:22.782Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T22:54:22.782Z | warning: /opt/ooce/bin |
22 | 2024-01-19T22:54:22.783Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T22:54:22.783Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T22:54:22.783Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T22:54:22.783Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T22:54:22.783Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T22:54:22.783Z | error: cannot install while Rust is installed |
28 | 2024-01-19T22:54:22.783Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T22:54:22.956Z | info: profile set to 'default' |
30 | 2024-01-19T22:54:22.956Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T22:54:23.414Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T22:54:23.414Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T22:54:23.414Z | info: downloading component 'cargo' |
34 | 2024-01-19T22:54:23.770Z | info: downloading component 'clippy' |
35 | 2024-01-19T22:54:24.096Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T22:54:24.903Z | info: downloading component 'rust-std' |
37 | 2024-01-19T22:54:26.360Z | info: downloading component 'rustc' |
38 | 2024-01-19T22:54:29.879Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T22:54:30.085Z | info: installing component 'cargo' |
40 | 2024-01-19T22:54:31.493Z | info: installing component 'clippy' |
41 | 2024-01-19T22:54:32.079Z | info: installing component 'rust-docs' |
42 | 2024-01-19T22:54:34.792Z | info: installing component 'rust-std' |
43 | 2024-01-19T22:54:37.936Z | info: installing component 'rustc' |
44 | 2024-01-19T22:54:44.486Z | info: installing component 'rustfmt' |
45 | 2024-01-19T22:54:44.971Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T22:54:44.971Z | |
47 | 2024-01-19T22:54:45.105Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T22:54:45.105Z | |
49 | 2024-01-19T22:54:45.108Z | |
50 | 2024-01-19T22:54:45.108Z | Rust is installed now. Great! |
51 | 2024-01-19T22:54:45.108Z | |
52 | 2024-01-19T22:54:45.108Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T22:54:45.108Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T22:54:45.109Z | |
55 | 2024-01-19T22:54:45.109Z | To configure your current shell, run: |
56 | 2024-01-19T22:54:45.109Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T22:54:45.190Z | + rustc --version |
58 | 2024-01-19T22:54:45.301Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T22:54:45.305Z | process exited: duration 24492 ms, exit code 0 |
|
60 | 2024-01-19T22:54:45.314Z | starting task 2: "authentication" |
61 | 2024-01-19T22:54:45.340Z | process exited: duration 29 ms, exit code 0 |
|
62 | 2024-01-19T22:54:45.348Z | starting task 3: "clone repository" |
63 | 2024-01-19T22:54:45.353Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-19T22:54:45.355Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-19T22:54:45.452Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-19T22:54:51.217Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-19T22:54:51.220Z | + [[ -n silo-ip-pools-endpoint ]] |
68 | 2024-01-19T22:54:51.220Z | + git fetch origin silo-ip-pools-endpoint |
69 | 2024-01-19T22:54:51.563Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-19T22:54:51.564Z | * branch silo-ip-pools-endpoint -> FETCH_HEAD |
71 | 2024-01-19T22:54:51.579Z | + git checkout -B silo-ip-pools-endpoint remotes/origin/silo-ip-pools-endpoint |
72 | 2024-01-19T22:54:51.717Z | Switched to a new branch 'silo-ip-pools-endpoint' |
73 | 2024-01-19T22:54:51.720Z | branch 'silo-ip-pools-endpoint' set up to track 'origin/silo-ip-pools-endpoint'. |
74 | 2024-01-19T22:54:51.720Z | + git reset --hard 9e8500d11143c7c0601e5b08509958a07f032470 |
75 | 2024-01-19T22:54:51.723Z | HEAD is now at 9e8500d11 share query to fetch pools for silo |
76 | 2024-01-19T22:54:51.729Z | process exited: duration 6378 ms, exit code 0 |
|
77 | 2024-01-19T22:54:51.736Z | starting task 4: "build" |
78 | 2024-01-19T22:54:51.746Z | + target_os=illumos |
79 | 2024-01-19T22:54:51.746Z | + NEXTEST_VERSION=0.9.67 |
80 | 2024-01-19T22:54:51.746Z | + cargo --version |
81 | 2024-01-19T22:54:51.756Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
82 | 2024-01-19T22:54:51.928Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
83 | 2024-01-19T22:54:51.928Z | info: downloading component 'cargo' |
84 | 2024-01-19T22:54:52.627Z | info: downloading component 'clippy' |
85 | 2024-01-19T22:54:52.851Z | info: downloading component 'rust-docs' |
86 | 2024-01-19T22:54:53.706Z | info: downloading component 'rust-std' |
87 | 2024-01-19T22:54:54.981Z | info: downloading component 'rustc' |
88 | 2024-01-19T22:54:58.615Z | info: downloading component 'rustfmt' |
89 | 2024-01-19T22:54:58.834Z | info: installing component 'cargo' |
90 | 2024-01-19T22:55:00.105Z | info: installing component 'clippy' |
91 | 2024-01-19T22:55:00.598Z | info: installing component 'rust-docs' |
92 | 2024-01-19T22:55:03.480Z | info: installing component 'rust-std' |
93 | 2024-01-19T22:55:05.887Z | info: installing component 'rustc' |
94 | 2024-01-19T22:55:12.125Z | info: installing component 'rustfmt' |
95 | 2024-01-19T22:55:12.650Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
96 | 2024-01-19T22:55:12.653Z | + rustc --version |
97 | 2024-01-19T22:55:12.772Z | rustc 1.74.1 (a28077b28 2023-12-04) |
98 | 2024-01-19T22:55:12.784Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos |
99 | 2024-01-19T22:55:12.786Z | + gunzip |
100 | 2024-01-19T22:55:12.787Z | + tar -xvf - -C /home/build/.cargo/bin |
101 | 2024-01-19T22:55:13.655Z | curl: (56) Recv failure: Connection reset by peer |
102 | 2024-01-19T22:55:13.663Z | |
103 | 2024-01-19T22:55:13.663Z | gzip: stdin: unexpected end of file |
104 | 2024-01-19T22:55:13.667Z | tar: read error: unexpected EOF |
105 | 2024-01-19T22:55:13.667Z | x cargo-nextest, 11234272 bytes, 21942 tape blocks |
106 | 2024-01-19T22:55:13.667Z | process exited: duration 21931 ms, exit code 2 |
|
107 | 2024-01-19T22:55:13.675Z | found 0 output files |