|
|
|
| 1 | 2026-09-12T23:25:49.766Z | job assigned to worker 01M2BZ0QCYYGFHBB25N0Y9N9NH [factory aws, i-00146796c4e684e3e] (queued for 48 s) |
| |
| 2 | 2026-09-12T23:25:56.758Z | starting task 0: "setup" |
| 3 | 2026-09-12T23:25:56.763Z | ++ uname -s |
| 4 | 2026-09-12T23:25:56.766Z | + kern=SunOS |
| 5 | 2026-09-12T23:25:56.766Z | + build_user=build |
| 6 | 2026-09-12T23:25:56.766Z | + build_uid=12345 |
| 7 | 2026-09-12T23:25:56.766Z | + work_dir=/work |
| 8 | 2026-09-12T23:25:56.766Z | + input_dir=/input |
| 9 | 2026-09-12T23:25:56.766Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-12T23:25:56.766Z | + case "$kern" in |
| 11 | 2026-09-12T23:25:56.766Z | + groupadd -g 12345 build |
| 12 | 2026-09-12T23:25:56.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-12T23:25:58.771Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-12T23:25:58.886Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-12T23:25:58.889Z | + home_fs=zfs |
| 16 | 2026-09-12T23:25:58.889Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-12T23:25:58.889Z | + mkdir -p /home/build |
| 18 | 2026-09-12T23:25:58.889Z | + chown build:build /home/build /work |
| 19 | 2026-09-12T23:26:00.890Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-12T23:26:00.894Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-09-12T23:26:00.900Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-12T23:26:00.903Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-12T23:26:00.903Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-12T23:26:00.903Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-12T23:26:00.903Z | * rust toolchain profile = "default" |
| 26 | 2026-09-12T23:26:00.903Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-12T23:26:00.903Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-12T23:26:00.906Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-12T23:26:00.906Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-12T23:26:01.007Z | info: downloading installer |
| 31 | 2026-09-12T23:26:02.240Z | info: profile set to default |
| 32 | 2026-09-12T23:26:02.240Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-12T23:26:02.250Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-12T23:26:02.377Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-12T23:26:02.380Z | info: downloading 6 components |
| 36 | 2026-09-12T23:26:18.297Z | |
| 37 | 2026-09-12T23:26:18.297Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 38 | 2026-09-12T23:26:18.324Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-12T23:26:18.324Z | |
| 40 | 2026-09-12T23:26:18.327Z | |
| 41 | 2026-09-12T23:26:18.327Z | Rust is installed now. Great! |
| 42 | 2026-09-12T23:26:18.327Z | |
| 43 | 2026-09-12T23:26:18.327Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-12T23:26:18.327Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-12T23:26:18.327Z | |
| 46 | 2026-09-12T23:26:18.327Z | To configure your current shell, you need to source |
| 47 | 2026-09-12T23:26:18.327Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-12T23:26:18.327Z | |
| 49 | 2026-09-12T23:26:18.327Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-12T23:26:18.327Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-12T23:26:18.327Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-12T23:26:18.327Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-12T23:26:18.327Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-12T23:26:18.327Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-12T23:26:18.327Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-12T23:26:18.327Z | HOST_CC = None |
| 57 | 2026-09-12T23:26:18.327Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-12T23:26:18.327Z | CC = None |
| 59 | 2026-09-12T23:26:18.327Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-12T23:26:18.494Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-12T23:26:18.494Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-12T23:26:18.494Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-12T23:26:18.494Z | CFLAGS = None |
| 64 | 2026-09-12T23:26:18.494Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-12T23:26:18.494Z | HOST_CFLAGS = None |
| 66 | 2026-09-12T23:26:18.494Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-12T23:26:18.494Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-12T23:26:18.494Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-12T23:26:18.494Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-12T23:26:18.584Z | + rustup --version |
| 71 | 2026-09-12T23:26:18.591Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-12T23:26:18.594Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-12T23:26:18.613Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-12T23:26:18.616Z | + cargo --version |
| 75 | 2026-09-12T23:26:18.629Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-12T23:26:18.632Z | + rustc --version |
| 77 | 2026-09-12T23:26:18.650Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-12T23:26:18.653Z | process exited: duration 17752 ms, exit code 0 |
| |
| 79 | 2026-09-12T23:26:18.658Z | starting task 2: "authentication" |
| 80 | 2026-09-12T23:26:18.674Z | process exited: duration 15 ms, exit code 0 |
| |
| 81 | 2026-09-12T23:26:18.680Z | starting task 3: "clone repository" |
| 82 | 2026-09-12T23:26:18.683Z | + mkdir -p /work/oxidecomputer/voxel |
| 83 | 2026-09-12T23:26:18.686Z | + git clone https://github.com/oxidecomputer/voxel /work/oxidecomputer/voxel |
| 84 | 2026-09-12T23:26:18.715Z | Cloning into '/work/oxidecomputer/voxel'... |
| 85 | 2026-09-12T23:26:19.474Z | + cd /work/oxidecomputer/voxel |
| 86 | 2026-09-12T23:26:19.474Z | + git fetch origin ff0d181b5d3a20f21f15892154d4fd6ee8962c0f |
| 87 | 2026-09-12T23:26:19.760Z | From https://github.com/oxidecomputer/voxel |
| 88 | 2026-09-12T23:26:19.761Z | * branch ff0d181b5d3a20f21f15892154d4fd6ee8962c0f -> FETCH_HEAD |
| 89 | 2026-09-12T23:26:19.765Z | + [[ -n skaram/omicron-pin-c6b42fc ]] |
| 90 | 2026-09-12T23:26:19.768Z | ++ git branch --show-current |
| 91 | 2026-09-12T23:26:19.768Z | + current=main |
| 92 | 2026-09-12T23:26:19.768Z | + [[ main != skaram/omicron-pin-c6b42fc ]] |
| 93 | 2026-09-12T23:26:19.768Z | + git branch -f skaram/omicron-pin-c6b42fc ff0d181b5d3a20f21f15892154d4fd6ee8962c0f |
| 94 | 2026-09-12T23:26:19.771Z | + git checkout -f skaram/omicron-pin-c6b42fc |
| 95 | 2026-09-12T23:26:19.777Z | Switched to branch 'skaram/omicron-pin-c6b42fc' |
| 96 | 2026-09-12T23:26:19.780Z | + git reset --hard ff0d181b5d3a20f21f15892154d4fd6ee8962c0f |
| 97 | 2026-09-12T23:26:19.782Z | HEAD is now at ff0d181 Ignoring out/releng and out/versioned in the CP snap |
| 98 | 2026-09-12T23:26:19.785Z | process exited: duration 1102 ms, exit code 0 |
| |
| 99 | 2026-09-12T23:26:19.790Z | starting task 4: "build" |
| 100 | 2026-09-12T23:26:19.794Z | + banner check |
| 101 | 2026-09-12T23:26:19.796Z | |
| 102 | 2026-09-12T23:26:19.796Z | #### # # ###### #### # # |
| 103 | 2026-09-12T23:26:19.796Z | # # # # # # # # # |
| 104 | 2026-09-12T23:26:19.796Z | # ###### ##### # #### |
| 105 | 2026-09-12T23:26:19.796Z | # # # # # # # |
| 106 | 2026-09-12T23:26:19.796Z | # # # # # # # # # |
| 107 | 2026-09-12T23:26:19.796Z | #### # # ###### #### # # |
| 108 | 2026-09-12T23:26:19.796Z | |
| 109 | 2026-09-12T23:26:19.797Z | + cargo fmt -- --check |
| 110 | 2026-09-12T23:26:19.953Z | Diff in /work/oxidecomputer/voxel/voxel-config/src/sled.rs:39: |
| 111 | 2026-09-12T23:26:19.953Z | /// (`softnpu_link` scrimlet->every fabric router). |
| 112 | 2026-09-12T23:26:19.953Z | pub num_fabric_routers: usize, |
| 113 | 2026-09-12T23:26:19.953Z | /// Switch-to-switch interconnects this scrimlet is on - extra FRONT ports |
| 114 | 2026-09-12T23:26:19.953Z | - /// (`softnpu_links` sidecar<->sidecar), wired after the fabric uplinks, and |
| 115 | 2026-09-12T23:26:19.953Z | + /// (`softnpu_links` sidecar<->sidecar), wired after the fabric uplinks, and |
| 116 | 2026-09-12T23:26:19.953Z | /// the front-port budget must include them or the link lands off the ASIC. |
| 117 | 2026-09-12T23:26:19.953Z | pub num_interconnects: usize, |
| 118 | 2026-09-12T23:26:19.953Z | /// Sled-agent `data_links` config shape (see [`crate::config::SledDataLinksSchema`]). |
| 119 | 2026-09-12T23:26:19.970Z | process exited: duration 179 ms, exit code 1 |
| |
| 120 | 2026-09-12T23:26:19.976Z | found 0 output files |