|
|
|
| 1 | 2026-08-07T23:34:34.694Z | job assigned to worker 01KZF96WDR808JXPGEVPCX16MM [factory aws, i-07a8c76eda28f4037] (queued for 59 s) |
| |
| 2 | 2026-08-07T23:34:40.981Z | starting task 0: "setup" |
| 3 | 2026-08-07T23:34:40.986Z | ++ uname -s |
| 4 | 2026-08-07T23:34:40.989Z | + kern=SunOS |
| 5 | 2026-08-07T23:34:40.989Z | + build_user=build |
| 6 | 2026-08-07T23:34:40.989Z | + build_uid=12345 |
| 7 | 2026-08-07T23:34:40.989Z | + work_dir=/work |
| 8 | 2026-08-07T23:34:40.989Z | + input_dir=/input |
| 9 | 2026-08-07T23:34:40.989Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-07T23:34:40.989Z | + case "$kern" in |
| 11 | 2026-08-07T23:34:40.989Z | + groupadd -g 12345 build |
| 12 | 2026-08-07T23:34:40.993Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-07T23:34:42.995Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-07T23:34:43.071Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-07T23:34:43.074Z | + home_fs=zfs |
| 16 | 2026-08-07T23:34:43.074Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-07T23:34:43.074Z | + mkdir -p /home/build |
| 18 | 2026-08-07T23:34:43.074Z | + chown build:build /home/build /work |
| 19 | 2026-08-07T23:34:45.075Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-07T23:34:45.078Z | process exited: duration 4094 ms, exit code 0 |
| |
| 21 | 2026-08-07T23:34:45.084Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-07T23:34:45.087Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-07T23:34:45.087Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-07T23:34:45.087Z | * rust toolchain channel = "stable" |
| 25 | 2026-08-07T23:34:45.087Z | * rust toolchain profile = "default" |
| 26 | 2026-08-07T23:34:45.087Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-07T23:34:45.087Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-07T23:34:45.090Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-07T23:34:45.090Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-07T23:34:45.186Z | info: downloading installer |
| 31 | 2026-08-07T23:34:46.523Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-07T23:34:46.523Z | warn: /opt/ooce/bin |
| 33 | 2026-08-07T23:34:46.523Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-07T23:34:46.523Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-07T23:34:46.523Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-07T23:34:46.523Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-07T23:34:46.523Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-07T23:34:46.523Z | error: cannot install while Rust is installed |
| 39 | 2026-08-07T23:34:46.523Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-07T23:34:46.523Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-07T23:34:46.523Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-07T23:34:46.523Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-07T23:34:46.523Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-07T23:34:46.536Z | info: profile set to default |
| 45 | 2026-08-07T23:34:46.536Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-07T23:34:46.539Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-08-07T23:34:46.677Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-07T23:34:46.680Z | info: downloading 6 components |
| 49 | 2026-08-07T23:35:00.560Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-08-07T23:35:00.560Z | |
| 51 | 2026-08-07T23:35:00.590Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-07T23:35:00.590Z | |
| 53 | 2026-08-07T23:35:00.590Z | |
| 54 | 2026-08-07T23:35:00.590Z | Rust is installed now. Great! |
| 55 | 2026-08-07T23:35:00.590Z | |
| 56 | 2026-08-07T23:35:00.593Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-07T23:35:00.593Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-07T23:35:00.593Z | |
| 59 | 2026-08-07T23:35:00.593Z | To configure your current shell, you need to source |
| 60 | 2026-08-07T23:35:00.593Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-07T23:35:00.593Z | |
| 62 | 2026-08-07T23:35:00.593Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-07T23:35:00.593Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-07T23:35:00.593Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-07T23:35:00.593Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-07T23:35:00.593Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-07T23:35:00.593Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-07T23:35:00.593Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-07T23:35:00.593Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-07T23:35:00.593Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-07T23:35:00.681Z | + rustup --version |
| 72 | 2026-08-07T23:35:00.690Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-07T23:35:00.693Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-07T23:35:00.711Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-07T23:35:00.714Z | + cargo --version |
| 76 | 2026-08-07T23:35:00.728Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-07T23:35:00.731Z | + rustc --version |
| 78 | 2026-08-07T23:35:00.749Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-07T23:35:00.752Z | process exited: duration 15664 ms, exit code 0 |
| |
| 80 | 2026-08-07T23:35:00.758Z | starting task 2: "authentication" |
| 81 | 2026-08-07T23:35:00.774Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-07T23:35:00.780Z | starting task 3: "clone repository" |
| 83 | 2026-08-07T23:35:00.783Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-08-07T23:35:00.786Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-08-07T23:35:00.818Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-08-07T23:35:02.164Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-08-07T23:35:02.164Z | + git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc |
| 88 | 2026-08-07T23:35:02.728Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-08-07T23:35:02.728Z | * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD |
| 90 | 2026-08-07T23:35:02.735Z | + [[ -n trey/md5-auth-key ]] |
| 91 | 2026-08-07T23:35:02.738Z | ++ git branch --show-current |
| 92 | 2026-08-07T23:35:02.738Z | + current=main |
| 93 | 2026-08-07T23:35:02.738Z | + [[ main != trey/md5-auth-key ]] |
| 94 | 2026-08-07T23:35:02.738Z | + git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc |
| 95 | 2026-08-07T23:35:02.742Z | + git checkout -f trey/md5-auth-key |
| 96 | 2026-08-07T23:35:02.759Z | Switched to branch 'trey/md5-auth-key' |
| 97 | 2026-08-07T23:35:02.762Z | + git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc |
| 98 | 2026-08-07T23:35:02.768Z | HEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key |
| 99 | 2026-08-07T23:35:02.771Z | process exited: duration 1987 ms, exit code 0 |
| |
| 100 | 2026-08-07T23:35:02.777Z | starting task 4: "build" |
| 101 | 2026-08-07T23:35:02.781Z | checking mg-admin-client |
| 102 | 2026-08-07T23:35:02.784Z | /work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite |
| 103 | 2026-08-07T23:35:02.787Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 104 | 2026-08-07T23:35:02.918Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 105 | 2026-08-07T23:35:02.921Z | info: downloading 6 components |
| 106 | 2026-08-07T23:35:16.925Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 107 | 2026-08-07T23:35:18.038Z | From https://github.com/oxidecomputer/falcon |
| 108 | 2026-08-07T23:35:18.038Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 109 | 2026-08-07T23:35:18.114Z | Updating crates.io index |
| 110 | 2026-08-07T23:35:18.117Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 111 | 2026-08-07T23:35:18.577Z | From https://github.com/oxidecomputer/dendrite |
| 112 | 2026-08-07T23:35:18.577Z | * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6 |
| 113 | 2026-08-07T23:35:18.612Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 114 | 2026-08-07T23:35:18.934Z | From https://github.com/oxidecomputer/ispf |
| 115 | 2026-08-07T23:35:18.934Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 116 | 2026-08-07T23:35:18.940Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 117 | 2026-08-07T23:35:19.372Z | From https://github.com/oxidecomputer/netadm-sys |
| 118 | 2026-08-07T23:35:19.372Z | * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43 |
| 119 | 2026-08-07T23:35:19.379Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 120 | 2026-08-07T23:35:25.140Z | From https://github.com/oxidecomputer/omicron |
| 121 | 2026-08-07T23:35:25.140Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 122 | 2026-08-07T23:35:25.555Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 123 | 2026-08-07T23:35:26.329Z | From https://github.com/oxidecomputer/opte |
| 124 | 2026-08-07T23:35:26.329Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 125 | 2026-08-07T23:35:26.358Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2026-08-07T23:35:26.749Z | From https://github.com/oxidecomputer/slog-error-chain |
| 127 | 2026-08-07T23:35:26.749Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 128 | 2026-08-07T23:35:26.758Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 129 | 2026-08-07T23:35:27.094Z | From https://github.com/illumos/smf-rs |
| 130 | 2026-08-07T23:35:27.094Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 131 | 2026-08-07T23:35:27.102Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 132 | 2026-08-07T23:35:27.530Z | From https://github.com/oxidecomputer/network-interface |
| 133 | 2026-08-07T23:35:27.530Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 134 | 2026-08-07T23:35:27.537Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 135 | 2026-08-07T23:35:27.844Z | From https://github.com/oxidecomputer/zone |
| 136 | 2026-08-07T23:35:27.844Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 137 | 2026-08-07T23:35:27.850Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 138 | 2026-08-07T23:35:28.485Z | From https://github.com/oxidecomputer/propolis |
| 139 | 2026-08-07T23:35:28.485Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 140 | 2026-08-07T23:35:28.527Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 141 | 2026-08-07T23:35:29.089Z | From https://github.com/oxidecomputer/transceiver-control |
| 142 | 2026-08-07T23:35:29.089Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 143 | 2026-08-07T23:35:29.099Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-08-07T23:35:29.421Z | From https://github.com/oxidecomputer/dlpi-sys |
| 145 | 2026-08-07T23:35:29.421Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 146 | 2026-08-07T23:35:29.426Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 147 | 2026-08-07T23:35:29.793Z | From https://github.com/jmesmon/rust-libzfs |
| 148 | 2026-08-07T23:35:29.793Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 149 | 2026-08-07T23:35:29.799Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 150 | 2026-08-07T23:35:30.113Z | From https://github.com/oxidecomputer/rusty-doors |
| 151 | 2026-08-07T23:35:30.113Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 152 | 2026-08-07T23:35:30.119Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 153 | 2026-08-07T23:35:30.498Z | From https://github.com/oxidecomputer/lldp |
| 154 | 2026-08-07T23:35:30.498Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 155 | 2026-08-07T23:35:30.509Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 156 | 2026-08-07T23:35:30.913Z | From https://github.com/oxidecomputer/tufaceous |
| 157 | 2026-08-07T23:35:30.913Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 158 | 2026-08-07T23:35:30.923Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 159 | 2026-08-07T23:35:31.435Z | From https://github.com/oxidecomputer/management-gateway-service |
| 160 | 2026-08-07T23:35:31.435Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 161 | 2026-08-07T23:35:31.448Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 162 | 2026-08-07T23:35:32.290Z | From https://github.com/oxidecomputer/crucible |
| 163 | 2026-08-07T23:35:32.290Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 164 | 2026-08-07T23:35:32.333Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 165 | 2026-08-07T23:35:32.680Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 166 | 2026-08-07T23:35:32.680Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 167 | 2026-08-07T23:35:32.689Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 168 | 2026-08-07T23:35:33.158Z | From https://github.com/oxidecomputer/propolis |
| 169 | 2026-08-07T23:35:33.158Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 170 | 2026-08-07T23:35:33.200Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 171 | 2026-08-07T23:35:33.808Z | From https://github.com/oxidecomputer/crucible |
| 172 | 2026-08-07T23:35:33.808Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 173 | 2026-08-07T23:35:33.872Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 174 | 2026-08-07T23:35:34.306Z | From https://github.com/oxidecomputer/tofino |
| 175 | 2026-08-07T23:35:34.306Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 176 | 2026-08-07T23:35:34.316Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 177 | 2026-08-07T23:35:35.007Z | From https://github.com/oxidecomputer/maghemite |
| 178 | 2026-08-07T23:35:35.007Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 179 | 2026-08-07T23:35:35.039Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 180 | 2026-08-07T23:35:35.391Z | From https://github.com/oxidecomputer/clickward |
| 181 | 2026-08-07T23:35:35.391Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 182 | 2026-08-07T23:35:35.397Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 183 | 2026-08-07T23:35:35.966Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 184 | 2026-08-07T23:35:35.966Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 185 | 2026-08-07T23:35:37.801Z | Downloading crates ... |
| 186 | 2026-08-07T23:35:37.846Z | Downloaded cfg_aliases v0.2.1 |
| 187 | 2026-08-07T23:35:37.864Z | Downloaded colored v3.1.1 |
| 188 | 2026-08-07T23:35:37.867Z | Downloaded dunce v1.0.5 |
| 189 | 2026-08-07T23:35:37.871Z | Downloaded cpufeatures v0.3.0 |
| 190 | 2026-08-07T23:35:37.874Z | Downloaded sync_wrapper v1.0.2 |
| 191 | 2026-08-07T23:35:37.874Z | Downloaded futures-core v0.3.32 |
| 192 | 2026-08-07T23:35:37.881Z | Downloaded cmake v0.1.58 |
| 193 | 2026-08-07T23:35:37.884Z | Downloaded displaydoc v0.2.6 |
| 194 | 2026-08-07T23:35:37.887Z | Downloaded form_urlencoded v1.2.2 |
| 195 | 2026-08-07T23:35:37.890Z | Downloaded futures-io v0.3.32 |
| 196 | 2026-08-07T23:35:37.893Z | Downloaded heck v0.5.0 |
| 197 | 2026-08-07T23:35:37.893Z | Downloaded idna_adapter v1.2.2 |
| 198 | 2026-08-07T23:35:37.896Z | Downloaded serde v1.0.229 |
| 199 | 2026-08-07T23:35:37.899Z | Downloaded rustls-platform-verifier v0.7.0 |
| 200 | 2026-08-07T23:35:37.899Z | Downloaded http-body-util v0.1.4 |
| 201 | 2026-08-07T23:35:37.902Z | Downloaded zmij v1.0.21 |
| 202 | 2026-08-07T23:35:37.902Z | Downloaded chacha20 v0.10.0 |
| 203 | 2026-08-07T23:35:37.907Z | Downloaded shlex v2.0.1 |
| 204 | 2026-08-07T23:35:37.910Z | Downloaded futures-macro v0.3.32 |
| 205 | 2026-08-07T23:35:37.913Z | Downloaded atomic-waker v1.1.2 |
| 206 | 2026-08-07T23:35:37.913Z | Downloaded autocfg v1.5.1 |
| 207 | 2026-08-07T23:35:37.913Z | Downloaded thiserror v2.0.19 |
| 208 | 2026-08-07T23:35:37.916Z | Downloaded proc-macro-crate v3.5.0 |
| 209 | 2026-08-07T23:35:37.919Z | Downloaded utf8_iter v1.0.4 |
| 210 | 2026-08-07T23:35:37.921Z | Downloaded stable_deref_trait v1.2.1 |
| 211 | 2026-08-07T23:35:37.924Z | Downloaded serde_urlencoded v0.7.1 |
| 212 | 2026-08-07T23:35:37.927Z | Downloaded want v0.3.1 |
| 213 | 2026-08-07T23:35:37.927Z | Downloaded find-msvc-tools v0.1.9 |
| 214 | 2026-08-07T23:35:37.930Z | Downloaded try-lock v0.2.5 |
| 215 | 2026-08-07T23:35:37.930Z | Downloaded typify-macro v0.6.2 |
| 216 | 2026-08-07T23:35:37.933Z | Downloaded futures-channel v0.3.32 |
| 217 | 2026-08-07T23:35:37.936Z | Downloaded dyn-clone v1.0.20 |
| 218 | 2026-08-07T23:35:37.936Z | Downloaded lru-slab v0.1.2 |
| 219 | 2026-08-07T23:35:37.940Z | Downloaded cfg-if v1.0.4 |
| 220 | 2026-08-07T23:35:37.943Z | Downloaded equivalent v1.0.2 |
| 221 | 2026-08-07T23:35:37.943Z | Downloaded futures-sink v0.3.32 |
| 222 | 2026-08-07T23:35:37.943Z | Downloaded tower-service v0.3.3 |
| 223 | 2026-08-07T23:35:37.946Z | Downloaded untrusted v0.9.0 |
| 224 | 2026-08-07T23:35:37.949Z | Downloaded progenitor-client v0.14.0 |
| 225 | 2026-08-07T23:35:37.949Z | Downloaded rand_pcg v0.10.2 |
| 226 | 2026-08-07T23:35:37.952Z | Downloaded subtle v2.6.1 |
| 227 | 2026-08-07T23:35:37.955Z | Downloaded erased-serde v0.3.31 |
| 228 | 2026-08-07T23:35:37.960Z | Downloaded serde_tokenstream v0.2.3 |
| 229 | 2026-08-07T23:35:37.963Z | Downloaded http-body v1.0.1 |
| 230 | 2026-08-07T23:35:37.966Z | Downloaded serde_core v1.0.229 |
| 231 | 2026-08-07T23:35:37.966Z | Downloaded socket2 v0.6.5 |
| 232 | 2026-08-07T23:35:37.969Z | Downloaded tabwriter v1.4.1 |
| 233 | 2026-08-07T23:35:37.969Z | Downloaded zerofrom-derive v0.1.7 |
| 234 | 2026-08-07T23:35:37.970Z | Downloaded openssl-probe v0.2.1 |
| 235 | 2026-08-07T23:35:37.970Z | Downloaded tower-layer v0.3.3 |
| 236 | 2026-08-07T23:35:37.972Z | Downloaded itoa v1.0.18 |
| 237 | 2026-08-07T23:35:37.972Z | Downloaded potential_utf v0.1.5 |
| 238 | 2026-08-07T23:35:37.972Z | Downloaded yoke-derive v0.8.2 |
| 239 | 2026-08-07T23:35:37.982Z | Downloaded progenitor-macro v0.14.0 |
| 240 | 2026-08-07T23:35:37.982Z | Downloaded zerofrom v0.1.8 |
| 241 | 2026-08-07T23:35:37.985Z | Downloaded tinyvec_macros v0.1.1 |
| 242 | 2026-08-07T23:35:37.985Z | Downloaded percent-encoding v2.3.2 |
| 243 | 2026-08-07T23:35:37.985Z | Downloaded rustc-hash v2.1.2 |
| 244 | 2026-08-07T23:35:37.985Z | Downloaded slab v0.4.12 |
| 245 | 2026-08-07T23:35:37.989Z | Downloaded tinystr v0.8.3 |
| 246 | 2026-08-07T23:35:37.997Z | Downloaded progenitor v0.14.0 |
| 247 | 2026-08-07T23:35:38.001Z | Downloaded schemars_derive v0.8.22 |
| 248 | 2026-08-07T23:35:38.001Z | Downloaded hyper-rustls v0.27.9 |
| 249 | 2026-08-07T23:35:38.001Z | Downloaded oxnet v0.1.6 |
| 250 | 2026-08-07T23:35:38.005Z | Downloaded allocator-api2 v0.2.21 |
| 251 | 2026-08-07T23:35:38.009Z | Downloaded rustversion v1.0.22 |
| 252 | 2026-08-07T23:35:38.012Z | Downloaded foldhash v0.2.0 |
| 253 | 2026-08-07T23:35:38.012Z | Downloaded futures-task v0.3.32 |
| 254 | 2026-08-07T23:35:38.012Z | Downloaded pin-project-lite v0.2.17 |
| 255 | 2026-08-07T23:35:38.015Z | Downloaded rustls-native-certs v0.8.4 |
| 256 | 2026-08-07T23:35:38.017Z | Downloaded ipnet v2.12.0 |
| 257 | 2026-08-07T23:35:38.020Z | Downloaded getrandom v0.2.17 |
| 258 | 2026-08-07T23:35:38.020Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 259 | 2026-08-07T23:35:38.020Z | Downloaded zeroize v1.8.2 |
| 260 | 2026-08-07T23:35:38.023Z | Downloaded iana-time-zone v0.1.65 |
| 261 | 2026-08-07T23:35:38.023Z | Downloaded anyhow v1.0.104 |
| 262 | 2026-08-07T23:35:38.026Z | Downloaded zerovec-derive v0.11.3 |
| 263 | 2026-08-07T23:35:38.026Z | Downloaded rand_core v0.10.1 |
| 264 | 2026-08-07T23:35:38.026Z | Downloaded httparse v1.10.1 |
| 265 | 2026-08-07T23:35:38.029Z | Downloaded serde_derive_internals v0.29.1 |
| 266 | 2026-08-07T23:35:38.034Z | Downloaded fs_extra v1.3.0 |
| 267 | 2026-08-07T23:35:38.037Z | Downloaded quote v1.0.45 |
| 268 | 2026-08-07T23:35:38.040Z | Downloaded num_enum_derive v0.7.6 |
| 269 | 2026-08-07T23:35:38.042Z | Downloaded semver v1.0.28 |
| 270 | 2026-08-07T23:35:38.042Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-08-07T23:35:38.045Z | Downloaded thiserror-impl v2.0.19 |
| 272 | 2026-08-07T23:35:38.048Z | Downloaded writeable v0.6.3 |
| 273 | 2026-08-07T23:35:38.048Z | Downloaded num_enum v0.7.6 |
| 274 | 2026-08-07T23:35:38.051Z | Downloaded jobserver v0.1.34 |
| 275 | 2026-08-07T23:35:38.051Z | Downloaded tokio-rustls v0.26.4 |
| 276 | 2026-08-07T23:35:38.054Z | Downloaded smallvec v1.15.1 |
| 277 | 2026-08-07T23:35:38.066Z | Downloaded slog v2.8.2 |
| 278 | 2026-08-07T23:35:38.069Z | Downloaded synstructure v0.13.2 |
| 279 | 2026-08-07T23:35:38.069Z | Downloaded typify v0.6.2 |
| 280 | 2026-08-07T23:35:38.073Z | Downloaded rustls-pki-types v1.14.1 |
| 281 | 2026-08-07T23:35:38.076Z | Downloaded serde_derive v1.0.229 |
| 282 | 2026-08-07T23:35:38.078Z | Downloaded unicode-ident v1.0.24 |
| 283 | 2026-08-07T23:35:38.078Z | Downloaded unsafe-libyaml v0.2.11 |
| 284 | 2026-08-07T23:35:38.081Z | Downloaded getrandom v0.4.2 |
| 285 | 2026-08-07T23:35:38.082Z | Downloaded tinyvec v1.11.0 |
| 286 | 2026-08-07T23:35:38.085Z | Downloaded uuid v1.24.0 |
| 287 | 2026-08-07T23:35:38.088Z | Downloaded yoke v0.8.3 |
| 288 | 2026-08-07T23:35:38.091Z | Downloaded tracing-core v0.1.36 |
| 289 | 2026-08-07T23:35:38.094Z | Downloaded quinn-udp v0.5.14 |
| 290 | 2026-08-07T23:35:38.094Z | Downloaded schemars v0.8.22 |
| 291 | 2026-08-07T23:35:38.100Z | Downloaded litemap v0.8.2 |
| 292 | 2026-08-07T23:35:38.105Z | Downloaded base64 v0.22.1 |
| 293 | 2026-08-07T23:35:38.108Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 294 | 2026-08-07T23:35:38.111Z | Downloaded serde_yaml v0.9.34+deprecated |
| 295 | 2026-08-07T23:35:38.114Z | Downloaded icu_locale_core v2.2.0 |
| 296 | 2026-08-07T23:35:38.116Z | Downloaded ryu v1.0.23 |
| 297 | 2026-08-07T23:35:38.117Z | Downloaded url v2.5.8 |
| 298 | 2026-08-07T23:35:38.122Z | Downloaded zerotrie v0.2.4 |
| 299 | 2026-08-07T23:35:38.127Z | Downloaded icu_provider v2.2.0 |
| 300 | 2026-08-07T23:35:38.135Z | Downloaded proc-macro2 v1.0.106 |
| 301 | 2026-08-07T23:35:38.138Z | Downloaded tower v0.5.3 |
| 302 | 2026-08-07T23:35:38.141Z | Downloaded num-traits v0.2.19 |
| 303 | 2026-08-07T23:35:38.144Z | Downloaded once_cell v1.21.4 |
| 304 | 2026-08-07T23:35:38.144Z | Downloaded bitflags v2.12.1 |
| 305 | 2026-08-07T23:35:38.147Z | Downloaded tokio-util v0.7.18 |
| 306 | 2026-08-07T23:35:38.150Z | Downloaded rustls-webpki v0.103.13 |
| 307 | 2026-08-07T23:35:38.157Z | Downloaded log v0.4.32 |
| 308 | 2026-08-07T23:35:38.160Z | Downloaded bytes v1.11.1 |
| 309 | 2026-08-07T23:35:38.163Z | Downloaded quinn v0.11.9 |
| 310 | 2026-08-07T23:35:38.166Z | Downloaded icu_properties v2.2.0 |
| 311 | 2026-08-07T23:35:38.178Z | Downloaded progenitor-impl v0.14.0 |
| 312 | 2026-08-07T23:35:38.181Z | Downloaded serde_json v1.0.151 |
| 313 | 2026-08-07T23:35:38.184Z | Downloaded tower-http v0.6.11 |
| 314 | 2026-08-07T23:35:38.187Z | Downloaded zerovec v0.11.6 |
| 315 | 2026-08-07T23:35:38.190Z | Downloaded hyper-util v0.1.20 |
| 316 | 2026-08-07T23:35:38.193Z | Downloaded icu_collections v2.2.0 |
| 317 | 2026-08-07T23:35:38.196Z | Downloaded icu_normalizer_data v2.2.0 |
| 318 | 2026-08-07T23:35:38.200Z | Downloaded cc v1.2.63 |
| 319 | 2026-08-07T23:35:38.200Z | Downloaded winnow v1.0.3 |
| 320 | 2026-08-07T23:35:38.204Z | Downloaded icu_normalizer v2.2.0 |
| 321 | 2026-08-07T23:35:38.229Z | Downloaded mio v1.2.1 |
| 322 | 2026-08-07T23:35:38.232Z | Downloaded indexmap v2.14.0 |
| 323 | 2026-08-07T23:35:38.235Z | Downloaded syn v2.0.117 |
| 324 | 2026-08-07T23:35:38.241Z | Downloaded memchr v2.8.1 |
| 325 | 2026-08-07T23:35:38.244Z | Downloaded http v1.4.2 |
| 326 | 2026-08-07T23:35:38.247Z | Downloaded unicode-width v0.2.2 |
| 327 | 2026-08-07T23:35:38.250Z | Downloaded syn v3.0.3 |
| 328 | 2026-08-07T23:35:38.267Z | Downloaded rand v0.10.2 |
| 329 | 2026-08-07T23:35:38.280Z | Downloaded tracing v0.1.44 |
| 330 | 2026-08-07T23:35:38.290Z | Downloaded typify-impl v0.6.2 |
| 331 | 2026-08-07T23:35:38.296Z | Downloaded hashbrown v0.17.1 |
| 332 | 2026-08-07T23:35:38.299Z | Downloaded aho-corasick v1.1.4 |
| 333 | 2026-08-07T23:35:38.302Z | Downloaded nom v8.0.0 |
| 334 | 2026-08-07T23:35:38.305Z | Downloaded hyper v1.11.0 |
| 335 | 2026-08-07T23:35:38.309Z | Downloaded reqwest v0.13.4 |
| 336 | 2026-08-07T23:35:38.313Z | Downloaded idna v1.1.0 |
| 337 | 2026-08-07T23:35:38.316Z | Downloaded chrono v0.4.45 |
| 338 | 2026-08-07T23:35:38.319Z | Downloaded hashbrown v0.16.1 |
| 339 | 2026-08-07T23:35:38.324Z | Downloaded futures-util v0.3.32 |
| 340 | 2026-08-07T23:35:38.330Z | Downloaded icu_properties_data v2.2.0 |
| 341 | 2026-08-07T23:35:38.335Z | Downloaded regex v1.12.3 |
| 342 | 2026-08-07T23:35:38.337Z | Downloaded tokio v1.53.1 |
| 343 | 2026-08-07T23:35:38.359Z | Downloaded quinn-proto v0.11.16 |
| 344 | 2026-08-07T23:35:38.362Z | Downloaded aws-lc-rs v1.17.0 |
| 345 | 2026-08-07T23:35:38.422Z | Downloaded regex-syntax v0.8.10 |
| 346 | 2026-08-07T23:35:38.427Z | Downloaded regress v0.11.1 |
| 347 | 2026-08-07T23:35:38.451Z | Downloaded openapiv3 v2.2.0 |
| 348 | 2026-08-07T23:35:38.457Z | Downloaded rustls v0.23.40 |
| 349 | 2026-08-07T23:35:38.511Z | Downloaded regex-automata v0.4.14 |
| 350 | 2026-08-07T23:35:38.566Z | Downloaded libc v0.2.189 |
| 351 | 2026-08-07T23:35:38.657Z | Downloaded ring v0.17.14 |
| 352 | 2026-08-07T23:35:39.215Z | Downloaded aws-lc-sys v0.41.0 |
| 353 | 2026-08-07T23:35:39.484Z | /work/oxidecomputer/maghemite |
| 354 | 2026-08-07T23:35:39.484Z | checking ddm-admin-client |
| 355 | 2026-08-07T23:35:39.488Z | /work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite |
| 356 | 2026-08-07T23:35:39.794Z | Downloading crates ... |
| 357 | 2026-08-07T23:35:39.841Z | Downloaded serde_repr v0.1.21 |
| 358 | 2026-08-07T23:35:39.894Z | /work/oxidecomputer/maghemite |
| 359 | 2026-08-07T23:35:39.897Z | checking ddm-api-types |
| 360 | 2026-08-07T23:35:39.897Z | /work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite |
| 361 | 2026-08-07T23:35:40.218Z | /work/oxidecomputer/maghemite |
| 362 | 2026-08-07T23:35:40.218Z | checking mg-api-types |
| 363 | 2026-08-07T23:35:40.218Z | /work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite |
| 364 | 2026-08-07T23:35:40.500Z | Downloading crates ... |
| 365 | 2026-08-07T23:35:40.546Z | Downloaded anstyle v1.0.14 |
| 366 | 2026-08-07T23:35:40.549Z | Downloaded is_terminal_polyfill v1.70.2 |
| 367 | 2026-08-07T23:35:40.553Z | Downloaded colorchoice v1.0.5 |
| 368 | 2026-08-07T23:35:40.556Z | Downloaded strsim v0.11.1 |
| 369 | 2026-08-07T23:35:40.556Z | Downloaded anstyle-parse v1.0.0 |
| 370 | 2026-08-07T23:35:40.556Z | Downloaded clap_lex v1.1.0 |
| 371 | 2026-08-07T23:35:40.560Z | Downloaded anstyle-query v1.1.5 |
| 372 | 2026-08-07T23:35:40.563Z | Downloaded anstream v1.0.0 |
| 373 | 2026-08-07T23:35:40.563Z | Downloaded utf8parse v0.2.2 |
| 374 | 2026-08-07T23:35:40.567Z | Downloaded clap_derive v4.6.4 |
| 375 | 2026-08-07T23:35:40.572Z | Downloaded clap v4.6.5 |
| 376 | 2026-08-07T23:35:40.580Z | Downloaded clap_builder v4.6.5 |
| 377 | 2026-08-07T23:35:40.627Z | /work/oxidecomputer/maghemite |
| 378 | 2026-08-07T23:35:40.631Z | checking mg-api-types/versions |
| 379 | 2026-08-07T23:35:40.631Z | /work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite |
| 380 | 2026-08-07T23:35:40.961Z | /work/oxidecomputer/maghemite |
| 381 | 2026-08-07T23:35:40.966Z | process exited: duration 38176 ms, exit code 0 |
| |
| 382 | 2026-08-07T23:35:40.973Z | found 0 output files |