|
|
|
| 1 | 2024-06-25T03:13:41.781Z | job assigned to worker 01J16P3K7E69XKZA7MM6Z3DZZK (queued for 56 s) |
| |
| 2 | 2024-06-25T03:13:49.555Z | starting task 0: "setup" |
| 3 | 2024-06-25T03:13:49.607Z | ++ uname -s |
| 4 | 2024-06-25T03:13:49.613Z | + kern=SunOS |
| 5 | 2024-06-25T03:13:49.613Z | + case "$kern" in |
| 6 | 2024-06-25T03:13:49.614Z | + groupadd -g 12345 build |
| 7 | 2024-06-25T03:13:49.614Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-25T03:13:51.623Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-25T03:13:51.767Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-25T03:13:51.770Z | + home_fs=zfs |
| 11 | 2024-06-25T03:13:51.770Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-25T03:13:51.770Z | + mkdir -p /home/build |
| 13 | 2024-06-25T03:13:51.774Z | + chown build:build /home/build /work |
| 14 | 2024-06-25T03:13:52.863Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-25T03:13:52.881Z | process exited: duration 3234 ms, exit code 0 |
| |
| 16 | 2024-06-25T03:13:52.916Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-25T03:13:52.934Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-25T03:13:52.935Z | ' 1.78.0 |
| 19 | 2024-06-25T03:13:52.935Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-06-25T03:13:52.935Z | ' default |
| 21 | 2024-06-25T03:13:52.935Z | * toolchain channel = "1.78.0" |
| 22 | 2024-06-25T03:13:52.935Z | * toolchain profile = "default" |
| 23 | 2024-06-25T03:13:52.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-25T03:13:52.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-25T03:13:53.010Z | info: downloading installer |
| 26 | 2024-06-25T03:13:54.666Z | info: profile set to 'default' |
| 27 | 2024-06-25T03:13:54.666Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-25T03:13:54.668Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-25T03:13:54.822Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-25T03:13:54.822Z | info: downloading component 'cargo' |
| 31 | 2024-06-25T03:13:55.658Z | info: downloading component 'clippy' |
| 32 | 2024-06-25T03:13:55.940Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-25T03:13:57.071Z | info: downloading component 'rust-std' |
| 34 | 2024-06-25T03:13:58.827Z | info: downloading component 'rustc' |
| 35 | 2024-06-25T03:14:03.316Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-25T03:14:03.557Z | info: installing component 'cargo' |
| 37 | 2024-06-25T03:14:04.427Z | info: installing component 'clippy' |
| 38 | 2024-06-25T03:14:04.826Z | info: installing component 'rust-docs' |
| 39 | 2024-06-25T03:14:06.341Z | info: installing component 'rust-std' |
| 40 | 2024-06-25T03:14:08.156Z | info: installing component 'rustc' |
| 41 | 2024-06-25T03:14:12.767Z | info: installing component 'rustfmt' |
| 42 | 2024-06-25T03:14:13.114Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-25T03:14:13.114Z | |
| 44 | 2024-06-25T03:14:13.390Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-25T03:14:13.391Z | |
| 46 | 2024-06-25T03:14:13.393Z | |
| 47 | 2024-06-25T03:14:13.393Z | Rust is installed now. Great! |
| 48 | 2024-06-25T03:14:13.393Z | |
| 49 | 2024-06-25T03:14:13.393Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-25T03:14:13.393Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-25T03:14:13.394Z | |
| 52 | 2024-06-25T03:14:13.394Z | To configure your current shell, you need to source |
| 53 | 2024-06-25T03:14:13.394Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-25T03:14:13.394Z | |
| 55 | 2024-06-25T03:14:13.394Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-25T03:14:13.394Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-25T03:14:13.394Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-25T03:14:13.461Z | + rustc --version |
| 59 | 2024-06-25T03:14:13.522Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-25T03:14:13.525Z | process exited: duration 20617 ms, exit code 0 |
| |
| 61 | 2024-06-25T03:14:13.530Z | starting task 2: "authentication" |
| 62 | 2024-06-25T03:14:13.552Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-06-25T03:14:13.557Z | starting task 3: "clone repository" |
| 64 | 2024-06-25T03:14:13.562Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-25T03:14:13.565Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-25T03:14:13.715Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-25T03:14:20.021Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-25T03:14:20.021Z | + git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
| 69 | 2024-06-25T03:14:20.302Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-25T03:14:20.302Z | * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD |
| 71 | 2024-06-25T03:14:20.311Z | + [[ -n renovate/syn-2.x-lockfile ]] |
| 72 | 2024-06-25T03:14:20.313Z | ++ git branch --show-current |
| 73 | 2024-06-25T03:14:20.316Z | + current=main |
| 74 | 2024-06-25T03:14:20.316Z | + [[ main != renovate/syn-2.x-lockfile ]] |
| 75 | 2024-06-25T03:14:20.316Z | + git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
| 76 | 2024-06-25T03:14:20.319Z | + git checkout -f renovate/syn-2.x-lockfile |
| 77 | 2024-06-25T03:14:20.450Z | Switched to branch 'renovate/syn-2.x-lockfile' |
| 78 | 2024-06-25T03:14:20.452Z | + git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 |
| 79 | 2024-06-25T03:14:20.578Z | HEAD is now at 1629125b3 Update Rust crate syn to v2.0.68 |
| 80 | 2024-06-25T03:14:20.581Z | process exited: duration 7020 ms, exit code 0 |
| |
| 81 | 2024-06-25T03:14:20.588Z | starting task 4: "build" |
| 82 | 2024-06-25T03:14:20.593Z | + cargo --version |
| 83 | 2024-06-25T03:14:20.646Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-25T03:14:20.649Z | + rustc --version |
| 85 | 2024-06-25T03:14:20.705Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-25T03:14:20.708Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2024-06-25T03:14:28.029Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2024-06-25T03:14:29.930Z | Startup: Caching catalogs ... Done |
| 89 | 2024-06-25T03:14:32.440Z | Planning: Solver setup ... Done (2.054s) |
| 90 | 2024-06-25T03:14:32.479Z | Planning: Running solver ... Done (0.039s) |
| 91 | 2024-06-25T03:14:32.519Z | Planning: Finding local manifests ... Done (0.003s) |
| 92 | 2024-06-25T03:14:32.541Z | Planning: Fetching manifests: 0/4 0% complete |
| 93 | 2024-06-25T03:14:32.807Z | Planning: Fetching manifests: 4/4 100% complete |
| 94 | 2024-06-25T03:14:32.854Z | Planning: Package planning ... Done (0.047s) |
| 95 | 2024-06-25T03:14:32.905Z | Planning: Merging actions ... Done (0.050s) |
| 96 | 2024-06-25T03:14:33.600Z | Planning: Checking for conflicting actions ... Done (0.688s) |
| 97 | 2024-06-25T03:14:33.605Z | Planning: Consolidating action changes ... Done (0.011s) |
| 98 | 2024-06-25T03:14:37.493Z | Planning: Evaluating mediators ... Done (3.888s) |
| 99 | 2024-06-25T03:14:37.501Z | Planning: Planning completed in 7.51 seconds |
| 100 | 2024-06-25T03:14:37.656Z | Packages to install: 4 |
| 101 | 2024-06-25T03:14:37.656Z | Mediators to change: 2 |
| 102 | 2024-06-25T03:14:37.656Z | Services to change: 1 |
| 103 | 2024-06-25T03:14:37.659Z | Estimated space available: 155.77 GB |
| 104 | 2024-06-25T03:14:37.659Z | Estimated space to be consumed: 1.46 GB |
| 105 | 2024-06-25T03:14:37.659Z | Create boot environment: No |
| 106 | 2024-06-25T03:14:37.659Z | Create backup boot environment: No |
| 107 | 2024-06-25T03:14:37.659Z | Rebuild boot archive: No |
| 108 | 2024-06-25T03:14:37.659Z | |
| 109 | 2024-06-25T03:14:37.659Z | Changed mediators: |
| 110 | 2024-06-25T03:14:37.659Z | mediator clang: |
| 111 | 2024-06-25T03:14:37.659Z | version: None -> 15 (system default) |
| 112 | 2024-06-25T03:14:37.659Z | |
| 113 | 2024-06-25T03:14:37.659Z | mediator llvm: |
| 114 | 2024-06-25T03:14:37.659Z | version: 14 (system default) -> 15 (system default) |
| 115 | 2024-06-25T03:14:37.659Z | |
| 116 | 2024-06-25T03:14:37.659Z | Changed packages: |
| 117 | 2024-06-25T03:14:37.659Z | helios-dev |
| 118 | 2024-06-25T03:14:37.659Z | developer/build-essential |
| 119 | 2024-06-25T03:14:37.659Z | None -> 11-2.0 |
| 120 | 2024-06-25T03:14:37.659Z | library/libxmlsec1 |
| 121 | 2024-06-25T03:14:37.659Z | None -> 1.2.35-2.0 |
| 122 | 2024-06-25T03:14:37.659Z | ooce/developer/clang-15 |
| 123 | 2024-06-25T03:14:37.659Z | None -> 15.0.7-2.0 |
| 124 | 2024-06-25T03:14:37.659Z | ooce/developer/llvm-15 |
| 125 | 2024-06-25T03:14:37.659Z | None -> 15.0.7-2.0 |
| 126 | 2024-06-25T03:14:37.659Z | |
| 127 | 2024-06-25T03:14:37.659Z | Services: |
| 128 | 2024-06-25T03:14:37.659Z | restart_fmri: |
| 129 | 2024-06-25T03:14:37.659Z | svc:/system/update-man-index:default |
| 130 | 2024-06-25T03:14:37.791Z | |
| 131 | 2024-06-25T03:14:37.791Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 132 | 2024-06-25T03:14:43.612Z | Download: 209/3290 items 1.3/212.6MB 0% complete (344k/s) |
| 133 | 2024-06-25T03:14:48.620Z | Download: 403/3290 items 16.7/212.6MB 7% complete (1.6M/s) |
| 134 | 2024-06-25T03:14:53.638Z | Download: 779/3290 items 18.5/212.6MB 8% complete (1.8M/s) |
| 135 | 2024-06-25T03:14:59.238Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
| 136 | 2024-06-25T03:15:13.021Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
| 137 | 2024-06-25T03:15:18.036Z | Download: 1325/3290 items 115.0/212.6MB 54% complete (6.9M/s) |
| 138 | 2024-06-25T03:15:23.137Z | Download: 1437/3290 items 117.2/212.6MB 55% complete (3.5M/s) |
| 139 | 2024-06-25T03:15:28.392Z | Download: 1598/3290 items 117.7/212.6MB 55% complete (338k/s) |
| 140 | 2024-06-25T03:15:33.471Z | Download: 1784/3290 items 118.4/212.6MB 55% complete (183k/s) |
| 141 | 2024-06-25T03:15:38.473Z | Download: 2098/3290 items 118.9/212.6MB 55% complete (115k/s) |
| 142 | 2024-06-25T03:15:43.640Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (107k/s) |
| 143 | 2024-06-25T03:15:56.642Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
| 144 | 2024-06-25T03:16:04.249Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
| 145 | 2024-06-25T03:16:09.931Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (15B/s) |
| 146 | 2024-06-25T03:16:14.940Z | Download: 2435/3290 items 120.1/212.6MB 56% complete (171k/s) |
| 147 | 2024-06-25T03:16:19.960Z | Download: 2616/3290 items 120.6/212.6MB 56% complete (144k/s) |
| 148 | 2024-06-25T03:16:25.002Z | Download: 2801/3290 items 121.0/212.6MB 56% complete (92.1k/s) |
| 149 | 2024-06-25T03:16:30.024Z | Download: 3003/3290 items 121.3/212.6MB 57% complete (76.3k/s) |
| 150 | 2024-06-25T03:16:35.098Z | Download: 3204/3290 items 190.1/212.6MB 89% complete (6.9M/s) |
| 151 | 2024-06-25T03:16:40.452Z | Download: 3244/3290 items 201.9/212.6MB 94% complete (8.1M/s) |
| 152 | 2024-06-25T03:16:51.199Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
| 153 | 2024-06-25T03:16:58.760Z | Download: 3280/3290 items 210.8/212.6MB 99% complete (1.2M/s) |
| 154 | 2024-06-25T03:17:18.001Z | Download: 3289/3290 items 212.6/212.6MB 100% complete |
| 155 | 2024-06-25T03:17:18.024Z | Download: Completed 212.60 MB in 160.21 seconds (1.3M/s) |
| 156 | 2024-06-25T03:17:18.177Z | Actions: 1/3689 actions (Installing new actions) |
| 157 | 2024-06-25T03:17:23.228Z | Actions: 3620/3689 actions (Installing new actions) |
| 158 | 2024-06-25T03:17:23.300Z | Actions: Completed 3689 actions in 5.12 seconds. |
| 159 | 2024-06-25T03:17:23.430Z | Done (0.126s) |
| 160 | 2024-06-25T03:17:23.430Z | Done (0.000s) |
| 161 | 2024-06-25T03:17:23.741Z | Done (0.311s) |
| 162 | 2024-06-25T03:17:28.834Z | Done (4.933s) |
| 163 | 2024-06-25T03:17:29.003Z | Done (0.101s) |
| 164 | 2024-06-25T03:17:29.005Z | Done (0.000s) |
| 165 | 2024-06-25T03:17:29.254Z | Done (0.000s) |
| 166 | 2024-06-25T03:17:29.804Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2024-06-25T03:17:29.961Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2024-06-25T03:17:29.964Z | Planning: Consolidating action changes ... Done |
| 169 | 2024-06-25T03:17:30.222Z | Planning: Evaluating mediators ... Done |
| 170 | 2024-06-25T03:17:30.225Z | Planning: Planning completed in 0.42 seconds |
| 171 | 2024-06-25T03:17:30.255Z | Mediators to change: 2 |
| 172 | 2024-06-25T03:17:30.255Z | Create boot environment: No |
| 173 | 2024-06-25T03:17:30.255Z | Create backup boot environment: No |
| 174 | 2024-06-25T03:17:30.365Z | Done |
| 175 | 2024-06-25T03:17:30.365Z | Done |
| 176 | 2024-06-25T03:17:30.627Z | Done |
| 177 | 2024-06-25T03:17:34.073Z | Done |
| 178 | 2024-06-25T03:17:34.157Z | Done |
| 179 | 2024-06-25T03:17:34.157Z | Done |
| 180 | 2024-06-25T03:17:34.467Z | Done |
| 181 | 2024-06-25T03:17:35.065Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2024-06-25T03:17:35.068Z | Planning: Merging actions ... Done |
| 183 | 2024-06-25T03:17:35.254Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2024-06-25T03:17:35.257Z | Planning: Consolidating action changes ... Done |
| 185 | 2024-06-25T03:17:35.512Z | Planning: Evaluating mediators ... Done |
| 186 | 2024-06-25T03:17:35.567Z | Planning: Planning completed in 0.74 seconds |
| 187 | 2024-06-25T03:17:35.599Z | Packages to change: 1 |
| 188 | 2024-06-25T03:17:35.600Z | Mediators to change: 1 |
| 189 | 2024-06-25T03:17:35.600Z | Services to change: 1 |
| 190 | 2024-06-25T03:17:35.603Z | Create boot environment: No |
| 191 | 2024-06-25T03:17:35.603Z | Create backup boot environment: Yes |
| 192 | 2024-06-25T03:17:37.607Z | Actions: 1/6 actions (Updating modified actions) |
| 193 | 2024-06-25T03:17:37.645Z | Actions: Completed 6 actions in 0.04 seconds. |
| 194 | 2024-06-25T03:17:37.645Z | Done |
| 195 | 2024-06-25T03:17:37.648Z | Done |
| 196 | 2024-06-25T03:17:37.712Z | Done |
| 197 | 2024-06-25T03:17:41.187Z | Done |
| 198 | 2024-06-25T03:17:41.273Z | Done |
| 199 | 2024-06-25T03:17:41.273Z | Done |
| 200 | 2024-06-25T03:17:41.554Z | Done |
| 201 | 2024-06-25T03:17:41.977Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2024-06-25T03:17:41.977Z | clang system 15 system |
| 203 | 2024-06-25T03:17:41.977Z | csh system system illumos |
| 204 | 2024-06-25T03:17:41.977Z | ctags system system illumos |
| 205 | 2024-06-25T03:17:41.977Z | gcc vendor 12 vendor |
| 206 | 2024-06-25T03:17:41.977Z | gcc system 10 system |
| 207 | 2024-06-25T03:17:41.977Z | gcc system 7 system |
| 208 | 2024-06-25T03:17:41.977Z | go system 1.20 system |
| 209 | 2024-06-25T03:17:41.977Z | go system 1.19 system |
| 210 | 2024-06-25T03:17:41.977Z | llvm system 15 system |
| 211 | 2024-06-25T03:17:41.977Z | llvm system 14 system |
| 212 | 2024-06-25T03:17:41.977Z | mariadb system 10.6 system |
| 213 | 2024-06-25T03:17:41.977Z | mta vendor vendor dma |
| 214 | 2024-06-25T03:17:41.977Z | openjdk system 17 system |
| 215 | 2024-06-25T03:17:41.977Z | openjdk system 11 system |
| 216 | 2024-06-25T03:17:41.977Z | openjdk system 1.8 system |
| 217 | 2024-06-25T03:17:41.977Z | openssl vendor 3 vendor |
| 218 | 2024-06-25T03:17:41.977Z | perl system 5.36 system |
| 219 | 2024-06-25T03:17:41.977Z | postgresql system 15 system |
| 220 | 2024-06-25T03:17:41.977Z | postgresql system 13 system |
| 221 | 2024-06-25T03:17:41.977Z | python vendor 3 vendor |
| 222 | 2024-06-25T03:17:41.977Z | python system 2 system |
| 223 | 2024-06-25T03:17:41.977Z | python3 system 3.11 system |
| 224 | 2024-06-25T03:17:41.977Z | ruby system 3.0 system |
| 225 | 2024-06-25T03:17:41.977Z | words vendor vendor american-english |
| 226 | 2024-06-25T03:17:41.977Z | words system system australian-english |
| 227 | 2024-06-25T03:17:41.977Z | words system system british-english |
| 228 | 2024-06-25T03:17:41.977Z | words system system canadian-english |
| 229 | 2024-06-25T03:17:41.977Z | words system system french |
| 230 | 2024-06-25T03:17:41.977Z | words system system italian |
| 231 | 2024-06-25T03:17:41.977Z | words system system ngerman |
| 232 | 2024-06-25T03:17:41.977Z | words system system ogerman |
| 233 | 2024-06-25T03:17:41.978Z | words system system spanish |
| 234 | 2024-06-25T03:17:42.297Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2024-06-25T03:17:42.297Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 236 | 2024-06-25T03:17:43.796Z | FMRI IFO |
| 237 | 2024-06-25T03:17:43.796Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 238 | 2024-06-25T03:17:43.796Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 239 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 240 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 241 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 242 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 243 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 244 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 245 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 246 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 247 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 248 | 2024-06-25T03:17:43.797Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 249 | 2024-06-25T03:17:44.152Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
| 250 | 2024-06-25T03:17:44.152Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
| 251 | 2024-06-25T03:17:44.152Z | |
| 252 | 2024-06-25T03:17:44.152Z | Caused by: |
| 253 | 2024-06-25T03:17:44.152Z | failed to load manifest for dependency `nexus-test-utils` |
| 254 | 2024-06-25T03:17:44.152Z | |
| 255 | 2024-06-25T03:17:44.152Z | Caused by: |
| 256 | 2024-06-25T03:17:44.152Z | failed to load manifest for dependency `nexus-db-queries` |
| 257 | 2024-06-25T03:17:44.152Z | |
| 258 | 2024-06-25T03:17:44.152Z | Caused by: |
| 259 | 2024-06-25T03:17:44.152Z | failed to load manifest for dependency `oximeter` |
| 260 | 2024-06-25T03:17:44.152Z | |
| 261 | 2024-06-25T03:17:44.152Z | Caused by: |
| 262 | 2024-06-25T03:17:44.152Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
| 263 | 2024-06-25T03:17:44.152Z | |
| 264 | 2024-06-25T03:17:44.152Z | Caused by: |
| 265 | 2024-06-25T03:17:44.152Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
| 266 | 2024-06-25T03:17:44.152Z | |
| 267 | 2024-06-25T03:17:44.152Z | Caused by: |
| 268 | 2024-06-25T03:17:44.152Z | `dependency.float-ord` was not found in `workspace.dependencies` |
| 269 | 2024-06-25T03:17:44.155Z | Failed to run command -- will try 2 more times |
| 270 | 2024-06-25T03:17:44.224Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
| 271 | 2024-06-25T03:17:44.224Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
| 272 | 2024-06-25T03:17:44.224Z | |
| 273 | 2024-06-25T03:17:44.224Z | Caused by: |
| 274 | 2024-06-25T03:17:44.224Z | failed to load manifest for dependency `nexus-test-utils` |
| 275 | 2024-06-25T03:17:44.224Z | |
| 276 | 2024-06-25T03:17:44.224Z | Caused by: |
| 277 | 2024-06-25T03:17:44.224Z | failed to load manifest for dependency `nexus-db-queries` |
| 278 | 2024-06-25T03:17:44.224Z | |
| 279 | 2024-06-25T03:17:44.224Z | Caused by: |
| 280 | 2024-06-25T03:17:44.224Z | failed to load manifest for dependency `oximeter` |
| 281 | 2024-06-25T03:17:44.224Z | |
| 282 | 2024-06-25T03:17:44.224Z | Caused by: |
| 283 | 2024-06-25T03:17:44.224Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
| 284 | 2024-06-25T03:17:44.224Z | |
| 285 | 2024-06-25T03:17:44.224Z | Caused by: |
| 286 | 2024-06-25T03:17:44.224Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
| 287 | 2024-06-25T03:17:44.224Z | |
| 288 | 2024-06-25T03:17:44.224Z | Caused by: |
| 289 | 2024-06-25T03:17:44.225Z | `dependency.float-ord` was not found in `workspace.dependencies` |
| 290 | 2024-06-25T03:17:44.228Z | Failed to run command -- will try 1 more times |
| 291 | 2024-06-25T03:17:44.296Z | error: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin` |
| 292 | 2024-06-25T03:17:44.296Z | referenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml` |
| 293 | 2024-06-25T03:17:44.296Z | |
| 294 | 2024-06-25T03:17:44.296Z | Caused by: |
| 295 | 2024-06-25T03:17:44.296Z | failed to load manifest for dependency `nexus-test-utils` |
| 296 | 2024-06-25T03:17:44.296Z | |
| 297 | 2024-06-25T03:17:44.296Z | Caused by: |
| 298 | 2024-06-25T03:17:44.296Z | failed to load manifest for dependency `nexus-db-queries` |
| 299 | 2024-06-25T03:17:44.296Z | |
| 300 | 2024-06-25T03:17:44.296Z | Caused by: |
| 301 | 2024-06-25T03:17:44.296Z | failed to load manifest for dependency `oximeter` |
| 302 | 2024-06-25T03:17:44.296Z | |
| 303 | 2024-06-25T03:17:44.296Z | Caused by: |
| 304 | 2024-06-25T03:17:44.296Z | failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml` |
| 305 | 2024-06-25T03:17:44.296Z | |
| 306 | 2024-06-25T03:17:44.296Z | Caused by: |
| 307 | 2024-06-25T03:17:44.296Z | error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord` |
| 308 | 2024-06-25T03:17:44.296Z | |
| 309 | 2024-06-25T03:17:44.296Z | Caused by: |
| 310 | 2024-06-25T03:17:44.296Z | `dependency.float-ord` was not found in `workspace.dependencies` |
| 311 | 2024-06-25T03:17:44.300Z | |
| 312 | 2024-06-25T03:17:44.300Z | real 3:23.525665643 |
| 313 | 2024-06-25T03:17:44.300Z | user 31.121118240 |
| 314 | 2024-06-25T03:17:44.300Z | sys 3.816395448 |
| 315 | 2024-06-25T03:17:44.300Z | trap 0.006436767 |
| 316 | 2024-06-25T03:17:44.300Z | tflt 0.064628867 |
| 317 | 2024-06-25T03:17:44.300Z | dflt 0.111010730 |
| 318 | 2024-06-25T03:17:44.300Z | kflt 0.054816706 |
| 319 | 2024-06-25T03:17:44.300Z | lock 0.000009707 |
| 320 | 2024-06-25T03:17:44.300Z | slp 6:11.737552082 |
| 321 | 2024-06-25T03:17:44.300Z | lat 0.297973450 |
| 322 | 2024-06-25T03:17:44.300Z | stop 0.000391965 |
| 323 | 2024-06-25T03:17:44.300Z | process exited: duration 203677 ms, exit code 101 |
| |
| 324 | 2024-06-25T03:17:44.306Z | found 0 output files |
| 325 | 2024-06-25T03:17:44.306Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 326 | 2024-06-25T03:17:44.306Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 327 | 2024-06-25T03:17:44.306Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |