|
|
|
| 1 | 2024-06-17T21:37:35.041Z | job assigned to worker 01J0M236ANW5EVGP57KH0Y4V2W (queued for 49 s) |
| |
| 2 | 2024-06-17T21:37:43.398Z | starting task 0: "setup" |
| 3 | 2024-06-17T21:37:43.455Z | ++ uname -s |
| 4 | 2024-06-17T21:37:43.458Z | + kern=SunOS |
| 5 | 2024-06-17T21:37:43.458Z | + case "$kern" in |
| 6 | 2024-06-17T21:37:43.458Z | + groupadd -g 12345 build |
| 7 | 2024-06-17T21:37:43.461Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-17T21:37:45.479Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-17T21:37:45.580Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-17T21:37:45.584Z | + home_fs=zfs |
| 11 | 2024-06-17T21:37:45.584Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-17T21:37:45.584Z | + mkdir -p /home/build |
| 13 | 2024-06-17T21:37:45.587Z | + chown build:build /home/build /work |
| 14 | 2024-06-17T21:37:47.588Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-17T21:37:47.590Z | process exited: duration 4191 ms, exit code 0 |
| |
| 16 | 2024-06-17T21:37:47.596Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-17T21:37:47.601Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-17T21:37:47.601Z | ' 1.78.0 |
| 19 | 2024-06-17T21:37:47.604Z | * toolchain channel = "1.78.0" |
| 20 | 2024-06-17T21:37:47.604Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-06-17T21:37:47.604Z | ' default |
| 22 | 2024-06-17T21:37:47.604Z | * toolchain profile = "default" |
| 23 | 2024-06-17T21:37:47.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-17T21:37:47.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-17T21:37:47.715Z | info: downloading installer |
| 26 | 2024-06-17T21:37:49.060Z | info: profile set to 'default' |
| 27 | 2024-06-17T21:37:49.061Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-17T21:37:49.063Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-17T21:37:49.215Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-17T21:37:49.215Z | info: downloading component 'cargo' |
| 31 | 2024-06-17T21:37:50.116Z | info: downloading component 'clippy' |
| 32 | 2024-06-17T21:37:50.415Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-17T21:37:51.593Z | info: downloading component 'rust-std' |
| 34 | 2024-06-17T21:37:53.473Z | info: downloading component 'rustc' |
| 35 | 2024-06-17T21:37:58.241Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-17T21:37:58.498Z | info: installing component 'cargo' |
| 37 | 2024-06-17T21:37:59.396Z | info: installing component 'clippy' |
| 38 | 2024-06-17T21:37:59.791Z | info: installing component 'rust-docs' |
| 39 | 2024-06-17T21:38:01.359Z | info: installing component 'rust-std' |
| 40 | 2024-06-17T21:38:03.215Z | info: installing component 'rustc' |
| 41 | 2024-06-17T21:38:07.853Z | info: installing component 'rustfmt' |
| 42 | 2024-06-17T21:38:08.209Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-17T21:38:08.209Z | |
| 44 | 2024-06-17T21:38:08.471Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-17T21:38:08.471Z | |
| 46 | 2024-06-17T21:38:08.474Z | |
| 47 | 2024-06-17T21:38:08.474Z | Rust is installed now. Great! |
| 48 | 2024-06-17T21:38:08.474Z | |
| 49 | 2024-06-17T21:38:08.474Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-17T21:38:08.474Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-17T21:38:08.474Z | |
| 52 | 2024-06-17T21:38:08.474Z | To configure your current shell, you need to source |
| 53 | 2024-06-17T21:38:08.474Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-17T21:38:08.474Z | |
| 55 | 2024-06-17T21:38:08.474Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-17T21:38:08.474Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-17T21:38:08.474Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-17T21:38:08.546Z | + rustc --version |
| 59 | 2024-06-17T21:38:08.607Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-17T21:38:08.610Z | process exited: duration 21011 ms, exit code 0 |
| |
| 61 | 2024-06-17T21:38:08.616Z | starting task 2: "authentication" |
| 62 | 2024-06-17T21:38:08.637Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-06-17T21:38:08.645Z | starting task 3: "clone repository" |
| 64 | 2024-06-17T21:38:08.650Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-17T21:38:08.653Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-17T21:38:08.809Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-17T21:38:13.728Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-17T21:38:13.728Z | + git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
| 69 | 2024-06-17T21:38:14.038Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-17T21:38:14.038Z | * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD |
| 71 | 2024-06-17T21:38:14.048Z | + [[ -n dap/steno-error-update ]] |
| 72 | 2024-06-17T21:38:14.050Z | ++ git branch --show-current |
| 73 | 2024-06-17T21:38:14.053Z | + current=main |
| 74 | 2024-06-17T21:38:14.053Z | + [[ main != dap/steno-error-update ]] |
| 75 | 2024-06-17T21:38:14.053Z | + git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
| 76 | 2024-06-17T21:38:14.056Z | + git checkout -f dap/steno-error-update |
| 77 | 2024-06-17T21:38:14.193Z | Switched to branch 'dap/steno-error-update' |
| 78 | 2024-06-17T21:38:14.196Z | + git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
| 79 | 2024-06-17T21:38:14.226Z | HEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError |
| 80 | 2024-06-17T21:38:14.231Z | process exited: duration 5580 ms, exit code 0 |
| |
| 81 | 2024-06-17T21:38:14.237Z | starting task 4: "build" |
| 82 | 2024-06-17T21:38:14.241Z | + cargo --version |
| 83 | 2024-06-17T21:38:14.295Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-17T21:38:14.298Z | + rustc --version |
| 85 | 2024-06-17T21:38:14.353Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-17T21:38:14.356Z | + source ./env.sh |
| 87 | 2024-06-17T21:38:14.356Z | ++ set -o xtrace |
| 88 | 2024-06-17T21:38:14.359Z | ++++ dirname ./env.sh |
| 89 | 2024-06-17T21:38:14.361Z | +++ readlink -f . |
| 90 | 2024-06-17T21:38:14.380Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 91 | 2024-06-17T21:38:14.383Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-06-17T21:38:14.383Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-06-17T21:38:14.383Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-06-17T21:38:14.383Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-06-17T21:38:14.383Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-06-17T21:38:14.383Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-06-17T21:38:14.383Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-06-17T21:38:14.383Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-06-17T21:38:14.383Z | ++ unset OMICRON_WS |
| 100 | 2024-06-17T21:38:14.383Z | ++ set +o xtrace |
| 101 | 2024-06-17T21:38:14.398Z | |
| 102 | 2024-06-17T21:38:14.398Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 103 | 2024-06-17T21:38:14.398Z | # # # # # # # # # # # # # # # |
| 104 | 2024-06-17T21:38:14.398Z | # # # # ##### # # ##### # # # # # #### # |
| 105 | 2024-06-17T21:38:14.398Z | ##### ##### # ##### # # # # # # # # # |
| 106 | 2024-06-17T21:38:14.398Z | # # # # # # # # # # # # # # # |
| 107 | 2024-06-17T21:38:14.398Z | # # # ###### # # ###### ### # #### # #### # |
| 108 | 2024-06-17T21:38:14.399Z | |
| 109 | 2024-06-17T21:38:20.544Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 110 | 2024-06-17T21:38:22.525Z | Startup: Caching catalogs ... Done |
| 111 | 2024-06-17T21:38:24.771Z | Planning: Solver setup ... Done (1.769s) |
| 112 | 2024-06-17T21:38:24.806Z | Planning: Running solver ... Done (0.035s) |
| 113 | 2024-06-17T21:38:24.846Z | Planning: Finding local manifests ... Done (0.004s) |
| 114 | 2024-06-17T21:38:24.856Z | Planning: Fetching manifests: 0/4 0% complete |
| 115 | 2024-06-17T21:38:25.114Z | Planning: Fetching manifests: 4/4 100% complete |
| 116 | 2024-06-17T21:38:25.162Z | Planning: Package planning ... Done (0.048s) |
| 117 | 2024-06-17T21:38:25.213Z | Planning: Merging actions ... Done (0.051s) |
| 118 | 2024-06-17T21:38:26.171Z | Planning: Checking for conflicting actions ... Done (0.957s) |
| 119 | 2024-06-17T21:38:26.182Z | Planning: Consolidating action changes ... Done (0.011s) |
| 120 | 2024-06-17T21:38:32.148Z | Planning: Evaluating mediators ... Done (5.964s) |
| 121 | 2024-06-17T21:38:32.155Z | Planning: Planning completed in 9.56 seconds |
| 122 | 2024-06-17T21:38:33.078Z | Packages to install: 4 |
| 123 | 2024-06-17T21:38:33.078Z | Mediators to change: 2 |
| 124 | 2024-06-17T21:38:33.078Z | Services to change: 1 |
| 125 | 2024-06-17T21:38:33.078Z | Estimated space available: 155.77 GB |
| 126 | 2024-06-17T21:38:33.078Z | Estimated space to be consumed: 1.45 GB |
| 127 | 2024-06-17T21:38:33.081Z | Create boot environment: No |
| 128 | 2024-06-17T21:38:33.081Z | Create backup boot environment: No |
| 129 | 2024-06-17T21:38:33.081Z | Rebuild boot archive: No |
| 130 | 2024-06-17T21:38:33.081Z | |
| 131 | 2024-06-17T21:38:33.081Z | Changed mediators: |
| 132 | 2024-06-17T21:38:33.081Z | mediator clang: |
| 133 | 2024-06-17T21:38:33.081Z | version: None -> 15 (system default) |
| 134 | 2024-06-17T21:38:33.081Z | |
| 135 | 2024-06-17T21:38:33.081Z | mediator llvm: |
| 136 | 2024-06-17T21:38:33.081Z | version: 14 (system default) -> 15 (system default) |
| 137 | 2024-06-17T21:38:33.081Z | |
| 138 | 2024-06-17T21:38:33.081Z | Changed packages: |
| 139 | 2024-06-17T21:38:33.081Z | helios-dev |
| 140 | 2024-06-17T21:38:33.081Z | developer/build-essential |
| 141 | 2024-06-17T21:38:33.081Z | None -> 11-2.0 |
| 142 | 2024-06-17T21:38:33.081Z | library/libxmlsec1 |
| 143 | 2024-06-17T21:38:33.081Z | None -> 1.2.35-2.0 |
| 144 | 2024-06-17T21:38:33.081Z | ooce/developer/clang-15 |
| 145 | 2024-06-17T21:38:33.081Z | None -> 15.0.7-2.0 |
| 146 | 2024-06-17T21:38:33.081Z | ooce/developer/llvm-15 |
| 147 | 2024-06-17T21:38:33.081Z | None -> 15.0.7-2.0 |
| 148 | 2024-06-17T21:38:33.081Z | |
| 149 | 2024-06-17T21:38:33.081Z | Services: |
| 150 | 2024-06-17T21:38:33.081Z | restart_fmri: |
| 151 | 2024-06-17T21:38:33.081Z | svc:/system/update-man-index:default |
| 152 | 2024-06-17T21:38:33.220Z | |
| 153 | 2024-06-17T21:38:33.220Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 154 | 2024-06-17T21:38:38.222Z | Download: 1502/3290 items 117.4/212.6MB 55% complete (23.7M/s) |
| 155 | 2024-06-17T21:38:43.222Z | Download: 3145/3290 items 156.3/212.6MB 73% complete (15.6M/s) |
| 156 | 2024-06-17T21:38:48.035Z | Download: Completed 212.60 MB in 14.81 seconds (14.3M/s) |
| 157 | 2024-06-17T21:38:48.504Z | Actions: 1/3689 actions (Installing new actions) |
| 158 | 2024-06-17T21:38:53.557Z | Actions: 3588/3689 actions (Installing new actions) |
| 159 | 2024-06-17T21:38:53.999Z | Actions: Completed 3689 actions in 5.49 seconds. |
| 160 | 2024-06-17T21:38:54.134Z | Done (0.130s) |
| 161 | 2024-06-17T21:38:54.134Z | Done (0.000s) |
| 162 | 2024-06-17T21:38:54.447Z | Done (0.312s) |
| 163 | 2024-06-17T21:39:00.052Z | Done (5.449s) |
| 164 | 2024-06-17T21:39:00.297Z | Done (0.176s) |
| 165 | 2024-06-17T21:39:00.300Z | Done (0.000s) |
| 166 | 2024-06-17T21:39:00.491Z | Done (0.000s) |
| 167 | 2024-06-17T21:39:01.044Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2024-06-17T21:39:01.208Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2024-06-17T21:39:01.211Z | Planning: Consolidating action changes ... Done |
| 170 | 2024-06-17T21:39:01.472Z | Planning: Evaluating mediators ... Done |
| 171 | 2024-06-17T21:39:01.475Z | Planning: Planning completed in 0.43 seconds |
| 172 | 2024-06-17T21:39:01.505Z | Mediators to change: 2 |
| 173 | 2024-06-17T21:39:01.505Z | Create boot environment: No |
| 174 | 2024-06-17T21:39:01.505Z | Create backup boot environment: No |
| 175 | 2024-06-17T21:39:01.577Z | Done |
| 176 | 2024-06-17T21:39:01.577Z | Done |
| 177 | 2024-06-17T21:39:01.800Z | Done |
| 178 | 2024-06-17T21:39:05.368Z | Done |
| 179 | 2024-06-17T21:39:05.454Z | Done |
| 180 | 2024-06-17T21:39:05.457Z | Done |
| 181 | 2024-06-17T21:39:05.618Z | Done |
| 182 | 2024-06-17T21:39:06.245Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2024-06-17T21:39:06.248Z | Planning: Merging actions ... Done |
| 184 | 2024-06-17T21:39:06.441Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2024-06-17T21:39:06.445Z | Planning: Consolidating action changes ... Done |
| 186 | 2024-06-17T21:39:06.708Z | Planning: Evaluating mediators ... Done |
| 187 | 2024-06-17T21:39:06.762Z | Planning: Planning completed in 0.76 seconds |
| 188 | 2024-06-17T21:39:06.797Z | Packages to change: 1 |
| 189 | 2024-06-17T21:39:06.797Z | Mediators to change: 1 |
| 190 | 2024-06-17T21:39:06.797Z | Services to change: 1 |
| 191 | 2024-06-17T21:39:06.800Z | Create boot environment: No |
| 192 | 2024-06-17T21:39:06.800Z | Create backup boot environment: Yes |
| 193 | 2024-06-17T21:39:08.914Z | Actions: 1/6 actions (Updating modified actions) |
| 194 | 2024-06-17T21:39:08.987Z | Actions: Completed 6 actions in 0.07 seconds. |
| 195 | 2024-06-17T21:39:08.987Z | Done |
| 196 | 2024-06-17T21:39:08.987Z | Done |
| 197 | 2024-06-17T21:39:09.052Z | Done |
| 198 | 2024-06-17T21:39:12.613Z | Done |
| 199 | 2024-06-17T21:39:12.699Z | Done |
| 200 | 2024-06-17T21:39:12.702Z | Done |
| 201 | 2024-06-17T21:39:12.866Z | Done |
| 202 | 2024-06-17T21:39:13.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 203 | 2024-06-17T21:39:13.290Z | clang system 15 system |
| 204 | 2024-06-17T21:39:13.290Z | csh system system illumos |
| 205 | 2024-06-17T21:39:13.290Z | ctags system system illumos |
| 206 | 2024-06-17T21:39:13.290Z | gcc vendor 12 vendor |
| 207 | 2024-06-17T21:39:13.290Z | gcc system 10 system |
| 208 | 2024-06-17T21:39:13.290Z | gcc system 7 system |
| 209 | 2024-06-17T21:39:13.290Z | go system 1.20 system |
| 210 | 2024-06-17T21:39:13.290Z | go system 1.19 system |
| 211 | 2024-06-17T21:39:13.290Z | llvm system 15 system |
| 212 | 2024-06-17T21:39:13.290Z | llvm system 14 system |
| 213 | 2024-06-17T21:39:13.290Z | mariadb system 10.6 system |
| 214 | 2024-06-17T21:39:13.290Z | mta vendor vendor dma |
| 215 | 2024-06-17T21:39:13.290Z | openjdk system 17 system |
| 216 | 2024-06-17T21:39:13.290Z | openjdk system 11 system |
| 217 | 2024-06-17T21:39:13.290Z | openjdk system 1.8 system |
| 218 | 2024-06-17T21:39:13.290Z | openssl vendor 3 vendor |
| 219 | 2024-06-17T21:39:13.290Z | perl system 5.36 system |
| 220 | 2024-06-17T21:39:13.290Z | postgresql system 15 system |
| 221 | 2024-06-17T21:39:13.290Z | postgresql system 13 system |
| 222 | 2024-06-17T21:39:13.290Z | python vendor 3 vendor |
| 223 | 2024-06-17T21:39:13.291Z | python system 2 system |
| 224 | 2024-06-17T21:39:13.291Z | python3 system 3.11 system |
| 225 | 2024-06-17T21:39:13.291Z | ruby system 3.0 system |
| 226 | 2024-06-17T21:39:13.291Z | words vendor vendor american-english |
| 227 | 2024-06-17T21:39:13.291Z | words system system australian-english |
| 228 | 2024-06-17T21:39:13.291Z | words system system british-english |
| 229 | 2024-06-17T21:39:13.291Z | words system system canadian-english |
| 230 | 2024-06-17T21:39:13.291Z | words system system french |
| 231 | 2024-06-17T21:39:13.291Z | words system system italian |
| 232 | 2024-06-17T21:39:13.291Z | words system system ngerman |
| 233 | 2024-06-17T21:39:13.291Z | words system system ogerman |
| 234 | 2024-06-17T21:39:13.291Z | words system system spanish |
| 235 | 2024-06-17T21:39:13.621Z | PUBLISHER TYPE STATUS P LOCATION |
| 236 | 2024-06-17T21:39:13.621Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 237 | 2024-06-17T21:39:15.098Z | FMRI IFO |
| 238 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 239 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 240 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 241 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 242 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 243 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 244 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 245 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 246 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 247 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 248 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 249 | 2024-06-17T21:39:15.098Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 250 | 2024-06-17T21:39:15.608Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 251 | 2024-06-17T21:39:15.924Z | error: failed to load source for dependency `steno` |
| 252 | 2024-06-17T21:39:15.924Z | |
| 253 | 2024-06-17T21:39:15.924Z | Caused by: |
| 254 | 2024-06-17T21:39:15.924Z | Unable to update /work/oxidecomputer/steno-errors |
| 255 | 2024-06-17T21:39:15.924Z | |
| 256 | 2024-06-17T21:39:15.924Z | Caused by: |
| 257 | 2024-06-17T21:39:15.924Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
| 258 | 2024-06-17T21:39:15.924Z | |
| 259 | 2024-06-17T21:39:15.924Z | Caused by: |
| 260 | 2024-06-17T21:39:15.927Z | No such file or directory (os error 2) |
| 261 | 2024-06-17T21:39:15.930Z | Failed to run command -- will try 2 more times |
| 262 | 2024-06-17T21:39:16.119Z | error: failed to load source for dependency `steno` |
| 263 | 2024-06-17T21:39:16.119Z | |
| 264 | 2024-06-17T21:39:16.119Z | Caused by: |
| 265 | 2024-06-17T21:39:16.119Z | Unable to update /work/oxidecomputer/steno-errors |
| 266 | 2024-06-17T21:39:16.119Z | |
| 267 | 2024-06-17T21:39:16.119Z | Caused by: |
| 268 | 2024-06-17T21:39:16.119Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
| 269 | 2024-06-17T21:39:16.119Z | |
| 270 | 2024-06-17T21:39:16.119Z | Caused by: |
| 271 | 2024-06-17T21:39:16.119Z | No such file or directory (os error 2) |
| 272 | 2024-06-17T21:39:16.124Z | Failed to run command -- will try 1 more times |
| 273 | 2024-06-17T21:39:16.316Z | error: failed to load source for dependency `steno` |
| 274 | 2024-06-17T21:39:16.316Z | |
| 275 | 2024-06-17T21:39:16.316Z | Caused by: |
| 276 | 2024-06-17T21:39:16.316Z | Unable to update /work/oxidecomputer/steno-errors |
| 277 | 2024-06-17T21:39:16.316Z | |
| 278 | 2024-06-17T21:39:16.316Z | Caused by: |
| 279 | 2024-06-17T21:39:16.316Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
| 280 | 2024-06-17T21:39:16.316Z | |
| 281 | 2024-06-17T21:39:16.316Z | Caused by: |
| 282 | 2024-06-17T21:39:16.316Z | No such file or directory (os error 2) |
| 283 | 2024-06-17T21:39:16.321Z | |
| 284 | 2024-06-17T21:39:16.324Z | real 1:01.897094637 |
| 285 | 2024-06-17T21:39:16.324Z | user 31.069975828 |
| 286 | 2024-06-17T21:39:16.324Z | sys 3.933011242 |
| 287 | 2024-06-17T21:39:16.324Z | trap 0.007267437 |
| 288 | 2024-06-17T21:39:16.324Z | tflt 0.070923900 |
| 289 | 2024-06-17T21:39:16.324Z | dflt 0.150419153 |
| 290 | 2024-06-17T21:39:16.324Z | kflt 0.044715010 |
| 291 | 2024-06-17T21:39:16.324Z | lock 0.000000000 |
| 292 | 2024-06-17T21:39:16.324Z | slp 1:28.643284126 |
| 293 | 2024-06-17T21:39:16.325Z | lat 0.199897181 |
| 294 | 2024-06-17T21:39:16.325Z | stop 0.000661819 |
| 295 | 2024-06-17T21:39:16.325Z | process exited: duration 62081 ms, exit code 101 |
| |
| 296 | 2024-06-17T21:39:16.330Z | found 0 output files |