|
|
|
| 1 | 2025-03-10T11:56:24.757Z | job assigned to worker 01JNZYJXQA7NKYTXG1WYNVBMT0 [factory gimlet-EVT22200007-propolis, EVT22200007/21558] (queued for 24 s) |
| |
| 2 | 2025-03-10T11:56:33.216Z | starting task 0: "setup" |
| 3 | 2025-03-10T11:56:33.241Z | ++ uname -s |
| 4 | 2025-03-10T11:56:33.241Z | + kern=SunOS |
| 5 | 2025-03-10T11:56:33.241Z | + build_user=build |
| 6 | 2025-03-10T11:56:33.241Z | + build_uid=12345 |
| 7 | 2025-03-10T11:56:33.241Z | + work_dir=/work |
| 8 | 2025-03-10T11:56:33.241Z | + input_dir=/input |
| 9 | 2025-03-10T11:56:33.241Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-10T11:56:33.241Z | + case "$kern" in |
| 11 | 2025-03-10T11:56:33.241Z | + groupadd -g 12345 build |
| 12 | 2025-03-10T11:56:33.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-10T11:56:35.239Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-10T11:56:35.274Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-10T11:56:35.299Z | + home_fs=zfs |
| 16 | 2025-03-10T11:56:35.299Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-10T11:56:35.299Z | + mkdir -p /home/build |
| 18 | 2025-03-10T11:56:35.299Z | + chown build:build /home/build /work |
| 19 | 2025-03-10T11:56:36.284Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-10T11:56:36.309Z | process exited: duration 3075 ms, exit code 0 |
| |
| 21 | 2025-03-10T11:56:36.362Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-10T11:56:36.387Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2025-03-10T11:56:36.387Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-10T11:56:36.387Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-03-10T11:56:36.387Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-03-10T11:56:36.387Z | * rust toolchain channel = "stable" |
| 27 | 2025-03-10T11:56:36.387Z | * rust toolchain profile = "default" |
| 28 | 2025-03-10T11:56:36.387Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-10T11:56:36.388Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2025-03-10T11:56:36.513Z | info: downloading installer |
| 31 | 2025-03-10T11:56:36.997Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-10T11:56:36.997Z | warn: /opt/ooce/bin |
| 33 | 2025-03-10T11:56:36.997Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-10T11:56:36.997Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-10T11:56:36.997Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-10T11:56:36.997Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-10T11:56:36.997Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-10T11:56:36.997Z | error: cannot install while Rust is installed |
| 39 | 2025-03-10T11:56:36.997Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-10T11:56:37.023Z | info: profile set to 'default' |
| 41 | 2025-03-10T11:56:37.023Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-10T11:56:37.023Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2025-03-10T11:56:37.120Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-10T11:56:37.120Z | info: downloading component 'cargo' |
| 45 | 2025-03-10T11:56:37.260Z | info: downloading component 'clippy' |
| 46 | 2025-03-10T11:56:37.424Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-10T11:56:37.635Z | info: downloading component 'rust-std' |
| 48 | 2025-03-10T11:56:37.998Z | info: downloading component 'rustc' |
| 49 | 2025-03-10T11:56:38.967Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-10T11:56:39.033Z | info: installing component 'cargo' |
| 51 | 2025-03-10T11:56:40.100Z | info: installing component 'clippy' |
| 52 | 2025-03-10T11:56:40.572Z | info: installing component 'rust-docs' |
| 53 | 2025-03-10T11:56:43.446Z | info: installing component 'rust-std' |
| 54 | 2025-03-10T11:56:45.654Z | info: installing component 'rustc' |
| 55 | 2025-03-10T11:56:52.535Z | info: installing component 'rustfmt' |
| 56 | 2025-03-10T11:56:52.942Z | |
| 57 | 2025-03-10T11:56:52.942Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 58 | 2025-03-10T11:56:53.089Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-10T11:56:53.089Z | |
| 60 | 2025-03-10T11:56:53.089Z | |
| 61 | 2025-03-10T11:56:53.089Z | Rust is installed now. Great! |
| 62 | 2025-03-10T11:56:53.089Z | |
| 63 | 2025-03-10T11:56:53.089Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-10T11:56:53.089Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-10T11:56:53.089Z | |
| 66 | 2025-03-10T11:56:53.089Z | To configure your current shell, you need to source |
| 67 | 2025-03-10T11:56:53.089Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-10T11:56:53.089Z | |
| 69 | 2025-03-10T11:56:53.089Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-10T11:56:53.089Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-10T11:56:53.089Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-10T11:56:53.089Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-10T11:56:53.177Z | + rustup --version |
| 74 | 2025-03-10T11:56:53.202Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-03-10T11:56:53.202Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-10T11:56:53.254Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-10T11:56:53.254Z | + cargo --version |
| 78 | 2025-03-10T11:56:53.279Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-10T11:56:53.279Z | + rustc --version |
| 80 | 2025-03-10T11:56:53.304Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-10T11:56:53.304Z | process exited: duration 16934 ms, exit code 0 |
| |
| 82 | 2025-03-10T11:56:53.357Z | starting task 2: "authentication" |
| 83 | 2025-03-10T11:56:53.406Z | process exited: duration 52 ms, exit code 0 |
| |
| 84 | 2025-03-10T11:56:53.457Z | starting task 3: "clone repository" |
| 85 | 2025-03-10T11:56:53.482Z | + mkdir -p /work/oxidecomputer/management-gateway-service |
| 86 | 2025-03-10T11:56:53.482Z | + git clone https://github.com/oxidecomputer/management-gateway-service /work/oxidecomputer/management-gateway-service |
| 87 | 2025-03-10T11:56:53.508Z | Cloning into '/work/oxidecomputer/management-gateway-service'... |
| 88 | 2025-03-10T11:56:54.621Z | + cd /work/oxidecomputer/management-gateway-service |
| 89 | 2025-03-10T11:56:54.621Z | + git fetch origin 61f6c4d3ab0652a636e494e1f1792ae89edefce0 |
| 90 | 2025-03-10T11:56:54.947Z | From https://github.com/oxidecomputer/management-gateway-service |
| 91 | 2025-03-10T11:56:54.947Z | * branch 61f6c4d3ab0652a636e494e1f1792ae89edefce0 -> FETCH_HEAD |
| 92 | 2025-03-10T11:56:54.972Z | + [[ -n dependabot/cargo/serde-1.0.219 ]] |
| 93 | 2025-03-10T11:56:54.972Z | ++ git branch --show-current |
| 94 | 2025-03-10T11:56:54.972Z | + current=main |
| 95 | 2025-03-10T11:56:54.973Z | + [[ main != dependabot/cargo/serde-1.0.219 ]] |
| 96 | 2025-03-10T11:56:54.973Z | + git branch -f dependabot/cargo/serde-1.0.219 61f6c4d3ab0652a636e494e1f1792ae89edefce0 |
| 97 | 2025-03-10T11:56:54.973Z | + git checkout -f dependabot/cargo/serde-1.0.219 |
| 98 | 2025-03-10T11:56:54.998Z | Switched to branch 'dependabot/cargo/serde-1.0.219' |
| 99 | 2025-03-10T11:56:54.998Z | + git reset --hard 61f6c4d3ab0652a636e494e1f1792ae89edefce0 |
| 100 | 2025-03-10T11:56:54.998Z | HEAD is now at 61f6c4d Bump serde from 1.0.218 to 1.0.219 |
| 101 | 2025-03-10T11:56:54.998Z | process exited: duration 1535 ms, exit code 0 |
| |
| 102 | 2025-03-10T11:56:55.049Z | starting task 4: "build" |
| 103 | 2025-03-10T11:56:55.075Z | + cargo --version |
| 104 | 2025-03-10T11:56:55.075Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 105 | 2025-03-10T11:56:55.156Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 106 | 2025-03-10T11:56:55.181Z | info: downloading component 'cargo' |
| 107 | 2025-03-10T11:56:55.621Z | info: downloading component 'clippy' |
| 108 | 2025-03-10T11:56:55.877Z | info: downloading component 'rust-docs' |
| 109 | 2025-03-10T11:56:56.032Z | info: downloading component 'rust-std' |
| 110 | 2025-03-10T11:56:56.172Z | |
| 111 | 2025-03-10T11:56:56.172Z | thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/io/driver.rs:208:27: |
| 112 | 2025-03-10T11:56:56.172Z | failed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" } |
| 113 | 2025-03-10T11:56:56.172Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 114 | 2025-03-10T11:56:56.197Z | process exited: duration 1144 ms, exit code 101 |
| |
| 115 | 2025-03-10T11:56:56.249Z | found 0 output files |
| 116 | 2025-03-10T11:56:56.249Z | upload error: rule "/out/faux-mgs.gz" required a match, but was not used |
| 117 | 2025-03-10T11:56:56.249Z | upload error: rule "/out/faux-mgs.sha256.txt" required a match, but was not used |
| 118 | 2025-03-10T11:56:56.249Z | upload error: rule "/out/faux-mgs.gz.sha256.txt" required a match, but was not used |
| 119 | 2025-03-10T11:56:56.249Z | upload error: rule "/out/omicron-faux-mgs.tar.gz" required a match, but was not used |
| 120 | 2025-03-10T11:56:56.249Z | upload error: rule "/out/omicron-faux-mgs.tar.gz.sha256.txt" required a match, but was not used |