|
|
|
| 1 | 2026-03-05T02:10:53.692Z | job assigned to worker 01KJXW4S4K4ZD68VY1MWMEYKA2 [factory aws, i-01cad3663ba96f657] (queued for 28 m 53 s) |
| |
| 2 | 2026-03-05T02:11:02.382Z | starting task 0: "setup" |
| 3 | 2026-03-05T02:11:02.393Z | ++ uname -s |
| 4 | 2026-03-05T02:11:02.393Z | + kern=SunOS |
| 5 | 2026-03-05T02:11:02.393Z | + build_user=build |
| 6 | 2026-03-05T02:11:02.394Z | + build_uid=12345 |
| 7 | 2026-03-05T02:11:02.394Z | + work_dir=/work |
| 8 | 2026-03-05T02:11:02.394Z | + input_dir=/input |
| 9 | 2026-03-05T02:11:02.394Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T02:11:02.394Z | + case "$kern" in |
| 11 | 2026-03-05T02:11:02.394Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T02:11:02.394Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T02:11:04.394Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T02:11:04.518Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T02:11:04.524Z | + home_fs=zfs |
| 16 | 2026-03-05T02:11:04.524Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T02:11:04.524Z | + mkdir -p /home/build |
| 18 | 2026-03-05T02:11:04.524Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T02:11:06.961Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T02:11:07.336Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-03-05T02:11:08.298Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T02:11:08.357Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-05T02:11:08.357Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-05T02:11:08.357Z | * rust toolchain profile = "default" |
| 25 | 2026-03-05T02:11:08.357Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-05T02:11:08.357Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T02:11:08.357Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-05T02:11:08.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T02:11:08.357Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-05T02:11:08.482Z | info: downloading installer |
| 31 | 2026-03-05T02:11:10.155Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T02:11:10.155Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T02:11:10.156Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T02:11:10.156Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T02:11:10.156Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T02:11:10.156Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T02:11:10.156Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T02:11:10.156Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T02:11:10.156Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T02:11:10.238Z | info: profile set to 'default' |
| 41 | 2026-03-05T02:11:10.238Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T02:11:10.238Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T02:11:10.371Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-05T02:11:10.371Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T02:11:11.370Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T02:11:11.743Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T02:11:13.165Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T02:11:15.339Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T02:11:24.042Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T02:11:24.331Z | info: installing component 'cargo' |
| 51 | 2026-03-05T02:11:25.248Z | info: installing component 'clippy' |
| 52 | 2026-03-05T02:11:25.649Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T02:11:27.575Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T02:11:29.341Z | info: installing component 'rustc' |
| 55 | 2026-03-05T02:11:36.174Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T02:11:36.524Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T02:11:36.524Z | |
| 58 | 2026-03-05T02:11:36.981Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-05T02:11:36.982Z | |
| 60 | 2026-03-05T02:11:36.986Z | |
| 61 | 2026-03-05T02:11:36.986Z | Rust is installed now. Great! |
| 62 | 2026-03-05T02:11:36.986Z | |
| 63 | 2026-03-05T02:11:36.986Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T02:11:36.986Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T02:11:36.986Z | |
| 66 | 2026-03-05T02:11:36.986Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T02:11:36.986Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T02:11:36.986Z | |
| 69 | 2026-03-05T02:11:36.986Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T02:11:36.986Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T02:11:36.986Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T02:11:36.986Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T02:11:37.076Z | + rustup --version |
| 74 | 2026-03-05T02:11:37.087Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T02:11:37.090Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T02:11:37.173Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-05T02:11:37.176Z | + cargo --version |
| 78 | 2026-03-05T02:11:37.247Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-05T02:11:37.251Z | + rustc --version |
| 80 | 2026-03-05T02:11:37.323Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-05T02:11:37.327Z | process exited: duration 29050 ms, exit code 0 |
| |
| 82 | 2026-03-05T02:11:37.335Z | starting task 2: "authentication" |
| 83 | 2026-03-05T02:11:37.357Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-05T02:11:37.367Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T02:11:37.370Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-05T02:11:37.374Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-05T02:11:37.405Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-05T02:12:34.505Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-05T02:12:34.505Z | + git fetch origin 1f27a9468800a60ca45d15cff9020e77ecbf2c62 |
| 90 | 2026-03-05T02:12:35.257Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-05T02:12:35.257Z | * branch 1f27a9468800a60ca45d15cff9020e77ecbf2c62 -> FETCH_HEAD |
| 92 | 2026-03-05T02:12:35.269Z | + [[ -n '' ]] |
| 93 | 2026-03-05T02:12:35.269Z | + git reset --hard 1f27a9468800a60ca45d15cff9020e77ecbf2c62 |
| 94 | 2026-03-05T02:12:35.649Z | HEAD is now at 1f27a9468 whoopsie |
| 95 | 2026-03-05T02:12:35.657Z | process exited: duration 58291 ms, exit code 0 |
| |
| 96 | 2026-03-05T02:12:35.664Z | starting task 4: "build" |
| 97 | 2026-03-05T02:12:35.670Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-05T02:12:35.670Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-05T02:12:35.670Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-05T02:12:35.674Z | + cargo --version |
| 101 | 2026-03-05T02:12:35.730Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-05T02:12:35.733Z | + rustc --version |
| 103 | 2026-03-05T02:12:35.806Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-05T02:12:35.809Z | + cd /tmp |
| 105 | 2026-03-05T02:12:35.809Z | + cargo new --lib test-project |
| 106 | 2026-03-05T02:12:35.884Z | Creating library `test-project` package |
| 107 | 2026-03-05T02:12:35.975Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2026-03-05T02:12:35.978Z | + cd test-project |
| 109 | 2026-03-05T02:12:35.978Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2026-03-05T02:12:36.053Z | Adding omicron-common (local) to dependencies |
| 111 | 2026-03-05T02:12:36.053Z | Features: |
| 112 | 2026-03-05T02:12:36.053Z | - proptest |
| 113 | 2026-03-05T02:12:36.054Z | - test-strategy |
| 114 | 2026-03-05T02:12:36.054Z | - testing |
| 115 | 2026-03-05T02:12:36.098Z | Updating crates.io index |
| 116 | 2026-03-05T02:12:36.133Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2026-03-05T02:12:37.446Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 118 | 2026-03-05T02:12:40.551Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 119 | 2026-03-05T02:12:41.614Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 120 | 2026-03-05T02:12:42.469Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 121 | 2026-03-05T02:12:43.241Z | error: no matching package named `serde_human_bytes` found |
| 122 | 2026-03-05T02:12:43.241Z | location searched: Git repository https://github.com/oxidecomputer/serde_human_bytes?branch=main |
| 123 | 2026-03-05T02:12:43.241Z | required by package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)` |
| 124 | 2026-03-05T02:12:43.241Z | ... which satisfies path dependency `omicron-common` of package `test-project v0.1.0 (/tmp/test-project)` |
| 125 | 2026-03-05T02:12:43.248Z | process exited: duration 7583 ms, exit code 101 |
| |
| 126 | 2026-03-05T02:12:43.256Z | found 0 output files |