|
|
|
| 1 | 2026-03-05T04:31:52.177Z | job assigned to worker 01KJY46MDTSH0FM690R88JE2G0 [factory aws, i-051447acc4eccf05a] (queued for 58 s) |
| |
| 2 | 2026-03-05T04:32:01.301Z | starting task 0: "setup" |
| 3 | 2026-03-05T04:32:01.306Z | ++ uname -s |
| 4 | 2026-03-05T04:32:01.310Z | + kern=SunOS |
| 5 | 2026-03-05T04:32:01.310Z | + build_user=build |
| 6 | 2026-03-05T04:32:01.310Z | + build_uid=12345 |
| 7 | 2026-03-05T04:32:01.310Z | + work_dir=/work |
| 8 | 2026-03-05T04:32:01.310Z | + input_dir=/input |
| 9 | 2026-03-05T04:32:01.310Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T04:32:01.310Z | + case "$kern" in |
| 11 | 2026-03-05T04:32:01.310Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T04:32:01.313Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T04:32:03.319Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T04:32:03.452Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T04:32:03.455Z | + home_fs=zfs |
| 16 | 2026-03-05T04:32:03.455Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T04:32:03.455Z | + mkdir -p /home/build |
| 18 | 2026-03-05T04:32:03.458Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T04:32:05.460Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T04:32:05.463Z | process exited: duration 4161 ms, exit code 0 |
| |
| 21 | 2026-03-05T04:32:05.469Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T04:32:05.475Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-05T04:32:05.475Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-05T04:32:05.475Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-05T04:32:05.475Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-05T04:32:05.475Z | * rust toolchain profile = "default" |
| 27 | 2026-03-05T04:32:05.475Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-05T04:32:05.479Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T04:32:05.479Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-05T04:32:05.643Z | info: downloading installer |
| 31 | 2026-03-05T04:32:07.549Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T04:32:07.550Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T04:32:07.550Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T04:32:07.550Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T04:32:07.550Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T04:32:07.550Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T04:32:07.550Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T04:32:07.550Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T04:32:07.550Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T04:32:07.563Z | info: profile set to 'default' |
| 41 | 2026-03-05T04:32:07.563Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T04:32:07.566Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T04:32:07.785Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-05T04:32:07.786Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T04:32:09.016Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T04:32:09.474Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T04:32:11.171Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T04:32:13.105Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T04:32:21.197Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T04:32:21.595Z | info: installing component 'cargo' |
| 51 | 2026-03-05T04:32:22.497Z | info: installing component 'clippy' |
| 52 | 2026-03-05T04:32:22.890Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T04:32:24.856Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T04:32:26.715Z | info: installing component 'rustc' |
| 55 | 2026-03-05T04:32:33.387Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T04:32:33.731Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T04:32:33.731Z | |
| 58 | 2026-03-05T04:32:34.198Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-05T04:32:34.198Z | |
| 60 | 2026-03-05T04:32:34.201Z | |
| 61 | 2026-03-05T04:32:34.201Z | Rust is installed now. Great! |
| 62 | 2026-03-05T04:32:34.201Z | |
| 63 | 2026-03-05T04:32:34.201Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T04:32:34.201Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T04:32:34.201Z | |
| 66 | 2026-03-05T04:32:34.201Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T04:32:34.201Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T04:32:34.201Z | |
| 69 | 2026-03-05T04:32:34.201Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T04:32:34.201Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T04:32:34.201Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T04:32:34.201Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T04:32:34.295Z | + rustup --version |
| 74 | 2026-03-05T04:32:34.307Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T04:32:34.311Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T04:32:34.393Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-05T04:32:34.396Z | + cargo --version |
| 78 | 2026-03-05T04:32:34.467Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-05T04:32:34.470Z | + rustc --version |
| 80 | 2026-03-05T04:32:34.546Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-05T04:32:34.549Z | process exited: duration 29067 ms, exit code 0 |
| |
| 82 | 2026-03-05T04:32:34.585Z | starting task 2: "authentication" |
| 83 | 2026-03-05T04:32:34.592Z | process exited: duration 37 ms, exit code 0 |
| |
| 84 | 2026-03-05T04:32:34.599Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T04:32:34.604Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-05T04:32:34.607Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-05T04:32:34.646Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-05T04:33:33.214Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-05T04:33:33.214Z | + git fetch origin ab4f934d3079ae53423ee7d2089093e2830ad070 |
| 90 | 2026-03-05T04:33:34.024Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-05T04:33:34.024Z | * branch ab4f934d3079ae53423ee7d2089093e2830ad070 -> FETCH_HEAD |
| 92 | 2026-03-05T04:33:34.036Z | + [[ -n '' ]] |
| 93 | 2026-03-05T04:33:34.036Z | + git reset --hard ab4f934d3079ae53423ee7d2089093e2830ad070 |
| 94 | 2026-03-05T04:33:34.388Z | HEAD is now at ab4f934d3 [spr] initial version |
| 95 | 2026-03-05T04:33:34.391Z | process exited: duration 59768 ms, exit code 0 |
| |
| 96 | 2026-03-05T04:33:34.398Z | starting task 4: "build" |
| 97 | 2026-03-05T04:33:34.403Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-05T04:33:34.403Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-05T04:33:34.403Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-05T04:33:34.406Z | + cargo --version |
| 101 | 2026-03-05T04:33:34.466Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-05T04:33:34.469Z | + rustc --version |
| 103 | 2026-03-05T04:33:34.544Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-05T04:33:34.547Z | + cd /tmp |
| 105 | 2026-03-05T04:33:34.547Z | + cargo new --lib test-project |
| 106 | 2026-03-05T04:33:34.622Z | Creating library `test-project` package |
| 107 | 2026-03-05T04:33:34.714Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2026-03-05T04:33:34.717Z | + cd test-project |
| 109 | 2026-03-05T04:33:34.717Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2026-03-05T04:33:34.792Z | Adding omicron-common (local) to dependencies |
| 111 | 2026-03-05T04:33:34.795Z | Features: |
| 112 | 2026-03-05T04:33:34.795Z | - proptest |
| 113 | 2026-03-05T04:33:34.795Z | - test-strategy |
| 114 | 2026-03-05T04:33:34.795Z | - testing |
| 115 | 2026-03-05T04:33:34.820Z | Updating crates.io index |
| 116 | 2026-03-05T04:33:34.866Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2026-03-05T04:33:36.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 118 | 2026-03-05T04:33:37.232Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 119 | 2026-03-05T04:33:38.314Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 120 | 2026-03-05T04:33:39.293Z | error: no matching package named `serde_human_bytes` found |
| 121 | 2026-03-05T04:33:39.294Z | location searched: Git repository https://github.com/oxidecomputer/serde_human_bytes?branch=main |
| 122 | 2026-03-05T04:33:39.294Z | required by package `tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)` |
| 123 | 2026-03-05T04:33:39.294Z | ... which satisfies git dependency `tufaceous-artifact` of package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)` |
| 124 | 2026-03-05T04:33:39.294Z | ... which satisfies path dependency `omicron-common` of package `test-project v0.1.0 (/tmp/test-project)` |
| 125 | 2026-03-05T04:33:39.301Z | process exited: duration 4900 ms, exit code 101 |
| |
| 126 | 2026-03-05T04:33:39.309Z | found 0 output files |