01JN788G2XP7VXG0254ZN86TJ3: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JN7897JPAT9Z0G0J69JNYSCZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T21:45:18.244Zjob assigned to worker 01JN789CDN30XXV1QWTP6BDMPW [factory aws, i-031a1a2e6985d0aa3] (queued for 49 s)
 
22025-02-28T21:45:26.387Zstarting task 0: "setup"
32025-02-28T21:45:26.392Z++ uname -s
42025-02-28T21:45:26.397Z+ kern=SunOS
52025-02-28T21:45:26.397Z+ build_user=build
62025-02-28T21:45:26.397Z+ build_uid=12345
72025-02-28T21:45:26.397Z+ work_dir=/work
82025-02-28T21:45:26.397Z+ input_dir=/input
92025-02-28T21:45:26.397Z+ [[ 0 == 12345 ]]
102025-02-28T21:45:26.397Z+ case "$kern" in
112025-02-28T21:45:26.397Z+ groupadd -g 12345 build
122025-02-28T21:45:26.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T21:45:28.407Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T21:45:28.501Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T21:45:28.505Z+ home_fs=zfs
162025-02-28T21:45:28.505Z+ [[ zfs == autofs ]]
172025-02-28T21:45:28.505Z+ mkdir -p /home/build
182025-02-28T21:45:28.509Z+ chown build:build /home/build /work
192025-02-28T21:45:30.507Z+ chmod 0700 /home/build /work
202025-02-28T21:45:30.511Zprocess exited: duration 4124 ms, exit code 0
 
212025-02-28T21:45:30.518Zstarting task 1: "rust-toolchain"
222025-02-28T21:45:30.524Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T21:45:30.524Z * rust toolchain channel = "1.85.0"
242025-02-28T21:45:30.524Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-28T21:45:30.524Z * rust toolchain profile = "default"
262025-02-28T21:45:30.524Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T21:45:30.524Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T21:45:30.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T21:45:30.528Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T21:45:30.641Zinfo: downloading installer
312025-02-28T21:45:31.978Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T21:45:31.978Zwarning: /opt/ooce/bin
332025-02-28T21:45:31.978Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T21:45:31.978Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T21:45:31.978Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T21:45:31.978Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T21:45:31.978Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T21:45:31.978Zerror: cannot install while Rust is installed
392025-02-28T21:45:31.979Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T21:45:31.991Zinfo: profile set to 'default'
412025-02-28T21:45:31.991Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T21:45:31.994Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T21:45:32.155Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T21:45:32.155Zinfo: downloading component 'cargo'
452025-02-28T21:45:33.031Zinfo: downloading component 'clippy'
462025-02-28T21:45:33.371Zinfo: downloading component 'rust-docs'
472025-02-28T21:45:34.706Zinfo: downloading component 'rust-std'
482025-02-28T21:45:36.673Zinfo: downloading component 'rustc'
492025-02-28T21:45:43.436Zinfo: downloading component 'rustfmt'
502025-02-28T21:45:43.687Zinfo: installing component 'cargo'
512025-02-28T21:45:44.524Zinfo: installing component 'clippy'
522025-02-28T21:45:44.902Zinfo: installing component 'rust-docs'
532025-02-28T21:45:46.664Zinfo: installing component 'rust-std'
542025-02-28T21:45:48.530Zinfo: installing component 'rustc'
552025-02-28T21:45:54.411Zinfo: installing component 'rustfmt'
562025-02-28T21:45:54.739Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T21:45:54.739Z
582025-02-28T21:45:55.116Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T21:45:55.116Z
602025-02-28T21:45:55.120Z
612025-02-28T21:45:55.120ZRust is installed now. Great!
622025-02-28T21:45:55.120Z
632025-02-28T21:45:55.120ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T21:45:55.120Zenvironment variable. This has not been done automatically.
652025-02-28T21:45:55.120Z
662025-02-28T21:45:55.121ZTo configure your current shell, you need to source
672025-02-28T21:45:55.121Zthe corresponding env file under $HOME/.cargo.
682025-02-28T21:45:55.121Z
692025-02-28T21:45:55.121ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T21:45:55.121Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T21:45:55.121Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T21:45:55.199Z+ rustup --version
732025-02-28T21:45:55.206Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T21:45:55.206Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T21:45:55.289Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T21:45:55.293Z+ cargo --version
772025-02-28T21:45:55.351Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T21:45:55.354Z+ rustc --version
792025-02-28T21:45:55.420Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T21:45:55.424Zprocess exited: duration 24900 ms, exit code 0
 
812025-02-28T21:45:55.431Zstarting task 2: "authentication"
822025-02-28T21:45:55.453Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T21:45:55.462Zstarting task 3: "clone repository"
842025-02-28T21:45:55.466Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T21:45:55.469Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T21:45:55.505ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T21:46:03.805Z+ cd /work/oxidecomputer/omicron
882025-02-28T21:46:03.805Z+ git fetch origin 83c0128c499ce45a96ff26a21ba11a85e0633094
892025-02-28T21:46:04.124ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T21:46:04.124Z * branch 83c0128c499ce45a96ff26a21ba11a85e0633094 -> FETCH_HEAD
912025-02-28T21:46:04.134Z+ [[ -n dap/drafts/omdb-sagas ]]
922025-02-28T21:46:04.138Z++ git branch --show-current
932025-02-28T21:46:04.138Z+ current=main
942025-02-28T21:46:04.138Z+ [[ main != dap/drafts/omdb-sagas ]]
952025-02-28T21:46:04.138Z+ git branch -f dap/drafts/omdb-sagas 83c0128c499ce45a96ff26a21ba11a85e0633094
962025-02-28T21:46:04.141Z+ git checkout -f dap/drafts/omdb-sagas
972025-02-28T21:46:04.335ZSwitched to branch 'dap/drafts/omdb-sagas'
982025-02-28T21:46:04.339Z+ git reset --hard 83c0128c499ce45a96ff26a21ba11a85e0633094
992025-02-28T21:46:04.371ZHEAD is now at 83c0128c4 test usage
1002025-02-28T21:46:04.374Zprocess exited: duration 8911 ms, exit code 0
 
1012025-02-28T21:46:04.381Zstarting task 4: "build"
1022025-02-28T21:46:04.387Z+ source .github/buildomat/ci-env.sh
1032025-02-28T21:46:04.390Z++ export CARGO_TERM_COLOR=always
1042025-02-28T21:46:04.390Z++ CARGO_TERM_COLOR=always
1052025-02-28T21:46:04.390Z+ cargo --version
1062025-02-28T21:46:04.440Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T21:46:04.444Z+ rustc --version
1082025-02-28T21:46:04.511Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T21:46:04.515Z+ cargo tree --locked
1102025-02-28T21:46:04.761Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-28T21:46:05.046Z Updating crates.io index
1122025-02-28T21:46:05.049Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-28T21:46:05.628Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-28T21:46:05.910Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-28T21:46:06.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-28T21:46:07.496Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-28T21:46:09.279Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-28T21:46:09.953Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-28T21:46:10.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-28T21:46:10.932Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-28T21:46:11.201Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-28T21:46:11.794Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-28T21:46:12.281Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242025-02-28T21:46:12.548Z Updating git repository `https://github.com/oxidecomputer/propolis`
1252025-02-28T21:46:13.004Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-28T21:46:13.293Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-28T21:46:13.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-28T21:46:13.820Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-28T21:46:14.076Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-28T21:46:14.382Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-28T21:46:14.713Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-28T21:46:14.996Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-28T21:46:15.314Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-28T21:46:15.620Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-28T21:46:15.942Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-28T21:46:16.587Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-28T21:46:16.854Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-28T21:46:17.201Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-28T21:46:17.594Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-28T21:46:17.900Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-28T21:46:18.168Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-28T21:46:18.443Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-28T21:46:19.819Z Downloading crates ...
1442025-02-28T21:46:19.935Z Downloaded equivalent v1.0.1
1452025-02-28T21:46:19.947Z Downloaded event-listener-strategy v0.5.2
1462025-02-28T21:46:19.950Z Downloaded event-listener v5.3.1
1472025-02-28T21:46:19.955Z Downloaded event-listener v2.5.3
1482025-02-28T21:46:19.955Z Downloaded env_filter v0.1.2
1492025-02-28T21:46:19.955Z Downloaded escape8259 v0.5.3
1502025-02-28T21:46:19.964Z Downloaded anstyle-query v1.1.1
1512025-02-28T21:46:19.970Z Downloaded foreign-types-shared v0.1.1
1522025-02-28T21:46:19.970Z Downloaded headers-core v0.3.0
1532025-02-28T21:46:19.973Z Downloaded array-init v0.0.4
1542025-02-28T21:46:19.977Z Downloaded guppy-workspace-hack v0.1.0
1552025-02-28T21:46:19.977Z Downloaded arrayref v0.3.9
1562025-02-28T21:46:19.981Z Downloaded foreign-types-shared v0.3.1
1572025-02-28T21:46:19.981Z Downloaded async-attributes v1.1.2
1582025-02-28T21:46:19.981Z Downloaded approx v0.5.1
1592025-02-28T21:46:19.984Z Downloaded foreign-types v0.3.2
1602025-02-28T21:46:19.984Z Downloaded async-executor v1.13.1
1612025-02-28T21:46:19.988Z Downloaded assert-json-diff v2.0.2
1622025-02-28T21:46:19.988Z Downloaded arrayvec v0.7.6
1632025-02-28T21:46:19.993Z Downloaded http-body v1.0.1
1642025-02-28T21:46:19.993Z Downloaded anstyle v1.0.10
1652025-02-28T21:46:19.996Z Downloaded anyhow v1.0.96
1662025-02-28T21:46:19.999Z Downloaded ascii-canvas v3.0.0
1672025-02-28T21:46:20.016Z Downloaded assert_matches v1.5.0
1682025-02-28T21:46:20.016Z Downloaded fxhash v0.2.1
1692025-02-28T21:46:20.016Z Downloaded async-signal v0.2.10
1702025-02-28T21:46:20.029Z Downloaded http-range v0.1.5
1712025-02-28T21:46:20.029Z Downloaded atty v0.2.14
1722025-02-28T21:46:20.029Z Downloaded anstyle-parse v0.2.5
1732025-02-28T21:46:20.029Z Downloaded async-stream-impl v0.3.6
1742025-02-28T21:46:20.029Z Downloaded async-global-executor v2.4.1
1752025-02-28T21:46:20.029Z Downloaded async-recursion v1.1.1
1762025-02-28T21:46:20.029Z Downloaded async-object-pool v0.1.5
1772025-02-28T21:46:20.029Z Downloaded async-channel v2.3.1
1782025-02-28T21:46:20.037Z Downloaded async-bb8-diesel v0.2.1
1792025-02-28T21:46:20.037Z Downloaded async-process v2.3.0
1802025-02-28T21:46:20.037Z Downloaded async-channel v1.9.0
1812025-02-28T21:46:20.037Z Downloaded hash32 v0.3.1
1822025-02-28T21:46:20.037Z Downloaded form_urlencoded v1.2.1
1832025-02-28T21:46:20.037Z Downloaded fallible-iterator v0.2.0
1842025-02-28T21:46:20.037Z Downloaded glob v0.3.2
1852025-02-28T21:46:20.048Z Downloaded gethostname v0.5.0
1862025-02-28T21:46:20.048Z Downloaded funty v2.0.0
1872025-02-28T21:46:20.048Z Downloaded arc-swap v1.7.1
1882025-02-28T21:46:20.048Z Downloaded errno v0.3.9
1892025-02-28T21:46:20.048Z Downloaded hostname v0.3.1
1902025-02-28T21:46:20.048Z Downloaded home v0.5.9
1912025-02-28T21:46:20.048Z Downloaded futures-timer v3.0.3
1922025-02-28T21:46:20.051Z Downloaded foreign-types-macros v0.2.3
1932025-02-28T21:46:20.051Z Downloaded float-ord v0.3.2
1942025-02-28T21:46:20.051Z Downloaded autocfg v1.4.0
1952025-02-28T21:46:20.051Z Downloaded async-io v2.3.4
1962025-02-28T21:46:20.054Z Downloaded hex-literal v0.4.1
1972025-02-28T21:46:20.054Z Downloaded atomic-waker v1.1.2
1982025-02-28T21:46:20.057Z Downloaded async-lock v3.4.0
1992025-02-28T21:46:20.060Z Downloaded argon2 v0.5.3
2002025-02-28T21:46:20.060Z Downloaded aead v0.5.2
2012025-02-28T21:46:20.063Z Downloaded adler2 v2.0.0
2022025-02-28T21:46:20.063Z Downloaded hex v0.4.3
2032025-02-28T21:46:20.066Z Downloaded futures-io v0.3.31
2042025-02-28T21:46:20.066Z Downloaded cfg_aliases v0.1.1
2052025-02-28T21:46:20.066Z Downloaded fnv v1.0.7
2062025-02-28T21:46:20.069Z Downloaded heck v0.4.1
2072025-02-28T21:46:20.069Z Downloaded flagset v0.4.6
2082025-02-28T21:46:20.072Z Downloaded filetime v0.2.25
2092025-02-28T21:46:20.072Z Downloaded group v0.13.0
2102025-02-28T21:46:20.075Z Downloaded http-body-util v0.1.2
2112025-02-28T21:46:20.075Z Downloaded cfg_aliases v0.2.1
2122025-02-28T21:46:20.078Z Downloaded async-trait v0.1.86
2132025-02-28T21:46:20.081Z Downloaded heck v0.3.3
2142025-02-28T21:46:20.081Z Downloaded bit-set v0.5.3
2152025-02-28T21:46:20.084Z Downloaded bcrypt-pbkdf v0.10.0
2162025-02-28T21:46:20.084Z Downloaded humantime v2.1.0
2172025-02-28T21:46:20.088Z Downloaded num-iter v0.1.45
2182025-02-28T21:46:20.088Z Downloaded httpdate v1.0.3
2192025-02-28T21:46:20.088Z Downloaded bit-vec v0.6.3
2202025-02-28T21:46:20.092Z Downloaded block-padding v0.3.3
2212025-02-28T21:46:20.092Z Downloaded addr2line v0.24.2
2222025-02-28T21:46:20.095Z Downloaded peg-runtime v0.8.3
2232025-02-28T21:46:20.095Z Downloaded futures-lite v2.3.0
2242025-02-28T21:46:20.095Z Downloaded hubpack v0.1.2
2252025-02-28T21:46:20.098Z Downloaded foldhash v0.1.3
2262025-02-28T21:46:20.098Z Downloaded bitflags v1.3.2
2272025-02-28T21:46:20.101Z Downloaded bit-set v0.8.0
2282025-02-28T21:46:20.105Z Downloaded base16ct v0.2.0
2292025-02-28T21:46:20.105Z Downloaded futures-channel v0.3.31
2302025-02-28T21:46:20.108Z Downloaded env_logger v0.11.5
2312025-02-28T21:46:20.112Z Downloaded path-slash v0.1.5
2322025-02-28T21:46:20.112Z Downloaded ff v0.13.0
2332025-02-28T21:46:20.112Z Downloaded proc-macro-crate v1.3.1
2342025-02-28T21:46:20.117Z Downloaded fs_extra v1.3.0
2352025-02-28T21:46:20.117Z Downloaded httptest v0.16.3
2362025-02-28T21:46:20.121Z Downloaded highway v1.3.0
2372025-02-28T21:46:20.121Z Downloaded pretty-hex v0.4.1
2382025-02-28T21:46:20.121Z Downloaded cexpr v0.6.0
2392025-02-28T21:46:20.124Z Downloaded cast v0.3.0
2402025-02-28T21:46:20.124Z Downloaded hubpack_derive v0.1.1
2412025-02-28T21:46:20.124Z Downloaded cassowary v0.3.0
2422025-02-28T21:46:20.127Z Downloaded fixedbitset v0.5.7
2432025-02-28T21:46:20.130Z Downloaded chacha20 v0.9.1
2442025-02-28T21:46:20.130Z Downloaded block-buffer v0.10.4
2452025-02-28T21:46:20.130Z Downloaded bb8 v0.8.5
2462025-02-28T21:46:20.137Z Downloaded cargo-platform v0.1.8
2472025-02-28T21:46:20.137Z Downloaded progenitor-client v0.9.1
2482025-02-28T21:46:20.142Z Downloaded rpassword v7.3.1
2492025-02-28T21:46:20.142Z Downloaded futures-task v0.3.31
2502025-02-28T21:46:20.142Z Downloaded async-task v4.7.1
2512025-02-28T21:46:20.142Z Downloaded globset v0.4.15
2522025-02-28T21:46:20.142Z Downloaded num_enum_derive v0.5.11
2532025-02-28T21:46:20.147Z Downloaded getrandom v0.2.15
2542025-02-28T21:46:20.147Z Downloaded blowfish v0.9.1
2552025-02-28T21:46:20.150Z Downloaded cfg-if v1.0.0
2562025-02-28T21:46:20.150Z Downloaded num_enum v0.5.11
2572025-02-28T21:46:20.153Z Downloaded bit-vec v0.8.0
2582025-02-28T21:46:20.157Z Downloaded rustc_version v0.4.1
2592025-02-28T21:46:20.157Z Downloaded backoff v0.4.0
2602025-02-28T21:46:20.160Z Downloaded castaway v0.2.3
2612025-02-28T21:46:20.160Z Downloaded bytecount v0.6.8
2622025-02-28T21:46:20.164Z Downloaded cancel-safe-futures v0.1.5
2632025-02-28T21:46:20.167Z Downloaded take_mut v0.2.2
2642025-02-28T21:46:20.167Z Downloaded camino-tempfile v1.1.1
2652025-02-28T21:46:20.167Z Downloaded blake2b_simd v1.0.2
2662025-02-28T21:46:20.171Z Downloaded parking_lot_core v0.8.6
2672025-02-28T21:46:20.171Z Downloaded byteorder v1.5.0
2682025-02-28T21:46:20.174Z Downloaded thread-id v4.2.2
2692025-02-28T21:46:20.177Z Downloaded phf_generator v0.11.2
2702025-02-28T21:46:20.177Z Downloaded buf-list v1.0.3
2712025-02-28T21:46:20.182Z Downloaded pin-utils v0.1.0
2722025-02-28T21:46:20.183Z Downloaded base64ct v1.6.0
2732025-02-28T21:46:20.186Z Downloaded plotters-svg v0.3.7
2742025-02-28T21:46:20.186Z Downloaded peg v0.8.4
2752025-02-28T21:46:20.190Z Downloaded psl-types v2.0.11
2762025-02-28T21:46:20.190Z Downloaded bcs v0.1.6
2772025-02-28T21:46:20.190Z Downloaded partial-io v0.5.4
2782025-02-28T21:46:20.193Z Downloaded cargo_metadata v0.19.1
2792025-02-28T21:46:20.196Z Downloaded cargo_metadata v0.18.1
2802025-02-28T21:46:20.196Z Downloaded resolv-conf v0.7.0
2812025-02-28T21:46:20.200Z Downloaded hostname v0.4.0
2822025-02-28T21:46:20.200Z Downloaded hash32 v0.2.1
2832025-02-28T21:46:20.203Z Downloaded same-file v1.0.6
2842025-02-28T21:46:20.203Z Downloaded futures-macro v0.3.31
2852025-02-28T21:46:20.204Z Downloaded oorandom v11.1.4
2862025-02-28T21:46:20.207Z Downloaded fs-err v2.11.0
2872025-02-28T21:46:20.208Z Downloaded bzip2 v0.4.4
2882025-02-28T21:46:20.211Z Downloaded rand_xorshift v0.3.0
2892025-02-28T21:46:20.211Z Downloaded camino v1.1.9
2902025-02-28T21:46:20.211Z Downloaded powerfmt v0.2.0
2912025-02-28T21:46:20.215Z Downloaded foreign-types v0.5.0
2922025-02-28T21:46:20.215Z Downloaded blocking v1.6.1
2932025-02-28T21:46:20.218Z Downloaded serde-hex v0.1.0
2942025-02-28T21:46:20.218Z Downloaded futures v0.3.31
2952025-02-28T21:46:20.222Z Downloaded rusty-fork v0.3.0
2962025-02-28T21:46:20.227Z Downloaded thread_local v1.1.8
2972025-02-28T21:46:20.227Z Downloaded subtle v2.6.1
2982025-02-28T21:46:20.231Z Downloaded rustls-native-certs v0.7.3
2992025-02-28T21:46:20.231Z Downloaded serde-big-array v0.5.1
3002025-02-28T21:46:20.232Z Downloaded scheduled-thread-pool v0.2.7
3012025-02-28T21:46:20.236Z Downloaded doc-comment v0.3.3
3022025-02-28T21:46:20.236Z Downloaded backtrace v0.3.74
3032025-02-28T21:46:20.239Z Downloaded icu_provider_macros v1.5.0
3042025-02-28T21:46:20.239Z Downloaded dirs-next v2.0.0
3052025-02-28T21:46:20.242Z Downloaded smf v0.2.3
3062025-02-28T21:46:20.242Z Downloaded threadpool v1.8.1
3072025-02-28T21:46:20.242Z Downloaded pkcs8 v0.10.2
3082025-02-28T21:46:20.246Z Downloaded version_check v0.9.5
3092025-02-28T21:46:20.246Z Downloaded derive_builder_macro v0.20.2
3102025-02-28T21:46:20.249Z Downloaded peg-macros v0.8.4
3112025-02-28T21:46:20.249Z Downloaded tap v1.0.1
3122025-02-28T21:46:20.253Z Downloaded tabwriter v1.4.0
3132025-02-28T21:46:20.253Z Downloaded quote v1.0.38
3142025-02-28T21:46:20.256Z Downloaded cfg-expr v0.18.0
3152025-02-28T21:46:20.264Z Downloaded half v2.4.1
3162025-02-28T21:46:20.264Z Downloaded rust-argon2 v2.1.0
3172025-02-28T21:46:20.268Z Downloaded nested v0.1.1
3182025-02-28T21:46:20.268Z Downloaded chacha20poly1305 v0.10.1
3192025-02-28T21:46:20.268Z Downloaded ahash v0.8.11
3202025-02-28T21:46:20.268Z Downloaded cipher v0.4.4
3212025-02-28T21:46:20.272Z Downloaded hickory-client v0.24.4
3222025-02-28T21:46:20.276Z Downloaded semver v1.0.25
3232025-02-28T21:46:20.276Z Downloaded zone v0.3.0
3242025-02-28T21:46:20.276Z Downloaded anstream v0.6.15
3252025-02-28T21:46:20.280Z Downloaded toml_datetime v0.6.8
3262025-02-28T21:46:20.280Z Downloaded flume v0.11.1
3272025-02-28T21:46:20.285Z Downloaded untrusted v0.9.0
3282025-02-28T21:46:20.288Z Downloaded oso v0.27.3
3292025-02-28T21:46:20.288Z Downloaded opaque-debug v0.3.1
3302025-02-28T21:46:20.292Z Downloaded csv-core v0.1.11
3312025-02-28T21:46:20.292Z Downloaded universal-hash v0.5.1
3322025-02-28T21:46:20.292Z Downloaded unicode-truncate v1.1.0
3332025-02-28T21:46:20.298Z Downloaded document-features v0.2.10
3342025-02-28T21:46:20.298Z Downloaded clap_lex v0.7.4
3352025-02-28T21:46:20.304Z Downloaded constant_time_eq v0.3.1
3362025-02-28T21:46:20.304Z Downloaded dof v0.3.0
3372025-02-28T21:46:20.304Z Downloaded display-error-chain v0.2.2
3382025-02-28T21:46:20.304Z Downloaded dirs-sys-next v0.1.2
3392025-02-28T21:46:20.304Z Downloaded thiserror-no-std v2.0.2
3402025-02-28T21:46:20.308Z Downloaded pretty-hex v0.2.1
3412025-02-28T21:46:20.308Z Downloaded tokio-rustls v0.24.1
3422025-02-28T21:46:20.311Z Downloaded p256 v0.13.2
3432025-02-28T21:46:20.314Z Downloaded macaddr v1.0.1
3442025-02-28T21:46:20.314Z Downloaded lru v0.12.5
3452025-02-28T21:46:20.318Z Downloaded proc-macro2 v1.0.93
3462025-02-28T21:46:20.318Z Downloaded whoami v1.5.2
3472025-02-28T21:46:20.323Z Downloaded tabled_derive v0.7.0
3482025-02-28T21:46:20.323Z Downloaded smallvec v1.14.0
3492025-02-28T21:46:20.329Z Downloaded slog-term v2.9.1
3502025-02-28T21:46:20.329Z Downloaded similar-asserts v1.6.1
3512025-02-28T21:46:20.334Z Downloaded cmake v0.1.51
3522025-02-28T21:46:20.334Z Downloaded scroll_derive v0.12.0
3532025-02-28T21:46:20.334Z Downloaded nibble_vec v0.1.0
3542025-02-28T21:46:20.334Z Downloaded lru-cache v0.1.2
3552025-02-28T21:46:20.334Z Downloaded allocator-api2 v0.2.18
3562025-02-28T21:46:20.337Z Downloaded zeroize_derive v1.4.2
3572025-02-28T21:46:20.337Z Downloaded subprocess v0.2.9
3582025-02-28T21:46:20.340Z Downloaded hickory-resolver v0.24.4
3592025-02-28T21:46:20.345Z Downloaded sigpipe v0.1.3
3602025-02-28T21:46:20.350Z Downloaded num-rational v0.4.2
3612025-02-28T21:46:20.350Z Downloaded strum v0.26.3
3622025-02-28T21:46:20.350Z Downloaded num-integer v0.1.46
3632025-02-28T21:46:20.353Z Downloaded heapless v0.7.17
3642025-02-28T21:46:20.354Z Downloaded headers v0.4.0
3652025-02-28T21:46:20.358Z Downloaded parse-display-derive v0.10.0
3662025-02-28T21:46:20.361Z Downloaded tinyvec_macros v0.1.1
3672025-02-28T21:46:20.361Z Downloaded displaydoc v0.2.5
3682025-02-28T21:46:20.365Z Downloaded darling v0.20.10
3692025-02-28T21:46:20.368Z Downloaded internet-checksum v0.2.1
3702025-02-28T21:46:20.371Z Downloaded sync_wrapper v1.0.1
3712025-02-28T21:46:20.371Z Downloaded tower-layer v0.3.3
3722025-02-28T21:46:20.371Z Downloaded sync-ptr v0.1.1
3732025-02-28T21:46:20.371Z Downloaded heapless v0.8.0
3742025-02-28T21:46:20.377Z Downloaded ciborium-io v0.2.2
3752025-02-28T21:46:20.381Z Downloaded paste v1.0.15
3762025-02-28T21:46:20.381Z Downloaded progenitor-macro v0.9.1
3772025-02-28T21:46:20.381Z Downloaded progenitor-macro v0.8.0
3782025-02-28T21:46:20.384Z Downloaded const_format_proc_macros v0.2.34
3792025-02-28T21:46:20.384Z Downloaded libtest-mimic v0.7.3
3802025-02-28T21:46:20.387Z Downloaded similar v2.6.0
3812025-02-28T21:46:20.391Z Downloaded rayon-core v1.12.1
3822025-02-28T21:46:20.394Z Downloaded ref-cast v1.0.23
3832025-02-28T21:46:20.397Z Downloaded rustls-pemfile v1.0.4
3842025-02-28T21:46:20.400Z Downloaded ref-cast-impl v1.0.23
3852025-02-28T21:46:20.400Z Downloaded log v0.4.22
3862025-02-28T21:46:20.404Z Downloaded zone_cfg_derive v0.3.0
3872025-02-28T21:46:20.404Z Downloaded want v0.3.1
3882025-02-28T21:46:20.409Z Downloaded slab v0.4.9
3892025-02-28T21:46:20.409Z Downloaded scrypt v0.11.0
3902025-02-28T21:46:20.409Z Downloaded hyper-staticfile v0.10.1
3912025-02-28T21:46:20.412Z Downloaded simd-adler32 v0.3.7
3922025-02-28T21:46:20.412Z Downloaded toml v0.7.8
3932025-02-28T21:46:20.416Z Downloaded toml v0.8.20
3942025-02-28T21:46:20.419Z Downloaded expectorate v1.1.0
3952025-02-28T21:46:20.423Z Downloaded bumpalo v3.16.0
3962025-02-28T21:46:20.427Z Downloaded cstr-argument v0.1.2
3972025-02-28T21:46:20.427Z Downloaded pem-rfc7468 v0.7.0
3982025-02-28T21:46:20.427Z Downloaded once_cell v1.20.3
3992025-02-28T21:46:20.433Z Downloaded icu_provider v1.5.0
4002025-02-28T21:46:20.437Z Downloaded tls_codec v0.4.1
4012025-02-28T21:46:20.437Z Downloaded serde_spanned v0.6.8
4022025-02-28T21:46:20.437Z Downloaded serde_repr v0.1.19
4032025-02-28T21:46:20.440Z Downloaded is_terminal_polyfill v1.70.1
4042025-02-28T21:46:20.440Z Downloaded static_assertions v1.1.0
4052025-02-28T21:46:20.440Z Downloaded piper v0.2.4
4062025-02-28T21:46:20.443Z Downloaded num-conv v0.1.0
4072025-02-28T21:46:20.443Z Downloaded base64 v0.21.7
4082025-02-28T21:46:20.448Z Downloaded xattr v1.3.1
4092025-02-28T21:46:20.451Z Downloaded synstructure v0.13.1
4102025-02-28T21:46:20.452Z Downloaded postgres-types v0.2.9
4112025-02-28T21:46:20.455Z Downloaded tui-tree-widget v0.23.0
4122025-02-28T21:46:20.455Z Downloaded vergen v8.3.2
4132025-02-28T21:46:20.458Z Downloaded utf8parse v0.2.2
4142025-02-28T21:46:20.458Z Downloaded ipnet v2.11.0
4152025-02-28T21:46:20.462Z Downloaded io-lifetimes v1.0.11
4162025-02-28T21:46:20.465Z Downloaded icu_locid_transform v1.5.0
4172025-02-28T21:46:20.465Z Downloaded yansi v1.0.1
4182025-02-28T21:46:20.468Z Downloaded percent-encoding v2.3.1
4192025-02-28T21:46:20.468Z Downloaded plotters-backend v0.3.7
4202025-02-28T21:46:20.471Z Downloaded scroll v0.12.0
4212025-02-28T21:46:20.471Z Downloaded bytes v1.10.0
4222025-02-28T21:46:20.475Z Downloaded rustc_version v0.1.7
4232025-02-28T21:46:20.478Z Downloaded daft v0.1.1
4242025-02-28T21:46:20.478Z Downloaded quick-error v1.2.3
4252025-02-28T21:46:20.482Z Downloaded cc v1.2.15
4262025-02-28T21:46:20.488Z Downloaded crc v3.2.1
4272025-02-28T21:46:20.488Z Downloaded omicron-zone-package v0.12.0
4282025-02-28T21:46:20.491Z Downloaded cpufeatures v0.2.14
4292025-02-28T21:46:20.491Z Downloaded colorchoice v1.0.2
4302025-02-28T21:46:20.491Z Downloaded fancy-regex v0.13.0
4312025-02-28T21:46:20.495Z Downloaded papergrid v0.11.0
4322025-02-28T21:46:20.501Z Downloaded russh-cryptovec v0.7.3
4332025-02-28T21:46:20.504Z Downloaded defmt-parser v0.3.4
4342025-02-28T21:46:20.504Z Downloaded defmt-macros v0.3.9
4352025-02-28T21:46:20.507Z Downloaded itoa v1.0.11
4362025-02-28T21:46:20.507Z Downloaded ed25519 v2.2.3
4372025-02-28T21:46:20.510Z Downloaded libsw-core v0.3.1
4382025-02-28T21:46:20.510Z Downloaded lazy_static v1.5.0
4392025-02-28T21:46:20.514Z Downloaded swrite v0.1.0
4402025-02-28T21:46:20.514Z Downloaded ssh-encoding v0.2.0
4412025-02-28T21:46:20.517Z Downloaded libsw v3.4.0
4422025-02-28T21:46:20.517Z Downloaded walkdir v2.5.0
4432025-02-28T21:46:20.520Z Downloaded spin v0.9.8
4442025-02-28T21:46:20.520Z Downloaded packed_struct_codegen v0.10.1
4452025-02-28T21:46:20.524Z Downloaded stable_deref_trait v1.2.0
4462025-02-28T21:46:20.524Z Downloaded linear-map v1.2.0
4472025-02-28T21:46:20.527Z Downloaded vsss-rs v3.3.4
4482025-02-28T21:46:20.527Z Downloaded zerocopy-derive v0.7.35
4492025-02-28T21:46:20.531Z Downloaded enum-as-inner v0.6.1
4502025-02-28T21:46:20.534Z Downloaded unicode-properties v0.1.3
4512025-02-28T21:46:20.540Z Downloaded unsafe-libyaml v0.2.11
4522025-02-28T21:46:20.545Z Downloaded waitgroup v0.1.2
4532025-02-28T21:46:20.545Z Downloaded pem v3.0.5
4542025-02-28T21:46:20.545Z Downloaded pkcs5 v0.7.1
4552025-02-28T21:46:20.548Z Downloaded pkcs1 v0.7.5
4562025-02-28T21:46:20.548Z Downloaded primeorder v0.13.6
4572025-02-28T21:46:20.551Z Downloaded socket2 v0.5.8
4582025-02-28T21:46:20.551Z Downloaded parking v2.2.1
4592025-02-28T21:46:20.555Z Downloaded samael v0.0.18
4602025-02-28T21:46:20.560Z Downloaded papergrid v0.14.0
4612025-02-28T21:46:20.565Z Downloaded serde v1.0.218
4622025-02-28T21:46:20.568Z Downloaded zone_cfg_derive v0.1.2
4632025-02-28T21:46:20.568Z Downloaded http v1.2.0
4642025-02-28T21:46:20.572Z Downloaded downcast v0.11.0
4652025-02-28T21:46:20.575Z Downloaded rustc-demangle v0.1.24
4662025-02-28T21:46:20.575Z Downloaded proc-macro-crate v3.2.0
4672025-02-28T21:46:20.579Z Downloaded aes-gcm v0.10.3
4682025-02-28T21:46:20.583Z Downloaded tinyvec v1.8.0
4692025-02-28T21:46:20.583Z Downloaded defmt v0.3.8
4702025-02-28T21:46:20.586Z Downloaded lazycell v1.3.0
4712025-02-28T21:46:20.589Z Downloaded instant v0.1.13
4722025-02-28T21:46:20.589Z Downloaded spki v0.7.3
4732025-02-28T21:46:20.594Z Downloaded number_prefix v0.4.0
4742025-02-28T21:46:20.594Z Downloaded mockall_derive v0.13.1
4752025-02-28T21:46:20.594Z Downloaded stringprep v0.1.5
4762025-02-28T21:46:20.597Z Downloaded serde_regex v1.1.0
4772025-02-28T21:46:20.597Z Downloaded tls_codec_derive v0.4.1
4782025-02-28T21:46:20.597Z Downloaded tiny-keccak v2.0.2
4792025-02-28T21:46:20.602Z Downloaded parking_lot v0.11.2
4802025-02-28T21:46:20.606Z Downloaded prettyplease v0.2.29
4812025-02-28T21:46:20.609Z Downloaded trybuild v1.0.103
4822025-02-28T21:46:20.612Z Downloaded unicode-xid v0.2.6
4832025-02-28T21:46:20.612Z Downloaded pbkdf2 v0.12.2
4842025-02-28T21:46:20.617Z Downloaded flate2 v1.1.0
4852025-02-28T21:46:20.620Z Downloaded num_threads v0.1.7
4862025-02-28T21:46:20.620Z Downloaded postgres-protocol v0.6.8
4872025-02-28T21:46:20.624Z Downloaded termtree v0.5.1
4882025-02-28T21:46:20.624Z Downloaded crypto-common v0.1.6
4892025-02-28T21:46:20.627Z Downloaded linked-hash-map v0.5.6
4902025-02-28T21:46:20.627Z Downloaded serde_plain v1.0.2
4912025-02-28T21:46:20.627Z Downloaded usdt v0.5.0
4922025-02-28T21:46:20.632Z Downloaded zeroize v1.8.1
4932025-02-28T21:46:20.632Z Downloaded zone v0.1.8
4942025-02-28T21:46:20.632Z Downloaded zerovec-derive v0.10.3
4952025-02-28T21:46:20.635Z Downloaded serde_path_to_error v0.1.16
4962025-02-28T21:46:20.635Z Downloaded icu_normalizer_data v1.5.0
4972025-02-28T21:46:20.639Z Downloaded const-oid v0.9.6
4982025-02-28T21:46:20.639Z Downloaded icu_normalizer v1.5.0
4992025-02-28T21:46:20.648Z Downloaded nom v7.1.3
5002025-02-28T21:46:20.651Z Downloaded russh-keys v0.45.0
5012025-02-28T21:46:20.651Z Downloaded toml_edit v0.19.15
5022025-02-28T21:46:20.667Z Downloaded time-core v0.1.2
5032025-02-28T21:46:20.670Z Downloaded lalrpop-util v0.19.12
5042025-02-28T21:46:20.670Z Downloaded inout v0.1.3
5052025-02-28T21:46:20.670Z Downloaded idna_adapter v1.2.0
5062025-02-28T21:46:20.670Z Downloaded embedded-io v0.4.0
5072025-02-28T21:46:20.673Z Downloaded digest v0.10.7
5082025-02-28T21:46:20.673Z Downloaded target-lexicon v0.13.2
5092025-02-28T21:46:20.679Z Downloaded instability v0.3.2
5102025-02-28T21:46:20.679Z Downloaded num_cpus v1.16.0
5112025-02-28T21:46:20.684Z Downloaded tungstenite v0.23.0
5122025-02-28T21:46:20.684Z Downloaded tungstenite v0.21.0
5132025-02-28T21:46:20.687Z Downloaded qorb v0.2.1
5142025-02-28T21:46:20.690Z Downloaded unicode-linebreak v0.1.5
5152025-02-28T21:46:20.694Z Downloaded tinytemplate v1.2.1
5162025-02-28T21:46:20.694Z Downloaded utf8_iter v1.0.4
5172025-02-28T21:46:20.697Z Downloaded tinystr v0.7.6
5182025-02-28T21:46:20.697Z Downloaded phf v0.11.2
5192025-02-28T21:46:20.700Z Downloaded proc-macro-error-attr2 v2.0.0
5202025-02-28T21:46:20.700Z Downloaded uzers v0.12.1
5212025-02-28T21:46:20.704Z Downloaded criterion v0.5.1
5222025-02-28T21:46:20.708Z Downloaded hashbrown v0.14.5
5232025-02-28T21:46:20.713Z Downloaded rand_seeder v0.3.0
5242025-02-28T21:46:20.717Z Downloaded predicates-tree v1.0.11
5252025-02-28T21:46:20.717Z Downloaded darling_macro v0.20.10
5262025-02-28T21:46:20.721Z Downloaded crunchy v0.2.2
5272025-02-28T21:46:20.721Z Downloaded crucible-workspace-hack v0.1.0
5282025-02-28T21:46:20.721Z Downloaded derive_builder v0.20.2
5292025-02-28T21:46:20.724Z Downloaded progenitor-impl v0.9.1
5302025-02-28T21:46:20.728Z Downloaded icu_properties v1.5.1
5312025-02-28T21:46:20.736Z Downloaded newline-converter v0.3.0
5322025-02-28T21:46:20.736Z Downloaded signature v2.2.0
5332025-02-28T21:46:20.736Z Downloaded semver v0.1.20
5342025-02-28T21:46:20.736Z Downloaded secrecy v0.8.0
5352025-02-28T21:46:20.736Z Downloaded daft-derive v0.1.1
5362025-02-28T21:46:20.741Z Downloaded openssl-probe v0.1.5
5372025-02-28T21:46:20.741Z Downloaded test-strategy v0.4.0
5382025-02-28T21:46:20.747Z Downloaded unicode_categories v0.1.1
5392025-02-28T21:46:20.747Z Downloaded tar v0.4.44
5402025-02-28T21:46:20.751Z Downloaded typify-macro v0.2.0
5412025-02-28T21:46:20.751Z Downloaded tokio-macros v2.5.0
5422025-02-28T21:46:20.751Z Downloaded num-bigint-dig v0.8.4
5432025-02-28T21:46:20.755Z Downloaded tokio-native-tls v0.3.1
5442025-02-28T21:46:20.770Z Downloaded thiserror-impl-no-std v2.0.2
5452025-02-28T21:46:20.770Z Downloaded publicsuffix v2.3.0
5462025-02-28T21:46:20.774Z Downloaded supports-color v3.0.2
5472025-02-28T21:46:20.774Z Downloaded typify v0.3.0
5482025-02-28T21:46:20.774Z Downloaded pest_generator v2.7.14
5492025-02-28T21:46:20.774Z Downloaded zerocopy v0.6.6
5502025-02-28T21:46:20.774Z Downloaded proc-macro-error-attr v1.0.4
5512025-02-28T21:46:20.774Z Downloaded zopfli v0.8.1
5522025-02-28T21:46:20.774Z Downloaded openssl-macros v0.1.1
5532025-02-28T21:46:20.774Z Downloaded concurrent-queue v2.5.0
5542025-02-28T21:46:20.778Z Downloaded slog-dtrace v0.3.0
5552025-02-28T21:46:20.778Z Downloaded managed v0.8.0
5562025-02-28T21:46:20.778Z Downloaded xz2 v0.1.7
5572025-02-28T21:46:20.783Z Downloaded h2 v0.4.6
5582025-02-28T21:46:20.786Z Downloaded crossbeam-deque v0.8.5
5592025-02-28T21:46:20.790Z Downloaded rand_core v0.9.2
5602025-02-28T21:46:20.790Z Downloaded ctr v0.9.2
5612025-02-28T21:46:20.795Z Downloaded derive-where v1.2.7
5622025-02-28T21:46:20.798Z Downloaded sqlparser_derive v0.2.2
5632025-02-28T21:46:20.799Z Downloaded tokio-util v0.7.13
5642025-02-28T21:46:20.803Z Downloaded usdt-macro v0.5.0
5652025-02-28T21:46:20.807Z Downloaded usdt-attr-macro v0.5.0
5662025-02-28T21:46:20.807Z Downloaded slog-bunyan v2.5.0
5672025-02-28T21:46:20.807Z Downloaded signal-hook-tokio v0.3.1
5682025-02-28T21:46:20.807Z Downloaded indent_write v2.2.0
5692025-02-28T21:46:20.811Z Downloaded sha2 v0.10.8
5702025-02-28T21:46:20.811Z Downloaded libefi-sys v0.1.0
5712025-02-28T21:46:20.816Z Downloaded snafu-derive v0.8.5
5722025-02-28T21:46:20.816Z Downloaded mime_guess v2.0.5
5732025-02-28T21:46:20.816Z Downloaded rcgen v0.12.1
5742025-02-28T21:46:20.819Z Downloaded pkg-config v0.3.31
5752025-02-28T21:46:20.820Z Downloaded ident_case v1.0.1
5762025-02-28T21:46:20.823Z Downloaded target-spec v3.4.2
5772025-02-28T21:46:20.823Z Downloaded strum_macros v0.26.4
5782025-02-28T21:46:20.828Z Downloaded strum_macros v0.25.3
5792025-02-28T21:46:20.828Z Downloaded dtrace-parser v0.2.0
5802025-02-28T21:46:20.832Z Downloaded phf_codegen v0.11.2
5812025-02-28T21:46:20.832Z Downloaded newtype-uuid v1.2.1
5822025-02-28T21:46:20.832Z Downloaded quinn-udp v0.5.5
5832025-02-28T21:46:20.832Z Downloaded ed25519-dalek v2.1.1
5842025-02-28T21:46:20.836Z Downloaded rustyline v14.0.0
5852025-02-28T21:46:20.841Z Downloaded proc-macro-error v1.0.4
5862025-02-28T21:46:20.846Z Downloaded wyz v0.5.1
5872025-02-28T21:46:20.846Z Downloaded pest_derive v2.7.14
5882025-02-28T21:46:20.849Z Downloaded progenitor-impl v0.8.0
5892025-02-28T21:46:20.849Z Downloaded openssl-sys v0.9.106
5902025-02-28T21:46:20.854Z Downloaded phf_shared v0.10.0
5912025-02-28T21:46:20.857Z Downloaded pathdiff v0.2.3
5922025-02-28T21:46:20.857Z Downloaded nodrop v0.1.14
5932025-02-28T21:46:20.857Z Downloaded relative-path v1.9.3
5942025-02-28T21:46:20.866Z Downloaded wait-timeout v0.2.0
5952025-02-28T21:46:20.866Z Downloaded pest_meta v2.7.14
5962025-02-28T21:46:20.866Z Downloaded serde_tokenstream v0.2.2
5972025-02-28T21:46:20.866Z Downloaded futures-util v0.3.31
5982025-02-28T21:46:20.875Z Downloaded slog-stdlog v4.1.1
5992025-02-28T21:46:20.878Z Downloaded hkdf v0.12.4
6002025-02-28T21:46:20.883Z Downloaded slog-scope v4.4.0
6012025-02-28T21:46:20.883Z Downloaded usdt-impl v0.5.0
6022025-02-28T21:46:20.886Z Downloaded memmap2 v0.9.5
6032025-02-28T21:46:20.886Z Downloaded libloading v0.8.5
6042025-02-28T21:46:20.886Z Downloaded ssh-cipher v0.2.0
6052025-02-28T21:46:20.889Z Downloaded sqlformat v0.2.6
6062025-02-28T21:46:20.889Z Downloaded elliptic-curve v0.13.8
6072025-02-28T21:46:20.893Z Downloaded utf16_iter v1.0.5
6082025-02-28T21:46:20.896Z Downloaded utf-8 v0.7.6
6092025-02-28T21:46:20.896Z Downloaded memoffset v0.9.1
6102025-02-28T21:46:20.899Z Downloaded data-encoding v2.6.0
6112025-02-28T21:46:20.900Z Downloaded indoc v2.0.5
6122025-02-28T21:46:20.905Z Downloaded dunce v1.0.5
6132025-02-28T21:46:20.905Z Downloaded is_ci v1.2.0
6142025-02-28T21:46:20.905Z Downloaded postcard v1.0.10
6152025-02-28T21:46:20.908Z Downloaded password-hash v0.4.2
6162025-02-28T21:46:20.908Z Downloaded russh v0.45.0
6172025-02-28T21:46:20.912Z Downloaded difflib v0.4.0
6182025-02-28T21:46:20.915Z Downloaded miniz_oxide v0.8.5
6192025-02-28T21:46:20.919Z Downloaded normalize-line-endings v0.3.0
6202025-02-28T21:46:20.919Z Downloaded olpc-cjson v0.1.4
6212025-02-28T21:46:20.919Z Downloaded proc-macro-error2 v2.0.1
6222025-02-28T21:46:20.922Z Downloaded dsl_auto_type v0.1.2
6232025-02-28T21:46:20.925Z Downloaded aho-corasick v1.1.3
6242025-02-28T21:46:20.929Z Downloaded diesel-dtrace v0.4.2
6252025-02-28T21:46:20.932Z Downloaded num-bigint v0.4.6
6262025-02-28T21:46:20.935Z Downloaded rfc6979 v0.4.0
6272025-02-28T21:46:20.939Z Downloaded zip v0.6.6
6282025-02-28T21:46:20.943Z Downloaded pbkdf2 v0.11.0
6292025-02-28T21:46:20.943Z Downloaded crossbeam-epoch v0.9.18
6302025-02-28T21:46:20.947Z Downloaded goblin v0.8.2
6312025-02-28T21:46:20.952Z Downloaded rand_distr v0.4.3
6322025-02-28T21:46:20.957Z Downloaded termtree v0.4.1
6332025-02-28T21:46:20.957Z Downloaded target-triple v0.1.3
6342025-02-28T21:46:20.961Z Downloaded termcolor v1.4.1
6352025-02-28T21:46:20.962Z Downloaded phf_shared v0.11.2
6362025-02-28T21:46:20.962Z Downloaded slog-envlogger v2.2.0
6372025-02-28T21:46:20.962Z Downloaded num-traits v0.2.19
6382025-02-28T21:46:20.965Z Downloaded toml_edit v0.22.24
6392025-02-28T21:46:20.983Z Downloaded try-lock v0.2.5
6402025-02-28T21:46:20.987Z Downloaded unicase v2.7.0
6412025-02-28T21:46:20.987Z Downloaded terminal_size v0.4.0
6422025-02-28T21:46:20.990Z Downloaded terminal_size v0.2.6
6432025-02-28T21:46:20.991Z Downloaded console v0.15.10
6442025-02-28T21:46:20.994Z Downloaded clang-sys v1.8.1
6452025-02-28T21:46:20.994Z Downloaded convert_case v0.4.0
6462025-02-28T21:46:20.998Z Downloaded match_cfg v0.1.0
6472025-02-28T21:46:20.998Z Downloaded either v1.14.0
6482025-02-28T21:46:20.998Z Downloaded dyn-clone v1.0.18
6492025-02-28T21:46:21.001Z Downloaded litemap v0.7.3
6502025-02-28T21:46:21.005Z Downloaded num v0.4.3
6512025-02-28T21:46:21.005Z Downloaded async-std v1.13.0
6522025-02-28T21:46:21.022Z Downloaded precomputed-hash v0.1.1
6532025-02-28T21:46:21.025Z Downloaded aws-lc-rs v1.12.4
6542025-02-28T21:46:21.031Z Downloaded rand_chacha v0.3.1
6552025-02-28T21:46:21.035Z Downloaded num-derive v0.4.2
6562025-02-28T21:46:21.035Z Downloaded pin-project-internal v1.1.6
6572025-02-28T21:46:21.038Z Downloaded md5 v0.7.0
6582025-02-28T21:46:21.038Z Downloaded rand_chacha v0.9.0
6592025-02-28T21:46:21.038Z Downloaded mockall v0.13.1
6602025-02-28T21:46:21.041Z Downloaded term v0.7.0
6612025-02-28T21:46:21.045Z Downloaded zip v2.1.3
6622025-02-28T21:46:21.048Z Downloaded tempfile v3.13.0
6632025-02-28T21:46:21.052Z Downloaded indoc v1.0.9
6642025-02-28T21:46:21.071Z Downloaded diesel_table_macro_syntax v0.2.0
6652025-02-28T21:46:21.075Z Downloaded winnow v0.5.40
6662025-02-28T21:46:21.087Z Downloaded unarray v0.1.4
6672025-02-28T21:46:21.091Z Downloaded ciborium v0.2.2
6682025-02-28T21:46:21.091Z Downloaded dropshot_endpoint v0.12.0
6692025-02-28T21:46:21.094Z Downloaded nu-ansi-term v0.50.1
6702025-02-28T21:46:21.097Z Downloaded minimal-lexical v0.2.1
6712025-02-28T21:46:21.101Z Downloaded des v0.8.1
6722025-02-28T21:46:21.105Z Downloaded parking_lot v0.12.3
6732025-02-28T21:46:21.109Z Downloaded parse-zoneinfo v0.3.1
6742025-02-28T21:46:21.109Z Downloaded scopeguard v1.2.0
6752025-02-28T21:46:21.112Z Downloaded schemars_derive v0.8.22
6762025-02-28T21:46:21.112Z Downloaded sct v0.7.1
6772025-02-28T21:46:21.115Z Downloaded multimap v0.10.0
6782025-02-28T21:46:21.115Z Downloaded value-bag v1.9.0
6792025-02-28T21:46:21.119Z Downloaded snafu v0.8.5
6802025-02-28T21:46:21.126Z Downloaded structmeta v0.3.0
6812025-02-28T21:46:21.129Z Downloaded ppv-lite86 v0.2.20
6822025-02-28T21:46:21.129Z Downloaded steno v0.4.1
6832025-02-28T21:46:21.134Z Downloaded tower-service v0.3.3
6842025-02-28T21:46:21.137Z Downloaded progenitor-client v0.8.0
6852025-02-28T21:46:21.138Z Downloaded pin-project v1.1.6
6862025-02-28T21:46:21.148Z Downloaded oxnet v0.1.1
6872025-02-28T21:46:21.151Z Downloaded md-5 v0.10.6
6882025-02-28T21:46:21.155Z Downloaded structmeta-derive v0.3.0
6892025-02-28T21:46:21.155Z Downloaded newtype_derive v0.1.6
6902025-02-28T21:46:21.158Z Downloaded signal-hook-registry v1.4.2
6912025-02-28T21:46:21.158Z Downloaded ecdsa v0.16.9
6922025-02-28T21:46:21.161Z Downloaded write16 v1.0.0
6932025-02-28T21:46:21.161Z Downloaded which v4.4.2
6942025-02-28T21:46:21.165Z Downloaded vte_generate_state_changes v0.1.2
6952025-02-28T21:46:21.165Z Downloaded crossterm v0.28.1
6962025-02-28T21:46:21.171Z Downloaded parse-size v1.1.0
6972025-02-28T21:46:21.174Z Downloaded zerofrom v0.1.4
6982025-02-28T21:46:21.174Z Downloaded progenitor v0.9.1
6992025-02-28T21:46:21.177Z Downloaded progenitor v0.8.0
7002025-02-28T21:46:21.178Z Downloaded zerofrom-derive v0.1.4
7012025-02-28T21:46:21.181Z Downloaded multer v3.1.0
7022025-02-28T21:46:21.184Z Downloaded colored v2.2.0
7032025-02-28T21:46:21.184Z Downloaded thiserror-impl v1.0.69
7042025-02-28T21:46:21.188Z Downloaded libxml v0.3.3
7052025-02-28T21:46:21.192Z Downloaded iana-time-zone v0.1.61
7062025-02-28T21:46:21.196Z Downloaded lock_api v0.4.12
7072025-02-28T21:46:21.199Z Downloaded crc-catalog v2.4.0
7082025-02-28T21:46:21.199Z Downloaded git2 v0.19.0
7092025-02-28T21:46:21.206Z Downloaded polyval v0.6.2
7102025-02-28T21:46:21.210Z Downloaded thiserror-impl v2.0.11
7112025-02-28T21:46:21.213Z Downloaded thiserror v2.0.11
7122025-02-28T21:46:21.216Z Downloaded deranged v0.3.11
7132025-02-28T21:46:21.221Z Downloaded owo-colors v4.2.0
7142025-02-28T21:46:21.227Z Downloaded clap_derive v4.5.28
7152025-02-28T21:46:21.228Z Downloaded clap v4.5.31
7162025-02-28T21:46:21.232Z Downloaded impl-trait-for-tuples v0.2.2
7172025-02-28T21:46:21.235Z Downloaded datatest-stable v0.2.9
7182025-02-28T21:46:21.239Z Downloaded radium v0.7.0
7192025-02-28T21:46:21.239Z Downloaded embedded-io v0.6.1
7202025-02-28T21:46:21.242Z Downloaded rustversion v1.0.17
7212025-02-28T21:46:21.245Z Downloaded lockfree-object-pool v0.1.6
7222025-02-28T21:46:21.245Z Downloaded zerovec v0.10.4
7232025-02-28T21:46:21.250Z Downloaded compact_str v0.8.0
7242025-02-28T21:46:21.254Z Downloaded bitvec v1.0.1
7252025-02-28T21:46:21.271Z Downloaded parse-display v0.10.0
7262025-02-28T21:46:21.274Z Downloaded typenum v1.17.0
7272025-02-28T21:46:21.277Z Downloaded tracing-core v0.1.32
7282025-02-28T21:46:21.281Z Downloaded cookie v0.18.1
7292025-02-28T21:46:21.286Z Downloaded stringmetrics v2.2.2
7302025-02-28T21:46:21.286Z Downloaded new_debug_unreachable v1.0.6
7312025-02-28T21:46:21.286Z Downloaded pin-project-lite v0.2.14
7322025-02-28T21:46:21.289Z Downloaded endian-type v0.1.2
7332025-02-28T21:46:21.293Z Downloaded poly1305 v0.8.0
7342025-02-28T21:46:21.296Z Downloaded sec1 v0.7.3
7352025-02-28T21:46:21.296Z Downloaded der_derive v0.7.3
7362025-02-28T21:46:21.299Z Downloaded tokio-rustls v0.25.0
7372025-02-28T21:46:21.299Z Downloaded salsa20 v0.10.2
7382025-02-28T21:46:21.303Z Downloaded ciborium-ll v0.2.2
7392025-02-28T21:46:21.303Z Downloaded criterion-plot v0.5.0
7402025-02-28T21:46:21.306Z Downloaded crc32fast v1.4.2
7412025-02-28T21:46:21.306Z Downloaded const_format v0.2.34
7422025-02-28T21:46:21.311Z Downloaded string_cache v0.8.7
7432025-02-28T21:46:21.314Z Downloaded chrono-tz-build v0.4.0
7442025-02-28T21:46:21.314Z Downloaded tokio-tungstenite v0.24.0
7452025-02-28T21:46:21.319Z Downloaded toolchain_find v0.4.0
7462025-02-28T21:46:21.319Z Downloaded oso-derive v0.27.3
7472025-02-28T21:46:21.319Z Downloaded thiserror v1.0.69
7482025-02-28T21:46:21.325Z Downloaded packed_struct v0.10.1
7492025-02-28T21:46:21.328Z Downloaded strum_macros v0.24.3
7502025-02-28T21:46:21.331Z Downloaded serde_urlencoded v0.7.1
7512025-02-28T21:46:21.331Z Downloaded cobs v0.2.3
7522025-02-28T21:46:21.334Z Downloaded sha1 v0.10.6
7532025-02-28T21:46:21.334Z Downloaded is-terminal v0.4.13
7542025-02-28T21:46:21.337Z Downloaded password-hash v0.5.0
7552025-02-28T21:46:21.337Z Downloaded tokio-tungstenite v0.23.1
7562025-02-28T21:46:21.341Z Downloaded tokio-tungstenite v0.21.0
7572025-02-28T21:46:21.344Z Downloaded ryu v1.0.18
7582025-02-28T21:46:21.348Z Downloaded plain v0.2.3
7592025-02-28T21:46:21.348Z Downloaded path-tree v0.8.1
7602025-02-28T21:46:21.352Z Downloaded typify-macro v0.3.0
7612025-02-28T21:46:21.352Z Downloaded serde_json v1.0.139
7622025-02-28T21:46:21.356Z Downloaded polling v3.7.3
7632025-02-28T21:46:21.360Z Downloaded indicatif v0.17.11
7642025-02-28T21:46:21.364Z Downloaded nanorand v0.7.0
7652025-02-28T21:46:21.367Z Downloaded diff v0.1.13
7662025-02-28T21:46:21.370Z Downloaded maybe-uninit v2.0.0
7672025-02-28T21:46:21.373Z Downloaded maplit v1.0.2
7682025-02-28T21:46:21.373Z Downloaded derive_more v0.99.19
7692025-02-28T21:46:21.377Z Downloaded mio v1.0.2
7702025-02-28T21:46:21.383Z Downloaded indexmap v2.7.1
7712025-02-28T21:46:21.388Z Downloaded rtoolbox v0.0.2
7722025-02-28T21:46:21.392Z Downloaded rustls-pki-types v1.10.0
7732025-02-28T21:46:21.396Z Downloaded diesel_derives v2.2.3
7742025-02-28T21:46:21.401Z Downloaded quick-xml v0.37.2
7752025-02-28T21:46:21.404Z Downloaded rstest v0.23.0
7762025-02-28T21:46:21.410Z Downloaded itertools v0.12.1
7772025-02-28T21:46:21.418Z Downloaded typify v0.2.0
7782025-02-28T21:46:21.421Z Downloaded unicode-bidi v0.3.17
7792025-02-28T21:46:21.424Z Downloaded tabled v0.18.0
7802025-02-28T21:46:21.443Z Downloaded tokio-stream v0.1.17
7812025-02-28T21:46:21.447Z Downloaded tokio-rustls v0.26.0
7822025-02-28T21:46:21.450Z Downloaded hyper-rustls v0.27.3
7832025-02-28T21:46:21.453Z Downloaded textwrap v0.16.1
7842025-02-28T21:46:21.458Z Downloaded parking_lot_core v0.9.10
7852025-02-28T21:46:21.461Z Downloaded crc-any v2.5.0
7862025-02-28T21:46:21.461Z Downloaded rsa v0.9.6
7872025-02-28T21:46:21.465Z Downloaded tower v0.5.2
7882025-02-28T21:46:21.475Z Downloaded signal-hook v0.3.17
7892025-02-28T21:46:21.478Z Downloaded polar-core v0.27.3
7902025-02-28T21:46:21.488Z Downloaded quinn v0.11.5
7912025-02-28T21:46:21.491Z Downloaded unicode-ident v1.0.14
7922025-02-28T21:46:21.494Z Downloaded zerocopy v0.8.10
7932025-02-28T21:46:21.519Z Downloaded rustls-webpki v0.101.7
7942025-02-28T21:46:21.534Z Downloaded tough v0.19.0
7952025-02-28T21:46:21.542Z Downloaded uuid v1.15.1
7962025-02-28T21:46:21.546Z Downloaded syn v1.0.109
7972025-02-28T21:46:21.558Z Downloaded icu_locid v1.5.0
7982025-02-28T21:46:21.563Z Downloaded icu_collections v1.5.0
7992025-02-28T21:46:21.568Z Downloaded serde_with v3.11.0
8002025-02-28T21:46:21.577Z Downloaded rstest_macros v0.23.0
8012025-02-28T21:46:21.583Z Downloaded rand v0.8.5
8022025-02-28T21:46:21.586Z Downloaded nix v0.27.1
8032025-02-28T21:46:21.597Z Downloaded smoltcp v0.9.1
8042025-02-28T21:46:21.609Z Downloaded unicode-segmentation v1.12.0
8052025-02-28T21:46:21.613Z Downloaded rand v0.9.0
8062025-02-28T21:46:21.617Z Downloaded clap_builder v4.5.31
8072025-02-28T21:46:21.626Z Downloaded itertools v0.13.0
8082025-02-28T21:46:21.633Z Downloaded ssh-key v0.6.6
8092025-02-28T21:46:21.641Z Downloaded p384 v0.13.0
8102025-02-28T21:46:21.647Z Downloaded regex v1.11.1
8112025-02-28T21:46:21.664Z Downloaded gimli v0.31.1
8122025-02-28T21:46:21.673Z Downloaded rustls-webpki v0.102.8
8132025-02-28T21:46:21.693Z Downloaded winnow v0.7.3
8142025-02-28T21:46:21.701Z Downloaded unicode-normalization v0.1.24
8152025-02-28T21:46:21.705Z Downloaded plotters v0.3.7
8162025-02-28T21:46:21.714Z Downloaded p521 v0.13.3
8172025-02-28T21:46:21.719Z Downloaded syn v2.0.98
8182025-02-28T21:46:21.734Z Downloaded bstr v1.10.0
8192025-02-28T21:46:21.744Z Downloaded dropshot v0.12.0
8202025-02-28T21:46:21.764Z Downloaded zerocopy v0.7.35
8212025-02-28T21:46:21.779Z Downloaded quinn-proto v0.11.8
8222025-02-28T21:46:21.787Z Downloaded rustls v0.23.19
8232025-02-28T21:46:21.799Z Downloaded salty v0.3.0
8242025-02-28T21:46:21.806Z Downloaded winnow v0.6.20
8252025-02-28T21:46:21.814Z Downloaded rustls v0.21.12
8262025-02-28T21:46:21.827Z Downloaded itertools v0.14.0
8272025-02-28T21:46:21.835Z Downloaded nix v0.29.0
8282025-02-28T21:46:21.847Z Downloaded unicode-width v0.1.14
8292025-02-28T21:46:21.852Z Downloaded idna v1.0.3
8302025-02-28T21:46:21.856Z Downloaded chrono-tz v0.10.1
8312025-02-28T21:46:21.864Z Downloaded dropshot v0.16.0
8322025-02-28T21:46:21.888Z Downloaded unicode-width v0.2.0
8332025-02-28T21:46:21.893Z Downloaded regress v0.10.1
8342025-02-28T21:46:21.901Z Downloaded object v0.30.4
8352025-02-28T21:46:21.912Z Downloaded chrono v0.4.40
8362025-02-28T21:46:21.920Z Downloaded openssl v0.10.71
8372025-02-28T21:46:21.930Z Downloaded lalrpop v0.19.12
8382025-02-28T21:46:21.942Z Downloaded regress v0.9.1
8392025-02-28T21:46:21.950Z Downloaded object v0.36.5
8402025-02-28T21:46:21.961Z Downloaded rustix v0.38.37
8412025-02-28T21:46:21.986Z Downloaded radix_trie v0.2.1
8422025-02-28T21:46:21.991Z Downloaded typify-impl v0.3.0
8432025-02-28T21:46:22.017Z Downloaded rustls v0.22.4
8442025-02-28T21:46:22.042Z Downloaded ratatui v0.29.0
8452025-02-28T21:46:22.067Z Downloaded regex-syntax v0.8.5
8462025-02-28T21:46:22.075Z Downloaded sled v0.34.7
8472025-02-28T21:46:22.085Z Downloaded zerocopy-derive v0.6.6
8482025-02-28T21:46:22.096Z Downloaded bzip2-sys v0.1.11+1.0.8
8492025-02-28T21:46:22.108Z Downloaded diesel v2.2.7
8502025-02-28T21:46:22.126Z Downloaded openapiv3 v2.0.0
8512025-02-28T21:46:22.139Z Downloaded typify-impl v0.2.0
8522025-02-28T21:46:22.153Z Downloaded curve25519-dalek v4.1.3
8532025-02-28T21:46:22.161Z Downloaded petgraph v0.6.5
8542025-02-28T21:46:22.180Z Downloaded petgraph v0.7.1
8552025-02-28T21:46:22.198Z Downloaded lzma-sys v0.1.20
8562025-02-28T21:46:22.226Z Downloaded nix v0.28.0
8572025-02-28T21:46:22.237Z Downloaded regex-automata v0.4.8
8582025-02-28T21:46:22.255Z Downloaded rustix v0.37.28
8592025-02-28T21:46:22.272Z Downloaded regex-syntax v0.6.29
8602025-02-28T21:46:22.280Z Downloaded hickory-proto v0.24.4
8612025-02-28T21:46:22.295Z Downloaded vcpkg v0.2.15
8622025-02-28T21:46:22.331Z Downloaded reqwest v0.12.12
8632025-02-28T21:46:22.339Z Downloaded webpki-roots v0.26.6
8642025-02-28T21:46:22.343Z Downloaded smoltcp v0.11.0
8652025-02-28T21:46:22.360Z Downloaded portable-atomic v1.9.0
8662025-02-28T21:46:22.363Z Downloaded sqlparser v0.45.0
8672025-02-28T21:46:22.366Z Downloaded petname v2.0.2
8682025-02-28T21:46:22.372Z Downloaded tracing v0.1.40
8692025-02-28T21:46:22.376Z Downloaded tokio-postgres v0.7.13
8702025-02-28T21:46:22.380Z Downloaded itertools v0.10.5
8712025-02-28T21:46:22.386Z Downloaded tabled v0.15.0
8722025-02-28T21:46:22.401Z Downloaded crossbeam-channel v0.5.13
8732025-02-28T21:46:22.405Z Downloaded icu_properties_data v1.5.0
8742025-02-28T21:46:22.415Z Downloaded hyper-rustls v0.26.0
8752025-02-28T21:46:22.418Z Downloaded jobserver v0.1.32
8762025-02-28T21:46:22.421Z Downloaded rustls-pemfile v2.2.0
8772025-02-28T21:46:22.421Z Downloaded time v0.3.36
8782025-02-28T21:46:22.434Z Downloaded hyper-tls v0.6.0
8792025-02-28T21:46:22.437Z Downloaded ena v0.14.3
8802025-02-28T21:46:22.437Z Downloaded tracing-attributes v0.1.27
8812025-02-28T21:46:22.441Z Downloaded tungstenite v0.24.0
8822025-02-28T21:46:22.444Z Downloaded zerocopy-derive v0.8.10
8832025-02-28T21:46:22.448Z Downloaded tokio v1.43.0
8842025-02-28T21:46:22.485Z Downloaded libc v0.2.170
8852025-02-28T21:46:22.510Z Downloaded libz-sys v1.1.20
8862025-02-28T21:46:22.530Z Downloaded sha3 v0.10.8
8872025-02-28T21:46:22.534Z Downloaded kv-log-macro v1.0.7
8882025-02-28T21:46:22.538Z Downloaded bindgen v0.69.5
8892025-02-28T21:46:22.543Z Downloaded ipnetwork v0.21.1
8902025-02-28T21:46:22.546Z Downloaded reedline v0.35.0
8912025-02-28T21:46:22.551Z Downloaded hyper v1.6.0
8922025-02-28T21:46:22.558Z Downloaded serde_yaml v0.9.34+deprecated
8932025-02-28T21:46:22.561Z Downloaded ron v0.8.1
8942025-02-28T21:46:22.567Z Downloaded csv v1.3.1
8952025-02-28T21:46:22.586Z Downloaded schemars v0.8.22
8962025-02-28T21:46:22.597Z Downloaded x509-cert v0.2.5
8972025-02-28T21:46:22.602Z Downloaded pest v2.7.14
8982025-02-28T21:46:22.608Z Downloaded predicates-core v1.0.8
8992025-02-28T21:46:22.612Z Downloaded predicates v3.1.3
9002025-02-28T21:46:22.612Z Downloaded bindgen v0.71.1
9012025-02-28T21:46:22.618Z Downloaded strsim v0.11.1
9022025-02-28T21:46:22.621Z Downloaded signal-hook-mio v0.2.4
9032025-02-28T21:46:22.621Z Downloaded crypto-bigint v0.5.5
9042025-02-28T21:46:22.626Z Downloaded libm v0.2.8
9052025-02-28T21:46:22.634Z Downloaded slog v2.7.0
9062025-02-28T21:46:22.637Z Downloaded memmap v0.7.0
9072025-02-28T21:46:22.641Z Downloaded ron v0.7.1
9082025-02-28T21:46:22.644Z Downloaded litrs v0.4.1
9092025-02-28T21:46:22.647Z Downloaded dropshot_endpoint v0.16.0
9102025-02-28T21:46:22.650Z Downloaded proptest v1.6.0
9112025-02-28T21:46:22.659Z Downloaded yoke-derive v0.7.4
9122025-02-28T21:46:22.665Z Downloaded writeable v0.5.5
9132025-02-28T21:46:22.665Z Downloaded topological-sort v0.2.2
9142025-02-28T21:46:22.665Z Downloaded termios v0.3.3
9152025-02-28T21:46:22.665Z Downloaded rand_core v0.6.4
9162025-02-28T21:46:22.669Z Downloaded vte v0.11.1
9172025-02-28T21:46:22.669Z Downloaded serde_with_macros v3.11.0
9182025-02-28T21:46:22.669Z Downloaded memchr v2.7.4
9192025-02-28T21:46:22.672Z Downloaded mime v0.3.17
9202025-02-28T21:46:22.675Z Downloaded serde_derive v1.0.218
9212025-02-28T21:46:22.677Z Downloaded rayon v1.10.0
9222025-02-28T21:46:22.685Z Downloaded blake3 v1.5.4
9232025-02-28T21:46:22.691Z Downloaded indexmap v1.9.3
9242025-02-28T21:46:22.694Z Downloaded hyper-util v0.1.10
9252025-02-28T21:46:22.698Z Downloaded slog-async v2.8.0
9262025-02-28T21:46:22.701Z Downloaded curve25519-dalek-derive v0.1.1
9272025-02-28T21:46:22.701Z Downloaded cookie_store v0.21.1
9282025-02-28T21:46:22.704Z Downloaded typed-path v0.9.3
9292025-02-28T21:46:22.708Z Downloaded der v0.7.9
9302025-02-28T21:46:22.714Z Downloaded httpmock v0.8.0-alpha.1
9312025-02-28T21:46:22.731Z Downloaded guppy v0.17.17
9322025-02-28T21:46:22.739Z Downloaded time-macros v0.2.18
9332025-02-28T21:46:22.742Z Downloaded pretty_assertions v1.4.1
9342025-02-28T21:46:22.742Z Downloaded strip-ansi-escapes v0.2.0
9352025-02-28T21:46:22.742Z Downloaded slog-json v2.6.1
9362025-02-28T21:46:22.745Z Downloaded serde_derive_internals v0.29.1
9372025-02-28T21:46:22.745Z Downloaded num-complex v0.4.6
9382025-02-28T21:46:22.748Z Downloaded url v2.5.3
9392025-02-28T21:46:22.752Z Downloaded hashbrown v0.15.1
9402025-02-28T21:46:22.755Z Downloaded icu_locid_transform_data v1.5.0
9412025-02-28T21:46:22.757Z Downloaded rustfmt-wrapper v0.2.1
9422025-02-28T21:46:22.758Z Downloaded rustc-hash v2.1.1
9432025-02-28T21:46:22.758Z Downloaded rustc-hash v1.1.0
9442025-02-28T21:46:22.761Z Downloaded native-tls v0.2.12
9452025-02-28T21:46:22.761Z Downloaded hickory-server v0.24.4
9462025-02-28T21:46:22.765Z Downloaded hashbrown v0.13.2
9472025-02-28T21:46:22.770Z Downloaded aes v0.8.4
9482025-02-28T21:46:22.774Z Downloaded encoding_rs v0.8.34
9492025-02-28T21:46:22.794Z Downloaded ring v0.17.11
9502025-02-28T21:46:22.836Z Downloaded debug-ignore v1.0.5
9512025-02-28T21:46:22.839Z Downloaded darling_core v0.20.10
9522025-02-28T21:46:22.842Z Downloaded hashbrown v0.12.3
9532025-02-28T21:46:22.846Z Downloaded twox-hash v2.1.0
9542025-02-28T21:46:22.849Z Downloaded derive_builder_core v0.20.2
9552025-02-28T21:46:22.852Z Downloaded crossbeam-utils v0.8.20
9562025-02-28T21:46:22.852Z Downloaded base64 v0.22.1
9572025-02-28T21:46:22.855Z Downloaded yoke v0.7.4
9582025-02-28T21:46:22.858Z Downloaded yasna v0.5.2
9592025-02-28T21:46:22.861Z Downloaded kstat-rs v0.2.4
9602025-02-28T21:46:22.861Z Downloaded keccak v0.1.5
9612025-02-28T21:46:22.861Z Downloaded untrusted v0.7.1
9622025-02-28T21:46:22.865Z Downloaded ucd-trie v0.1.7
9632025-02-28T21:46:22.865Z Downloaded base64 v0.13.1
9642025-02-28T21:46:22.868Z Downloaded r2d2 v0.8.10
9652025-02-28T21:46:22.868Z Downloaded hmac v0.12.1
9662025-02-28T21:46:22.871Z Downloaded env_logger v0.10.2
9672025-02-28T21:46:22.875Z Downloaded cbc v0.1.2
9682025-02-28T21:46:22.875Z Downloaded tabled_derive v0.10.0
9692025-02-28T21:46:22.875Z Downloaded httparse v1.9.5
9702025-02-28T21:46:22.878Z Downloaded smawk v0.3.2
9712025-02-28T21:46:22.879Z Downloaded libgit2-sys v0.17.0+1.8.1
9722025-02-28T21:46:22.934Z Downloaded smallvec v0.6.14
9732025-02-28T21:46:22.937Z Downloaded siphasher v0.3.11
9742025-02-28T21:46:22.937Z Downloaded shlex v1.3.0
9752025-02-28T21:46:22.938Z Downloaded shell-words v1.1.0
9762025-02-28T21:46:22.941Z Downloaded blake2 v0.10.6
9772025-02-28T21:46:22.941Z Downloaded bitflags v2.6.0
9782025-02-28T21:46:22.944Z Downloaded fatfs v0.3.6
9792025-02-28T21:46:22.947Z Downloaded anes v0.1.6
9802025-02-28T21:46:22.951Z Downloaded getrandom v0.3.1
9812025-02-28T21:46:22.954Z Downloaded bitfield-struct v0.6.2
9822025-02-28T21:46:22.954Z Downloaded bitfield v0.14.0
9832025-02-28T21:46:22.957Z Downloaded ghash v0.5.1
9842025-02-28T21:46:22.957Z Downloaded futures-sink v0.3.31
9852025-02-28T21:46:22.957Z Downloaded futures-executor v0.3.31
9862025-02-28T21:46:22.957Z Downloaded fragile v2.0.0
9872025-02-28T21:46:22.960Z Downloaded float-cmp v0.10.0
9882025-02-28T21:46:22.960Z Downloaded fixedbitset v0.4.2
9892025-02-28T21:46:22.963Z Downloaded fd-lock v4.0.2
9902025-02-28T21:46:22.963Z Downloaded fastrand v2.1.1
9912025-02-28T21:46:22.966Z Downloaded heck v0.5.0
9922025-02-28T21:46:22.966Z Downloaded generic-array v0.14.7
9932025-02-28T21:46:22.966Z Downloaded atomicwrites v0.4.4
9942025-02-28T21:46:22.970Z Downloaded async-stream v0.3.6
9952025-02-28T21:46:22.970Z Downloaded assert_cmd v2.0.16
9962025-02-28T21:46:22.973Z Downloaded futures-core v0.3.31
9972025-02-28T21:46:23.369Z Downloaded aws-lc-sys v0.26.0
9982025-02-28T21:46:23.860Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9992025-02-28T21:46:25.465Zpkg list: illegal option -- F
10002025-02-28T21:46:25.466ZUsage:
10012025-02-28T21:46:25.470Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10022025-02-28T21:46:25.470Z [pkg_fmri_pattern ...]
10032025-02-28T21:46:26.353Zpkg list: illegal option -- F
10042025-02-28T21:46:26.353ZUsage:
10052025-02-28T21:46:26.356Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10062025-02-28T21:46:26.356Z [pkg_fmri_pattern ...]
10072025-02-28T21:46:35.748Z Startup: Refreshing catalog 'helios-dev' ... Done
10082025-02-28T21:46:40.115Z Startup: Caching catalogs ... Done
10092025-02-28T21:46:53.553ZPlanning: Solver setup ... Done (12.481s)
10102025-02-28T21:46:53.711ZPlanning: Running solver ... Done (0.158s)
10112025-02-28T21:46:53.835ZPlanning: Finding local manifests ... Done (0.006s)
10122025-02-28T21:46:54.282ZPlanning: Fetching manifests: 0/7 0% complete
10132025-02-28T21:46:54.545ZPlanning: Fetching manifests: 7/7 100% complete
10142025-02-28T21:46:54.657ZPlanning: Package planning ... Done (0.113s)
10152025-02-28T21:46:54.714ZPlanning: Merging actions ... Done (0.056s)
10162025-02-28T21:46:54.909ZPlanning: Checking for conflicting actions ... Done (0.195s)
10172025-02-28T21:46:56.985ZPlanning: Consolidating action changes ... Done (2.075s)
10182025-02-28T21:46:57.420ZPlanning: Evaluating mediators ... Done (0.436s)
10192025-02-28T21:46:57.500ZPlanning: Planning completed in 17.28 seconds
10202025-02-28T21:46:57.516Z Packages to install: 4
10212025-02-28T21:46:57.517Z Packages to update: 3
10222025-02-28T21:46:57.520Z Mediators to change: 2
10232025-02-28T21:46:57.520Z Services to change: 1
10242025-02-28T21:46:57.520Z Estimated space available: 155.37 GB
10252025-02-28T21:46:57.521ZEstimated space to be consumed: 1.66 GB
10262025-02-28T21:46:57.521Z Create boot environment: No
10272025-02-28T21:46:57.521ZCreate backup boot environment: Yes
10282025-02-28T21:46:57.521Z Rebuild boot archive: No
10292025-02-28T21:46:57.521Z
10302025-02-28T21:46:57.521ZChanged mediators:
10312025-02-28T21:46:57.521Z mediator clang:
10322025-02-28T21:46:57.521Z version: None -> 15 (system default)
10332025-02-28T21:46:57.521Z
10342025-02-28T21:46:57.521Z mediator llvm:
10352025-02-28T21:46:57.521Z version: 14 (system default) -> 15 (system default)
10362025-02-28T21:46:57.521Z
10372025-02-28T21:46:57.521ZChanged packages:
10382025-02-28T21:46:57.521Zhelios-dev
10392025-02-28T21:46:57.521Z developer/build-essential
10402025-02-28T21:46:57.521Z None -> 11-2.0
10412025-02-28T21:46:57.521Z library/libxmlsec1
10422025-02-28T21:46:57.521Z None -> 1.2.35-2.0
10432025-02-28T21:46:57.521Z ooce/developer/clang-15
10442025-02-28T21:46:57.521Z None -> 15.0.7-2.0
10452025-02-28T21:46:57.521Z ooce/developer/llvm-15
10462025-02-28T21:46:57.521Z None -> 15.0.7-2.0
10472025-02-28T21:46:57.521Z package/pkg
10482025-02-28T21:46:57.521Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10492025-02-28T21:46:57.521Z system/library/g++-runtime
10502025-02-28T21:46:57.521Z 13-2.0 -> 14-2.0
10512025-02-28T21:46:57.521Z system/library/gcc-runtime
10522025-02-28T21:46:57.521Z 13-2.0 -> 14-2.0
10532025-02-28T21:46:57.521Z
10542025-02-28T21:46:57.521ZServices:
10552025-02-28T21:46:57.521Z restart_fmri:
10562025-02-28T21:46:57.521Z svc:/system/update-man-index:default
10572025-02-28T21:46:57.521Z
10582025-02-28T21:46:57.521ZEditable files to change:
10592025-02-28T21:46:57.521Z Update:
10602025-02-28T21:46:57.521Z usr/share/lib/pkg/web/config.shtml
10612025-02-28T21:46:57.600Z
10622025-02-28T21:46:57.600ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10632025-02-28T21:47:02.850ZDownload: 195/4301 items 1.2/225.4MB 0% complete (195k/s)
10642025-02-28T21:47:08.084ZDownload: 212/4301 items 1.3/225.4MB 0% complete (201k/s)
10652025-02-28T21:47:29.288ZDownload: 213/4301 items 1.3/225.4MB 0% complete
10662025-02-28T21:47:34.304ZDownload: 438/4301 items 16.9/225.4MB 7% complete (3.5M/s)
10672025-02-28T21:47:39.327ZDownload: 867/4301 items 18.8/225.4MB 8% complete (1.8M/s)
10682025-02-28T21:47:44.328ZDownload: 1132/4301 items 54.8/225.4MB 24% complete (3.7M/s)
10692025-02-28T21:47:50.962ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (6.5M/s)
10702025-02-28T21:47:55.965ZDownload: 1896/4301 items 117.9/225.4MB 52% complete (3.5M/s)
10712025-02-28T21:48:04.549ZDownload: 2221/4301 items 118.6/225.4MB 52% complete (3.8M/s)
10722025-02-28T21:48:22.160ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
10732025-02-28T21:48:27.166ZDownload: 2620/4301 items 120.5/225.4MB 53% complete (278k/s)
10742025-02-28T21:48:32.167ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s)
10752025-02-28T21:48:38.418ZDownload: 3282/4301 items 210.7/225.4MB 93% complete (9.0M/s)
10762025-02-28T21:48:44.814ZDownload: 3286/4301 items 211.6/225.4MB 93% complete (8.8M/s)
10772025-02-28T21:48:48.753ZDownload: Completed 225.42 MB in 111.14 seconds (2.0M/s)
10782025-02-28T21:48:50.774Z Actions: 1/5122 actions (Removing old actions)
10792025-02-28T21:48:50.798Z Actions: 194/5122 actions (Installing new actions)
10802025-02-28T21:48:55.515Z Actions: 4267/5122 actions (Updating modified actions)
10812025-02-28T21:48:55.874Z Actions: Completed 5122 actions in 5.10 seconds.
10822025-02-28T21:48:56.302Z Done (0.420s)
10832025-02-28T21:48:56.305Z Done (0.002s)
10842025-02-28T21:48:56.922Z Done (0.618s)
10852025-02-28T21:49:01.364Z Done (4.196s)
10862025-02-28T21:49:01.451Z Done (0.018s)
10872025-02-28T21:49:01.454Z Done (0.000s)
10882025-02-28T21:49:01.632Z Done (0.000s)
10892025-02-28T21:49:02.385ZPlanning: Evaluating mediator changes ... Done
10902025-02-28T21:49:02.552ZPlanning: Checking for conflicting actions ... Done
10912025-02-28T21:49:02.555ZPlanning: Consolidating action changes ... Done
10922025-02-28T21:49:02.832ZPlanning: Evaluating mediators ... Done
10932025-02-28T21:49:02.837ZPlanning: Planning completed in 0.45 seconds
10942025-02-28T21:49:02.873Z Mediators to change: 2
10952025-02-28T21:49:02.873Z Create boot environment: No
10962025-02-28T21:49:02.876ZCreate backup boot environment: No
10972025-02-28T21:49:02.972Z Done
10982025-02-28T21:49:02.972Z Done
10992025-02-28T21:49:03.404Z Done
11002025-02-28T21:49:07.135Z Done
11012025-02-28T21:49:07.229Z Done
11022025-02-28T21:49:07.233Z Done
11032025-02-28T21:49:07.343Z Done
11042025-02-28T21:49:07.963ZPlanning: Evaluating mediator changes ... Done
11052025-02-28T21:49:07.966ZPlanning: Merging actions ... Done
11062025-02-28T21:49:08.160ZPlanning: Checking for conflicting actions ... Done
11072025-02-28T21:49:08.164ZPlanning: Consolidating action changes ... Done
11082025-02-28T21:49:08.432ZPlanning: Evaluating mediators ... Done
11092025-02-28T21:49:08.489ZPlanning: Planning completed in 0.77 seconds
11102025-02-28T21:49:08.529Z Packages to change: 1
11112025-02-28T21:49:08.529Z Mediators to change: 1
11122025-02-28T21:49:08.532Z Services to change: 1
11132025-02-28T21:49:08.532Z Create boot environment: No
11142025-02-28T21:49:08.533ZCreate backup boot environment: Yes
11152025-02-28T21:49:10.809Z Actions: 1/6 actions (Updating modified actions)
11162025-02-28T21:49:10.812Z Actions: Completed 6 actions in 0.00 seconds.
11172025-02-28T21:49:10.812Z Done
11182025-02-28T21:49:10.812Z Done
11192025-02-28T21:49:10.937Z Done
11202025-02-28T21:49:14.704Z Done
11212025-02-28T21:49:14.797Z Done
11222025-02-28T21:49:14.801Z Done
11232025-02-28T21:49:14.946Z Done
11242025-02-28T21:49:15.389ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11252025-02-28T21:49:15.389Zclang system 15 system
11262025-02-28T21:49:15.389Zcsh system system illumos
11272025-02-28T21:49:15.389Zctags system system illumos
11282025-02-28T21:49:15.389Zgcc vendor 12 vendor
11292025-02-28T21:49:15.389Zgcc system 10 system
11302025-02-28T21:49:15.389Zgcc system 7 system
11312025-02-28T21:49:15.389Zgo system 1.20 system
11322025-02-28T21:49:15.389Zgo system 1.19 system
11332025-02-28T21:49:15.389Zllvm system 15 system
11342025-02-28T21:49:15.389Zllvm system 14 system
11352025-02-28T21:49:15.389Zmariadb system 10.6 system
11362025-02-28T21:49:15.389Zmta vendor vendor dma
11372025-02-28T21:49:15.389Zopenjdk system 17 system
11382025-02-28T21:49:15.389Zopenjdk system 11 system
11392025-02-28T21:49:15.389Zopenjdk system 1.8 system
11402025-02-28T21:49:15.389Zopenssl vendor 3 vendor
11412025-02-28T21:49:15.389Zperl system 5.36 system
11422025-02-28T21:49:15.390Zpostgresql system 15 system
11432025-02-28T21:49:15.390Zpostgresql system 13 system
11442025-02-28T21:49:15.390Zpython vendor 3 vendor
11452025-02-28T21:49:15.390Zpython system 2 system
11462025-02-28T21:49:15.390Zpython3 system 3.11 system
11472025-02-28T21:49:15.390Zruby system 3.0 system
11482025-02-28T21:49:15.390Zwords vendor vendor american-english
11492025-02-28T21:49:15.390Zwords system system australian-english
11502025-02-28T21:49:15.390Zwords system system british-english
11512025-02-28T21:49:15.390Zwords system system canadian-english
11522025-02-28T21:49:15.390Zwords system system french
11532025-02-28T21:49:15.390Zwords system system italian
11542025-02-28T21:49:15.390Zwords system system ngerman
11552025-02-28T21:49:15.390Zwords system system ogerman
11562025-02-28T21:49:15.390Zwords system system spanish
11572025-02-28T21:49:15.730ZPUBLISHER TYPE STATUS P LOCATION
11582025-02-28T21:49:15.730Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11592025-02-28T21:49:18.809ZFMRI IFO
11602025-02-28T21:49:18.810Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11612025-02-28T21:49:18.810Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11622025-02-28T21:49:18.810Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11632025-02-28T21:49:18.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11642025-02-28T21:49:18.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11652025-02-28T21:49:18.810Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11662025-02-28T21:49:18.810Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11672025-02-28T21:49:18.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11682025-02-28T21:49:18.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11692025-02-28T21:49:18.810Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11702025-02-28T21:49:18.810Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11712025-02-28T21:49:18.810Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11722025-02-28T21:49:18.810Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11732025-02-28T21:49:18.810Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11742025-02-28T21:49:18.810Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11752025-02-28T21:49:19.956Z Downloading crates ...
11762025-02-28T21:49:20.044Z Downloaded cargo_toml v0.21.0
11772025-02-28T21:49:20.194Z Compiling proc-macro2 v1.0.93
11782025-02-28T21:49:20.198Z Compiling unicode-ident v1.0.14
11792025-02-28T21:49:20.198Z Compiling version_check v0.9.5
11802025-02-28T21:49:20.198Z Compiling libc v0.2.170
11812025-02-28T21:49:20.198Z Compiling serde v1.0.218
11822025-02-28T21:49:20.198Z Compiling memchr v2.7.4
11832025-02-28T21:49:20.218Z Compiling thiserror v1.0.69
11842025-02-28T21:49:20.221Z Compiling ryu v1.0.18
11852025-02-28T21:49:20.470Z Compiling ucd-trie v0.1.7
11862025-02-28T21:49:20.580Z Compiling itoa v1.0.11
11872025-02-28T21:49:20.808Z Compiling once_cell v1.20.3
11882025-02-28T21:49:20.916Z Compiling byteorder v1.5.0
11892025-02-28T21:49:21.006Z Compiling serde_json v1.0.139
11902025-02-28T21:49:21.172Z Compiling rustix v0.38.37
11912025-02-28T21:49:21.343Z Compiling bitflags v2.6.0
11922025-02-28T21:49:21.432Z Compiling usdt-impl v0.5.0
11932025-02-28T21:49:21.637Z Compiling proc-macro-error-attr v1.0.4
11942025-02-28T21:49:21.655Z Compiling io-lifetimes v1.0.11
11952025-02-28T21:49:21.747Z Compiling syn v1.0.109
11962025-02-28T21:49:21.925Z Compiling proc-macro-error v1.0.4
11972025-02-28T21:49:21.949Z Compiling quote v1.0.38
11982025-02-28T21:49:22.029Z Compiling equivalent v1.0.1
11992025-02-28T21:49:22.146Z Compiling errno v0.3.9
12002025-02-28T21:49:22.233Z Compiling utf8parse v0.2.2
12012025-02-28T21:49:22.262Z Compiling log v0.4.22
12022025-02-28T21:49:22.294Z Compiling syn v2.0.98
12032025-02-28T21:49:22.467Z Compiling thread-id v4.2.2
12042025-02-28T21:49:22.520Z Compiling camino v1.1.9
12052025-02-28T21:49:22.544Z Compiling hashbrown v0.15.1
12062025-02-28T21:49:22.571Z Compiling rustix v0.37.28
12072025-02-28T21:49:22.572Z Compiling plain v0.2.3
12082025-02-28T21:49:22.816Z Compiling anstyle-parse v0.2.5
12092025-02-28T21:49:23.321Z Compiling winnow v0.7.3
12102025-02-28T21:49:23.370Z Compiling anstyle-query v1.1.1
12112025-02-28T21:49:23.412Z Compiling anstyle v1.0.10
12122025-02-28T21:49:23.497Z Compiling bitflags v1.3.2
12132025-02-28T21:49:23.524Z Compiling thiserror v2.0.11
12142025-02-28T21:49:23.596Z Compiling indexmap v2.7.1
12152025-02-28T21:49:23.617Z Compiling autocfg v1.4.0
12162025-02-28T21:49:23.833Z Compiling semver v1.0.25
12172025-02-28T21:49:24.135Z Compiling colorchoice v1.0.2
12182025-02-28T21:49:24.290Z Compiling is_terminal_polyfill v1.70.1
12192025-02-28T21:49:24.329Z Compiling pretty-hex v0.4.1
12202025-02-28T21:49:24.421Z Compiling unicode-width v0.1.14
12212025-02-28T21:49:24.553Z Compiling anstream v0.6.15
12222025-02-28T21:49:24.556Z Compiling fs-err v2.11.0
12232025-02-28T21:49:24.871Z Compiling terminal_size v0.4.0
12242025-02-28T21:49:25.135Z Compiling strsim v0.11.1
12252025-02-28T21:49:25.192Z Compiling heck v0.5.0
12262025-02-28T21:49:25.226Z Compiling cfg-if v1.0.0
12272025-02-28T21:49:25.262Z Compiling anyhow v1.0.96
12282025-02-28T21:49:25.325Z Compiling bytecount v0.6.8
12292025-02-28T21:49:25.667Z Compiling fastrand v2.1.1
12302025-02-28T21:49:25.856Z Compiling fnv v1.0.7
12312025-02-28T21:49:25.880Z Compiling clap_lex v0.7.4
12322025-02-28T21:49:26.001Z Compiling heck v0.4.1
12332025-02-28T21:49:26.150Z Compiling clap_builder v4.5.31
12342025-02-28T21:49:26.162Z Compiling papergrid v0.11.0
12352025-02-28T21:49:26.290Z Compiling terminal_size v0.2.6
12362025-02-28T21:49:26.472Z Compiling tempfile v3.13.0
12372025-02-28T21:49:26.661Z Compiling memmap v0.7.0
12382025-02-28T21:49:26.743Z Compiling unicode-linebreak v0.1.5
12392025-02-28T21:49:26.776Z Compiling smawk v0.3.2
12402025-02-28T21:49:27.209Z Compiling textwrap v0.16.1
12412025-02-28T21:49:27.224Z Compiling swrite v0.1.0
12422025-02-28T21:49:27.663Z Compiling tabled_derive v0.7.0
12432025-02-28T21:49:29.264Z Compiling tabled v0.15.0
12442025-02-28T21:49:29.292Z Compiling serde_derive v1.0.218
12452025-02-28T21:49:29.298Z Compiling thiserror-impl v1.0.69
12462025-02-28T21:49:29.298Z Compiling zerocopy-derive v0.7.35
12472025-02-28T21:49:29.298Z Compiling scroll_derive v0.12.0
12482025-02-28T21:49:29.298Z Compiling thiserror-impl v2.0.11
12492025-02-28T21:49:29.298Z Compiling clap_derive v4.5.28
12502025-02-28T21:49:30.691Z Compiling scroll v0.12.0
12512025-02-28T21:49:31.220Z Compiling goblin v0.8.2
12522025-02-28T21:49:31.337Z Compiling zerocopy v0.7.35
12532025-02-28T21:49:32.360Z Compiling pest v2.7.14
12542025-02-28T21:49:33.544Z Compiling clap v4.5.31
12552025-02-28T21:49:34.586Z Compiling pest_meta v2.7.14
12562025-02-28T21:49:35.601Z Compiling pest_generator v2.7.14
12572025-02-28T21:49:37.026Z Compiling pest_derive v2.7.14
12582025-02-28T21:49:37.588Z Compiling dtrace-parser v0.2.0
12592025-02-28T21:49:38.428Z Compiling serde_spanned v0.6.8
12602025-02-28T21:49:38.431Z Compiling toml_datetime v0.6.8
12612025-02-28T21:49:38.431Z Compiling cargo-platform v0.1.8
12622025-02-28T21:49:38.749Z Compiling serde_tokenstream v0.2.2
12632025-02-28T21:49:38.789Z Compiling toml_edit v0.22.24
12642025-02-28T21:49:38.912Z Compiling macaddr v1.0.1
12652025-02-28T21:49:38.951Z Compiling camino-tempfile v1.1.1
12662025-02-28T21:49:39.785Z Compiling dof v0.3.0
12672025-02-28T21:49:39.785Z Compiling cargo_metadata v0.19.1
12682025-02-28T21:49:41.380Z Compiling usdt-macro v0.5.0
12692025-02-28T21:49:41.380Z Compiling usdt-attr-macro v0.5.0
12702025-02-28T21:49:41.509Z Compiling toml v0.8.20
12712025-02-28T21:49:42.492Z Compiling cargo_toml v0.21.0
12722025-02-28T21:49:42.530Z Compiling usdt v0.5.0
12732025-02-28T21:49:45.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12742025-02-28T21:49:48.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s
12752025-02-28T21:49:48.265Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12762025-02-28T21:49:49.172Z Compiling serde v1.0.218
12772025-02-28T21:49:49.177Z Compiling value-bag v1.9.0
12782025-02-28T21:49:49.177Z Compiling lock_api v0.4.12
12792025-02-28T21:49:49.177Z Compiling scopeguard v1.2.0
12802025-02-28T21:49:49.177Z Compiling typenum v1.17.0
12812025-02-28T21:49:49.308Z Compiling generic-array v0.14.7
12822025-02-28T21:49:49.312Z Compiling syn v2.0.98
12832025-02-28T21:49:49.315Z Compiling getrandom v0.2.15
12842025-02-28T21:49:49.588Z Compiling rand_core v0.6.4
12852025-02-28T21:49:49.723Z Compiling subtle v2.6.1
12862025-02-28T21:49:49.786Z Compiling shlex v1.3.0
12872025-02-28T21:49:49.845Z Compiling log v0.4.22
12882025-02-28T21:49:49.962Z Compiling jobserver v0.1.32
12892025-02-28T21:49:50.101Z Compiling smallvec v1.14.0
12902025-02-28T21:49:50.127Z Compiling const-oid v0.9.6
12912025-02-28T21:49:50.187Z Compiling pin-project-lite v0.2.14
12922025-02-28T21:49:50.246Z Compiling parking_lot_core v0.9.10
12932025-02-28T21:49:50.337Z Compiling cc v1.2.15
12942025-02-28T21:49:50.472Z Compiling rustix v0.38.37
12952025-02-28T21:49:50.623Z Compiling futures-core v0.3.31
12962025-02-28T21:49:50.728Z Compiling spin v0.9.8
12972025-02-28T21:49:50.868Z Compiling signal-hook-registry v1.4.2
12982025-02-28T21:49:51.136Z Compiling parking_lot v0.12.3
12992025-02-28T21:49:51.229Z Compiling mio v1.0.2
13002025-02-28T21:49:51.294Z Compiling aho-corasick v1.1.3
13012025-02-28T21:49:51.559Z Compiling either v1.14.0
13022025-02-28T21:49:51.806Z Compiling futures-sink v0.3.31
13032025-02-28T21:49:51.967Z Compiling cpufeatures v0.2.14
13042025-02-28T21:49:51.971Z Compiling regex-syntax v0.8.5
13052025-02-28T21:49:51.972Z Compiling stable_deref_trait v1.2.0
13062025-02-28T21:49:52.022Z Compiling socket2 v0.5.8
13072025-02-28T21:49:52.072Z Compiling slab v0.4.9
13082025-02-28T21:49:52.120Z Compiling glob v0.3.2
13092025-02-28T21:49:52.234Z Compiling prettyplease v0.2.29
13102025-02-28T21:49:52.606Z Compiling lazy_static v1.5.0
13112025-02-28T21:49:52.746Z Compiling minimal-lexical v0.2.1
13122025-02-28T21:49:52.822Z Compiling serde_json v1.0.139
13132025-02-28T21:49:52.852Z Compiling futures-channel v0.3.31
13142025-02-28T21:49:52.918Z Compiling clang-sys v1.8.1
13152025-02-28T21:49:53.198Z Compiling nom v7.1.3
13162025-02-28T21:49:53.216Z Compiling libloading v0.8.5
13172025-02-28T21:49:53.250Z Compiling home v0.5.9
13182025-02-28T21:49:53.475Z Compiling pin-utils v0.1.0
13192025-02-28T21:49:53.585Z Compiling bindgen v0.69.5
13202025-02-28T21:49:53.607Z Compiling futures-io v0.3.31
13212025-02-28T21:49:53.652Z Compiling futures-task v0.3.31
13222025-02-28T21:49:53.948Z Compiling itertools v0.12.1
13232025-02-28T21:49:54.086Z Compiling foldhash v0.1.3
13242025-02-28T21:49:54.375Z Compiling rustc-hash v1.1.0
13252025-02-28T21:49:54.430Z Compiling libm v0.2.8
13262025-02-28T21:49:54.541Z Compiling lazycell v1.3.0
13272025-02-28T21:49:54.731Z Compiling allocator-api2 v0.2.18
13282025-02-28T21:49:54.815Z Compiling cmake v0.1.51
13292025-02-28T21:49:55.460Z Compiling hashbrown v0.15.1
13302025-02-28T21:49:55.650Z Compiling regex-automata v0.4.8
13312025-02-28T21:49:55.717Z Compiling num-traits v0.2.19
13322025-02-28T21:49:56.042Z Compiling dunce v1.0.5
13332025-02-28T21:49:56.191Z Compiling cexpr v0.6.0
13342025-02-28T21:49:56.479Z Compiling synstructure v0.13.1
13352025-02-28T21:49:56.700Z Compiling pkg-config v0.3.31
13362025-02-28T21:49:57.778Z Compiling fs_extra v1.3.0
13372025-02-28T21:49:57.993Z Compiling writeable v0.5.5
13382025-02-28T21:49:58.085Z Compiling getrandom v0.3.1
13392025-02-28T21:49:58.301Z Compiling litemap v0.7.3
13402025-02-28T21:49:58.533Z Compiling ring v0.17.11
13412025-02-28T21:49:58.687Z Compiling base64ct v1.6.0
13422025-02-28T21:49:58.808Z Compiling paste v1.0.15
13432025-02-28T21:49:59.277Z Compiling pem-rfc7468 v0.7.0
13442025-02-28T21:49:59.434Z Compiling flagset v0.4.6
13452025-02-28T21:49:59.659Z Compiling aws-lc-rs v1.12.4
13462025-02-28T21:49:59.840Z Compiling icu_locid_transform_data v1.5.0
13472025-02-28T21:49:59.909Z Compiling httparse v1.9.5
13482025-02-28T21:50:00.138Z Compiling tracing-core v0.1.32
13492025-02-28T21:50:00.641Z Compiling rustls-pki-types v1.10.0
13502025-02-28T21:50:00.853Z Compiling crossbeam-utils v0.8.20
13512025-02-28T21:50:01.044Z Compiling regex v1.11.1
13522025-02-28T21:50:01.264Z Compiling percent-encoding v2.3.1
13532025-02-28T21:50:01.351Z Compiling icu_properties_data v1.5.0
13542025-02-28T21:50:01.429Z Compiling serde_derive v1.0.218
13552025-02-28T21:50:01.565Z Compiling zeroize_derive v1.4.2
13562025-02-28T21:50:01.586Z Compiling zerocopy-derive v0.7.35
13572025-02-28T21:50:01.611Z Compiling tokio-macros v2.5.0
13582025-02-28T21:50:01.991Z Compiling zerofrom-derive v0.1.4
13592025-02-28T21:50:02.925Z Compiling zeroize v1.8.1
13602025-02-28T21:50:03.065Z Compiling yoke-derive v0.7.4
13612025-02-28T21:50:03.555Z Compiling zerocopy v0.7.35
13622025-02-28T21:50:05.227Z Compiling zerovec-derive v0.10.3
13632025-02-28T21:50:05.232Z Compiling crypto-common v0.1.6
13642025-02-28T21:50:05.232Z Compiling block-buffer v0.10.4
13652025-02-28T21:50:05.232Z Compiling thiserror-impl v1.0.69
13662025-02-28T21:50:05.232Z Compiling digest v0.10.7
13672025-02-28T21:50:05.306Z Compiling futures-macro v0.3.31
13682025-02-28T21:50:05.345Z Compiling zerofrom v0.1.4
13692025-02-28T21:50:05.532Z Compiling hmac v0.12.1
13702025-02-28T21:50:05.579Z Compiling displaydoc v0.2.5
13712025-02-28T21:50:05.602Z Compiling yoke v0.7.4
13722025-02-28T21:50:05.805Z Compiling block-padding v0.3.3
13732025-02-28T21:50:05.968Z Compiling ppv-lite86 v0.2.20
13742025-02-28T21:50:06.061Z Compiling inout v0.1.3
13752025-02-28T21:50:06.079Z Compiling sha2 v0.10.8
13762025-02-28T21:50:06.341Z Compiling cipher v0.4.4
13772025-02-28T21:50:06.660Z Compiling zerovec v0.10.4
13782025-02-28T21:50:06.767Z Compiling icu_provider_macros v1.5.0
13792025-02-28T21:50:06.826Z Compiling der_derive v0.7.3
13802025-02-28T21:50:07.103Z Compiling tracing-attributes v0.1.27
13812025-02-28T21:50:07.128Z Compiling futures-util v0.3.31
13822025-02-28T21:50:07.751Z Compiling thiserror v1.0.69
13832025-02-28T21:50:07.833Z Compiling salsa20 v0.10.2
13842025-02-28T21:50:07.915Z Compiling pest v2.7.14
13852025-02-28T21:50:08.071Z Compiling pbkdf2 v0.12.2
13862025-02-28T21:50:08.623Z Compiling tinystr v0.7.6
13872025-02-28T21:50:08.917Z Compiling icu_collections v1.5.0
13882025-02-28T21:50:09.016Z Compiling icu_locid v1.5.0
13892025-02-28T21:50:09.080Z Compiling der v0.7.9
13902025-02-28T21:50:09.652Z Compiling powerfmt v0.2.0
13912025-02-28T21:50:10.098Z Compiling utf16_iter v1.0.5
13922025-02-28T21:50:10.245Z Compiling icu_provider v1.5.0
13932025-02-28T21:50:10.315Z Compiling tracing v0.1.40
13942025-02-28T21:50:10.315Z Compiling utf8_iter v1.0.4
13952025-02-28T21:50:10.584Z Compiling time-core v0.1.2
13962025-02-28T21:50:10.782Z Compiling untrusted v0.9.0
13972025-02-28T21:50:10.829Z Compiling icu_normalizer_data v1.5.0
13982025-02-28T21:50:10.936Z Compiling icu_locid_transform v1.5.0
13992025-02-28T21:50:10.958Z Compiling write16 v1.0.0
14002025-02-28T21:50:10.975Z Compiling num-conv v0.1.0
14012025-02-28T21:50:11.047Z Compiling spki v0.7.3
14022025-02-28T21:50:11.100Z Compiling vcpkg v0.2.15
14032025-02-28T21:50:11.196Z Compiling untrusted v0.7.1
14042025-02-28T21:50:11.259Z Compiling time-macros v0.2.18
14052025-02-28T21:50:11.452Z Compiling pest_meta v2.7.14
14062025-02-28T21:50:11.961Z Compiling deranged v0.3.11
14072025-02-28T21:50:12.332Z Compiling icu_properties v1.5.1
14082025-02-28T21:50:12.806Z Compiling openssl-sys v0.9.106
14092025-02-28T21:50:13.408Z Compiling scrypt v0.11.0
14102025-02-28T21:50:13.881Z Compiling cbc v0.1.2
14112025-02-28T21:50:13.884Z Compiling aes v0.8.4
14122025-02-28T21:50:14.140Z Compiling bitflags v2.6.0
14132025-02-28T21:50:14.211Z Compiling bytes v1.10.0
14142025-02-28T21:50:14.358Z Compiling semver v1.0.25
14152025-02-28T21:50:15.108Z Compiling indexmap v2.7.1
14162025-02-28T21:50:15.653Z Compiling tokio v1.43.0
14172025-02-28T21:50:15.679Z Compiling http v1.2.0
14182025-02-28T21:50:15.698Z Compiling rustc_version v0.4.1
14192025-02-28T21:50:16.356Z Compiling icu_normalizer v1.5.0
14202025-02-28T21:50:16.436Z Compiling scroll_derive v0.12.0
14212025-02-28T21:50:16.714Z Compiling atomic-waker v1.1.2
14222025-02-28T21:50:16.909Z Compiling tinyvec_macros v0.1.1
14232025-02-28T21:50:16.909Z Compiling num_threads v0.1.7
14242025-02-28T21:50:17.018Z Compiling tinyvec v1.8.0
14252025-02-28T21:50:17.078Z Compiling time v0.3.36
14262025-02-28T21:50:17.093Z Compiling http-body v1.0.1
14272025-02-28T21:50:17.338Z Compiling idna_adapter v1.2.0
14282025-02-28T21:50:17.572Z Compiling pkcs5 v0.7.1
14292025-02-28T21:50:17.831Z Compiling scroll v0.12.0
14302025-02-28T21:50:17.900Z Compiling pest_generator v2.7.14
14312025-02-28T21:50:18.043Z Compiling rand_chacha v0.3.1
14322025-02-28T21:50:18.362Z Compiling which v4.4.2
14332025-02-28T21:50:18.465Z Compiling form_urlencoded v1.2.1
14342025-02-28T21:50:18.592Z Compiling try-lock v0.2.5
14352025-02-28T21:50:18.787Z Compiling slog v2.7.0
14362025-02-28T21:50:18.879Z Compiling zerocopy v0.8.10
14372025-02-28T21:50:19.153Z Compiling goblin v0.8.2
14382025-02-28T21:50:19.356Z Compiling want v0.3.1
14392025-02-28T21:50:19.650Z Compiling rand v0.8.5
14402025-02-28T21:50:19.693Z Compiling pest_derive v2.7.14
14412025-02-28T21:50:19.741Z Compiling pkcs8 v0.10.2
14422025-02-28T21:50:20.399Z Compiling idna v1.0.3
14432025-02-28T21:50:20.424Z Compiling uuid v1.15.1
14442025-02-28T21:50:20.533Z Compiling zerocopy-derive v0.8.10
14452025-02-28T21:50:21.637Z Compiling tower-service v0.3.3
14462025-02-28T21:50:21.659Z Compiling httpdate v1.0.3
14472025-02-28T21:50:21.794Z Compiling iana-time-zone v0.1.61
14482025-02-28T21:50:21.971Z Compiling chrono v0.4.40
14492025-02-28T21:50:21.991Z Compiling dtrace-parser v0.2.0
14502025-02-28T21:50:22.158Z Compiling serde_spanned v0.6.8
14512025-02-28T21:50:22.404Z Compiling serde_tokenstream v0.2.2
14522025-02-28T21:50:22.880Z Compiling toml_datetime v0.6.8
14532025-02-28T21:50:23.001Z Compiling openssl v0.10.71
14542025-02-28T21:50:23.357Z Compiling adler2 v2.0.0
14552025-02-28T21:50:23.448Z Compiling rustversion v1.0.17
14562025-02-28T21:50:23.584Z Compiling tokio-util v0.7.13
14572025-02-28T21:50:23.785Z Compiling match_cfg v0.1.0
14582025-02-28T21:50:23.894Z Compiling foreign-types-shared v0.1.1
14592025-02-28T21:50:24.046Z Compiling base64 v0.22.1
14602025-02-28T21:50:24.191Z Compiling foreign-types v0.3.2
14612025-02-28T21:50:24.305Z Compiling hostname v0.3.1
14622025-02-28T21:50:24.540Z Compiling h2 v0.4.6
14632025-02-28T21:50:24.732Z Compiling miniz_oxide v0.8.5
14642025-02-28T21:50:24.847Z Compiling dof v0.3.0
14652025-02-28T21:50:25.706Z Compiling url v2.5.3
14662025-02-28T21:50:26.251Z Compiling rand_core v0.9.2
14672025-02-28T21:50:26.279Z Compiling usdt-impl v0.5.0
14682025-02-28T21:50:26.962Z Compiling openssl-macros v0.1.1
14692025-02-28T21:50:27.029Z Compiling async-trait v0.1.86
14702025-02-28T21:50:27.443Z Compiling serde_derive_internals v0.29.1
14712025-02-28T21:50:27.598Z Compiling dirs-sys-next v0.1.2
14722025-02-28T21:50:27.851Z Compiling native-tls v0.2.12
14732025-02-28T21:50:28.131Z Compiling syn v1.0.109
14742025-02-28T21:50:28.152Z Compiling rustls v0.23.19
14752025-02-28T21:50:28.198Z Compiling siphasher v0.3.11
14762025-02-28T21:50:28.467Z Compiling schemars v0.8.22
14772025-02-28T21:50:28.566Z Compiling data-encoding v2.6.0
14782025-02-28T21:50:28.708Z Compiling rustls v0.22.4
14792025-02-28T21:50:28.851Z Compiling dirs-next v2.0.0
14802025-02-28T21:50:29.053Z Compiling rand_chacha v0.9.0
14812025-02-28T21:50:29.397Z Compiling unicode-normalization v0.1.24
14822025-02-28T21:50:29.678Z Compiling schemars_derive v0.8.22
14832025-02-28T21:50:30.344Z Compiling http-body-util v0.1.2
14842025-02-28T21:50:30.448Z Compiling heapless v0.7.17
14852025-02-28T21:50:30.532Z Compiling crossbeam-epoch v0.9.18
14862025-02-28T21:50:30.827Z Compiling signature v2.2.0
14872025-02-28T21:50:30.886Z Compiling sha1 v0.10.6
14882025-02-28T21:50:31.140Z Compiling bzip2-sys v0.1.11+1.0.8
14892025-02-28T21:50:31.202Z Compiling thread_local v1.1.8
14902025-02-28T21:50:31.236Z Compiling cookie v0.18.1
14912025-02-28T21:50:31.322Z Compiling multer v3.1.0
14922025-02-28T21:50:31.569Z Compiling hyper v1.6.0
14932025-02-28T21:50:31.628Z Compiling encoding_rs v0.8.34
14942025-02-28T21:50:31.648Z Compiling ipnet v2.11.0
14952025-02-28T21:50:31.679Z Compiling mime v0.3.17
14962025-02-28T21:50:32.202Z Compiling gimli v0.31.1
14972025-02-28T21:50:32.635Z Compiling signal-hook v0.3.17
14982025-02-28T21:50:32.690Z Compiling unicode-bidi v0.3.17
14992025-02-28T21:50:32.951Z Compiling rayon-core v1.12.1
15002025-02-28T21:50:33.277Z Compiling slog-async v2.8.0
15012025-02-28T21:50:33.822Z Compiling openssl-probe v0.1.5
15022025-02-28T21:50:33.908Z Compiling hyper-util v0.1.10
15032025-02-28T21:50:34.134Z Compiling dyn-clone v1.0.18
15042025-02-28T21:50:34.265Z Compiling unicode-properties v0.1.3
15052025-02-28T21:50:34.709Z Compiling stringprep v0.1.5
15062025-02-28T21:50:35.808Z Compiling toml_edit v0.22.24
15072025-02-28T21:50:35.987Z Compiling crossbeam-deque v0.8.5
15082025-02-28T21:50:36.343Z Compiling addr2line v0.24.2
15092025-02-28T21:50:36.669Z Compiling rand v0.9.0
15102025-02-28T21:50:36.709Z Compiling term v0.7.0
15112025-02-28T21:50:36.993Z Compiling usdt-attr-macro v0.5.0
15122025-02-28T21:50:37.103Z Compiling usdt-macro v0.5.0
15132025-02-28T21:50:37.647Z Compiling slog-json v2.6.1
15142025-02-28T21:50:37.885Z Compiling serde_urlencoded v0.7.1
15152025-02-28T21:50:38.005Z Compiling curve25519-dalek v4.1.3
15162025-02-28T21:50:38.360Z Compiling crossbeam-channel v0.5.13
15172025-02-28T21:50:38.395Z Compiling futures-executor v0.3.31
15182025-02-28T21:50:38.513Z Compiling enum-as-inner v0.6.1
15192025-02-28T21:50:38.529Z Compiling md-5 v0.10.6
15202025-02-28T21:50:38.701Z Compiling async-stream-impl v0.3.6
15212025-02-28T21:50:38.813Z Compiling rustls-pemfile v2.2.0
15222025-02-28T21:50:38.860Z Compiling num-integer v0.1.46
15232025-02-28T21:50:39.149Z Compiling hash32 v0.2.1
15242025-02-28T21:50:39.316Z Compiling ff v0.13.0
15252025-02-28T21:50:39.491Z Compiling is-terminal v0.4.13
15262025-02-28T21:50:39.558Z Compiling object v0.36.5
15272025-02-28T21:50:39.566Z Compiling dropshot v0.12.0
15282025-02-28T21:50:39.594Z Compiling memoffset v0.9.1
15292025-02-28T21:50:39.630Z Compiling psl-types v2.0.11
15302025-02-28T21:50:39.821Z Compiling num-bigint-dig v0.8.4
15312025-02-28T21:50:39.937Z Compiling litrs v0.4.1
15322025-02-28T21:50:39.957Z Compiling cfg_aliases v0.2.1
15332025-02-28T21:50:39.989Z Compiling anyhow v1.0.96
15342025-02-28T21:50:40.062Z Compiling rustc-demangle v0.1.24
15352025-02-28T21:50:40.134Z Compiling take_mut v0.2.2
15362025-02-28T21:50:40.308Z Compiling smoltcp v0.9.1
15372025-02-28T21:50:40.591Z Compiling base16ct v0.2.0
15382025-02-28T21:50:40.921Z Compiling portable-atomic v1.9.0
15392025-02-28T21:50:40.947Z Compiling utf-8 v0.7.6
15402025-02-28T21:50:40.965Z Compiling fallible-iterator v0.2.0
15412025-02-28T21:50:41.042Z Compiling quick-error v1.2.3
15422025-02-28T21:50:41.209Z Compiling linked-hash-map v0.5.6
15432025-02-28T21:50:41.287Z Compiling resolv-conf v0.7.0
15442025-02-28T21:50:41.594Z Compiling postgres-protocol v0.6.8
15452025-02-28T21:50:41.620Z Compiling lru-cache v0.1.2
15462025-02-28T21:50:41.835Z Compiling tungstenite v0.24.0
15472025-02-28T21:50:41.928Z Compiling document-features v0.2.10
15482025-02-28T21:50:41.998Z Compiling sec1 v0.7.3
15492025-02-28T21:50:42.891Z Compiling nix v0.29.0
15502025-02-28T21:50:42.958Z Compiling async-stream v0.3.6
15512025-02-28T21:50:43.238Z Compiling publicsuffix v2.3.0
15522025-02-28T21:50:43.299Z Compiling slog-term v2.9.1
15532025-02-28T21:50:43.540Z Compiling hickory-proto v0.24.4
15542025-02-28T21:50:43.729Z Compiling group v0.13.0
15552025-02-28T21:50:43.729Z Compiling usdt v0.5.0
15562025-02-28T21:50:44.048Z Compiling num-iter v0.1.45
15572025-02-28T21:50:44.234Z Compiling toml v0.8.20
15582025-02-28T21:50:44.373Z Compiling futures v0.3.31
15592025-02-28T21:50:44.423Z Compiling slog-bunyan v2.5.0
15602025-02-28T21:50:45.789Z Compiling camino v1.1.9
15612025-02-28T21:50:45.807Z Compiling tokio-native-tls v0.3.1
15622025-02-28T21:50:46.101Z Compiling backtrace v0.3.74
15632025-02-28T21:50:46.173Z Compiling phf_shared v0.11.2
15642025-02-28T21:50:46.515Z Compiling dropshot_endpoint v0.12.0
15652025-02-28T21:50:46.551Z Compiling terminal_size v0.4.0
15662025-02-28T21:50:46.600Z Compiling waitgroup v0.1.2
15672025-02-28T21:50:46.630Z Compiling openapiv3 v2.0.0
15682025-02-28T21:50:46.780Z Compiling serde_path_to_error v0.1.16
15692025-02-28T21:50:46.833Z Compiling hkdf v0.12.4
15702025-02-28T21:50:47.173Z Compiling crypto-bigint v0.5.5
15712025-02-28T21:50:47.559Z Compiling curve25519-dalek-derive v0.1.1
15722025-02-28T21:50:48.840Z Compiling hubpack_derive v0.1.1
15732025-02-28T21:50:48.879Z Compiling zerocopy-derive v0.6.6
15742025-02-28T21:50:48.983Z Compiling webpki-roots v0.26.6
15752025-02-28T21:50:49.212Z Compiling sync_wrapper v1.0.1
15762025-02-28T21:50:49.392Z Compiling hostname v0.4.0
15772025-02-28T21:50:49.625Z Compiling ahash v0.8.11
15782025-02-28T21:50:49.707Z Compiling crc32fast v1.4.2
15792025-02-28T21:50:49.984Z Compiling fs-err v2.11.0
15802025-02-28T21:50:50.065Z Compiling unicode-width v0.2.0
15812025-02-28T21:50:50.316Z Compiling debug-ignore v1.0.5
15822025-02-28T21:50:50.492Z Compiling tower-layer v0.3.3
15832025-02-28T21:50:50.580Z Compiling managed v0.8.0
15842025-02-28T21:50:50.601Z Compiling winnow v0.5.40
15852025-02-28T21:50:50.638Z Compiling newtype-uuid v1.2.1
15862025-02-28T21:50:50.773Z Compiling tower v0.5.2
15872025-02-28T21:50:50.793Z Compiling zerocopy v0.6.6
15882025-02-28T21:50:51.006Z Compiling clap_builder v4.5.31
15892025-02-28T21:50:51.579Z Compiling console v0.15.10
15902025-02-28T21:50:51.816Z Compiling elliptic-curve v0.13.8
15912025-02-28T21:50:52.378Z Compiling strum_macros v0.25.3
15922025-02-28T21:50:52.704Z Compiling flate2 v1.1.0
15932025-02-28T21:50:52.834Z Compiling hubpack v0.1.2
15942025-02-28T21:50:53.016Z Compiling hickory-resolver v0.24.4
15952025-02-28T21:50:53.536Z Compiling phf v0.11.2
15962025-02-28T21:50:53.826Z Compiling toml_edit v0.19.15
15972025-02-28T21:50:54.006Z Compiling signal-hook-mio v0.2.4
15982025-02-28T21:50:54.055Z Compiling hyper-tls v0.6.0
15992025-02-28T21:50:54.188Z Compiling rayon v1.10.0
16002025-02-28T21:50:54.479Z Compiling cookie_store v0.21.1
16012025-02-28T21:50:55.986Z Compiling bzip2 v0.4.4
16022025-02-28T21:50:56.538Z Compiling tokio-tungstenite v0.24.0
16032025-02-28T21:50:57.091Z Compiling postgres-types v0.2.9
16042025-02-28T21:50:58.565Z Compiling ed25519 v2.2.3
16052025-02-28T21:50:58.615Z Compiling phf_shared v0.10.0
16062025-02-28T21:50:58.753Z Compiling tokio-stream v0.1.17
16072025-02-28T21:50:58.994Z Compiling pkcs1 v0.7.5
16082025-02-28T21:50:59.655Z Compiling serde-big-array v0.5.1
16092025-02-28T21:50:59.678Z Compiling clap_derive v4.5.28
16102025-02-28T21:50:59.879Z Compiling rfc6979 v0.4.0
16112025-02-28T21:50:59.944Z Compiling serde_repr v0.1.19
16122025-02-28T21:51:00.111Z Compiling derive-where v1.2.7
16132025-02-28T21:51:00.438Z Compiling bstr v1.10.0
16142025-02-28T21:51:00.736Z Compiling float-cmp v0.10.0
16152025-02-28T21:51:00.849Z Compiling static_assertions v1.1.0
16162025-02-28T21:51:00.984Z Compiling predicates-core v1.0.8
16172025-02-28T21:51:00.991Z Compiling unicode-segmentation v1.12.0
16182025-02-28T21:51:01.093Z Compiling whoami v1.5.2
16192025-02-28T21:51:01.284Z Compiling precomputed-hash v0.1.1
16202025-02-28T21:51:01.419Z Compiling fixedbitset v0.4.2
16212025-02-28T21:51:01.682Z Compiling bit-vec v0.6.3
16222025-02-28T21:51:01.846Z Compiling number_prefix v0.4.0
16232025-02-28T21:51:01.867Z Compiling normalize-line-endings v0.3.0
16242025-02-28T21:51:02.024Z Compiling difflib v0.4.0
16252025-02-28T21:51:02.039Z Compiling new_debug_unreachable v1.0.6
16262025-02-28T21:51:02.083Z Compiling indicatif v0.17.11
16272025-02-28T21:51:02.102Z Compiling bit-set v0.5.3
16282025-02-28T21:51:02.163Z Compiling string_cache v0.8.7
16292025-02-28T21:51:02.439Z Compiling petgraph v0.6.5
16302025-02-28T21:51:02.604Z Compiling predicates v3.1.3
16312025-02-28T21:51:03.219Z Compiling similar v2.6.0
16322025-02-28T21:51:03.295Z Compiling tokio-postgres v0.7.13
16332025-02-28T21:51:04.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16342025-02-28T21:51:04.090Z Compiling ecdsa v0.16.9
16352025-02-28T21:51:04.169Z Compiling clap v4.5.31
16362025-02-28T21:51:04.298Z Compiling rsa v0.9.6
16372025-02-28T21:51:04.973Z Compiling ed25519-dalek v2.1.1
16382025-02-28T21:51:05.253Z Compiling toml v0.7.8
16392025-02-28T21:51:06.314Z Compiling zip v0.6.6
16402025-02-28T21:51:06.757Z Compiling crossterm v0.28.1
16412025-02-28T21:51:08.569Z Compiling hex v0.4.3
16422025-02-28T21:51:08.881Z Compiling x509-cert v0.2.5
16432025-02-28T21:51:08.986Z Compiling itertools v0.10.5
16442025-02-28T21:51:09.157Z Compiling unicode-xid v0.2.6
16452025-02-28T21:51:09.367Z Compiling peg-runtime v0.8.3
16462025-02-28T21:51:09.962Z Compiling lalrpop-util v0.19.12
16472025-02-28T21:51:09.995Z Compiling strum_macros v0.26.4
16482025-02-28T21:51:10.201Z Compiling xattr v1.3.1
16492025-02-28T21:51:10.341Z Compiling filetime v0.2.25
16502025-02-28T21:51:10.636Z Compiling tar v0.4.44
16512025-02-28T21:51:14.527Z Compiling strum v0.26.3
16522025-02-28T21:51:17.213Z Compiling aws-lc-sys v0.26.0
16532025-02-28T21:51:46.816Z Compiling rustls-webpki v0.102.8
16542025-02-28T21:51:50.031Z Compiling tokio-rustls v0.25.0
16552025-02-28T21:51:51.700Z Compiling tokio-rustls v0.26.0
16562025-02-28T21:51:51.970Z Compiling hyper-rustls v0.27.3
16572025-02-28T21:51:52.334Z Compiling reqwest v0.12.12
16582025-02-28T21:51:53.808Z Compiling qorb v0.2.1
16592025-02-28T21:51:56.866Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16602025-02-28T21:51:57.134Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16612025-02-28T21:52:02.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16622025-02-28T21:52:02.281Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16632025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: Console
16642025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: Clickhouse
16652025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: Cockroach
16662025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: DendriteOpenapi
16672025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: DendriteStub
16682025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: MaghemiteMgd
16692025-02-28T21:52:02.281ZFeb 28 21:52:00.790 INFO Starting download, target: TransceiverControl
16702025-02-28T21:52:02.281ZFeb 28 21:52:00.791 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16712025-02-28T21:52:02.281ZFeb 28 21:52:00.791 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16722025-02-28T21:52:02.281ZFeb 28 21:52:00.791 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16732025-02-28T21:52:02.281ZFeb 28 21:52:00.791 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16742025-02-28T21:52:02.281ZFeb 28 21:52:00.791 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16752025-02-28T21:52:02.281ZFeb 28 21:52:00.792 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16762025-02-28T21:52:02.281ZFeb 28 21:52:00.792 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16772025-02-28T21:52:02.329ZFeb 28 21:52:01.300 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16782025-02-28T21:52:02.357ZFeb 28 21:52:01.318 INFO Download complete, target: DendriteOpenapi
16792025-02-28T21:52:02.459ZFeb 28 21:52:01.430 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16802025-02-28T21:52:02.665ZFeb 28 21:52:01.620 INFO Download complete, target: Console
16812025-02-28T21:52:02.887ZFeb 28 21:52:01.853 INFO Download complete, target: TransceiverControl
16822025-02-28T21:52:03.316ZFeb 28 21:52:02.288 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16832025-02-28T21:52:03.366ZFeb 28 21:52:02.338 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16842025-02-28T21:52:03.706ZFeb 28 21:52:02.673 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16852025-02-28T21:52:04.907ZFeb 28 21:52:03.878 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16862025-02-28T21:52:04.907ZFeb 28 21:52:03.878 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16872025-02-28T21:52:05.835ZFeb 28 21:52:04.807 INFO Download complete, target: DendriteStub
16882025-02-28T21:52:05.876ZFeb 28 21:52:04.849 INFO Download complete, target: MaghemiteMgd
16892025-02-28T21:52:11.346ZFeb 28 21:52:10.317 INFO Checking that binary works, target: Cockroach
16902025-02-28T21:52:11.516ZFeb 28 21:52:10.487 INFO Download complete, target: Cockroach
16912025-02-28T21:52:14.573ZFeb 28 21:52:13.542 INFO Checking that binary works, target: Clickhouse
16922025-02-28T21:52:14.689ZFeb 28 21:52:13.660 INFO Download complete, target: Clickhouse
16932025-02-28T21:52:14.697ZAll prerequisites installed successfully
16942025-02-28T21:52:14.701Z
16952025-02-28T21:52:14.701Zreal 5:50.777251635
16962025-02-28T21:52:14.701Zuser 15:40.077810489
16972025-02-28T21:52:14.701Zsys 2:06.543438607
16982025-02-28T21:52:14.701Ztrap 0.533262412
16992025-02-28T21:52:14.701Ztflt 1.010237456
17002025-02-28T21:52:14.701Zdflt 1.296568262
17012025-02-28T21:52:14.701Zkflt 0.026166161
17022025-02-28T21:52:14.701Zlock 26:34.642813446
17032025-02-28T21:52:14.701Zslp 58:35.530026935
17042025-02-28T21:52:14.701Zlat 1:00.895385318
17052025-02-28T21:52:14.702Zstop 2:22.902293878
17062025-02-28T21:52:14.702Z+ source ./tools/include/force-git-over-https.sh
17072025-02-28T21:52:14.702Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17082025-02-28T21:52:14.702Z++ (( i = 0 ))
17092025-02-28T21:52:14.702Z++ (( i < 5 ))
17102025-02-28T21:52:14.702Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17112025-02-28T21:52:14.706Z++ (( i++ ))
17122025-02-28T21:52:14.706Z++ (( i < 5 ))
17132025-02-28T21:52:14.706Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17142025-02-28T21:52:14.710Z++ (( i++ ))
17152025-02-28T21:52:14.710Z++ (( i < 5 ))
17162025-02-28T21:52:14.710Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17172025-02-28T21:52:14.710Z++ (( i++ ))
17182025-02-28T21:52:14.710Z++ (( i < 5 ))
17192025-02-28T21:52:14.710Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17202025-02-28T21:52:14.713Z++ (( i++ ))
17212025-02-28T21:52:14.713Z++ (( i < 5 ))
17222025-02-28T21:52:14.713Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17232025-02-28T21:52:14.716Z++ (( i++ ))
17242025-02-28T21:52:14.716Z++ (( i < 5 ))
17252025-02-28T21:52:14.716Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17262025-02-28T21:52:14.716Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17272025-02-28T21:52:14.716Z+ rc=0
17282025-02-28T21:52:14.717Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17292025-02-28T21:52:47.249Z+ case $rc in
17302025-02-28T21:52:47.249Z+ pfexec zfs create -p rpool/images/build/host
17312025-02-28T21:52:47.482Z+ pfexec zfs create -p rpool/images/build/recovery
17322025-02-28T21:52:47.560Z+ cargo xtask releng --output-dir /work
17332025-02-28T21:52:48.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17342025-02-28T21:52:48.166Z Running `target/debug/xtask releng --output-dir /work`
17352025-02-28T21:52:49.139Z Compiling proc-macro2 v1.0.93
17362025-02-28T21:52:49.139Z Compiling unicode-ident v1.0.14
17372025-02-28T21:52:49.142Z Compiling libc v0.2.170
17382025-02-28T21:52:49.142Z Compiling serde v1.0.218
17392025-02-28T21:52:49.142Z Compiling autocfg v1.4.0
17402025-02-28T21:52:49.142Z Compiling version_check v0.9.5
17412025-02-28T21:52:49.142Z Compiling cfg-if v1.0.0
17422025-02-28T21:52:49.663Z Compiling memchr v2.7.4
17432025-02-28T21:52:49.693Z Compiling typenum v1.17.0
17442025-02-28T21:52:49.693Z Compiling shlex v1.3.0
17452025-02-28T21:52:49.877Z Compiling generic-array v0.14.7
17462025-02-28T21:52:50.038Z Compiling value-bag v1.9.0
17472025-02-28T21:52:50.119Z Compiling lock_api v0.4.12
17482025-02-28T21:52:50.216Z Compiling scopeguard v1.2.0
17492025-02-28T21:52:50.430Z Compiling parking_lot_core v0.9.10
17502025-02-28T21:52:50.615Z Compiling log v0.4.22
17512025-02-28T21:52:50.771Z Compiling rustix v0.38.37
17522025-02-28T21:52:50.834Z Compiling serde_json v1.0.139
17532025-02-28T21:52:51.085Z Compiling quote v1.0.38
17542025-02-28T21:52:51.198Z Compiling jobserver v0.1.32
17552025-02-28T21:52:51.251Z Compiling getrandom v0.2.15
17562025-02-28T21:52:51.421Z Compiling libm v0.2.8
17572025-02-28T21:52:51.531Z Compiling syn v2.0.98
17582025-02-28T21:52:51.633Z Compiling cc v1.2.15
17592025-02-28T21:52:51.633Z Compiling num-traits v0.2.19
17602025-02-28T21:52:51.675Z Compiling once_cell v1.20.3
17612025-02-28T21:52:51.775Z Compiling slab v0.4.9
17622025-02-28T21:52:51.885Z Compiling itoa v1.0.11
17632025-02-28T21:52:51.976Z Compiling semver v1.0.25
17642025-02-28T21:52:52.067Z Compiling aho-corasick v1.1.3
17652025-02-28T21:52:52.117Z Compiling regex-syntax v0.8.5
17662025-02-28T21:52:52.211Z Compiling thiserror v1.0.69
17672025-02-28T21:52:52.747Z Compiling spin v0.9.8
17682025-02-28T21:52:52.887Z Compiling byteorder v1.5.0
17692025-02-28T21:52:53.139Z Compiling errno v0.3.9
17702025-02-28T21:52:53.206Z Compiling getrandom v0.3.1
17712025-02-28T21:52:53.418Z Compiling either v1.14.0
17722025-02-28T21:52:53.514Z Compiling glob v0.3.2
17732025-02-28T21:52:53.636Z Compiling rand_core v0.6.4
17742025-02-28T21:52:53.860Z Compiling prettyplease v0.2.29
17752025-02-28T21:52:54.057Z Compiling subtle v2.6.1
17762025-02-28T21:52:54.248Z Compiling lazy_static v1.5.0
17772025-02-28T21:52:54.273Z Compiling clang-sys v1.8.1
17782025-02-28T21:52:54.330Z Compiling minimal-lexical v0.2.1
17792025-02-28T21:52:54.817Z Compiling nom v7.1.3
17802025-02-28T21:52:54.837Z Compiling libloading v0.8.5
17812025-02-28T21:52:55.017Z Compiling home v0.5.9
17822025-02-28T21:52:55.115Z Compiling bindgen v0.69.5
17832025-02-28T21:52:55.208Z Compiling smallvec v1.14.0
17842025-02-28T21:52:55.818Z Compiling itertools v0.12.1
17852025-02-28T21:52:56.131Z Compiling regex-automata v0.4.8
17862025-02-28T21:52:56.241Z Compiling rustc-hash v1.1.0
17872025-02-28T21:52:56.472Z Compiling lazycell v1.3.0
17882025-02-28T21:52:56.904Z Compiling cmake v0.1.51
17892025-02-28T21:52:57.827Z Compiling pkg-config v0.3.31
17902025-02-28T21:52:57.881Z Compiling dunce v1.0.5
17912025-02-28T21:52:58.092Z Compiling cexpr v0.6.0
17922025-02-28T21:52:58.236Z Compiling fs_extra v1.3.0
17932025-02-28T21:52:58.323Z Compiling ring v0.17.11
17942025-02-28T21:52:58.864Z Compiling paste v1.0.15
17952025-02-28T21:52:59.340Z Compiling synstructure v0.13.1
17962025-02-28T21:52:59.548Z Compiling ryu v1.0.18
17972025-02-28T21:52:59.587Z Compiling heck v0.5.0
17982025-02-28T21:53:00.022Z Compiling aws-lc-rs v1.12.4
17992025-02-28T21:53:00.057Z Compiling pin-project-lite v0.2.14
18002025-02-28T21:53:00.303Z Compiling httparse v1.9.5
18012025-02-28T21:53:00.549Z Compiling const-oid v0.9.6
18022025-02-28T21:53:00.762Z Compiling futures-core v0.3.31
18032025-02-28T21:53:01.065Z Compiling allocator-api2 v0.2.18
18042025-02-28T21:53:02.055Z Compiling regex v1.11.1
18052025-02-28T21:53:02.176Z Compiling signal-hook-registry v1.4.2
18062025-02-28T21:53:02.871Z Compiling parking_lot v0.12.3
18072025-02-28T21:53:02.983Z Compiling mio v1.0.2
18082025-02-28T21:53:03.071Z Compiling time-core v0.1.2
18092025-02-28T21:53:03.127Z Compiling num-conv v0.1.0
18102025-02-28T21:53:03.183Z Compiling serde_derive v1.0.218
18112025-02-28T21:53:03.336Z Compiling zeroize_derive v1.4.2
18122025-02-28T21:53:03.460Z Compiling zerocopy-derive v0.7.35
18132025-02-28T21:53:03.727Z Compiling tokio-macros v2.5.0
18142025-02-28T21:53:04.689Z Compiling thiserror-impl v1.0.69
18152025-02-28T21:53:04.812Z Compiling zerofrom-derive v0.1.4
18162025-02-28T21:53:04.947Z Compiling yoke-derive v0.7.4
18172025-02-28T21:53:05.000Z Compiling zeroize v1.8.1
18182025-02-28T21:53:05.355Z Compiling futures-macro v0.3.31
18192025-02-28T21:53:05.673Z Compiling zerovec-derive v0.10.3
18202025-02-28T21:53:05.920Z Compiling displaydoc v0.2.5
18212025-02-28T21:53:06.055Z Compiling zerocopy v0.7.35
18222025-02-28T21:53:07.552Z Compiling icu_provider_macros v1.5.0
18232025-02-28T21:53:07.811Z Compiling tracing-attributes v0.1.27
18242025-02-28T21:53:08.085Z Compiling der_derive v0.7.3
18252025-02-28T21:53:08.477Z Compiling crypto-common v0.1.6
18262025-02-28T21:53:08.746Z Compiling block-buffer v0.10.4
18272025-02-28T21:53:09.031Z Compiling digest v0.10.7
18282025-02-28T21:53:09.079Z Compiling time-macros v0.2.18
18292025-02-28T21:53:09.147Z Compiling vcpkg v0.2.15
18302025-02-28T21:53:09.244Z Compiling crossbeam-utils v0.8.20
18312025-02-28T21:53:09.469Z Compiling schemars v0.8.22
18322025-02-28T21:53:09.725Z Compiling serde_derive_internals v0.29.1
18332025-02-28T21:53:09.978Z Compiling socket2 v0.5.8
18342025-02-28T21:53:10.520Z Compiling openssl-sys v0.9.106
18352025-02-28T21:53:11.912Z Compiling schemars_derive v0.8.22
18362025-02-28T21:53:11.988Z Compiling fnv v1.0.7
18372025-02-28T21:53:12.137Z Compiling futures-sink v0.3.31
18382025-02-28T21:53:13.165Z Compiling ahash v0.8.11
18392025-02-28T21:53:13.329Z Compiling stable_deref_trait v1.2.0
18402025-02-28T21:53:13.906Z Compiling foldhash v0.1.3
18412025-02-28T21:53:13.955Z Compiling equivalent v1.0.1
18422025-02-28T21:53:14.026Z Compiling cpufeatures v0.2.14
18432025-02-28T21:53:14.308Z Compiling hashbrown v0.15.1
18442025-02-28T21:53:14.699Z Compiling slog v2.7.0
18452025-02-28T21:53:14.734Z Compiling futures-channel v0.3.31
18462025-02-28T21:53:14.844Z Compiling zerofrom v0.1.4
18472025-02-28T21:53:15.236Z Compiling futures-io v0.3.31
18482025-02-28T21:53:15.300Z Compiling futures-task v0.3.31
18492025-02-28T21:53:15.350Z Compiling pin-utils v0.1.0
18502025-02-28T21:53:15.543Z Compiling yoke v0.7.4
18512025-02-28T21:53:15.633Z Compiling futures-util v0.3.31
18522025-02-28T21:53:15.826Z Compiling openssl v0.10.71
18532025-02-28T21:53:16.044Z Compiling zerovec v0.10.4
18542025-02-28T21:53:16.266Z Compiling bitflags v2.6.0
18552025-02-28T21:53:16.292Z Compiling bytes v1.10.0
18562025-02-28T21:53:17.738Z Compiling tokio v1.43.0
18572025-02-28T21:53:19.035Z Compiling indexmap v2.7.1
18582025-02-28T21:53:19.403Z Compiling serde_tokenstream v0.2.2
18592025-02-28T21:53:20.087Z Compiling http v1.2.0
18602025-02-28T21:53:20.903Z Compiling which v4.4.2
18612025-02-28T21:53:21.155Z Compiling scroll_derive v0.12.0
18622025-02-28T21:53:22.473Z Compiling ucd-trie v0.1.7
18632025-02-28T21:53:22.793Z Compiling pest v2.7.14
18642025-02-28T21:53:23.262Z Compiling rustc_version v0.4.1
18652025-02-28T21:53:24.405Z Compiling uuid v1.15.1
18662025-02-28T21:53:25.375Z Compiling hmac v0.12.1
18672025-02-28T21:53:25.615Z Compiling openssl-macros v0.1.1
18682025-02-28T21:53:26.055Z Compiling native-tls v0.2.12
18692025-02-28T21:53:26.285Z Compiling iana-time-zone v0.1.61
18702025-02-28T21:53:26.471Z Compiling rustls v0.23.19
18712025-02-28T21:53:26.524Z Compiling zerocopy v0.8.10
18722025-02-28T21:53:26.691Z Compiling chrono v0.4.40
18732025-02-28T21:53:26.845Z Compiling pest_meta v2.7.14
18742025-02-28T21:53:27.309Z Compiling tinystr v0.7.6
18752025-02-28T21:53:27.848Z Compiling block-padding v0.3.3
18762025-02-28T21:53:27.852Z Compiling writeable v0.5.5
18772025-02-28T21:53:28.164Z Compiling litemap v0.7.3
18782025-02-28T21:53:28.664Z Compiling icu_locid v1.5.0
18792025-02-28T21:53:28.804Z Compiling pest_generator v2.7.14
18802025-02-28T21:53:29.129Z Compiling inout v0.1.3
18812025-02-28T21:53:29.925Z Compiling ppv-lite86 v0.2.20
18822025-02-28T21:53:30.407Z Compiling zerocopy-derive v0.8.10
18832025-02-28T21:53:30.690Z Compiling cookie v0.18.1
18842025-02-28T21:53:31.877Z Compiling pest_derive v2.7.14
18852025-02-28T21:53:32.830Z Compiling icu_provider v1.5.0
18862025-02-28T21:53:33.124Z Compiling cipher v0.4.4
18872025-02-28T21:53:33.664Z Compiling sha2 v0.10.8
18882025-02-28T21:53:34.197Z Compiling async-trait v0.1.86
18892025-02-28T21:53:34.678Z Compiling tracing-core v0.1.32
18902025-02-28T21:53:34.746Z Compiling aws-lc-sys v0.26.0
18912025-02-28T21:53:35.270Z Compiling usdt-impl v0.5.0
18922025-02-28T21:53:35.921Z Compiling dyn-clone v1.0.18
18932025-02-28T21:53:36.228Z Compiling percent-encoding v2.3.1
18942025-02-28T21:53:36.555Z Compiling icu_locid_transform_data v1.5.0
18952025-02-28T21:53:37.048Z Compiling rustls-pki-types v1.10.0
18962025-02-28T21:53:37.089Z Compiling base64ct v1.6.0
18972025-02-28T21:53:37.089Z Compiling icu_locid_transform v1.5.0
18982025-02-28T21:53:37.252Z Compiling pem-rfc7468 v0.7.0
18992025-02-28T21:53:38.726Z Compiling tracing v0.1.40
19002025-02-28T21:53:40.736Z Compiling tokio-util v0.7.13
19012025-02-28T21:53:40.798Z Compiling scroll v0.12.0
19022025-02-28T21:53:41.349Z Compiling icu_collections v1.5.0
19032025-02-28T21:53:43.329Z Compiling untrusted v0.7.1
19042025-02-28T21:53:43.471Z Compiling flagset v0.4.6
19052025-02-28T21:53:43.536Z Compiling icu_properties_data v1.5.0
19062025-02-28T21:53:43.692Z Compiling untrusted v0.9.0
19072025-02-28T21:53:43.804Z Compiling plain v0.2.3
19082025-02-28T21:53:43.897Z Compiling syn v1.0.109
19092025-02-28T21:53:43.963Z Compiling camino v1.1.9
19102025-02-28T21:53:44.166Z Compiling powerfmt v0.2.0
19112025-02-28T21:53:44.489Z Compiling deranged v0.3.11
19122025-02-28T21:53:44.521Z Compiling goblin v0.8.2
19132025-02-28T21:53:44.613Z Compiling icu_properties v1.5.1
19142025-02-28T21:53:46.234Z Compiling der v0.7.9
19152025-02-28T21:53:50.894Z Compiling rayon-core v1.12.1
19162025-02-28T21:53:51.847Z Compiling atomic-waker v1.1.2
19172025-02-28T21:53:51.944Z Compiling num_threads v0.1.7
19182025-02-28T21:53:52.123Z Compiling utf8_iter v1.0.4
19192025-02-28T21:53:52.171Z Compiling litrs v0.4.1
19202025-02-28T21:53:52.490Z Compiling rustls v0.22.4
19212025-02-28T21:53:52.702Z Compiling utf16_iter v1.0.5
19222025-02-28T21:53:52.990Z Compiling pretty-hex v0.4.1
19232025-02-28T21:53:53.087Z Compiling write16 v1.0.0
19242025-02-28T21:53:53.286Z Compiling icu_normalizer_data v1.5.0
19252025-02-28T21:53:53.313Z Compiling document-features v0.2.10
19262025-02-28T21:53:53.422Z Compiling icu_normalizer v1.5.0
19272025-02-28T21:53:53.449Z Compiling dof v0.3.0
19282025-02-28T21:53:53.646Z Compiling time v0.3.36
19292025-02-28T21:53:55.672Z Compiling spki v0.7.3
19302025-02-28T21:53:55.867Z Compiling form_urlencoded v1.2.1
19312025-02-28T21:53:56.289Z Compiling salsa20 v0.10.2
19322025-02-28T21:53:56.532Z Compiling dtrace-parser v0.2.0
19332025-02-28T21:53:57.882Z Compiling pbkdf2 v0.12.2
19342025-02-28T21:53:58.135Z Compiling http-body v1.0.1
19352025-02-28T21:53:58.296Z Compiling bzip2-sys v0.1.11+1.0.8
19362025-02-28T21:53:58.378Z Compiling thread-id v4.2.2
19372025-02-28T21:53:59.226Z Compiling try-lock v0.2.5
19382025-02-28T21:53:59.497Z Compiling want v0.3.1
19392025-02-28T21:54:01.620Z Compiling scrypt v0.11.0
19402025-02-28T21:54:02.201Z Compiling idna_adapter v1.2.0
19412025-02-28T21:54:02.520Z Compiling h2 v0.4.6
19422025-02-28T21:54:02.600Z Compiling cbc v0.1.2
19432025-02-28T21:54:02.643Z Compiling aes v0.8.4
19442025-02-28T21:54:03.873Z Compiling multer v3.1.0
19452025-02-28T21:54:04.345Z Compiling tower-service v0.3.3
19462025-02-28T21:54:04.534Z Compiling httpdate v1.0.3
19472025-02-28T21:54:04.560Z Compiling base64 v0.22.1
19482025-02-28T21:54:04.583Z Compiling tinyvec_macros v0.1.1
19492025-02-28T21:54:04.720Z Compiling slog-async v2.8.0
19502025-02-28T21:54:05.259Z Compiling tinyvec v1.8.0
19512025-02-28T21:54:07.009Z Compiling pkcs5 v0.7.1
19522025-02-28T21:54:08.059Z Compiling idna v1.0.3
19532025-02-28T21:54:11.045Z Compiling rand_chacha v0.3.1
19542025-02-28T21:54:11.966Z Compiling hyper v1.6.0
19552025-02-28T21:54:13.218Z Compiling heapless v0.7.17
19562025-02-28T21:54:14.032Z Compiling zerocopy-derive v0.6.6
19572025-02-28T21:54:14.528Z Compiling signal-hook v0.3.17
19582025-02-28T21:54:15.233Z Compiling num-bigint-dig v0.8.4
19592025-02-28T21:54:15.780Z Compiling anyhow v1.0.96
19602025-02-28T21:54:15.845Z Compiling hyper-util v0.1.10
19612025-02-28T21:54:18.510Z Compiling rand v0.8.5
19622025-02-28T21:54:20.139Z Compiling pkcs8 v0.10.2
19632025-02-28T21:54:20.949Z Compiling usdt-macro v0.5.0
19642025-02-28T21:54:21.224Z Compiling usdt-attr-macro v0.5.0
19652025-02-28T21:54:22.339Z Compiling async-stream-impl v0.3.6
19662025-02-28T21:54:22.472Z Compiling rustversion v1.0.17
19672025-02-28T21:54:22.767Z Compiling foreign-types-shared v0.1.1
19682025-02-28T21:54:23.203Z Compiling strsim v0.11.1
19692025-02-28T21:54:23.406Z Compiling foreign-types v0.3.2
19702025-02-28T21:54:24.515Z Compiling url v2.5.3
19712025-02-28T21:54:24.882Z Compiling http-body-util v0.1.2
19722025-02-28T21:54:26.692Z Compiling curve25519-dalek v4.1.3
19732025-02-28T21:54:27.120Z Compiling openapiv3 v2.0.0
19742025-02-28T21:54:27.310Z Compiling toml_datetime v0.6.8
19752025-02-28T21:54:27.794Z Compiling serde_spanned v0.6.8
19762025-02-28T21:54:28.216Z Compiling enum-as-inner v0.6.1
19772025-02-28T21:54:29.364Z Compiling memoffset v0.9.1
19782025-02-28T21:54:29.725Z Compiling dropshot v0.12.0
19792025-02-28T21:54:30.090Z Compiling encoding_rs v0.8.34
19802025-02-28T21:54:30.368Z Compiling newtype-uuid v1.2.1
19812025-02-28T21:54:30.598Z Compiling adler2 v2.0.0
19822025-02-28T21:54:30.690Z Compiling smoltcp v0.9.1
19832025-02-28T21:54:31.245Z Compiling mime v0.3.17
19842025-02-28T21:54:31.300Z Compiling portable-atomic v1.9.0
19852025-02-28T21:54:31.413Z Compiling match_cfg v0.1.0
19862025-02-28T21:54:32.327Z Compiling hostname v0.3.1
19872025-02-28T21:54:32.509Z Compiling miniz_oxide v0.8.5
19882025-02-28T21:54:35.421Z Compiling rand_core v0.9.2
19892025-02-28T21:54:45.055Z Compiling serde_urlencoded v0.7.1
19902025-02-28T21:54:45.410Z Compiling rustls-pemfile v2.2.0
19912025-02-28T21:54:45.823Z Compiling clap_derive v4.5.28
19922025-02-28T21:54:45.991Z Compiling dirs-sys-next v0.1.2
19932025-02-28T21:54:46.547Z Compiling ipnet v2.11.0
19942025-02-28T21:54:49.603Z Compiling cfg_aliases v0.2.1
19952025-02-28T21:54:49.756Z Compiling openssl-probe v0.1.5
19962025-02-28T21:54:49.865Z Compiling data-encoding v2.6.0
19972025-02-28T21:54:50.464Z Compiling siphasher v0.3.11
19982025-02-28T21:54:51.489Z Compiling nix v0.29.0
19992025-02-28T21:54:52.062Z Compiling dirs-next v2.0.0
20002025-02-28T21:54:52.675Z Compiling rand_chacha v0.9.0
20012025-02-28T21:54:54.173Z Compiling hubpack_derive v0.1.1
20022025-02-28T21:54:54.457Z Compiling unicode-normalization v0.1.24
20032025-02-28T21:54:55.166Z Compiling crossbeam-epoch v0.9.18
20042025-02-28T21:54:55.431Z Compiling dropshot_endpoint v0.12.0
20052025-02-28T21:54:55.994Z Compiling sha1 v0.10.6
20062025-02-28T21:54:56.608Z Compiling rustls-webpki v0.102.8
20072025-02-28T21:54:56.831Z Compiling signature v2.2.0
20082025-02-28T21:54:57.163Z Compiling curve25519-dalek-derive v0.1.1
20092025-02-28T21:54:57.187Z Compiling thread_local v1.1.8
20102025-02-28T21:54:57.765Z Compiling fs-err v2.11.0
20112025-02-28T21:54:58.358Z Compiling gimli v0.31.1
20122025-02-28T21:54:58.801Z Compiling unicode-bidi v0.3.17
20132025-02-28T21:54:59.346Z Compiling anstyle v1.0.10
20142025-02-28T21:54:59.900Z Compiling winnow v0.7.3
20152025-02-28T21:55:01.192Z Compiling unicode-properties v0.1.3
20162025-02-28T21:55:01.663Z Compiling utf8parse v0.2.2
20172025-02-28T21:55:01.728Z Compiling psl-types v2.0.11
20182025-02-28T21:55:01.884Z Compiling anstyle-parse v0.2.5
20192025-02-28T21:55:01.930Z Compiling stringprep v0.1.5
20202025-02-28T21:55:01.989Z Compiling publicsuffix v2.3.0
20212025-02-28T21:55:02.801Z Compiling addr2line v0.24.2
20222025-02-28T21:55:03.258Z Compiling toml_edit v0.22.24
20232025-02-28T21:55:03.461Z Compiling crossbeam-deque v0.8.5
20242025-02-28T21:55:03.818Z Compiling rand v0.9.0
20252025-02-28T21:55:05.079Z Compiling term v0.7.0
20262025-02-28T21:55:06.043Z Compiling tokio-native-tls v0.3.1
20272025-02-28T21:55:06.115Z Compiling slog-json v2.6.1
20282025-02-28T21:55:06.666Z Compiling crossbeam-channel v0.5.13
20292025-02-28T21:55:08.098Z Compiling webpki-roots v0.26.6
20302025-02-28T21:55:08.403Z Compiling futures-executor v0.3.31
20312025-02-28T21:55:08.619Z Compiling num-integer v0.1.46
20322025-02-28T21:55:08.864Z Compiling md-5 v0.10.6
20332025-02-28T21:55:09.137Z Compiling sync_wrapper v1.0.1
20342025-02-28T21:55:09.259Z Compiling ff v0.13.0
20352025-02-28T21:55:09.280Z Compiling hash32 v0.2.1
20362025-02-28T21:55:09.324Z Compiling memmap v0.7.0
20372025-02-28T21:55:09.514Z Compiling is-terminal v0.4.13
20382025-02-28T21:55:09.624Z Compiling object v0.36.5
20392025-02-28T21:55:09.678Z Compiling take_mut v0.2.2
20402025-02-28T21:55:09.850Z Compiling linked-hash-map v0.5.6
20412025-02-28T21:55:09.853Z Compiling quick-error v1.2.3
20422025-02-28T21:55:09.890Z Compiling colorchoice v1.0.2
20432025-02-28T21:55:10.040Z Compiling tower-layer v0.3.3
20442025-02-28T21:55:10.072Z Compiling fallible-iterator v0.2.0
20452025-02-28T21:55:10.191Z Compiling anstyle-query v1.1.1
20462025-02-28T21:55:10.370Z Compiling is_terminal_polyfill v1.70.1
20472025-02-28T21:55:10.446Z Compiling rustc-demangle v0.1.24
20482025-02-28T21:55:10.525Z Compiling utf-8 v0.7.6
20492025-02-28T21:55:10.785Z Compiling base16ct v0.2.0
20502025-02-28T21:55:10.844Z Compiling heck v0.4.1
20512025-02-28T21:55:11.101Z Compiling sec1 v0.7.3
20522025-02-28T21:55:11.223Z Compiling strum_macros v0.25.3
20532025-02-28T21:55:11.247Z Compiling tungstenite v0.24.0
20542025-02-28T21:55:11.960Z Compiling postgres-protocol v0.6.8
20552025-02-28T21:55:12.775Z Compiling anstream v0.6.15
20562025-02-28T21:55:13.023Z Compiling tower v0.5.2
20572025-02-28T21:55:13.357Z Compiling lru-cache v0.1.2
20582025-02-28T21:55:13.581Z Compiling resolv-conf v0.7.0
20592025-02-28T21:55:14.227Z Compiling slog-term v2.9.1
20602025-02-28T21:55:14.533Z Compiling usdt v0.5.0
20612025-02-28T21:55:14.997Z Compiling group v0.13.0
20622025-02-28T21:55:15.064Z Compiling tokio-rustls v0.26.0
20632025-02-28T21:55:15.210Z Compiling num-iter v0.1.45
20642025-02-28T21:55:15.275Z Compiling futures v0.3.31
20652025-02-28T21:55:15.517Z Compiling tokio-rustls v0.25.0
20662025-02-28T21:55:16.198Z Compiling backtrace v0.3.74
20672025-02-28T21:55:16.280Z Compiling toml v0.8.20
20682025-02-28T21:55:16.775Z Compiling slog-bunyan v2.5.0
20692025-02-28T21:55:16.798Z Compiling hyper-tls v0.6.0
20702025-02-28T21:55:17.011Z Compiling cookie_store v0.21.1
20712025-02-28T21:55:17.381Z Compiling hickory-proto v0.24.4
20722025-02-28T21:55:17.541Z Compiling phf_shared v0.11.2
20732025-02-28T21:55:18.009Z Compiling async-stream v0.3.6
20742025-02-28T21:55:18.137Z Compiling waitgroup v0.1.2
20752025-02-28T21:55:18.362Z Compiling hashbrown v0.14.5
20762025-02-28T21:55:18.510Z Compiling hkdf v0.12.4
20772025-02-28T21:55:18.550Z Compiling terminal_size v0.4.0
20782025-02-28T21:55:18.738Z Compiling serde_path_to_error v0.1.16
20792025-02-28T21:55:18.953Z Compiling crypto-bigint v0.5.5
20802025-02-28T21:55:19.170Z Compiling serde_repr v0.1.19
20812025-02-28T21:55:19.472Z Compiling derive-where v1.2.7
20822025-02-28T21:55:19.702Z Compiling hostname v0.4.0
20832025-02-28T21:55:19.934Z Compiling crc32fast v1.4.2
20842025-02-28T21:55:20.591Z Compiling debug-ignore v1.0.5
20852025-02-28T21:55:21.126Z Compiling unicode-width v0.2.0
20862025-02-28T21:55:21.620Z Compiling managed v0.8.0
20872025-02-28T21:55:21.669Z Compiling clap_lex v0.7.4
20882025-02-28T21:55:21.839Z Compiling bitflags v1.3.2
20892025-02-28T21:55:22.063Z Compiling winnow v0.5.40
20902025-02-28T21:55:22.299Z Compiling clap_builder v4.5.31
20912025-02-28T21:55:22.938Z Compiling hickory-resolver v0.24.4
20922025-02-28T21:55:24.087Z Compiling elliptic-curve v0.13.8
20932025-02-28T21:55:25.492Z Compiling toml_edit v0.19.15
20942025-02-28T21:55:25.496Z Compiling console v0.15.10
20952025-02-28T21:55:27.688Z Compiling flate2 v1.1.0
20962025-02-28T21:55:28.519Z Compiling regress v0.10.1
20972025-02-28T21:55:31.592Z Compiling hyper-rustls v0.27.3
20982025-02-28T21:55:32.680Z Compiling phf v0.11.2
20992025-02-28T21:55:33.008Z Compiling signal-hook-mio v0.2.4
21002025-02-28T21:55:33.217Z Compiling rayon v1.10.0
21012025-02-28T21:55:34.186Z Compiling bzip2 v0.4.4
21022025-02-28T21:55:34.293Z Compiling postgres-types v0.2.9
21032025-02-28T21:55:34.570Z Compiling tokio-tungstenite v0.24.0
21042025-02-28T21:55:34.660Z Compiling ed25519 v2.2.3
21052025-02-28T21:55:34.707Z Compiling hubpack v0.1.2
21062025-02-28T21:55:34.792Z Compiling phf_shared v0.10.0
21072025-02-28T21:55:35.138Z Compiling pkcs1 v0.7.5
21082025-02-28T21:55:35.183Z Compiling zerocopy v0.6.6
21092025-02-28T21:55:35.454Z Compiling tokio-stream v0.1.17
21102025-02-28T21:55:35.952Z Compiling rfc6979 v0.4.0
21112025-02-28T21:55:36.226Z Compiling serde-big-array v0.5.1
21122025-02-28T21:55:36.388Z Compiling float-cmp v0.10.0
21132025-02-28T21:55:36.489Z Compiling bstr v1.10.0
21142025-02-28T21:55:36.680Z Compiling unicode-segmentation v1.12.0
21152025-02-28T21:55:37.106Z Compiling number_prefix v0.4.0
21162025-02-28T21:55:37.360Z Compiling precomputed-hash v0.1.1
21172025-02-28T21:55:37.481Z Compiling static_assertions v1.1.0
21182025-02-28T21:55:37.512Z Compiling whoami v1.5.2
21192025-02-28T21:55:37.534Z Compiling normalize-line-endings v0.3.0
21202025-02-28T21:55:37.709Z Compiling new_debug_unreachable v1.0.6
21212025-02-28T21:55:37.834Z Compiling difflib v0.4.0
21222025-02-28T21:55:38.104Z Compiling predicates-core v1.0.8
21232025-02-28T21:55:38.109Z Compiling fixedbitset v0.4.2
21242025-02-28T21:55:38.430Z Compiling bit-vec v0.6.3
21252025-02-28T21:55:38.514Z Compiling petgraph v0.6.5
21262025-02-28T21:55:38.889Z Compiling bit-set v0.5.3
21272025-02-28T21:55:39.177Z Compiling predicates v3.1.3
21282025-02-28T21:55:41.566Z Compiling tokio-postgres v0.7.13
21292025-02-28T21:55:41.995Z Compiling string_cache v0.8.7
21302025-02-28T21:55:42.065Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21312025-02-28T21:55:42.107Z Compiling similar v2.6.0
21322025-02-28T21:55:42.418Z Compiling indicatif v0.17.11
21332025-02-28T21:55:44.418Z Compiling qorb v0.2.1
21342025-02-28T21:55:44.783Z Compiling ecdsa v0.16.9
21352025-02-28T21:55:45.282Z Compiling rsa v0.9.6
21362025-02-28T21:55:45.774Z Compiling ed25519-dalek v2.1.1
21372025-02-28T21:55:46.783Z Compiling zip v0.6.6
21382025-02-28T21:55:47.053Z Compiling reqwest v0.12.12
21392025-02-28T21:55:47.077Z Compiling crossterm v0.28.1
21402025-02-28T21:55:47.927Z Compiling typify-impl v0.2.0
21412025-02-28T21:55:48.614Z Compiling toml v0.7.8
21422025-02-28T21:55:49.421Z Compiling clap v4.5.31
21432025-02-28T21:55:50.716Z Compiling x509-cert v0.2.5
21442025-02-28T21:55:52.325Z Compiling hex v0.4.3
21452025-02-28T21:55:54.699Z Compiling itertools v0.10.5
21462025-02-28T21:55:55.694Z Compiling peg-runtime v0.8.3
21472025-02-28T21:55:57.143Z Compiling unicode-xid v0.2.6
21482025-02-28T21:55:57.669Z Compiling lalrpop-util v0.19.12
21492025-02-28T21:55:58.032Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21502025-02-28T21:55:58.360Z Compiling typify-macro v0.2.0
21512025-02-28T21:56:29.053Z Compiling radium v0.7.0
21522025-02-28T21:56:36.699Z Compiling tap v1.0.1
21532025-02-28T21:56:36.914Z Compiling ident_case v1.0.1
21542025-02-28T21:56:37.206Z Compiling thiserror v2.0.11
21552025-02-28T21:56:37.257Z Compiling maybe-uninit v2.0.0
21562025-02-28T21:56:37.843Z Compiling darling_core v0.20.10
21572025-02-28T21:56:38.179Z Compiling wyz v0.5.1
21582025-02-28T21:56:47.124Z Compiling typify v0.2.0
21592025-02-28T21:56:49.571Z Compiling thiserror-impl v2.0.11
21602025-02-28T21:56:51.430Z Compiling funty v2.0.0
21612025-02-28T21:56:51.604Z Compiling packed_struct v0.10.1
21622025-02-28T21:56:52.729Z Compiling unsafe-libyaml v0.2.11
21632025-02-28T21:56:54.342Z Compiling serde_yaml v0.9.34+deprecated
21642025-02-28T21:56:56.831Z Compiling bitvec v1.0.1
21652025-02-28T21:57:06.304Z Compiling progenitor-impl v0.8.0
21662025-02-28T21:57:06.988Z Compiling darling_macro v0.20.10
21672025-02-28T21:57:10.235Z Compiling ipnetwork v0.21.1
21682025-02-28T21:57:10.519Z Compiling packed_struct_codegen v0.10.1
21692025-02-28T21:57:11.372Z Compiling structmeta-derive v0.3.0
21702025-02-28T21:57:12.120Z Compiling indexmap v1.9.3
21712025-02-28T21:57:13.396Z Compiling nodrop v0.1.14
21722025-02-28T21:57:13.572Z Compiling crc-catalog v2.4.0
21732025-02-28T21:57:13.754Z Compiling fastrand v2.1.1
21742025-02-28T21:57:13.778Z Compiling crc v3.2.1
21752025-02-28T21:57:13.782Z Compiling array-init v0.0.4
21762025-02-28T21:57:13.798Z Compiling structmeta v0.3.0
21772025-02-28T21:57:14.206Z Compiling tempfile v3.13.0
21782025-02-28T21:57:14.459Z Compiling progenitor-macro v0.8.0
21792025-02-28T21:57:14.826Z Compiling oxnet v0.1.1
21802025-02-28T21:57:15.347Z Compiling darling v0.20.10
21812025-02-28T21:57:15.497Z Compiling smallvec v0.6.14
21822025-02-28T21:57:15.993Z Compiling progenitor-client v0.8.0
21832025-02-28T21:57:16.015Z Compiling xattr v1.3.1
21842025-02-28T21:57:16.369Z Compiling daft-derive v0.1.1
21852025-02-28T21:57:16.926Z Compiling pin-project-internal v1.1.6
21862025-02-28T21:57:17.829Z Compiling filetime v0.2.25
21872025-02-28T21:57:18.096Z Compiling dropshot v0.16.0
21882025-02-28T21:57:18.233Z Compiling same-file v1.0.6
21892025-02-28T21:57:18.458Z Compiling base64 v0.21.7
21902025-02-28T21:57:18.516Z Compiling hashbrown v0.12.3
21912025-02-28T21:57:18.550Z Compiling bitfield v0.14.0
21922025-02-28T21:57:18.865Z Compiling termcolor v1.4.1
21932025-02-28T21:57:19.604Z Compiling pin-project v1.1.6
21942025-02-28T21:57:19.637Z Compiling env_logger v0.10.2
21952025-02-28T21:57:19.825Z Compiling ron v0.8.1
21962025-02-28T21:57:19.903Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21972025-02-28T21:57:20.970Z Compiling walkdir v2.5.0
21982025-02-28T21:57:22.574Z Compiling tar v0.4.44
21992025-02-28T21:57:22.842Z Compiling daft v0.1.1
22002025-02-28T21:57:23.533Z Compiling serde-hex v0.1.0
22012025-02-28T21:57:24.825Z Compiling progenitor v0.8.0
22022025-02-28T21:57:25.089Z Compiling serde_with_macros v3.11.0
22032025-02-28T21:57:25.799Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22042025-02-28T21:57:26.174Z Compiling parse-display-derive v0.10.0
22052025-02-28T21:57:27.448Z Compiling strum_macros v0.26.4
22062025-02-28T21:57:28.523Z Compiling hashbrown v0.13.2
22072025-02-28T21:57:28.711Z Compiling dropshot_endpoint v0.16.0
22082025-02-28T21:57:29.751Z Compiling snafu-derive v0.8.5
22092025-02-28T21:57:29.935Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102025-02-28T21:57:30.731Z Compiling blake3 v1.5.4
22112025-02-28T21:57:31.370Z Compiling instant v0.1.13
22122025-02-28T21:57:31.581Z Compiling crc-any v2.5.0
22132025-02-28T21:57:31.603Z Compiling lockfree-object-pool v0.1.6
22142025-02-28T21:57:31.929Z Compiling simd-adler32 v0.3.7
22152025-02-28T21:57:32.523Z Compiling bumpalo v3.16.0
22162025-02-28T21:57:32.546Z Compiling zip v2.1.3
22172025-02-28T21:57:32.770Z Compiling buf-list v1.0.3
22182025-02-28T21:57:32.983Z Compiling zopfli v0.8.1
22192025-02-28T21:57:33.249Z Compiling strum v0.26.3
22202025-02-28T21:57:33.435Z Compiling backoff v0.4.0
22212025-02-28T21:57:33.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222025-02-28T21:57:34.311Z Compiling object v0.30.4
22232025-02-28T21:57:34.336Z Compiling snafu v0.8.5
22242025-02-28T21:57:34.336Z Compiling parse-display v0.10.0
22252025-02-28T21:57:35.343Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22262025-02-28T21:57:36.051Z Compiling serde_with v3.11.0
22272025-02-28T21:57:37.191Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282025-02-28T21:57:38.817Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22292025-02-28T21:57:40.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22302025-02-28T21:57:41.017Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22312025-02-28T21:57:41.765Z Compiling camino-tempfile v1.1.1
22322025-02-28T21:57:42.556Z Compiling globset v0.4.15
22332025-02-28T21:57:44.707Z Compiling regress v0.9.1
22342025-02-28T21:57:46.195Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22352025-02-28T21:57:46.413Z Compiling progenitor-client v0.9.1
22362025-02-28T21:57:47.391Z Compiling olpc-cjson v0.1.4
22372025-02-28T21:57:47.711Z Compiling pem v3.0.5
22382025-02-28T21:57:48.616Z Compiling macaddr v1.0.1
22392025-02-28T21:57:49.162Z Compiling cargo-platform v0.1.8
22402025-02-28T21:57:49.204Z Compiling serde_plain v1.0.2
22412025-02-28T21:57:49.759Z Compiling async-recursion v1.1.1
22422025-02-28T21:57:49.860Z Compiling memmap2 v0.9.5
22432025-02-28T21:57:50.199Z Compiling arrayref v0.3.9
22442025-02-28T21:57:50.340Z Compiling constant_time_eq v0.3.1
22452025-02-28T21:57:50.461Z Compiling typed-path v0.9.3
22462025-02-28T21:57:50.549Z Compiling path-slash v0.1.5
22472025-02-28T21:57:50.816Z Compiling arrayvec v0.7.6
22482025-02-28T21:57:51.171Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22492025-02-28T21:57:53.215Z Compiling tough v0.19.0
22502025-02-28T21:57:53.293Z Compiling cargo_metadata v0.19.1
22512025-02-28T21:57:53.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22522025-02-28T21:57:57.356Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22532025-02-28T21:57:57.568Z Compiling itertools v0.14.0
22542025-02-28T21:57:57.727Z Compiling topological-sort v0.2.2
22552025-02-28T21:57:57.816Z Compiling parse-size v1.1.0
22562025-02-28T21:57:58.029Z Compiling omicron-zone-package v0.12.0
22572025-02-28T21:57:58.151Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22582025-02-28T21:58:01.046Z Compiling shell-words v1.1.0
22592025-02-28T21:58:08.421Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22602025-02-28T21:58:17.771Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22612025-02-28T21:58:31.620Z Finished `release` profile [optimized] target(s) in 5m 43s
22622025-02-28T21:58:31.801Z Running `target/release/omicron-releng --output-dir /work`
22632025-02-28T21:58:31.850ZFeb 28 21:58:30.761 DEBG changing working directory to /work/oxidecomputer/omicron
22642025-02-28T21:58:31.963ZFeb 28 21:58:30.873 DEBG running: git rev-parse HEAD
22652025-02-28T21:58:31.969ZFeb 28 21:58:30.880 DEBG process exited with exit status: 0 (6.925652ms)
22662025-02-28T21:58:31.973ZFeb 28 21:58:30.880 INFO version: 13.0.0-0.ci+git83c0128c499
22672025-02-28T21:58:32.014ZFeb 28 21:58:30.924 INFO cloning helios to /work/oxidecomputer/helios
22682025-02-28T21:58:32.014ZFeb 28 21:58:30.924 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22692025-02-28T21:58:32.019ZCloning into '/work/oxidecomputer/helios'...
22702025-02-28T21:58:32.500ZFeb 28 21:58:31.410 DEBG process exited with exit status: 0 (485.960146ms)
22712025-02-28T21:58:32.500ZFeb 28 21:58:31.410 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22722025-02-28T21:58:33.581ZFeb 28 21:58:32.490 DEBG process exited with exit status: 0 (1.080475499s)
22732025-02-28T21:58:33.581ZFeb 28 21:58:32.490 DEBG running: zfs list rpool/images/build/host
22742025-02-28T21:58:33.587ZNAME USED AVAIL REFER MOUNTPOINT
22752025-02-28T21:58:33.587Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22762025-02-28T21:58:33.591ZFeb 28 21:58:32.498 DEBG process exited with exit status: 0 (7.587095ms)
22772025-02-28T21:58:33.591ZFeb 28 21:58:32.498 DEBG running: zfs list rpool/images/build/recovery
22782025-02-28T21:58:33.595ZNAME USED AVAIL REFER MOUNTPOINT
22792025-02-28T21:58:33.595Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22802025-02-28T21:58:33.598ZFeb 28 21:58:32.505 DEBG process exited with exit status: 0 (6.610947ms)
22812025-02-28T21:58:33.598ZFeb 28 21:58:32.505 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22822025-02-28T21:58:33.603Z# branch.oid 873badbd0b076bec558c882d9d377855dcb48038
22832025-02-28T21:58:33.603Z# branch.head master
22842025-02-28T21:58:33.603Z# branch.upstream origin/master
22852025-02-28T21:58:33.603Z# branch.ab +0 -0
22862025-02-28T21:58:33.606ZFeb 28 21:58:32.514 DEBG process exited with exit status: 0 (8.603417ms)
22872025-02-28T21:58:33.606ZFeb 28 21:58:32.514 INFO [hubris-production] running task
22882025-02-28T21:58:33.606ZFeb 28 21:58:32.515 INFO [hubris-staging] running task
22892025-02-28T21:58:33.606ZFeb 28 21:58:32.515 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22902025-02-28T21:58:33.610ZFeb 28 21:58:32.518 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22912025-02-28T21:58:33.680Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22922025-02-28T21:58:34.113Z[ omicron-package] Blocking waiting for file lock on package cache
22932025-02-28T21:58:34.543Z[ omicron-package] Blocking waiting for file lock on package cache
22942025-02-28T21:58:34.834Z[ omicron-package] Blocking waiting for file lock on package cache
22952025-02-28T21:58:35.422ZFeb 28 21:58:34.332 INFO [hubris-production] task succeeded (1.817425146s)
22962025-02-28T21:58:35.790Z[ omicron-package] Compiling ring v0.17.11
22972025-02-28T21:58:36.062Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22982025-02-28T21:58:36.063Z[ omicron-package] Compiling itertools v0.13.0
22992025-02-28T21:58:36.063Z[ omicron-package] Compiling heapless v0.8.0
23002025-02-28T21:58:36.063Z[ omicron-package] Compiling hash32 v0.3.1
23012025-02-28T21:58:36.063Z[ omicron-package] Compiling smoltcp v0.11.0
23022025-02-28T21:58:36.063Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23032025-02-28T21:58:37.139Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23042025-02-28T21:58:37.325Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23052025-02-28T21:58:37.547Z[ omicron-package] Compiling num_enum_derive v0.5.11
23062025-02-28T21:58:37.977Z[ omicron-package] Compiling cobs v0.2.3
23072025-02-28T21:58:38.343Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23082025-02-28T21:58:38.691Z[ omicron-package] Compiling postcard v1.0.10
23092025-02-28T21:58:39.207Z[ omicron-package] Compiling proc-macro-error v1.0.4
23102025-02-28T21:58:39.273Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23112025-02-28T21:58:40.146Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23122025-02-28T21:58:40.481Z[ omicron-package] Compiling unicode-width v0.1.14
23132025-02-28T21:58:40.569Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23142025-02-28T21:58:41.326Z[ omicron-package] Compiling num_enum v0.5.11
23152025-02-28T21:58:41.838Z[ omicron-package] Compiling foreign-types v0.5.0
23162025-02-28T21:58:41.939Z[ omicron-package] Compiling tabwriter v1.4.0
23172025-02-28T21:58:42.063Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23182025-02-28T21:58:42.957Z[ omicron-package] Compiling rustls v0.23.19
23192025-02-28T21:58:43.034Z[ omicron-package] Compiling rustls v0.22.4
23202025-02-28T21:58:43.170Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212025-02-28T21:58:43.249Z[ omicron-package] Compiling cstr-argument v0.1.2
23222025-02-28T21:58:43.772Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23232025-02-28T21:58:43.956Z[ omicron-package] Compiling pretty-hex v0.2.1
23242025-02-28T21:58:44.241Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23252025-02-28T21:58:44.639Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23262025-02-28T21:58:45.166Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272025-02-28T21:58:45.447Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23282025-02-28T21:58:45.527Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292025-02-28T21:58:45.647Z[ omicron-package] Compiling colored v2.2.0
23302025-02-28T21:58:46.350Z[ omicron-package] Compiling winnow v0.6.20
23312025-02-28T21:58:46.734Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23322025-02-28T21:58:47.353Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23332025-02-28T21:58:47.799Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23342025-02-28T21:58:48.504Z[ omicron-package] Compiling rustls-webpki v0.102.8
23352025-02-28T21:58:48.589Z[ omicron-package] Compiling sigpipe v0.1.3
23362025-02-28T21:58:48.849Z[ omicron-package] Compiling num-derive v0.4.2
23372025-02-28T21:58:49.477Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382025-02-28T21:58:50.945Z[ omicron-package] Compiling libefi-sys v0.1.0
23392025-02-28T21:58:51.804Z[ omicron-package] Compiling zone v0.3.0
23402025-02-28T21:58:51.912Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23412025-02-28T21:58:52.958Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
23422025-02-28T21:58:53.227Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23432025-02-28T21:58:53.699Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23442025-02-28T21:58:54.643Z[ omicron-package] Compiling smf v0.2.3
23452025-02-28T21:58:55.109Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23462025-02-28T21:58:55.809Z[ omicron-package] Compiling tokio-rustls v0.25.0
23472025-02-28T21:58:56.244Z[ omicron-package] Compiling bitfield-struct v0.6.2
23482025-02-28T21:58:56.408Z[ omicron-package] Compiling dropshot v0.12.0
23492025-02-28T21:58:57.699Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23502025-02-28T21:58:58.465Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512025-02-28T21:58:59.090Z[ omicron-package] Compiling tokio-rustls v0.26.0
23522025-02-28T21:58:59.957Z[ omicron-package] Compiling hyper-rustls v0.27.3
23532025-02-28T21:59:00.116Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23542025-02-28T21:59:00.734Z[ omicron-package] Compiling reqwest v0.12.12
23552025-02-28T21:59:04.359Z[ omicron-package] Compiling qorb v0.2.1
23562025-02-28T21:59:05.258Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23572025-02-28T21:59:05.562Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23582025-02-28T21:59:06.639Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592025-02-28T21:59:06.815Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602025-02-28T21:59:07.717ZFeb 28 21:59:06.621 INFO [hubris-staging] task succeeded (34.106531787s)
23612025-02-28T21:59:08.622Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622025-02-28T21:59:08.655Z[ omicron-package] Compiling gethostname v0.5.0
23632025-02-28T21:59:08.687Z[ omicron-package] Compiling fixedbitset v0.5.7
23642025-02-28T21:59:09.289Z[ omicron-package] Compiling indent_write v2.2.0
23652025-02-28T21:59:09.504Z[ omicron-package] Compiling petgraph v0.7.1
23662025-02-28T21:59:11.286Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23672025-02-28T21:59:11.927Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23682025-02-28T21:59:13.110Z[ omicron-package] Compiling dropshot v0.16.0
23692025-02-28T21:59:19.301Z[ helios-setup] Feb 28 21:59:18.202 INFO helios repository root is: /work/oxidecomputer/helios
23702025-02-28T21:59:19.306Z[ helios-setup] Feb 28 21:59:18.204 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23712025-02-28T21:59:19.306Z[ helios-setup] Feb 28 21:59:18.204 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23722025-02-28T21:59:19.306Z[ helios-setup] Feb 28 21:59:18.204 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
23732025-02-28T21:59:19.306Z[ helios-setup] Feb 28 21:59:18.204 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23742025-02-28T21:59:19.311Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23752025-02-28T21:59:19.350Z[ omicron-package] Compiling progenitor-client v0.8.0
23762025-02-28T21:59:20.225Z[ helios-setup] Feb 28 21:59:19.127 INFO clone ok!, project: pinprick
23772025-02-28T21:59:20.229Z[ helios-setup] Feb 28 21:59:19.127 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
23782025-02-28T21:59:20.230Z[ helios-setup] Feb 28 21:59:19.127 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23792025-02-28T21:59:20.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23802025-02-28T21:59:21.413Z[ omicron-package] Compiling progenitor v0.8.0
23812025-02-28T21:59:21.591Z[ omicron-package] Compiling progenitor-client v0.9.1
23822025-02-28T21:59:21.633Z[ helios-setup] Feb 28 21:59:20.535 INFO clone ok!, project: chelsio-t6-roms
23832025-02-28T21:59:21.636Z[ helios-setup] Feb 28 21:59:20.535 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
23842025-02-28T21:59:21.636Z[ helios-setup] Feb 28 21:59:20.535 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23852025-02-28T21:59:21.640Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23862025-02-28T21:59:21.670Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23872025-02-28T21:59:22.414Z[ helios-setup] Feb 28 21:59:21.316 INFO clone ok!, project: image-builder
23882025-02-28T21:59:22.418Z[ helios-setup] Feb 28 21:59:21.316 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
23892025-02-28T21:59:22.418Z[ helios-setup] Feb 28 21:59:21.316 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
23902025-02-28T21:59:22.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23912025-02-28T21:59:22.757Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23922025-02-28T21:59:23.739Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23932025-02-28T21:59:23.774Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23942025-02-28T21:59:33.144Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23952025-02-28T21:59:33.159Z[ helios-setup] Feb 28 21:59:32.058 INFO clone ok!, project: amd-host-image-builder
23962025-02-28T21:59:33.164Z[ helios-setup] Feb 28 21:59:32.059 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
23972025-02-28T21:59:33.164Z[ helios-setup] Feb 28 21:59:32.059 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23982025-02-28T21:59:33.168Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23992025-02-28T21:59:34.112Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002025-02-28T21:59:39.480Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012025-02-28T21:59:43.234Z[ helios-setup] Feb 28 21:59:42.131 INFO clone ok!, project: amd-firmware
24022025-02-28T21:59:43.237Z[ helios-setup] Feb 28 21:59:42.131 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
24032025-02-28T21:59:43.237Z[ helios-setup] Feb 28 21:59:42.131 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24042025-02-28T21:59:43.242Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24052025-02-28T21:59:44.057Z[ helios-setup] Feb 28 21:59:42.955 INFO clone ok!, project: phbl
24062025-02-28T21:59:44.061Z[ helios-setup] Feb 28 21:59:42.955 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
24072025-02-28T21:59:44.061Z[ helios-setup] Feb 28 21:59:42.955 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24082025-02-28T21:59:44.065Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24092025-02-28T21:59:44.738Z[ helios-setup] Feb 28 21:59:43.635 INFO clone ok!, project: bootserver
24102025-02-28T21:59:44.741Z[ helios-setup] Feb 28 21:59:43.635 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
24112025-02-28T21:59:44.741Z[ helios-setup] Feb 28 21:59:43.635 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24122025-02-28T21:59:44.744Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24132025-02-28T21:59:45.703Z[ helios-setup] Feb 28 21:59:44.601 INFO clone ok!, project: pilot
24142025-02-28T21:59:45.707Z[ helios-setup] Feb 28 21:59:44.601 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24152025-02-28T21:59:45.707Z[ helios-setup] Feb 28 21:59:44.602 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24162025-02-28T21:59:46.109Z[ helios-setup] Feb 28 21:59:45.007 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24172025-02-28T21:59:46.429Z[ helios-setup] Feb 28 21:59:45.327 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24182025-02-28T21:59:46.429Z[ helios-setup] Feb 28 21:59:45.327 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24192025-02-28T21:59:46.734Z[ helios-setup] Feb 28 21:59:45.632 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24202025-02-28T21:59:47.043Z[ helios-setup] Feb 28 21:59:45.940 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24212025-02-28T21:59:47.043Z[ helios-setup] Feb 28 21:59:45.940 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24222025-02-28T21:59:47.394Z[ helios-setup] Feb 28 21:59:46.292 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24232025-02-28T21:59:48.006Z[ helios-setup] Feb 28 21:59:46.903 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24242025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.903 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24252025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.903 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24262025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.903 INFO ok!
24272025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.903 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24282025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.903 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24292025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO ok!
24302025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24312025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24322025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO ok!
24332025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24342025-02-28T21:59:48.009Z[ helios-setup] Feb 28 21:59:46.904 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24352025-02-28T21:59:48.285Z[ helios-setup] Feb 28 21:59:47.182 INFO E| Downloading crates ...
24362025-02-28T21:59:48.353Z[ helios-setup] Feb 28 21:59:47.250 INFO E| Downloaded miniz_oxide v0.7.2
24372025-02-28T21:59:48.422Z[ helios-setup] Feb 28 21:59:47.320 INFO E| Compiling adler v1.0.2
24382025-02-28T21:59:48.580Z[ helios-setup] Feb 28 21:59:47.478 INFO E| Compiling miniz_oxide v0.7.2
24392025-02-28T21:59:50.515Z[ helios-setup] Feb 28 21:59:49.412 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24402025-02-28T21:59:51.316Z[ helios-setup] Feb 28 21:59:50.213 INFO E| Finished `release` profile [optimized] target(s) in 3.20s
24412025-02-28T21:59:51.326Z[ helios-setup] Feb 28 21:59:50.223 INFO building project "pinprick" ok (3 seconds)
24422025-02-28T21:59:51.326Z[ helios-setup] Feb 28 21:59:50.223 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24432025-02-28T21:59:51.326Z[ helios-setup] Feb 28 21:59:50.223 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24442025-02-28T21:59:51.587Z[ helios-setup] Feb 28 21:59:50.483 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24452025-02-28T21:59:52.001Z[ helios-setup] Feb 28 21:59:50.897 INFO E| From https://github.com/jclulow/rust-jmclib
24462025-02-28T21:59:52.001Z[ helios-setup] Feb 28 21:59:50.897 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24472025-02-28T21:59:52.015Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24482025-02-28T21:59:52.039Z[ helios-setup] Feb 28 21:59:50.936 INFO E| Updating crates.io index
24492025-02-28T21:59:52.279Z[ helios-setup] Feb 28 21:59:51.175 INFO E| Downloading crates ...
24502025-02-28T21:59:52.336Z[ helios-setup] Feb 28 21:59:51.233 INFO E| Downloaded errno v0.3.1
24512025-02-28T21:59:52.339Z[ helios-setup] Feb 28 21:59:51.236 INFO E| Downloaded digest v0.9.0
24522025-02-28T21:59:52.344Z[ helios-setup] Feb 28 21:59:51.241 INFO E| Downloaded opaque-debug v0.3.0
24532025-02-28T21:59:52.347Z[ helios-setup] Feb 28 21:59:51.243 INFO E| Downloaded block-buffer v0.9.0
24542025-02-28T21:59:52.347Z[ helios-setup] Feb 28 21:59:51.244 INFO E| Downloaded itoa v1.0.9
24552025-02-28T21:59:52.351Z[ helios-setup] Feb 28 21:59:51.247 INFO E| Downloaded sha-1 v0.9.8
24562025-02-28T21:59:52.356Z[ helios-setup] Feb 28 21:59:51.253 INFO E| Downloaded libdevinfo-sys v1.0.0
24572025-02-28T21:59:52.360Z[ helios-setup] Feb 28 21:59:51.256 INFO E| Downloaded once_cell v1.18.0
24582025-02-28T21:59:52.365Z[ helios-setup] Feb 28 21:59:51.261 INFO E| Downloaded glob v0.3.1
24592025-02-28T21:59:52.370Z[ helios-setup] Feb 28 21:59:51.263 INFO E| Downloaded unicode-width v0.1.10
24602025-02-28T21:59:52.370Z[ helios-setup] Feb 28 21:59:51.265 INFO E| Downloaded fastrand v2.0.0
24612025-02-28T21:59:52.373Z[ helios-setup] Feb 28 21:59:51.268 INFO E| Downloaded walkdir v2.3.3
24622025-02-28T21:59:52.376Z[ helios-setup] Feb 28 21:59:51.271 INFO E| Downloaded cpufeatures v0.2.9
24632025-02-28T21:59:52.385Z[ helios-setup] Feb 28 21:59:51.274 INFO E| Downloaded tempfile v3.7.0
24642025-02-28T21:59:52.409Z[ helios-setup] Feb 28 21:59:51.306 INFO E| Downloaded uuid v0.8.2
24652025-02-28T21:59:52.414Z[ helios-setup] Feb 28 21:59:51.311 INFO E| Downloaded quote v1.0.31
24662025-02-28T21:59:52.419Z[ helios-setup] Feb 28 21:59:51.316 INFO E| Downloaded unicode-ident v1.0.11
24672025-02-28T21:59:52.423Z[ helios-setup] Feb 28 21:59:51.321 INFO E| Downloaded anyhow v1.0.72
24682025-02-28T21:59:52.432Z[ helios-setup] Feb 28 21:59:51.329 INFO E| Downloaded typenum v1.16.0
24692025-02-28T21:59:52.436Z[ helios-setup] Feb 28 21:59:51.333 INFO E| Downloaded serde v1.0.193
24702025-02-28T21:59:52.442Z[ helios-setup] Feb 28 21:59:51.339 INFO E| Downloaded toml v0.5.11
24712025-02-28T21:59:52.447Z[ helios-setup] Feb 28 21:59:51.344 INFO E| Downloaded ryu v1.0.15
24722025-02-28T21:59:52.452Z[ helios-setup] Feb 28 21:59:51.349 INFO E| Downloaded serde_derive v1.0.193
24732025-02-28T21:59:52.457Z[ helios-setup] Feb 28 21:59:51.354 INFO E| Downloaded serde_json v1.0.103
24742025-02-28T21:59:52.469Z[ helios-setup] Feb 28 21:59:51.366 INFO E| Downloaded proc-macro2 v1.0.66
24752025-02-28T21:59:52.475Z[ helios-setup] Feb 28 21:59:51.370 INFO E| Downloaded getrandom v0.2.10
24762025-02-28T21:59:52.478Z[ helios-setup] Feb 28 21:59:51.375 INFO E| Downloaded bitflags v2.3.3
24772025-02-28T21:59:52.482Z[ helios-setup] Feb 28 21:59:51.379 INFO E| Downloaded md-5 v0.9.1
24782025-02-28T21:59:52.507Z[ helios-setup] Feb 28 21:59:51.404 INFO E| Downloaded syn v2.0.32
24792025-02-28T21:59:52.526Z[ helios-setup] Feb 28 21:59:51.422 INFO E| Downloaded rustix v0.38.4
24802025-02-28T21:59:52.578Z[ helios-setup] Feb 28 21:59:51.474 INFO E| Downloaded libc v0.2.147
24812025-02-28T21:59:52.743Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling libc v0.2.147
24822025-02-28T21:59:52.743Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling proc-macro2 v1.0.66
24832025-02-28T21:59:52.743Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling cfg-if v1.0.0
24842025-02-28T21:59:52.747Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling unicode-ident v1.0.11
24852025-02-28T21:59:52.747Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling typenum v1.16.0
24862025-02-28T21:59:52.747Z[ helios-setup] Feb 28 21:59:51.640 INFO E| Compiling version_check v0.9.4
24872025-02-28T21:59:52.747Z[ helios-setup] Feb 28 21:59:51.641 INFO E| Compiling serde v1.0.193
24882025-02-28T21:59:52.747Z[ helios-setup] Feb 28 21:59:51.641 INFO E| Compiling itoa v1.0.9
24892025-02-28T21:59:52.821Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24902025-02-28T21:59:53.245Z[ helios-setup] Feb 28 21:59:52.142 INFO E| Compiling time-core v0.1.2
24912025-02-28T21:59:53.551Z[ helios-setup] Feb 28 21:59:52.448 INFO E| Compiling num-conv v0.1.0
24922025-02-28T21:59:53.591Z[ helios-setup] Feb 28 21:59:52.488 INFO E| Compiling powerfmt v0.2.0
24932025-02-28T21:59:53.903Z[ helios-setup] Feb 28 21:59:52.800 INFO E| Compiling slog v2.7.0
24942025-02-28T21:59:54.018Z[ helios-setup] Feb 28 21:59:52.914 INFO E| Compiling rustix v0.38.4
24952025-02-28T21:59:54.341Z[ helios-setup] Feb 28 21:59:53.236 INFO E| Compiling deranged v0.3.11
24962025-02-28T21:59:54.496Z[ helios-setup] Feb 28 21:59:53.392 INFO E| Compiling generic-array v0.14.7
24972025-02-28T21:59:54.735Z[ helios-setup] Feb 28 21:59:53.632 INFO E| Compiling time-macros v0.2.18
24982025-02-28T21:59:55.342Z[ helios-setup] Feb 28 21:59:54.236 INFO E| Compiling bitflags v2.3.3
24992025-02-28T21:59:55.362Z[ helios-setup] Feb 28 21:59:54.258 INFO E| Compiling num_threads v0.1.6
25002025-02-28T21:59:55.901Z[ helios-setup] Feb 28 21:59:54.797 INFO E| Compiling quote v1.0.31
25012025-02-28T21:59:56.228Z[ helios-setup] Feb 28 21:59:55.125 INFO E| Compiling once_cell v1.18.0
25022025-02-28T21:59:56.911Z[ helios-setup] Feb 28 21:59:55.806 INFO E| Compiling syn v2.0.32
25032025-02-28T21:59:56.915Z[ helios-setup] Feb 28 21:59:55.812 INFO E| Compiling dirs-sys-next v0.1.2
25042025-02-28T21:59:57.225Z[ helios-setup] Feb 28 21:59:56.121 INFO E| Compiling errno v0.3.1
25052025-02-28T21:59:57.262Z[ helios-setup] Feb 28 21:59:56.158 INFO E| Compiling thread_local v1.1.7
25062025-02-28T21:59:57.288Z[ helios-setup] Feb 28 21:59:56.184 INFO E| Compiling atty v0.2.14
25072025-02-28T21:59:57.460Z[ helios-setup] Feb 28 21:59:56.356 INFO E| Compiling dirs-next v2.0.0
25082025-02-28T21:59:57.767Z[ helios-setup] Feb 28 21:59:56.663 INFO E| Compiling term v0.7.0
25092025-02-28T21:59:58.197Z[ helios-setup] Feb 28 21:59:57.092 INFO E| Compiling fastrand v2.0.0
25102025-02-28T21:59:58.287Z[ helios-setup] Feb 28 21:59:57.181 INFO E| Compiling serde_json v1.0.103
25112025-02-28T21:59:58.373Z[ helios-setup] Feb 28 21:59:57.269 INFO E| Compiling anyhow v1.0.72
25122025-02-28T21:59:59.036Z[ helios-setup] Feb 28 21:59:57.932 INFO E| Compiling block-buffer v0.9.0
25132025-02-28T21:59:59.111Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25142025-02-28T21:59:59.258Z[ helios-setup] Feb 28 21:59:58.153 INFO E| Compiling digest v0.9.0
25152025-02-28T21:59:59.356Z[ helios-setup] Feb 28 21:59:58.251 INFO E| Compiling opaque-debug v0.3.0
25162025-02-28T21:59:59.421Z[ helios-setup] Feb 28 21:59:58.316 INFO E| Compiling getrandom v0.2.10
25172025-02-28T21:59:59.461Z[ helios-setup] Feb 28 21:59:58.357 INFO E| Compiling cpufeatures v0.2.9
25182025-02-28T21:59:59.751Z[ helios-setup] Feb 28 21:59:58.647 INFO E| Compiling ryu v1.0.15
25192025-02-28T21:59:59.835Z[ helios-setup] Feb 28 21:59:58.731 INFO E| Compiling unicode-width v0.1.10
25202025-02-28T22:00:00.101Z[ helios-setup] Feb 28 21:59:58.997 INFO E| Compiling same-file v1.0.6
25212025-02-28T22:00:00.166Z[ helios-setup] Feb 28 21:59:59.062 INFO E| Compiling getopts v0.2.21
25222025-02-28T22:00:00.236Z[ helios-setup] Feb 28 21:59:59.132 INFO E| Compiling time v0.3.36
25232025-02-28T22:00:00.353Z[ helios-setup] Feb 28 21:59:59.248 INFO E| Compiling sha-1 v0.9.8
25242025-02-28T22:00:00.593Z[ helios-setup] Feb 28 21:59:59.488 INFO E| Compiling walkdir v2.3.3
25252025-02-28T22:00:00.731Z[ helios-setup] Feb 28 21:59:59.627 INFO E| Compiling md-5 v0.9.1
25262025-02-28T22:00:01.213Z[ helios-setup] Feb 28 22:00:00.108 INFO E| Compiling tempfile v3.7.0
25272025-02-28T22:00:01.465Z[ helios-setup] Feb 28 22:00:00.361 INFO E| Compiling glob v0.3.1
25282025-02-28T22:00:01.566Z[ helios-setup] Feb 28 22:00:00.461 INFO E| Compiling libdevinfo-sys v1.0.0
25292025-02-28T22:00:02.946Z[ helios-setup] Feb 28 22:00:01.840 INFO E| Compiling serde_derive v1.0.193
25302025-02-28T22:00:03.126Z[ helios-setup] Feb 28 22:00:02.021 INFO E| Compiling slog-term v2.9.0
25312025-02-28T22:00:11.982Z[ helios-setup] Feb 28 22:00:10.876 INFO E| Compiling toml v0.5.11
25322025-02-28T22:00:11.985Z[ helios-setup] Feb 28 22:00:10.876 INFO E| Compiling uuid v0.8.2
25332025-02-28T22:00:13.775Z[ helios-setup] Feb 28 22:00:12.669 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25342025-02-28T22:00:15.319Z[ helios-setup] Feb 28 22:00:14.212 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25352025-02-28T22:00:17.787Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 44s
25362025-02-28T22:00:18.050Z[ omicron-package]
25372025-02-28T22:00:18.050Z[ omicron-package] real 1:44.370885122
25382025-02-28T22:00:18.053Z[ omicron-package] user 9:05.582730150
25392025-02-28T22:00:18.054Z[ omicron-package] sys 31.078640544
25402025-02-28T22:00:18.054Z[ omicron-package] trap 1.033638509
25412025-02-28T22:00:18.054Z[ omicron-package] tflt 1.108274069
25422025-02-28T22:00:18.054Z[ omicron-package] dflt 1.059217593
25432025-02-28T22:00:18.054Z[ omicron-package] kflt 0.000271527
25442025-02-28T22:00:18.054Z[ omicron-package] lock 20:03.072597961
25452025-02-28T22:00:18.054Z[ omicron-package] slp 32:03.924025516
25462025-02-28T22:00:18.054Z[ omicron-package] lat 3:16.636919060
25472025-02-28T22:00:18.054Z[ omicron-package] stop 1:09.597048649
25482025-02-28T22:00:18.054ZFeb 28 22:00:16.944 INFO [omicron-package] process exited with exit status: 0 (104.425699877s)
25492025-02-28T22:00:18.054ZFeb 28 22:00:16.944 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25502025-02-28T22:00:18.128ZFeb 28 22:00:17.021 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25512025-02-28T22:00:18.139Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25522025-02-28T22:00:18.142Z[ host-target] Created new build target 'host' and set it as active
25532025-02-28T22:00:18.142ZFeb 28 22:00:17.035 INFO [host-target] process exited with exit status: 0 (90.493319ms)
25542025-02-28T22:00:18.142ZFeb 28 22:00:17.035 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25552025-02-28T22:00:18.150Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25562025-02-28T22:00:18.153Z[ recovery-target] Created new build target 'recovery' and set it as active
25572025-02-28T22:00:18.157ZFeb 28 22:00:17.046 INFO [recovery-target] process exited with exit status: 0 (25.565896ms)
25582025-02-28T22:00:18.162Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25592025-02-28T22:00:19.735Z[ host-package] Compiling ring v0.17.11
25602025-02-28T22:00:19.923Z[ host-package] Compiling thiserror v2.0.11
25612025-02-28T22:00:19.943Z[ host-package] Compiling typify-impl v0.3.0
25622025-02-28T22:00:19.969Z[ host-package] Compiling convert_case v0.4.0
25632025-02-28T22:00:19.969Z[ host-package] Compiling newline-converter v0.3.0
25642025-02-28T22:00:19.973Z[ host-package] Compiling password-hash v0.5.0
25652025-02-28T22:00:19.973Z[ host-package] Compiling blake2 v0.10.6
25662025-02-28T22:00:20.223Z[ host-package] Compiling expectorate v1.1.0
25672025-02-28T22:00:20.548Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682025-02-28T22:00:20.675Z[ host-package] Compiling derive_more v0.99.19
25692025-02-28T22:00:20.693Z[ helios-setup] Feb 28 22:00:19.586 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.26s
25702025-02-28T22:00:20.726Z[ helios-setup] Feb 28 22:00:19.618 INFO building project "image-builder" ok (29 seconds)
25712025-02-28T22:00:20.726Z[ helios-setup] Feb 28 22:00:19.618 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25722025-02-28T22:00:20.726Z[ helios-setup] Feb 28 22:00:19.618 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25732025-02-28T22:00:20.735Z[ helios-setup] Feb 28 22:00:19.628 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25742025-02-28T22:00:21.017Z[ helios-setup] Feb 28 22:00:19.909 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25752025-02-28T22:00:21.017Z[ helios-setup] Feb 28 22:00:19.909 INFO E| info: downloading component 'cargo'
25762025-02-28T22:00:21.254Z[ host-package] Compiling argon2 v0.5.3
25772025-02-28T22:00:21.338Z[ host-package] Compiling atomicwrites v0.4.4
25782025-02-28T22:00:21.887Z[ host-package] Compiling cancel-safe-futures v0.1.5
25792025-02-28T22:00:21.908Z[ helios-setup] Feb 28 22:00:20.800 INFO E| info: downloading component 'clippy'
25802025-02-28T22:00:22.174Z[ helios-setup] Feb 28 22:00:21.066 INFO E| info: downloading component 'rust-docs'
25812025-02-28T22:00:22.297Z[ host-package] Compiling owo-colors v4.2.0
25822025-02-28T22:00:22.355Z[ host-package] Compiling num-rational v0.4.2
25832025-02-28T22:00:23.030Z[ host-package] Compiling libsw-core v0.3.1
25842025-02-28T22:00:23.340Z[ helios-setup] Feb 28 22:00:22.232 INFO E| info: downloading component 'rust-src'
25852025-02-28T22:00:23.366Z[ host-package] Compiling num-complex v0.4.6
25862025-02-28T22:00:23.529Z[ helios-setup] Feb 28 22:00:22.421 INFO E| info: downloading component 'rust-std'
25872025-02-28T22:00:23.647Z[ host-package] Compiling libsw v3.4.0
25882025-02-28T22:00:24.480Z[ host-package] Compiling num v0.4.3
25892025-02-28T22:00:24.860Z[ host-package] Compiling float-ord v0.3.2
25902025-02-28T22:00:25.081Z[ host-package] Compiling swrite v0.1.0
25912025-02-28T22:00:25.258Z[ host-package] Compiling rustls v0.23.19
25922025-02-28T22:00:25.298Z[ host-package] Compiling rustls v0.22.4
25932025-02-28T22:00:25.330Z[ host-package] Compiling linear-map v1.2.0
25942025-02-28T22:00:25.349Z[ host-package] Compiling highway v1.3.0
25952025-02-28T22:00:25.361Z[ helios-setup] Feb 28 22:00:24.252 INFO E| info: downloading component 'rustc'
25962025-02-28T22:00:25.741Z[ host-package] Compiling tungstenite v0.21.0
25972025-02-28T22:00:26.213Z[ host-package] Compiling semver v0.1.20
25982025-02-28T22:00:26.630Z[ host-package] Compiling rustc_version v0.1.7
25992025-02-28T22:00:26.784Z[ host-package] Compiling ipnetwork v0.21.1
26002025-02-28T22:00:26.986Z[ host-package] Compiling tokio-tungstenite v0.21.0
26012025-02-28T22:00:27.013Z[ host-package] Compiling newtype_derive v0.1.6
26022025-02-28T22:00:27.475Z[ host-package] Compiling oxnet v0.1.1
26032025-02-28T22:00:27.495Z[ host-package] Compiling humantime v2.1.0
26042025-02-28T22:00:27.841Z[ host-package] Compiling rustls-webpki v0.102.8
26052025-02-28T22:00:28.162Z[ host-package] Compiling daft v0.1.1
26062025-02-28T22:00:28.634Z[ host-package] Compiling dropshot v0.16.0
26072025-02-28T22:00:28.683Z[ host-package] Compiling instant v0.1.13
26082025-02-28T22:00:28.741Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26092025-02-28T22:00:29.251Z[ host-package] Compiling backoff v0.4.0
26102025-02-28T22:00:29.601Z[ host-package] Compiling steno v0.4.1
26112025-02-28T22:00:29.665Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
26122025-02-28T22:00:30.313Z[ host-package] Compiling typify-macro v0.3.0
26132025-02-28T22:00:30.460Z[ helios-setup] Feb 28 22:00:29.350 INFO E| info: downloading component 'rustfmt'
26142025-02-28T22:00:30.637Z[ host-package] Compiling parse-display v0.10.0
26152025-02-28T22:00:30.697Z[ helios-setup] Feb 28 22:00:29.588 INFO E| info: installing component 'cargo'
26162025-02-28T22:00:31.168Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26172025-02-28T22:00:31.381Z[ host-package] Compiling strum v0.26.3
26182025-02-28T22:00:31.677Z[ host-package] Compiling serde_with v3.11.0
26192025-02-28T22:00:31.924Z[ helios-setup] Feb 28 22:00:30.814 INFO E| info: installing component 'clippy'
26202025-02-28T22:00:32.364Z[ helios-setup] Feb 28 22:00:31.253 INFO E| info: installing component 'rust-docs'
26212025-02-28T22:00:33.794Z[ host-package] Compiling tokio-rustls v0.25.0
26222025-02-28T22:00:33.940Z[ host-package] Compiling typify v0.3.0
26232025-02-28T22:00:34.111Z[ host-package] Compiling progenitor-impl v0.9.1
26242025-02-28T22:00:34.384Z[ host-package] Compiling dropshot v0.12.0
26252025-02-28T22:00:36.251Z[ host-package] Compiling tokio-rustls v0.26.0
26262025-02-28T22:00:37.003Z[ host-package] Compiling hyper-rustls v0.27.3
26272025-02-28T22:00:37.738Z[ host-package] Compiling reqwest v0.12.12
26282025-02-28T22:00:38.028Z[ helios-setup] Feb 28 22:00:36.918 INFO E| info: installing component 'rust-src'
26292025-02-28T22:00:38.581Z[ helios-setup] Feb 28 22:00:37.470 INFO E| info: installing component 'rust-std'
26302025-02-28T22:00:41.101Z[ helios-setup] Feb 28 22:00:39.990 INFO E| info: installing component 'rustc'
26312025-02-28T22:00:41.298Z[ host-package] Compiling qorb v0.2.1
26322025-02-28T22:00:43.025Z[ host-package] Compiling progenitor-macro v0.9.1
26332025-02-28T22:00:47.323Z[ host-package] Compiling progenitor-client v0.9.1
26342025-02-28T22:00:47.410Z[ helios-setup] Feb 28 22:00:46.298 INFO E| info: installing component 'rustfmt'
26352025-02-28T22:00:47.967Z[ host-package] Compiling progenitor-client v0.8.0
26362025-02-28T22:00:48.086Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26372025-02-28T22:00:48.219Z[ helios-setup] Feb 28 22:00:47.107 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26382025-02-28T22:00:48.777Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26392025-02-28T22:00:49.179Z[ helios-setup] Feb 28 22:00:48.067 INFO E| From https://github.com/oxidecomputer/amd-apcb
26402025-02-28T22:00:49.179Z[ helios-setup] Feb 28 22:00:48.067 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
26412025-02-28T22:00:49.184Z[ helios-setup] Feb 28 22:00:48.067 INFO E| * [new tag] v0.4.5 -> v0.4.5
26422025-02-28T22:00:49.240Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.1.3 -> v0.1.3
26432025-02-28T22:00:49.240Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.1.4 -> v0.1.4
26442025-02-28T22:00:49.243Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.1.5 -> v0.1.5
26452025-02-28T22:00:49.243Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.2.0 -> v0.2.0
26462025-02-28T22:00:49.243Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.3.0 -> v0.3.0
26472025-02-28T22:00:49.243Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.3.1 -> v0.3.1
26482025-02-28T22:00:49.243Z[ helios-setup] Feb 28 22:00:48.128 INFO E| * [new tag] v0.3.2 -> v0.3.2
26492025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.3.3 -> v0.3.3
26502025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.4.0 -> v0.4.0
26512025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.4.1 -> v0.4.1
26522025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.4.2 -> v0.4.2
26532025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.4.3 -> v0.4.3
26542025-02-28T22:00:49.244Z[ helios-setup] Feb 28 22:00:48.129 INFO E| * [new tag] v0.4.4 -> v0.4.4
26552025-02-28T22:00:49.278Z[ helios-setup] Feb 28 22:00:48.166 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26562025-02-28T22:00:50.280Z[ helios-setup] Feb 28 22:00:49.167 INFO E| From https://github.com/oxidecomputer/amd-efs
26572025-02-28T22:00:50.280Z[ helios-setup] Feb 28 22:00:49.167 INFO E| * [new branch] empty -> origin/empty
26582025-02-28T22:00:50.283Z[ helios-setup] Feb 28 22:00:49.167 INFO E| * [new branch] issue-99 -> origin/issue-99
26592025-02-28T22:00:50.283Z[ helios-setup] Feb 28 22:00:49.167 INFO E| * [new branch] main -> origin/main
26602025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.167 INFO E| * [new branch] review -> origin/review
26612025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new ref] -> origin/HEAD
26622025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new tag] v0.2.0 -> v0.2.0
26632025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new tag] v0.2.1 -> v0.2.1
26642025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new tag] v0.2.2 -> v0.2.2
26652025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new tag] v0.2.3 -> v0.2.3
26662025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.168 INFO E| * [new tag] v0.2.4 -> v0.2.4
26672025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.2.5 -> v0.2.5
26682025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.2.6 -> v0.2.6
26692025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.2.7 -> v0.2.7
26702025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.3.0 -> v0.3.0
26712025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.3.1 -> v0.3.1
26722025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.4.0 -> v0.4.0
26732025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.169 INFO E| * [new tag] v0.4.1 -> v0.4.1
26742025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.170 INFO E| * [new tag] v0.4.2 -> v0.4.2
26752025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.170 INFO E| * [new tag] v0.4.3 -> v0.4.3
26762025-02-28T22:00:50.284Z[ helios-setup] Feb 28 22:00:49.170 INFO E| * [new tag] v0.4.4 -> v0.4.4
26772025-02-28T22:00:50.308Z[ helios-setup] Feb 28 22:00:49.195 INFO E| Updating crates.io index
26782025-02-28T22:00:50.982Z[ helios-setup] Feb 28 22:00:49.869 INFO E| Downloading crates ...
26792025-02-28T22:00:51.142Z[ helios-setup] Feb 28 22:00:50.029 INFO E| Downloaded dyn-clone v1.0.17
26802025-02-28T22:00:51.146Z[ helios-setup] Feb 28 22:00:50.033 INFO E| Downloaded autocfg v1.4.0
26812025-02-28T22:00:51.149Z[ helios-setup] Feb 28 22:00:50.037 INFO E| Downloaded cfg-if v1.0.0
26822025-02-28T22:00:51.152Z[ helios-setup] Feb 28 22:00:50.039 INFO E| Downloaded bytesize v1.3.0
26832025-02-28T22:00:51.157Z[ helios-setup] Feb 28 22:00:50.045 INFO E| Downloaded cfg-if v0.1.10
26842025-02-28T22:00:51.160Z[ helios-setup] Feb 28 22:00:50.046 INFO E| Downloaded atty v0.2.14
26852025-02-28T22:00:51.163Z[ helios-setup] Feb 28 22:00:50.048 INFO E| Downloaded ansi_term v0.12.1
26862025-02-28T22:00:51.166Z[ helios-setup] Feb 28 22:00:50.052 INFO E| Downloaded crypto-common v0.1.6
26872025-02-28T22:00:51.166Z[ helios-setup] Feb 28 22:00:50.054 INFO E| Downloaded cpufeatures v0.2.16
26882025-02-28T22:00:51.198Z[ helios-setup] Feb 28 22:00:50.086 INFO E| Downloaded unic-ucd-version v0.9.0
26892025-02-28T22:00:51.202Z[ helios-setup] Feb 28 22:00:50.088 INFO E| Downloaded unic-char-property v0.9.0
26902025-02-28T22:00:51.205Z[ helios-setup] Feb 28 22:00:50.089 INFO E| Downloaded proc-macro-crate v0.1.5
26912025-02-28T22:00:51.205Z[ helios-setup] Feb 28 22:00:50.091 INFO E| Downloaded parse_int v0.6.0
26922025-02-28T22:00:51.205Z[ helios-setup] Feb 28 22:00:50.092 INFO E| Downloaded memoffset v0.5.6
26932025-02-28T22:00:51.208Z[ helios-setup] Feb 28 22:00:50.094 INFO E| Downloaded fletcher v0.1.0
26942025-02-28T22:00:51.212Z[ helios-setup] Feb 28 22:00:50.095 INFO E| Downloaded bitflags v1.3.2
26952025-02-28T22:00:51.215Z[ helios-setup] Feb 28 22:00:50.101 INFO E| Downloaded unic-common v0.9.0
26962025-02-28T22:00:51.215Z[ helios-setup] Feb 28 22:00:50.102 INFO E| Downloaded strum v0.23.0
26972025-02-28T22:00:51.218Z[ helios-setup] Feb 28 22:00:50.103 INFO E| Downloaded scroll_derive v0.10.5
26982025-02-28T22:00:51.232Z[ helios-setup] Feb 28 22:00:50.119 INFO E| Downloaded semver v0.9.0
26992025-02-28T22:00:51.235Z[ helios-setup] Feb 28 22:00:50.122 INFO E| Downloaded strsim v0.8.0
27002025-02-28T22:00:51.255Z[ helios-setup] Feb 28 22:00:50.130 INFO E| Downloaded vec_map v0.8.2
27012025-02-28T22:00:51.255Z[ helios-setup] Feb 28 22:00:50.132 INFO E| Downloaded thiserror-impl v2.0.11
27022025-02-28T22:00:51.258Z[ helios-setup] Feb 28 22:00:50.145 INFO E| Downloaded unic-ucd-ident v0.9.0
27032025-02-28T22:00:51.262Z[ helios-setup] Feb 28 22:00:50.147 INFO E| Downloaded pre v0.2.1
27042025-02-28T22:00:51.262Z[ helios-setup] Feb 28 22:00:50.149 INFO E| Downloaded pest_generator v2.7.15
27052025-02-28T22:00:51.265Z[ helios-setup] Feb 28 22:00:50.151 INFO E| Downloaded structopt-derive v0.4.18
27062025-02-28T22:00:51.265Z[ helios-setup] Feb 28 22:00:50.152 INFO E| Downloaded schemars_derive v0.8.21
27072025-02-28T22:00:51.268Z[ helios-setup] Feb 28 22:00:50.154 INFO E| Downloaded version_check v0.9.5
27082025-02-28T22:00:51.271Z[ helios-setup] Feb 28 22:00:50.156 INFO E| Downloaded byteorder v1.5.0
27092025-02-28T22:00:51.292Z[ helios-setup] Feb 28 22:00:50.179 INFO E| Downloaded thiserror-impl v1.0.69
27102025-02-28T22:00:51.295Z[ helios-setup] Feb 28 22:00:50.181 INFO E| Downloaded thiserror v2.0.11
27112025-02-28T22:00:51.303Z[ helios-setup] Feb 28 22:00:50.190 INFO E| Downloaded pre-proc-macro v0.2.1
27122025-02-28T22:00:51.306Z[ helios-setup] Feb 28 22:00:50.193 INFO E| Downloaded proc-macro-error v1.0.4
27132025-02-28T22:00:51.314Z[ helios-setup] Feb 28 22:00:50.199 INFO E| Downloaded thiserror v1.0.69
27142025-02-28T22:00:51.321Z[ helios-setup] Feb 28 22:00:50.208 INFO E| Downloaded sha2 v0.10.8
27152025-02-28T22:00:51.325Z[ helios-setup] Feb 28 22:00:50.212 INFO E| Downloaded zerocopy v0.6.6
27162025-02-28T22:00:51.328Z[ helios-setup] Feb 28 22:00:50.215 INFO E| Downloaded proc-macro2 v1.0.93
27172025-02-28T22:00:51.332Z[ helios-setup] Feb 28 22:00:50.220 INFO E| Downloaded ucd-trie v0.1.7
27182025-02-28T22:00:51.335Z[ helios-setup] Feb 28 22:00:50.222 INFO E| Downloaded typenum v1.17.0
27192025-02-28T22:00:51.338Z[ helios-setup] Feb 28 22:00:50.226 INFO E| Downloaded structopt v0.3.26
27202025-02-28T22:00:51.352Z[ helios-setup] Feb 28 22:00:50.239 INFO E| Downloaded serde_derive v1.0.217
27212025-02-28T22:00:51.356Z[ helios-setup] Feb 28 22:00:50.243 INFO E| Downloaded serde v1.0.217
27222025-02-28T22:00:51.361Z[ helios-setup] Feb 28 22:00:50.248 INFO E| Downloaded schemars v0.8.21
27232025-02-28T22:00:51.386Z[ helios-setup] Feb 28 22:00:50.273 INFO E| Downloaded memchr v2.7.4
27242025-02-28T22:00:51.393Z[ helios-setup] Feb 28 22:00:50.281 INFO E| Downloaded pest_derive v2.7.15
27252025-02-28T22:00:51.398Z[ helios-setup] Feb 28 22:00:50.285 INFO E| Downloaded unicode-segmentation v1.12.0
27262025-02-28T22:00:51.403Z[ helios-setup] Feb 28 22:00:50.290 INFO E| Downloaded num-traits v0.2.19
27272025-02-28T22:00:51.407Z[ helios-setup] Feb 28 22:00:50.294 INFO E| Downloaded toml v0.5.11
27282025-02-28T22:00:51.410Z[ helios-setup] Feb 28 22:00:50.298 INFO E| Downloaded ryu v1.0.18
27292025-02-28T22:00:51.415Z[ helios-setup] Feb 28 22:00:50.303 INFO E| Downloaded log v0.4.22
27302025-02-28T22:00:51.418Z[ helios-setup] Feb 28 22:00:50.306 INFO E| Downloaded pest_meta v2.7.15
27312025-02-28T22:00:51.422Z[ helios-setup] Feb 28 22:00:50.309 INFO E| Downloaded pest v2.7.15
27322025-02-28T22:00:51.429Z[ helios-setup] Feb 28 22:00:50.317 INFO E| Downloaded serde_json v1.0.135
27332025-02-28T22:00:51.441Z[ helios-setup] Feb 28 22:00:50.329 INFO E| Downloaded goblin v0.4.3
27342025-02-28T22:00:51.450Z[ helios-setup] Feb 28 22:00:50.337 INFO E| Downloaded clap v2.34.0
27352025-02-28T22:00:51.460Z[ helios-setup] Feb 28 22:00:50.347 INFO E| Downloaded unicode-width v0.1.14
27362025-02-28T22:00:51.467Z[ helios-setup] Feb 28 22:00:50.355 INFO E| Downloaded syn v1.0.109
27372025-02-28T22:00:51.483Z[ helios-setup] Feb 28 22:00:50.371 INFO E| Downloaded syn v2.0.96
27382025-02-28T22:00:51.501Z[ helios-setup] Feb 28 22:00:50.388 INFO E| Downloaded modular-bitfield v0.11.2
27392025-02-28T22:00:51.517Z[ helios-setup] Feb 28 22:00:50.405 INFO E| Downloaded zerocopy-derive v0.6.6
27402025-02-28T22:00:51.531Z[ helios-setup] Feb 28 22:00:50.419 INFO E| Downloaded unicode-ident v1.0.14
27412025-02-28T22:00:51.539Z[ helios-setup] Feb 28 22:00:50.423 INFO E| Downloaded libc v0.2.169
27422025-02-28T22:00:51.578Z[ helios-setup] Feb 28 22:00:50.465 INFO E| Downloaded textwrap v0.11.0
27432025-02-28T22:00:51.582Z[ helios-setup] Feb 28 22:00:50.468 INFO E| Downloaded static_assertions v1.1.0
27442025-02-28T22:00:51.585Z[ helios-setup] Feb 28 22:00:50.470 INFO E| Downloaded scroll v0.10.2
27452025-02-28T22:00:51.593Z[ helios-setup] Feb 28 22:00:50.480 INFO E| Downloaded quote v1.0.38
27462025-02-28T22:00:51.596Z[ helios-setup] Feb 28 22:00:50.484 INFO E| Downloaded once_cell v1.20.2
27472025-02-28T22:00:51.600Z[ helios-setup] Feb 28 22:00:50.488 INFO E| Downloaded generic-array v0.14.7
27482025-02-28T22:00:51.603Z[ helios-setup] Feb 28 22:00:50.489 INFO E| Downloaded serde_derive_internals v0.29.1
27492025-02-28T22:00:51.607Z[ helios-setup] Feb 28 22:00:50.492 INFO E| Downloaded rustversion v1.0.19
27502025-02-28T22:00:51.610Z[ helios-setup] Feb 28 22:00:50.495 INFO E| Downloaded heck v0.3.3
27512025-02-28T22:00:51.610Z[ helios-setup] Feb 28 22:00:50.497 INFO E| Downloaded digest v0.10.7
27522025-02-28T22:00:51.613Z[ helios-setup] Feb 28 22:00:50.499 INFO E| Downloaded unic-char-range v0.9.0
27532025-02-28T22:00:51.616Z[ helios-setup] Feb 28 22:00:50.501 INFO E| Downloaded strum_macros v0.23.1
27542025-02-28T22:00:51.616Z[ helios-setup] Feb 28 22:00:50.504 INFO E| Downloaded semver-parser v0.7.0
27552025-02-28T22:00:51.620Z[ helios-setup] Feb 28 22:00:50.505 INFO E| Downloaded rustc_version v0.2.3
27562025-02-28T22:00:51.620Z[ helios-setup] Feb 28 22:00:50.506 INFO E| Downloaded paste v1.0.15
27572025-02-28T22:00:51.623Z[ helios-setup] Feb 28 22:00:50.511 INFO E| Downloaded lazy_static v1.5.0
27582025-02-28T22:00:51.627Z[ helios-setup] Feb 28 22:00:50.513 INFO E| Downloaded proc-macro-error-attr v1.0.4
27592025-02-28T22:00:51.630Z[ helios-setup] Feb 28 22:00:50.515 INFO E| Downloaded plain v0.2.3
27602025-02-28T22:00:51.630Z[ helios-setup] Feb 28 22:00:50.516 INFO E| Downloaded num-derive v0.4.2
27612025-02-28T22:00:51.634Z[ helios-setup] Feb 28 22:00:50.519 INFO E| Downloaded modular-bitfield-impl v0.11.2
27622025-02-28T22:00:51.638Z[ helios-setup] Feb 28 22:00:50.521 INFO E| Downloaded json5 v0.4.1
27632025-02-28T22:00:51.638Z[ helios-setup] Feb 28 22:00:50.523 INFO E| Downloaded itoa v1.0.14
27642025-02-28T22:00:51.638Z[ helios-setup] Feb 28 22:00:50.525 INFO E| Downloaded four-cc v0.3.0
27652025-02-28T22:00:51.643Z[ helios-setup] Feb 28 22:00:50.526 INFO E| Downloaded block-buffer v0.10.4
27662025-02-28T22:00:51.752Z[ helios-setup] Feb 28 22:00:50.638 INFO E| Compiling proc-macro2 v1.0.93
27672025-02-28T22:00:51.757Z[ helios-setup] Feb 28 22:00:50.638 INFO E| Compiling unicode-ident v1.0.14
27682025-02-28T22:00:51.757Z[ helios-setup] Feb 28 22:00:50.638 INFO E| Compiling syn v1.0.109
27692025-02-28T22:00:51.757Z[ helios-setup] Feb 28 22:00:50.639 INFO E| Compiling version_check v0.9.5
27702025-02-28T22:00:51.758Z[ helios-setup] Feb 28 22:00:50.639 INFO E| Compiling memchr v2.7.4
27712025-02-28T22:00:51.758Z[ helios-setup] Feb 28 22:00:50.639 INFO E| Compiling semver-parser v0.7.0
27722025-02-28T22:00:51.758Z[ helios-setup] Feb 28 22:00:50.639 INFO E| Compiling autocfg v1.4.0
27732025-02-28T22:00:51.758Z[ helios-setup] Feb 28 22:00:50.639 INFO E| Compiling serde v1.0.217
27742025-02-28T22:00:53.249Z[ helios-setup] Feb 28 22:00:52.136 INFO E| Compiling semver v0.9.0
27752025-02-28T22:00:53.564Z[ helios-setup] Feb 28 22:00:52.451 INFO E| Compiling serde_json v1.0.135
27762025-02-28T22:00:53.588Z[ helios-setup] Feb 28 22:00:52.475 INFO E| Compiling thiserror v2.0.11
27772025-02-28T22:00:53.596Z[ helios-setup] Feb 28 22:00:52.483 INFO E| Compiling proc-macro-error-attr v1.0.4
27782025-02-28T22:00:54.010Z[ helios-setup] Feb 28 22:00:52.897 INFO E| Compiling rustc_version v0.2.3
27792025-02-28T22:00:54.202Z[ helios-setup] Feb 28 22:00:53.088 INFO E| Compiling proc-macro-error v1.0.4
27802025-02-28T22:00:54.424Z[ helios-setup] Feb 28 22:00:53.309 INFO E| Compiling num-traits v0.2.19
27812025-02-28T22:00:54.538Z[ helios-setup] Feb 28 22:00:53.425 INFO E| Compiling schemars v0.8.21
27822025-02-28T22:00:54.905Z[ helios-setup] Feb 28 22:00:53.792 INFO E| Compiling quote v1.0.38
27832025-02-28T22:00:55.250Z[ helios-setup] Feb 28 22:00:54.136 INFO E| Compiling itoa v1.0.14
27842025-02-28T22:00:55.303Z[ helios-setup] Feb 28 22:00:54.190 INFO E| Compiling ryu v1.0.18
27852025-02-28T22:00:55.413Z[ helios-setup] Feb 28 22:00:54.300 INFO E| Compiling unicode-segmentation v1.12.0
27862025-02-28T22:00:55.540Z[ helios-setup] Feb 28 22:00:54.426 INFO E| Compiling pre-proc-macro v0.2.1
27872025-02-28T22:00:55.862Z[ helios-setup] Feb 28 22:00:54.748 INFO E| Compiling syn v2.0.96
27882025-02-28T22:00:56.325Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27892025-02-28T22:00:56.397Z[ helios-setup] Feb 28 22:00:55.284 INFO E| Compiling memoffset v0.5.6
27902025-02-28T22:00:56.504Z[ helios-setup] Feb 28 22:00:55.391 INFO E| Compiling thiserror v1.0.69
27912025-02-28T22:00:56.915Z[ host-package] Compiling progenitor v0.8.0
27922025-02-28T22:00:57.068Z[ helios-setup] Feb 28 22:00:55.954 INFO E| Compiling heck v0.3.3
27932025-02-28T22:00:57.122Z[ helios-setup] Feb 28 22:00:56.008 INFO E| Compiling lazy_static v1.5.0
27942025-02-28T22:00:57.261Z[ helios-setup] Feb 28 22:00:56.147 INFO E| Compiling rustversion v1.0.19
27952025-02-28T22:00:57.414Z[ helios-setup] Feb 28 22:00:56.300 INFO E| Compiling paste v1.0.15
27962025-02-28T22:00:57.889Z[ helios-setup] Feb 28 22:00:56.776 INFO E| Compiling libc v0.2.169
27972025-02-28T22:00:58.014Z[ helios-setup] Feb 28 22:00:56.900 INFO E| Compiling dyn-clone v1.0.17
27982025-02-28T22:00:58.064Z[ helios-setup] Feb 28 22:00:56.950 INFO E| Compiling ucd-trie v0.1.7
27992025-02-28T22:00:59.147Z[ helios-setup] Feb 28 22:00:58.033 INFO E| Compiling pre v0.2.1
28002025-02-28T22:00:59.236Z[ helios-setup] Feb 28 22:00:58.122 INFO E| Compiling once_cell v1.20.2
28012025-02-28T22:00:59.276Z[ helios-setup] Feb 28 22:00:58.162 INFO E| Compiling cfg-if v0.1.10
28022025-02-28T22:00:59.481Z[ helios-setup] Feb 28 22:00:58.366 INFO E| Compiling static_assertions v1.1.0
28032025-02-28T22:00:59.792Z[ helios-setup] Feb 28 22:00:58.673 INFO E| Compiling byteorder v1.5.0
28042025-02-28T22:01:00.876Z[ helios-setup] Feb 28 22:00:59.762 INFO E| Compiling unicode-width v0.1.14
28052025-02-28T22:01:01.896Z[ helios-setup] Feb 28 22:01:00.780 INFO E| Compiling textwrap v0.11.0
28062025-02-28T22:01:02.023Z[ helios-setup] Feb 28 22:01:00.908 INFO E| Compiling atty v0.2.14
28072025-02-28T22:01:02.318Z[ helios-setup] Feb 28 22:01:01.203 INFO E| Compiling bitflags v1.3.2
28082025-02-28T22:01:02.651Z[ helios-setup] Feb 28 22:01:01.528 INFO E| Compiling unic-char-range v0.9.0
28092025-02-28T22:01:02.737Z[ helios-setup] Feb 28 22:01:01.622 INFO E| Compiling ansi_term v0.12.1
28102025-02-28T22:01:03.023Z[ helios-setup] Feb 28 22:01:01.908 INFO E| Compiling strsim v0.8.0
28112025-02-28T22:01:03.196Z[ helios-setup] Feb 28 22:01:02.081 INFO E| Compiling parse_int v0.6.0
28122025-02-28T22:01:03.426Z[ helios-setup] Feb 28 22:01:02.311 INFO E| Compiling strum v0.23.0
28132025-02-28T22:01:03.615Z[ helios-setup] Feb 28 22:01:02.500 INFO E| Compiling fletcher v0.1.0
28142025-02-28T22:01:03.649Z[ helios-setup] Feb 28 22:01:02.534 INFO E| Compiling vec_map v0.8.2
28152025-02-28T22:01:03.799Z[ helios-setup] Feb 28 22:01:02.685 INFO E| Compiling unic-common v0.9.0
28162025-02-28T22:01:03.952Z[ helios-setup] Feb 28 22:01:02.837 INFO E| Compiling unic-ucd-version v0.9.0
28172025-02-28T22:01:04.051Z[ helios-setup] Feb 28 22:01:02.936 INFO E| Compiling unic-char-property v0.9.0
28182025-02-28T22:01:04.075Z[ helios-setup] Feb 28 22:01:02.960 INFO E| Compiling plain v0.2.3
28192025-02-28T22:01:04.173Z[ helios-setup] Feb 28 22:01:03.058 INFO E| Compiling clap v2.34.0
28202025-02-28T22:01:04.276Z[ helios-setup] Feb 28 22:01:03.160 INFO E| Compiling log v0.4.22
28212025-02-28T22:01:04.409Z[ helios-setup] Feb 28 22:01:03.294 INFO E| Compiling unic-ucd-ident v0.9.0
28222025-02-28T22:01:04.500Z[ helios-setup] Feb 28 22:01:03.384 INFO E| Compiling bytesize v1.3.0
28232025-02-28T22:01:05.321Z[ helios-setup] Feb 28 22:01:04.206 INFO E| Compiling serde_derive_internals v0.29.1
28242025-02-28T22:01:06.643Z[ helios-setup] Feb 28 22:01:05.528 INFO E| Compiling toml v0.5.11
28252025-02-28T22:01:10.236Z[ helios-setup] Feb 28 22:01:09.120 INFO E| Compiling proc-macro-crate v0.1.5
28262025-02-28T22:01:11.901Z[ helios-setup] Feb 28 22:01:10.785 INFO E| Compiling serde_derive v1.0.217
28272025-02-28T22:01:11.958Z[ helios-setup] Feb 28 22:01:10.842 INFO E| Compiling thiserror-impl v2.0.11
28282025-02-28T22:01:12.405Z[ helios-setup] Feb 28 22:01:11.289 INFO E| Compiling schemars_derive v0.8.21
28292025-02-28T22:01:13.430Z[ helios-setup] Feb 28 22:01:12.313 INFO E| Compiling zerocopy-derive v0.6.6
28302025-02-28T22:01:13.994Z[ helios-setup] Feb 28 22:01:12.878 INFO E| Compiling thiserror-impl v1.0.69
28312025-02-28T22:01:15.170Z[ helios-setup] Feb 28 22:01:14.053 INFO E| Compiling num-derive v0.4.2
28322025-02-28T22:01:17.629Z[ helios-setup] Feb 28 22:01:16.512 INFO E| Compiling zerocopy v0.6.6
28332025-02-28T22:01:18.282Z[ helios-setup] Feb 28 22:01:17.165 INFO E| Compiling pest v2.7.15
28342025-02-28T22:01:19.511Z[ helios-setup] Feb 28 22:01:18.394 INFO E| Compiling modular-bitfield-impl v0.11.2
28352025-02-28T22:01:19.921Z[ helios-setup] Feb 28 22:01:18.804 INFO E| Compiling strum_macros v0.23.1
28362025-02-28T22:01:21.084Z[ helios-setup] Feb 28 22:01:19.966 INFO E| Compiling scroll_derive v0.10.5
28372025-02-28T22:01:22.205Z[ helios-setup] Feb 28 22:01:21.088 INFO E| Compiling structopt-derive v0.4.18
28382025-02-28T22:01:23.355Z[ helios-setup] Feb 28 22:01:22.236 INFO E| Compiling pest_meta v2.7.15
28392025-02-28T22:01:24.780Z[ helios-setup] Feb 28 22:01:23.662 INFO E| Compiling scroll v0.10.2
28402025-02-28T22:01:25.238Z[ helios-setup] Feb 28 22:01:24.119 INFO E| Compiling modular-bitfield v0.11.2
28412025-02-28T22:01:26.011Z[ helios-setup] Feb 28 22:01:24.893 INFO E| Compiling pest_generator v2.7.15
28422025-02-28T22:01:26.148Z[ helios-setup] Feb 28 22:01:25.027 INFO E| Compiling goblin v0.4.3
28432025-02-28T22:01:27.662Z[ helios-setup] Feb 28 22:01:26.543 INFO E| Compiling structopt v0.3.26
28442025-02-28T22:01:31.781Z[ helios-setup] Feb 28 22:01:30.319 INFO E| Compiling pest_derive v2.7.15
28452025-02-28T22:01:35.039Z[ helios-setup] Feb 28 22:01:33.919 INFO E| Compiling json5 v0.4.1
28462025-02-28T22:01:36.048Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28472025-02-28T22:01:40.268Z[ host-package] Compiling progenitor v0.9.1
28482025-02-28T22:01:40.522Z[ helios-setup] Feb 28 22:01:39.401 INFO E| Compiling four-cc v0.3.0
28492025-02-28T22:01:40.522Z[ helios-setup] Feb 28 22:01:39.401 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28502025-02-28T22:01:40.693Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512025-02-28T22:01:40.762Z[ helios-setup] Feb 28 22:01:39.641 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28522025-02-28T22:01:43.373Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28532025-02-28T22:01:44.099Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28542025-02-28T22:01:44.274Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28552025-02-28T22:01:45.697Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562025-02-28T22:01:52.948Z[ host-package] Compiling regress v0.9.1
28572025-02-28T22:01:55.042Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28582025-02-28T22:01:56.865Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28592025-02-28T22:01:58.275Z[ host-package] Compiling macaddr v1.0.1
28602025-02-28T22:01:58.749Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28612025-02-28T22:01:59.240Z[ host-package] Compiling slog-dtrace v0.3.0
28622025-02-28T22:01:59.843Z[ host-package] Compiling prettyplease v0.2.29
28632025-02-28T22:02:00.259Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28642025-02-28T22:02:01.304Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28652025-02-28T22:02:01.601Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28662025-02-28T22:02:01.674Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672025-02-28T22:02:02.585Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28682025-02-28T22:02:13.204Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28692025-02-28T22:02:15.097Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28702025-02-28T22:02:15.984Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712025-02-28T22:02:18.516Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722025-02-28T22:02:24.142Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28732025-02-28T22:02:25.002Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742025-02-28T22:02:26.259Z[ helios-setup] Feb 28 22:02:25.130 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28752025-02-28T22:02:28.792Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28762025-02-28T22:02:28.860Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28772025-02-28T22:02:30.511Z[ host-package] Compiling half v2.4.1
28782025-02-28T22:02:31.244Z[ host-package] Compiling ciborium-io v0.2.2
28792025-02-28T22:02:31.481Z[ host-package] Compiling ciborium-ll v0.2.2
28802025-02-28T22:02:32.390Z[ host-package] Compiling bytecount v0.6.8
28812025-02-28T22:02:32.472Z[ host-package] Compiling ciborium v0.2.2
28822025-02-28T22:02:32.892Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28832025-02-28T22:02:34.606Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28842025-02-28T22:02:34.711Z[ host-package] Compiling display-error-chain v0.2.2
28852025-02-28T22:02:34.969Z[ host-package] Compiling const_format_proc_macros v0.2.34
28862025-02-28T22:02:35.160Z[ host-package] Compiling crunchy v0.2.2
28872025-02-28T22:02:35.713Z[ host-package] Compiling same-file v1.0.6
28882025-02-28T22:02:36.265Z[ host-package] Compiling maplit v1.0.2
28892025-02-28T22:02:36.580Z[ host-package] Compiling keccak v0.1.5
28902025-02-28T22:02:37.068Z[ host-package] Compiling fastrand v2.1.1
28912025-02-28T22:02:37.426Z[ host-package] Compiling const_format v0.2.34
28922025-02-28T22:02:37.715Z[ host-package] Compiling tempfile v3.13.0
28932025-02-28T22:02:38.053Z[ host-package] Compiling sha3 v0.10.8
28942025-02-28T22:02:38.610Z[ host-package] Compiling walkdir v2.5.0
28952025-02-28T22:02:39.271Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28962025-02-28T22:02:39.300Z[ host-package] Compiling tiny-keccak v2.0.2
28972025-02-28T22:02:39.357Z[ host-package] Compiling blake3 v1.5.4
28982025-02-28T22:02:39.921Z[ host-package] Compiling dsl_auto_type v0.1.2
28992025-02-28T22:02:39.985Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29002025-02-28T22:02:40.235Z[ host-package] Compiling xattr v1.3.1
29012025-02-28T22:02:40.672Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
29022025-02-28T22:02:41.194Z[ host-package] Compiling filetime v0.2.25
29032025-02-28T22:02:41.611Z[ host-package] Compiling memmap2 v0.9.5
29042025-02-28T22:02:41.748Z[ host-package] Compiling constant_time_eq v0.3.1
29052025-02-28T22:02:41.800Z[ host-package] Compiling arrayref v0.3.9
29062025-02-28T22:02:41.822Z[ host-package] Compiling arrayvec v0.7.6
29072025-02-28T22:02:41.993Z[ host-package] Compiling diesel_derives v2.2.3
29082025-02-28T22:02:42.070Z[ host-package] Compiling tar v0.4.44
29092025-02-28T22:02:42.141Z[ host-package] Compiling r2d2 v0.8.10
29102025-02-28T22:02:42.658Z[ helios-setup] Feb 28 22:02:41.527 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29112025-02-28T22:02:43.314Z[ host-package] Compiling toolchain_find v0.4.0
29122025-02-28T22:02:43.490Z[ host-package] Compiling camino-tempfile v1.1.1
29132025-02-28T22:02:43.934Z[ host-package] Compiling phf_generator v0.11.2
29142025-02-28T22:02:44.001Z[ host-package] Compiling ascii-canvas v3.0.0
29152025-02-28T22:02:44.060Z[ host-package] Compiling secrecy v0.8.0
29162025-02-28T22:02:44.198Z[ host-package] Compiling ena v0.14.3
29172025-02-28T22:02:44.299Z[ host-package] Compiling regex-syntax v0.6.29
29182025-02-28T22:02:44.463Z[ host-package] Compiling bindgen v0.71.1
29192025-02-28T22:02:44.570Z[ host-package] Compiling diff v0.1.13
29202025-02-28T22:02:44.726Z[ host-package] Compiling topological-sort v0.2.2
29212025-02-28T22:02:45.026Z[ host-package] Compiling omicron-zone-package v0.12.0
29222025-02-28T22:02:45.181Z[ host-package] Compiling phf_codegen v0.11.2
29232025-02-28T22:02:45.336Z[ host-package] Compiling rustfmt-wrapper v0.2.1
29242025-02-28T22:02:45.468Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29252025-02-28T22:02:46.491Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29262025-02-28T22:02:46.599Z[ host-package] Compiling universal-hash v0.5.1
29272025-02-28T22:02:46.796Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29282025-02-28T22:02:46.836Z[ host-package] Compiling parse-zoneinfo v0.3.1
29292025-02-28T22:02:46.968Z[ host-package] Compiling opaque-debug v0.3.1
29302025-02-28T22:02:47.165Z[ host-package] Compiling ref-cast v1.0.23
29312025-02-28T22:02:47.767Z[ host-package] Compiling rustc-hash v2.1.1
29322025-02-28T22:02:48.042Z[ host-package] Compiling lalrpop v0.19.12
29332025-02-28T22:02:49.621Z[ host-package] Compiling chrono-tz-build v0.4.0
29342025-02-28T22:02:49.646Z[ host-package] Compiling thiserror-no-std v2.0.2
29352025-02-28T22:02:49.868Z[ host-package] Compiling poly1305 v0.8.0
29362025-02-28T22:02:50.396Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29372025-02-28T22:02:50.681Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29382025-02-28T22:02:51.098Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29392025-02-28T22:02:51.524Z[ host-package] Compiling derive_builder_core v0.20.2
29402025-02-28T22:02:51.559Z[ host-package] Compiling chacha20 v0.9.1
29412025-02-28T22:02:52.139Z[ host-package] Compiling headers-core v0.3.0
29422025-02-28T22:02:52.417Z[ host-package] Compiling aead v0.5.2
29432025-02-28T22:02:52.807Z[ host-package] Compiling libxml v0.3.3
29442025-02-28T22:02:53.273Z[ host-package] Compiling ref-cast-impl v1.0.23
29452025-02-28T22:02:53.631Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29462025-02-28T22:02:53.747Z[ host-package] Compiling diesel v2.2.7
29472025-02-28T22:02:54.336Z[ host-package] Compiling arc-swap v1.7.1
29482025-02-28T22:02:54.473Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29492025-02-28T22:02:54.985Z[ host-package] Compiling slog-scope v4.4.0
29502025-02-28T22:02:55.423Z[ host-package] Compiling vte v0.11.1
29512025-02-28T22:02:55.886Z[ host-package] Compiling derive_builder_macro v0.20.2
29522025-02-28T22:02:56.975Z[ host-package] Compiling chacha20poly1305 v0.10.1
29532025-02-28T22:02:57.087Z[ host-package] Compiling headers v0.4.0
29542025-02-28T22:02:57.496Z[ host-package] Compiling chrono-tz v0.10.1
29552025-02-28T22:02:58.259Z[ host-package] Compiling vsss-rs v3.3.4
29562025-02-28T22:03:00.931Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29572025-02-28T22:03:02.426Z[ host-package] Compiling samael v0.0.18
29582025-02-28T22:03:02.712Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29592025-02-28T22:03:02.997Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29602025-02-28T22:03:04.199Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29612025-02-28T22:03:04.344Z[ host-package] Compiling strum_macros v0.24.3
29622025-02-28T22:03:04.665Z[ host-package] Compiling unicase v2.7.0
29632025-02-28T22:03:05.073Z[ host-package] Compiling indoc v1.0.9
29642025-02-28T22:03:12.242Z[ host-package] Compiling polar-core v0.27.3
29652025-02-28T22:03:17.603Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29662025-02-28T22:03:18.751Z[ host-package] Compiling derive_builder v0.20.2
29672025-02-28T22:03:19.233Z[ host-package] Compiling slog-stdlog v4.1.1
29682025-02-28T22:03:21.411Z[ host-package] Compiling papergrid v0.11.0
29692025-02-28T22:03:24.017Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29702025-02-28T22:03:24.467Z[ host-package] Compiling tabled_derive v0.7.0
29712025-02-28T22:03:26.955Z[ host-package] Compiling fd-lock v4.0.2
29722025-02-28T22:03:27.173Z[ host-package] Compiling peg-macros v0.8.4
29732025-02-28T22:03:27.261Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742025-02-28T22:03:27.964Z[ helios-setup] Feb 28 22:03:26.823 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
29752025-02-28T22:03:28.048Z[ helios-setup] Feb 28 22:03:26.910 INFO building project "amd-host-image-builder" ok (187 seconds)
29762025-02-28T22:03:28.048Z[ helios-setup] Feb 28 22:03:26.910 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29772025-02-28T22:03:28.048Z[ helios-setup] Feb 28 22:03:26.910 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29782025-02-28T22:03:28.331Z[ helios-setup] Feb 28 22:03:27.193 INFO E| Downloading crates ...
29792025-02-28T22:03:28.387Z[ helios-setup] Feb 28 22:03:27.249 INFO E| Downloaded generic-array v0.14.6
29802025-02-28T22:03:28.395Z[ helios-setup] Feb 28 22:03:27.257 INFO E| Downloaded typenum v1.15.0
29812025-02-28T22:03:28.414Z[ helios-setup] Feb 28 22:03:27.264 INFO E| Downloaded bytes v1.2.1
29822025-02-28T22:03:28.414Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29832025-02-28T22:03:28.414Z[ helios-setup] Feb 28 22:03:27.270 INFO E| Downloaded sha2 v0.10.5
29842025-02-28T22:03:28.414Z[ helios-setup] Feb 28 22:03:27.272 INFO E| Downloaded anyhow v1.0.62
29852025-02-28T22:03:28.418Z[ helios-setup] Feb 28 22:03:27.277 INFO E| Downloaded block-buffer v0.10.3
29862025-02-28T22:03:28.418Z[ helios-setup] Feb 28 22:03:27.278 INFO E| Downloaded miniz_oxide v0.6.2
29872025-02-28T22:03:28.422Z[ helios-setup] Feb 28 22:03:27.280 INFO E| Downloaded flate2 v1.0.25
29882025-02-28T22:03:28.425Z[ helios-setup] Feb 28 22:03:27.287 INFO E| Downloaded digest v0.10.3
29892025-02-28T22:03:28.429Z[ helios-setup] Feb 28 22:03:27.290 INFO E| Downloaded cpufeatures v0.2.5
29902025-02-28T22:03:28.498Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling version_check v0.9.4
29912025-02-28T22:03:28.498Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling typenum v1.15.0
29922025-02-28T22:03:28.498Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling crc32fast v1.3.2
29932025-02-28T22:03:28.502Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling cfg-if v1.0.0
29942025-02-28T22:03:28.502Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling adler v1.0.2
29952025-02-28T22:03:28.502Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling anyhow v1.0.62
29962025-02-28T22:03:28.503Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling cpufeatures v0.2.5
29972025-02-28T22:03:28.503Z[ helios-setup] Feb 28 22:03:27.360 INFO E| Compiling unicode-width v0.1.10
29982025-02-28T22:03:29.276Z[ helios-setup] Feb 28 22:03:28.138 INFO E| Compiling bytes v1.2.1
29992025-02-28T22:03:29.280Z[ helios-setup] Feb 28 22:03:28.138 INFO E| Compiling bitflags v1.3.2
30002025-02-28T22:03:29.610Z[ helios-setup] Feb 28 22:03:28.472 INFO E| Compiling miniz_oxide v0.6.2
30012025-02-28T22:03:29.630Z[ helios-setup] Feb 28 22:03:28.491 INFO E| Compiling getopts v0.2.21
30022025-02-28T22:03:30.392Z[ helios-setup] Feb 28 22:03:29.253 INFO E| Compiling generic-array v0.14.6
30032025-02-28T22:03:31.332Z[ helios-setup] Feb 28 22:03:30.193 INFO E| Compiling flate2 v1.0.25
30042025-02-28T22:03:31.611Z[ host-package] Compiling oso-derive v0.27.3
30052025-02-28T22:03:33.697Z[ host-package] Compiling quick-xml v0.37.2
30062025-02-28T22:03:34.338Z[ helios-setup] Feb 28 22:03:33.199 INFO E| Compiling block-buffer v0.10.3
30072025-02-28T22:03:34.338Z[ helios-setup] Feb 28 22:03:33.199 INFO E| Compiling crypto-common v0.1.6
30082025-02-28T22:03:34.640Z[ helios-setup] Feb 28 22:03:33.501 INFO E| Compiling digest v0.10.3
30092025-02-28T22:03:35.013Z[ helios-setup] Feb 28 22:03:33.874 INFO E| Compiling sha2 v0.10.5
30102025-02-28T22:03:35.574Z[ helios-setup] Feb 28 22:03:34.434 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30112025-02-28T22:03:36.839Z[ host-package] Compiling diesel-dtrace v0.4.2
30122025-02-28T22:03:37.403Z[ host-package] Compiling nu-ansi-term v0.50.1
30132025-02-28T22:03:39.226Z[ host-package] Compiling reedline v0.35.0
30142025-02-28T22:03:39.622Z[ host-package] Compiling peg v0.8.4
30152025-02-28T22:03:40.256Z[ host-package] Compiling tabled v0.15.0
30162025-02-28T22:03:40.762Z[ helios-setup] Feb 28 22:03:39.622 INFO E| Finished `release` profile [optimized] target(s) in 12.61s
30172025-02-28T22:03:40.778Z[ helios-setup] Feb 28 22:03:39.637 INFO building project "bootserver" ok (12 seconds)
30182025-02-28T22:03:40.778Z[ helios-setup] Feb 28 22:03:39.638 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30192025-02-28T22:03:40.778Z[ helios-setup] Feb 28 22:03:39.638 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30202025-02-28T22:03:41.052Z[ helios-setup] Feb 28 22:03:39.912 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30212025-02-28T22:03:42.592Z[ helios-setup] Feb 28 22:03:41.452 INFO E| From https://github.com/oxidecomputer/progenitor
30222025-02-28T22:03:42.592Z[ helios-setup] Feb 28 22:03:41.452 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30232025-02-28T22:03:42.702Z[ helios-setup] Feb 28 22:03:41.561 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30242025-02-28T22:03:43.125Z[ helios-setup] Feb 28 22:03:41.984 INFO E| From https://github.com/jclulow/hiercmd
30252025-02-28T22:03:43.125Z[ helios-setup] Feb 28 22:03:41.984 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30262025-02-28T22:03:43.144Z[ helios-setup] Feb 28 22:03:42.004 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30272025-02-28T22:03:43.495Z[ helios-setup] Feb 28 22:03:42.354 INFO E| From https://github.com/jclulow/network-interface
30282025-02-28T22:03:43.495Z[ helios-setup] Feb 28 22:03:42.354 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30292025-02-28T22:03:43.512Z[ helios-setup] Feb 28 22:03:42.372 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30302025-02-28T22:03:43.936Z[ helios-setup] Feb 28 22:03:42.793 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30312025-02-28T22:03:43.936Z[ helios-setup] Feb 28 22:03:42.793 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30322025-02-28T22:03:43.981Z[ helios-setup] Feb 28 22:03:42.839 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30332025-02-28T22:03:44.615Z[ helios-setup] Feb 28 22:03:43.475 INFO E| From https://github.com/oxidecomputer/facade
30342025-02-28T22:03:44.615Z[ helios-setup] Feb 28 22:03:43.475 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30352025-02-28T22:03:44.657Z[ helios-setup] Feb 28 22:03:43.516 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30362025-02-28T22:03:45.438Z[ helios-setup] Feb 28 22:03:44.297 INFO E| From https://github.com/oxidecomputer/dropshot
30372025-02-28T22:03:45.439Z[ helios-setup] Feb 28 22:03:44.297 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30382025-02-28T22:03:45.483Z[ helios-setup] Feb 28 22:03:44.342 INFO E| Updating crates.io index
30392025-02-28T22:03:45.524Z[ helios-setup] Feb 28 22:03:44.382 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30402025-02-28T22:03:46.651Z[ helios-setup] Feb 28 22:03:45.510 INFO E| From https://github.com/oxidecomputer/typify
30412025-02-28T22:03:46.651Z[ helios-setup] Feb 28 22:03:45.510 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30422025-02-28T22:03:47.014Z[ helios-setup] Feb 28 22:03:45.873 INFO E| Downloading crates ...
30432025-02-28T22:03:47.320Z[ helios-setup] Feb 28 22:03:46.178 INFO E| Downloaded async-stream-impl v0.3.5
30442025-02-28T22:03:47.327Z[ helios-setup] Feb 28 22:03:46.186 INFO E| Downloaded const-random-macro v0.1.15
30452025-02-28T22:03:47.336Z[ helios-setup] Feb 28 22:03:46.194 INFO E| Downloaded futures-sink v0.3.28
30462025-02-28T22:03:47.340Z[ helios-setup] Feb 28 22:03:46.200 INFO E| Downloaded project-root v0.2.2
30472025-02-28T22:03:47.362Z[ helios-setup] Feb 28 22:03:46.220 INFO E| Downloaded byteorder v1.4.3
30482025-02-28T22:03:47.365Z[ helios-setup] Feb 28 22:03:46.224 INFO E| Downloaded form_urlencoded v1.1.0
30492025-02-28T22:03:47.368Z[ helios-setup] Feb 28 22:03:46.225 INFO E| Downloaded serde_path_to_error v0.1.11
30502025-02-28T22:03:47.372Z[ helios-setup] Feb 28 22:03:46.228 INFO E| Downloaded fastrand v1.9.0
30512025-02-28T22:03:47.372Z[ helios-setup] Feb 28 22:03:46.230 INFO E| Downloaded async-stream v0.3.5
30522025-02-28T22:03:47.375Z[ helios-setup] Feb 28 22:03:46.233 INFO E| Downloaded futures-core v0.3.28
30532025-02-28T22:03:47.378Z[ helios-setup] Feb 28 22:03:46.236 INFO E| Downloaded smawk v0.3.1
30542025-02-28T22:03:47.382Z[ helios-setup] Feb 28 22:03:46.239 INFO E| Downloaded slab v0.4.7
30552025-02-28T22:03:47.386Z[ helios-setup] Feb 28 22:03:46.246 INFO E| Downloaded signal-hook-registry v1.4.0
30562025-02-28T22:03:47.390Z[ helios-setup] Feb 28 22:03:46.248 INFO E| Downloaded num_cpus v1.15.0
30572025-02-28T22:03:47.393Z[ helios-setup] Feb 28 22:03:46.252 INFO E| Downloaded smallvec v1.10.0
30582025-02-28T22:03:47.397Z[ helios-setup] Feb 28 22:03:46.256 INFO E| Downloaded itoa v1.0.6
30592025-02-28T22:03:47.401Z[ helios-setup] Feb 28 22:03:46.259 INFO E| Downloaded serde_derive v1.0.204
30602025-02-28T22:03:47.404Z[ helios-setup] Feb 28 22:03:46.264 INFO E| Downloaded serde_spanned v0.6.1
30612025-02-28T22:03:47.408Z[ helios-setup] Feb 28 22:03:46.265 INFO E| Downloaded schemars v0.8.12
30622025-02-28T22:03:47.425Z[ helios-setup] Feb 28 22:03:46.284 INFO E| Downloaded tempfile v3.5.0
30632025-02-28T22:03:47.429Z[ helios-setup] Feb 28 22:03:46.288 INFO E| Downloaded serde_json v1.0.95
30642025-02-28T22:03:47.440Z[ helios-setup] Feb 28 22:03:46.299 INFO E| Downloaded textwrap v0.16.0
30652025-02-28T22:03:47.444Z[ helios-setup] Feb 28 22:03:46.303 INFO E| Downloaded slog-async v2.7.0
30662025-02-28T22:03:47.447Z[ helios-setup] Feb 28 22:03:46.306 INFO E| Downloaded socket2 v0.4.9
30672025-02-28T22:03:47.451Z[ helios-setup] Feb 28 22:03:46.308 INFO E| Downloaded bincode v1.3.3
30682025-02-28T22:03:47.454Z[ helios-setup] Feb 28 22:03:46.313 INFO E| Downloaded try-lock v0.2.4
30692025-02-28T22:03:47.457Z[ helios-setup] Feb 28 22:03:46.314 INFO E| Downloaded serde v1.0.204
30702025-02-28T22:03:47.461Z[ helios-setup] Feb 28 22:03:46.320 INFO E| Downloaded want v0.3.0
30712025-02-28T22:03:47.464Z[ helios-setup] Feb 28 22:03:46.321 INFO E| Downloaded lock_api v0.4.9
30722025-02-28T22:03:47.467Z[ helios-setup] Feb 28 22:03:46.324 INFO E| Downloaded io-lifetimes v1.0.10
30732025-02-28T22:03:47.471Z[ helios-setup] Feb 28 22:03:46.327 INFO E| Downloaded strsim v0.10.0
30742025-02-28T22:03:47.471Z[ helios-setup] Feb 28 22:03:46.329 INFO E| Downloaded rustfmt-wrapper v0.2.0
30752025-02-28T22:03:47.474Z[ helios-setup] Feb 28 22:03:46.332 INFO E| Downloaded utf8parse v0.2.1
30762025-02-28T22:03:47.474Z[ helios-setup] Feb 28 22:03:46.333 INFO E| Downloaded pin-project-lite v0.2.9
30772025-02-28T22:03:47.481Z[ helios-setup] Feb 28 22:03:46.340 INFO E| Downloaded rustls-pemfile v1.0.2
30782025-02-28T22:03:47.484Z[ helios-setup] Feb 28 22:03:46.343 INFO E| Downloaded thiserror v1.0.38
30792025-02-28T22:03:47.490Z[ helios-setup] Feb 28 22:03:46.349 INFO E| Downloaded futures-task v0.3.28
30802025-02-28T22:03:47.493Z[ helios-setup] Feb 28 22:03:46.351 INFO E| Downloaded num-integer v0.1.45
30812025-02-28T22:03:47.497Z[ helios-setup] Feb 28 22:03:46.354 INFO E| Downloaded toml_datetime v0.6.1
30822025-02-28T22:03:47.500Z[ helios-setup] Feb 28 22:03:46.356 INFO E| Downloaded tokio-macros v2.0.0
30832025-02-28T22:03:47.500Z[ helios-setup] Feb 28 22:03:46.358 INFO E| Downloaded httpdate v1.0.2
30842025-02-28T22:03:47.503Z[ helios-setup] Feb 28 22:03:46.360 INFO E| Downloaded tokio-rustls v0.24.0
30852025-02-28T22:03:47.507Z[ helios-setup] Feb 28 22:03:46.363 INFO E| Downloaded anyhow v1.0.68
30862025-02-28T22:03:47.511Z[ helios-setup] Feb 28 22:03:46.370 INFO E| Downloaded unicode-ident v1.0.8
30872025-02-28T22:03:47.516Z[ helios-setup] Feb 28 22:03:46.375 INFO E| Downloaded getrandom v0.2.8
30882025-02-28T22:03:47.520Z[ helios-setup] Feb 28 22:03:46.380 INFO E| Downloaded quote v1.0.36
30892025-02-28T22:03:47.526Z[ helios-setup] Feb 28 22:03:46.385 INFO E| Downloaded unsafe-libyaml v0.2.8
30902025-02-28T22:03:47.532Z[ helios-setup] Feb 28 22:03:46.391 INFO E| Downloaded rustls-webpki v0.100.1
30912025-02-28T22:03:47.542Z[ helios-setup] Feb 28 22:03:46.401 INFO E| Downloaded unicode-linebreak v0.1.4
30922025-02-28T22:03:47.546Z[ helios-setup] Feb 28 22:03:46.405 INFO E| Downloaded toml_edit v0.19.8
30932025-02-28T22:03:47.574Z[ helios-setup] Feb 28 22:03:46.433 INFO E| Downloaded unicode-normalization v0.1.22
30942025-02-28T22:03:47.579Z[ helios-setup] Feb 28 22:03:46.438 INFO E| Downloaded tokio-util v0.7.7
30952025-02-28T22:03:47.589Z[ helios-setup] Feb 28 22:03:46.448 INFO E| Downloaded bytes v1.4.0
30962025-02-28T22:03:47.594Z[ helios-setup] Feb 28 22:03:46.453 INFO E| Downloaded num-traits v0.2.15
30972025-02-28T22:03:47.598Z[ helios-setup] Feb 28 22:03:46.458 INFO E| Downloaded winnow v0.4.1
30982025-02-28T22:03:47.612Z[ helios-setup] Feb 28 22:03:46.470 INFO E| Downloaded rayon-core v1.10.2
30992025-02-28T22:03:47.618Z[ helios-setup] Feb 28 22:03:46.477 INFO E| Downloaded anstyle-parse v0.1.1
31002025-02-28T22:03:47.621Z[ helios-setup] Feb 28 22:03:46.480 INFO E| Downloaded memchr v2.5.0
31012025-02-28T22:03:47.644Z[ helios-setup] Feb 28 22:03:46.503 INFO E| Downloaded mio v0.8.5
31022025-02-28T22:03:47.653Z[ helios-setup] Feb 28 22:03:46.512 INFO E| Downloaded syn v2.0.72
31032025-02-28T22:03:47.671Z[ helios-setup] Feb 28 22:03:46.529 INFO E| Downloaded syn v1.0.107
31042025-02-28T22:03:47.687Z[ helios-setup] Feb 28 22:03:46.546 INFO E| Downloaded rustls v0.21.0
31052025-02-28T22:03:47.705Z[ helios-setup] Feb 28 22:03:46.564 INFO E| Downloaded aho-corasick v0.7.20
31062025-02-28T22:03:47.711Z[ helios-setup] Feb 28 22:03:46.569 INFO E| Downloaded http v0.2.9
31072025-02-28T22:03:47.716Z[ helios-setup] Feb 28 22:03:46.575 INFO E| Downloaded crossbeam-channel v0.5.6
31082025-02-28T22:03:47.722Z[ helios-setup] Feb 28 22:03:46.581 INFO E| Downloaded pest v2.5.7
31092025-02-28T22:03:47.730Z[ helios-setup] Feb 28 22:03:46.589 INFO E| Downloaded tracing v0.1.37
31102025-02-28T22:03:47.737Z[ helios-setup] Feb 28 22:03:46.595 INFO E| Downloaded reqwest v0.11.16
31112025-02-28T22:03:47.749Z[ helios-setup] Feb 28 22:03:46.608 INFO E| Downloaded once_cell v1.17.0
31122025-02-28T22:03:47.753Z[ helios-setup] Feb 28 22:03:46.612 INFO E| Downloaded h2 v0.3.16
31132025-02-28T22:03:47.764Z[ helios-setup] Feb 28 22:03:46.623 INFO E| Downloaded futures-util v0.3.28
31142025-02-28T22:03:47.810Z[ helios-setup] Feb 28 22:03:46.669 INFO E| Downloaded clap_builder v4.2.1
31152025-02-28T22:03:47.821Z[ helios-setup] Feb 28 22:03:46.679 INFO E| Downloaded rayon v1.6.1
31162025-02-28T22:03:47.835Z[ helios-setup] Feb 28 22:03:46.694 INFO E| Downloaded hyper v0.14.25
31172025-02-28T22:03:47.848Z[ helios-setup] Feb 28 22:03:46.707 INFO E| Downloaded git2 v0.16.1
31182025-02-28T22:03:47.864Z[ helios-setup] Feb 28 22:03:46.720 INFO E| Downloaded chrono v0.4.24
31192025-02-28T22:03:47.874Z[ helios-setup] Feb 28 22:03:46.732 INFO E| Downloaded regex v1.7.3
31202025-02-28T22:03:47.887Z[ helios-setup] Feb 28 22:03:46.746 INFO E| Downloaded log v0.4.17
31212025-02-28T22:03:47.891Z[ helios-setup] Feb 28 22:03:46.750 INFO E| Downloaded regress v0.5.0
31222025-02-28T22:03:47.903Z[ helios-setup] Feb 28 22:03:46.762 INFO E| Downloaded httparse v1.8.0
31232025-02-28T22:03:47.907Z[ helios-setup] Feb 28 22:03:46.765 INFO E| Downloaded futures v0.3.28
31242025-02-28T22:03:47.913Z[ helios-setup] Feb 28 22:03:46.772 INFO E| Downloaded rustix v0.37.3
31252025-02-28T22:03:47.946Z[ helios-setup] Feb 28 22:03:46.803 INFO E| Downloaded tokio v1.27.0
31262025-02-28T22:03:48.064Z[ helios-setup] Feb 28 22:03:46.922 INFO E| Downloaded rhai v1.14.0
31272025-02-28T22:03:48.083Z[ helios-setup] Feb 28 22:03:46.941 INFO E| Downloaded idna v0.3.0
31282025-02-28T22:03:48.094Z[ helios-setup] Feb 28 22:03:46.952 INFO E| Downloaded crossbeam-deque v0.8.2
31292025-02-28T22:03:48.097Z[ helios-setup] Feb 28 22:03:46.955 INFO E| Downloaded uuid v1.3.0
31302025-02-28T22:03:48.103Z[ helios-setup] Feb 28 22:03:46.962 INFO E| Downloaded url v2.3.1
31312025-02-28T22:03:48.108Z[ helios-setup] Feb 28 22:03:46.967 INFO E| Downloaded openapiv3 v1.0.2
31322025-02-28T22:03:48.152Z[ helios-setup] Feb 28 22:03:47.011 INFO E| Downloaded tinyvec v1.6.0
31332025-02-28T22:03:48.158Z[ helios-setup] Feb 28 22:03:47.017 INFO E| Downloaded crossbeam-epoch v0.9.13
31342025-02-28T22:03:48.162Z[ helios-setup] Feb 28 22:03:47.021 INFO E| Downloaded cc v1.0.78
31352025-02-28T22:03:48.166Z[ helios-setup] Feb 28 22:03:47.025 INFO E| Downloaded base64 v0.21.0
31362025-02-28T22:03:48.172Z[ helios-setup] Feb 28 22:03:47.030 INFO E| Downloaded tungstenite v0.18.0
31372025-02-28T22:03:48.176Z[ helios-setup] Feb 28 22:03:47.035 INFO E| Downloaded tracing-core v0.1.30
31382025-02-28T22:03:48.181Z[ helios-setup] Feb 28 22:03:47.040 INFO E| Downloaded toml v0.7.3
31392025-02-28T22:03:48.187Z[ helios-setup] Feb 28 22:03:47.046 INFO E| Downloaded proc-macro2 v1.0.86
31402025-02-28T22:03:48.192Z[ helios-setup] Feb 28 22:03:47.051 INFO E| Downloaded unicode-bidi v0.3.13
31412025-02-28T22:03:48.196Z[ helios-setup] Feb 28 22:03:47.055 INFO E| Downloaded ucd-trie v0.1.5
31422025-02-28T22:03:48.199Z[ helios-setup] Feb 28 22:03:47.058 INFO E| Downloaded parking_lot_core v0.9.6
31432025-02-28T22:03:48.203Z[ helios-setup] Feb 28 22:03:47.062 INFO E| Downloaded parking_lot v0.12.1
31442025-02-28T22:03:48.207Z[ helios-setup] Feb 28 22:03:47.066 INFO E| Downloaded cargo-lock v8.0.3
31452025-02-28T22:03:48.212Z[ helios-setup] Feb 28 22:03:47.071 INFO E| Downloaded ahash v0.8.3
31462025-02-28T22:03:48.216Z[ helios-setup] Feb 28 22:03:47.075 INFO E| Downloaded clap v4.2.1
31472025-02-28T22:03:48.231Z[ helios-setup] Feb 28 22:03:47.090 INFO E| Downloaded futures-executor v0.3.28
31482025-02-28T22:03:48.235Z[ helios-setup] Feb 28 22:03:47.092 INFO E| Downloaded either v1.8.0
31492025-02-28T22:03:48.238Z[ helios-setup] Feb 28 22:03:47.095 INFO E| Downloaded tokio-tungstenite v0.18.0
31502025-02-28T22:03:48.243Z[ helios-setup] Feb 28 22:03:47.098 INFO E| Downloaded time v0.1.45
31512025-02-28T22:03:48.253Z[ helios-setup] Feb 28 22:03:47.112 INFO E| Downloaded pkg-config v0.3.26
31522025-02-28T22:03:48.256Z[ helios-setup] Feb 28 22:03:47.114 INFO E| Downloaded lazy_static v1.4.0
31532025-02-28T22:03:48.260Z[ helios-setup] Feb 28 22:03:47.116 INFO E| Downloaded libc v0.2.139
31542025-02-28T22:03:48.296Z[ helios-setup] Feb 28 22:03:47.155 INFO E| Downloaded crossbeam-utils v0.8.14
31552025-02-28T22:03:48.300Z[ helios-setup] Feb 28 22:03:47.159 INFO E| Downloaded camino v1.1.4
31562025-02-28T22:03:48.303Z[ helios-setup] Feb 28 22:03:47.162 INFO E| Downloaded thiserror-impl v1.0.38
31572025-02-28T22:03:48.307Z[ helios-setup] Feb 28 22:03:47.165 INFO E| Downloaded rhai_codegen v1.5.0
31582025-02-28T22:03:48.322Z[ helios-setup] Feb 28 22:03:47.177 INFO E| Downloaded clap_derive v4.2.0
31592025-02-28T22:03:48.328Z[ helios-setup] Feb 28 22:03:47.180 INFO E| Downloaded tower-service v0.3.2
31602025-02-28T22:03:48.328Z[ helios-setup] Feb 28 22:03:47.182 INFO E| Downloaded toolchain_find v0.2.0
31612025-02-28T22:03:48.328Z[ helios-setup] Feb 28 22:03:47.183 INFO E| Downloaded ipnet v2.7.2
31622025-02-28T22:03:48.332Z[ helios-setup] Feb 28 22:03:47.186 INFO E| Downloaded futures-channel v0.3.28
31632025-02-28T22:03:48.332Z[ helios-setup] Feb 28 22:03:47.189 INFO E| Downloaded async-trait v0.1.68
31642025-02-28T22:03:48.336Z[ helios-setup] Feb 28 22:03:47.195 INFO E| Downloaded sha1 v0.10.5
31652025-02-28T22:03:48.339Z[ helios-setup] Feb 28 22:03:47.198 INFO E| Downloaded serde_yaml v0.9.21
31662025-02-28T22:03:48.345Z[ helios-setup] Feb 28 22:03:47.204 INFO E| Downloaded ryu v1.0.13
31672025-02-28T22:03:48.350Z[ helios-setup] Feb 28 22:03:47.209 INFO E| Downloaded ahash v0.7.6
31682025-02-28T22:03:48.354Z[ helios-setup] Feb 28 22:03:47.213 INFO E| Downloaded smartstring v1.0.1
31692025-02-28T22:03:48.357Z[ helios-setup] Feb 28 22:03:47.216 INFO E| Downloaded serde_derive_internals v0.26.0
31702025-02-28T22:03:48.360Z[ helios-setup] Feb 28 22:03:47.219 INFO E| Downloaded sct v0.7.0
31712025-02-28T22:03:48.365Z[ helios-setup] Feb 28 22:03:47.224 INFO E| Downloaded const-random v0.1.15
31722025-02-28T22:03:48.369Z[ helios-setup] Feb 28 22:03:47.226 INFO E| Downloaded concolor-override v1.0.0
31732025-02-28T22:03:48.369Z[ helios-setup] Feb 28 22:03:47.227 INFO E| Downloaded semver v0.11.0
31742025-02-28T22:03:48.372Z[ helios-setup] Feb 28 22:03:47.230 INFO E| Downloaded scopeguard v1.1.0
31752025-02-28T22:03:48.375Z[ helios-setup] Feb 28 22:03:47.232 INFO E| Downloaded anstream v0.2.6
31762025-02-28T22:03:48.378Z[ helios-setup] Feb 28 22:03:47.236 INFO E| Downloaded spin v0.5.2
31772025-02-28T22:03:48.381Z[ helios-setup] Feb 28 22:03:47.238 INFO E| Downloaded slog-bunyan v2.4.0
31782025-02-28T22:03:48.381Z[ helios-setup] Feb 28 22:03:47.239 INFO E| Downloaded sha2 v0.10.6
31792025-02-28T22:03:48.385Z[ helios-setup] Feb 28 22:03:47.242 INFO E| Downloaded serde_tokenstream v0.2.0
31802025-02-28T22:03:48.389Z[ helios-setup] Feb 28 22:03:47.248 INFO E| Downloaded semver-parser v0.10.2
31812025-02-28T22:03:48.392Z[ helios-setup] Feb 28 22:03:47.251 INFO E| Downloaded schemars_derive v0.8.12
31822025-02-28T22:03:48.395Z[ helios-setup] Feb 28 22:03:47.253 INFO E| Downloaded num_enum_derive v0.5.7
31832025-02-28T22:03:48.395Z[ helios-setup] Feb 28 22:03:47.254 INFO E| Downloaded num_enum v0.5.7
31842025-02-28T22:03:48.401Z[ helios-setup] Feb 28 22:03:47.260 INFO E| Downloaded jobserver v0.1.26
31852025-02-28T22:03:48.405Z[ helios-setup] Feb 28 22:03:47.263 INFO E| Downloaded futures-macro v0.3.28
31862025-02-28T22:03:48.408Z[ helios-setup] Feb 28 22:03:47.265 INFO E| Downloaded anstyle v0.3.5
31872025-02-28T22:03:48.411Z[ helios-setup] Feb 28 22:03:47.267 INFO E| Downloaded is-terminal v0.4.7
31882025-02-28T22:03:48.411Z[ helios-setup] Feb 28 22:03:47.269 INFO E| Downloaded home v0.5.4
31892025-02-28T22:03:48.411Z[ helios-setup] Feb 28 22:03:47.270 INFO E| Downloaded percent-encoding v2.2.0
31902025-02-28T22:03:48.414Z[ helios-setup] Feb 28 22:03:47.271 INFO E| Downloaded paste v1.0.12
31912025-02-28T22:03:48.418Z[ helios-setup] Feb 28 22:03:47.276 INFO E| Downloaded iana-time-zone v0.1.56
31922025-02-28T22:03:48.421Z[ helios-setup] Feb 28 22:03:47.279 INFO E| Downloaded semver v1.0.17
31932025-02-28T22:03:48.424Z[ helios-setup] Feb 28 22:03:47.283 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31942025-02-28T22:03:48.428Z[ helios-setup] Feb 28 22:03:47.286 INFO E| Downloaded proc-macro-crate v1.2.1
31952025-02-28T22:03:48.431Z[ helios-setup] Feb 28 22:03:47.288 INFO E| Downloaded ppv-lite86 v0.2.17
31962025-02-28T22:03:48.435Z[ helios-setup] Feb 28 22:03:47.290 INFO E| Downloaded memoffset v0.7.1
31972025-02-28T22:03:48.435Z[ helios-setup] Feb 28 22:03:47.292 INFO E| Downloaded http-body v0.4.5
31982025-02-28T22:03:48.439Z[ helios-setup] Feb 28 22:03:47.295 INFO E| Downloaded futures-io v0.3.28
31992025-02-28T22:03:48.439Z[ helios-setup] Feb 28 22:03:47.296 INFO E| Downloaded concolor-query v0.3.3
32002025-02-28T22:03:48.442Z[ helios-setup] Feb 28 22:03:47.298 INFO E| Downloaded dyn-clone v1.0.11
32012025-02-28T22:03:48.442Z[ helios-setup] Feb 28 22:03:47.301 INFO E| Downloaded digest v0.10.6
32022025-02-28T22:03:48.445Z[ helios-setup] Feb 28 22:03:47.304 INFO E| Downloaded clap_lex v0.4.1
32032025-02-28T22:03:48.448Z[ helios-setup] Feb 28 22:03:47.306 INFO E| Downloaded built v0.6.0
32042025-02-28T22:03:48.456Z[ helios-setup] Feb 28 22:03:47.315 INFO E| Downloaded autocfg v1.1.0
32052025-02-28T22:03:48.515Z[ helios-setup] Feb 28 22:03:47.373 INFO E| Downloaded encoding_rs v0.8.32
32062025-02-28T22:03:48.687Z[ helios-setup] Feb 28 22:03:47.546 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
32072025-02-28T22:03:48.994Z[ helios-setup] Feb 28 22:03:47.853 INFO E| Downloaded libz-sys v1.1.8
32082025-02-28T22:03:49.312Z[ helios-setup] Feb 28 22:03:48.171 INFO E| Downloaded ring v0.16.20
32092025-02-28T22:03:49.712Z[ helios-setup] Feb 28 22:03:48.570 INFO E| Compiling proc-macro2 v1.0.86
32102025-02-28T22:03:49.713Z[ helios-setup] Feb 28 22:03:48.570 INFO E| Compiling libc v0.2.139
32112025-02-28T22:03:49.713Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling unicode-ident v1.0.8
32122025-02-28T22:03:49.716Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling autocfg v1.1.0
32132025-02-28T22:03:49.716Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling cfg-if v1.0.0
32142025-02-28T22:03:49.716Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling version_check v0.9.4
32152025-02-28T22:03:49.716Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling serde v1.0.204
32162025-02-28T22:03:49.716Z[ helios-setup] Feb 28 22:03:48.571 INFO E| Compiling syn v1.0.107
32172025-02-28T22:03:50.376Z[ helios-setup] Feb 28 22:03:49.235 INFO E| Compiling memchr v2.5.0
32182025-02-28T22:03:51.511Z[ host-package] Compiling oso v0.27.3
32192025-02-28T22:03:51.551Z[ helios-setup] Feb 28 22:03:50.410 INFO E| Compiling once_cell v1.17.0
32202025-02-28T22:03:51.590Z[ helios-setup] Feb 28 22:03:50.448 INFO E| Compiling log v0.4.17
32212025-02-28T22:03:51.775Z[ helios-setup] Feb 28 22:03:50.633 INFO E| Compiling thiserror v1.0.38
32222025-02-28T22:03:52.359Z[ helios-setup] Feb 28 22:03:51.217 INFO E| Compiling serde_json v1.0.95
32232025-02-28T22:03:52.758Z[ helios-setup] Feb 28 22:03:51.616 INFO E| Compiling itoa v1.0.6
32242025-02-28T22:03:53.734Z[ helios-setup] Feb 28 22:03:52.592 INFO E| Compiling getrandom v0.2.8
32252025-02-28T22:03:54.276Z[ helios-setup] Feb 28 22:03:52.840 INFO E| Compiling jobserver v0.1.26
32262025-02-28T22:03:54.282Z[ helios-setup] Feb 28 22:03:52.909 INFO E| Compiling pin-project-lite v0.2.9
32272025-02-28T22:03:54.301Z[ helios-setup] Feb 28 22:03:53.156 INFO E| Compiling scopeguard v1.1.0
32282025-02-28T22:03:54.380Z[ helios-setup] Feb 28 22:03:53.235 INFO E| Compiling quote v1.0.36
32292025-02-28T22:03:54.457Z[ helios-setup] Feb 28 22:03:53.314 INFO E| Compiling indexmap v1.9.3
32302025-02-28T22:03:54.686Z[ helios-setup] Feb 28 22:03:53.544 INFO E| Compiling cc v1.0.78
32312025-02-28T22:03:55.057Z[ helios-setup] Feb 28 22:03:53.915 INFO E| Compiling futures-core v0.3.28
32322025-02-28T22:03:55.097Z[ helios-setup] Feb 28 22:03:53.954 INFO E| Compiling bytes v1.4.0
32332025-02-28T22:03:55.346Z[ helios-setup] Feb 28 22:03:54.204 INFO E| Compiling syn v2.0.72
32342025-02-28T22:03:55.711Z[ helios-setup] Feb 28 22:03:54.568 INFO E| Compiling num-integer v0.1.45
32352025-02-28T22:03:55.809Z[ helios-setup] Feb 28 22:03:54.667 INFO E| Compiling ryu v1.0.13
32362025-02-28T22:03:56.997Z[ helios-setup] Feb 28 22:03:55.854 INFO E| Compiling lock_api v0.4.9
32372025-02-28T22:03:57.270Z[ helios-setup] Feb 28 22:03:56.127 INFO E| Compiling typenum v1.16.0
32382025-02-28T22:03:57.374Z[ helios-setup] Feb 28 22:03:56.231 INFO E| Compiling parking_lot_core v0.9.6
32392025-02-28T22:03:57.870Z[ helios-setup] Feb 28 22:03:56.727 INFO E| Compiling bitflags v1.3.2
32402025-02-28T22:03:58.378Z[ helios-setup] Feb 28 22:03:57.235 INFO E| Compiling num_cpus v1.15.0
32412025-02-28T22:03:58.404Z[ helios-setup] Feb 28 22:03:57.261 INFO E| Compiling generic-array v0.14.6
32422025-02-28T22:03:58.679Z[ helios-setup] Feb 28 22:03:57.536 INFO E| Compiling slab v0.4.7
32432025-02-28T22:03:58.748Z[ helios-setup] Feb 28 22:03:57.604 INFO E| Compiling futures-sink v0.3.28
32442025-02-28T22:03:58.758Z[ helios-setup] Feb 28 22:03:57.615 INFO E| Compiling futures-task v0.3.28
32452025-02-28T22:03:58.815Z[ helios-setup] Feb 28 22:03:57.671 INFO E| Compiling futures-channel v0.3.28
32462025-02-28T22:03:59.404Z[ helios-setup] Feb 28 22:03:58.258 INFO E| Compiling tokio v1.27.0
32472025-02-28T22:03:59.782Z[ helios-setup] Feb 28 22:03:58.639 INFO E| Compiling futures-util v0.3.28
32482025-02-28T22:04:00.607Z[ helios-setup] Feb 28 22:03:59.461 INFO E| Compiling mio v0.8.5
32492025-02-28T22:04:00.611Z[ helios-setup] Feb 28 22:03:59.462 INFO E| Compiling signal-hook-registry v1.4.0
32502025-02-28T22:04:00.835Z[ helios-setup] Feb 28 22:03:59.691 INFO E| Compiling socket2 v0.4.9
32512025-02-28T22:04:00.944Z[ helios-setup] Feb 28 22:03:59.800 INFO E| Compiling futures-io v0.3.28
32522025-02-28T22:04:01.341Z[ helios-setup] Feb 28 22:04:00.197 INFO E| Compiling pin-utils v0.1.0
32532025-02-28T22:04:01.741Z[ helios-setup] Feb 28 22:04:00.598 INFO E| Compiling schemars v0.8.12
32542025-02-28T22:04:02.196Z[ helios-setup] Feb 28 22:04:01.052 INFO E| Compiling ahash v0.7.6
32552025-02-28T22:04:02.941Z[ helios-setup] Feb 28 22:04:01.798 INFO E| Compiling num-traits v0.2.15
32562025-02-28T22:04:03.321Z[ helios-setup] Feb 28 22:04:02.176 INFO E| Compiling crunchy v0.2.2
32572025-02-28T22:04:03.445Z[ helios-setup] Feb 28 22:04:02.301 INFO E| Compiling io-lifetimes v1.0.10
32582025-02-28T22:04:04.259Z[ helios-setup] Feb 28 22:04:03.112 INFO E| Compiling ahash v0.8.3
32592025-02-28T22:04:04.475Z[ helios-setup] Feb 28 22:04:03.331 INFO E| Compiling rustix v0.37.3
32602025-02-28T22:04:04.864Z[ helios-setup] Feb 28 22:04:03.720 INFO E| Compiling crypto-common v0.1.6
32612025-02-28T22:04:05.137Z[ helios-setup] Feb 28 22:04:03.993 INFO E| Compiling block-buffer v0.10.3
32622025-02-28T22:04:05.281Z[ helios-setup] Feb 28 22:04:04.137 INFO E| Compiling slog v2.7.0
32632025-02-28T22:04:05.338Z[ helios-setup] Feb 28 22:04:04.193 INFO E| Compiling tiny-keccak v2.0.2
32642025-02-28T22:04:05.734Z[ helios-setup] Feb 28 22:04:04.590 INFO E| Compiling hashbrown v0.12.3
32652025-02-28T22:04:05.780Z[ helios-setup] Feb 28 22:04:04.636 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32662025-02-28T22:04:06.178Z[ helios-setup] Feb 28 22:04:05.034 INFO E| Compiling crossbeam-utils v0.8.14
32672025-02-28T22:04:06.838Z[ helios-setup] Feb 28 22:04:05.694 INFO E| Compiling serde_derive_internals v0.26.0
32682025-02-28T22:04:07.616Z[ helios-setup] Feb 28 22:04:06.471 INFO E| Compiling digest v0.10.6
32692025-02-28T22:04:08.318Z[ helios-setup] Feb 28 22:04:07.173 INFO E| Compiling errno v0.3.1
32702025-02-28T22:04:08.962Z[ helios-setup] Feb 28 22:04:07.817 INFO E| Compiling unicode-width v0.1.10
32712025-02-28T22:04:09.162Z[ helios-setup] Feb 28 22:04:08.017 INFO E| Compiling cpufeatures v0.2.5
32722025-02-28T22:04:09.282Z[ helios-setup] Feb 28 22:04:08.137 INFO E| Compiling anyhow v1.0.68
32732025-02-28T22:04:09.429Z[ helios-setup] Feb 28 22:04:08.284 INFO E| Compiling pkg-config v0.3.26
32742025-02-28T22:04:09.596Z[ helios-setup] Feb 28 22:04:08.451 INFO E| Compiling fnv v1.0.7
32752025-02-28T22:04:10.026Z[ helios-setup] Feb 28 22:04:08.882 INFO E| Compiling http v0.2.9
32762025-02-28T22:04:11.473Z[ host-package] Compiling slog-envlogger v2.2.0
32772025-02-28T22:04:12.818Z[ helios-setup] Feb 28 22:04:11.672 INFO E| Compiling aho-corasick v0.7.20
32782025-02-28T22:04:13.947Z[ helios-setup] Feb 28 22:04:12.800 INFO E| Compiling thiserror-impl v1.0.38
32792025-02-28T22:04:14.342Z[ helios-setup] Feb 28 22:04:13.197 INFO E| Compiling schemars_derive v0.8.12
32802025-02-28T22:04:14.999Z[ helios-setup] Feb 28 22:04:13.850 INFO E| Compiling serde_derive v1.0.204
32812025-02-28T22:04:15.510Z[ helios-setup] Feb 28 22:04:14.365 INFO E| Compiling futures-macro v0.3.28
32822025-02-28T22:04:15.558Z[ helios-setup] Feb 28 22:04:14.412 INFO E| Compiling tokio-macros v2.0.0
32832025-02-28T22:04:15.646Z[ helios-setup] Feb 28 22:04:14.500 INFO E| Compiling regex-syntax v0.6.29
32842025-02-28T22:04:15.796Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852025-02-28T22:04:17.125Z[ helios-setup] Feb 28 22:04:15.980 INFO E| Compiling percent-encoding v2.2.0
32862025-02-28T22:04:17.892Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32872025-02-28T22:04:18.486Z[ helios-setup] Feb 28 22:04:17.339 INFO E| Compiling httparse v1.8.0
32882025-02-28T22:04:18.583Z[ helios-setup] Feb 28 22:04:17.437 INFO E| Compiling tinyvec_macros v0.1.1
32892025-02-28T22:04:19.329Z[ helios-setup] Feb 28 22:04:18.183 INFO E| Compiling heck v0.4.1
32902025-02-28T22:04:19.791Z[ helios-setup] Feb 28 22:04:18.645 INFO E| Compiling tinyvec v1.6.0
32912025-02-28T22:04:19.890Z[ helios-setup] Feb 28 22:04:18.744 INFO E| Compiling form_urlencoded v1.1.0
32922025-02-28T22:04:20.262Z[ helios-setup] Feb 28 22:04:19.116 INFO E| Compiling const-random-macro v0.1.15
32932025-02-28T22:04:20.591Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32942025-02-28T22:04:21.302Z[ helios-setup] Feb 28 22:04:20.155 INFO E| Compiling hashbrown v0.13.2
32952025-02-28T22:04:21.357Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32962025-02-28T22:04:22.336Z[ helios-setup] Feb 28 22:04:21.189 INFO E| Compiling regex v1.7.3
32972025-02-28T22:04:22.671Z[ host-package] Compiling bb8 v0.8.5
32982025-02-28T22:04:22.943Z[ helios-setup] Feb 28 22:04:21.796 INFO E| Compiling libz-sys v1.1.8
32992025-02-28T22:04:23.843Z[ helios-setup] Feb 28 22:04:22.696 INFO E| Compiling chrono v0.4.24
33002025-02-28T22:04:24.024Z[ host-package] Compiling bcs v0.1.6
33012025-02-28T22:04:24.200Z[ helios-setup] Feb 28 22:04:23.053 INFO E| Compiling getopts v0.2.21
33022025-02-28T22:04:24.908Z[ helios-setup] Feb 28 22:04:23.761 INFO E| Compiling memoffset v0.7.1
33032025-02-28T22:04:25.769Z[ host-package] Compiling fxhash v0.2.1
33042025-02-28T22:04:25.947Z[ helios-setup] Feb 28 22:04:24.800 INFO E| Compiling num-conv v0.1.0
33052025-02-28T22:04:26.000Z[ helios-setup] Feb 28 22:04:24.852 INFO E| Compiling dyn-clone v1.0.11
33062025-02-28T22:04:26.004Z[ helios-setup] Feb 28 22:04:24.853 INFO E| Compiling uuid v1.3.0
33072025-02-28T22:04:26.357Z[ host-package] Compiling libz-sys v1.1.20
33082025-02-28T22:04:26.410Z[ helios-setup] Feb 28 22:04:25.262 INFO E| Compiling powerfmt v0.2.0
33092025-02-28T22:04:26.786Z[ helios-setup] Feb 28 22:04:25.638 INFO E| Compiling time-core v0.1.2
33102025-02-28T22:04:27.309Z[ helios-setup] Feb 28 22:04:26.162 INFO E| Compiling deranged v0.3.11
33112025-02-28T22:04:27.371Z[ helios-setup] Feb 28 22:04:26.223 INFO E| Compiling time-macros v0.2.18
33122025-02-28T22:04:28.033Z[ helios-setup] Feb 28 22:04:26.885 INFO E| Compiling unicode-normalization v0.1.22
33132025-02-28T22:04:28.254Z[ helios-setup] Feb 28 22:04:27.104 INFO E| Compiling regress v0.5.0
33142025-02-28T22:04:28.334Z[ host-package] Compiling termtree v0.5.1
33152025-02-28T22:04:29.888Z[ host-package] Compiling async-bb8-diesel v0.2.1
33162025-02-28T22:04:30.539Z[ helios-setup] Feb 28 22:04:29.391 INFO E| Compiling const-random v0.1.15
33172025-02-28T22:04:31.072Z[ helios-setup] Feb 28 22:04:29.924 INFO E| Compiling tracing-core v0.1.30
33182025-02-28T22:04:32.292Z[ helios-setup] Feb 28 22:04:31.143 INFO E| Compiling crossbeam-epoch v0.9.13
33192025-02-28T22:04:32.535Z[ helios-setup] Feb 28 22:04:31.387 INFO E| Compiling ucd-trie v0.1.5
33202025-02-28T22:04:32.738Z[ helios-setup] Feb 28 22:04:31.590 INFO E| Compiling num_threads v0.1.6
33212025-02-28T22:04:32.823Z[ helios-setup] Feb 28 22:04:31.672 INFO E| Compiling unicode-bidi v0.3.13
33222025-02-28T22:04:33.107Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33232025-02-28T22:04:35.487Z[ host-package] Compiling kstat-rs v0.2.4
33242025-02-28T22:04:35.818Z[ helios-setup] Feb 28 22:04:34.669 INFO E| Compiling idna v0.3.0
33252025-02-28T22:04:36.017Z[ helios-setup] Feb 28 22:04:34.867 INFO E| Compiling time v0.3.36
33262025-02-28T22:04:36.996Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33272025-02-28T22:04:37.719Z[ helios-setup] Feb 28 22:04:36.569 INFO E| Compiling pest v2.5.7
33282025-02-28T22:04:37.882Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33292025-02-28T22:04:38.489Z[ helios-setup] Feb 28 22:04:37.318 INFO E| Compiling tracing v0.1.37
33302025-02-28T22:04:39.141Z[ host-package] Compiling proc-macro-error2 v2.0.1
33312025-02-28T22:04:40.823Z[ helios-setup] Feb 28 22:04:39.673 INFO E| Compiling smallvec v1.10.0
33322025-02-28T22:04:40.995Z[ helios-setup] Feb 28 22:04:39.845 INFO E| Compiling toml v0.5.11
33332025-02-28T22:04:41.729Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342025-02-28T22:04:43.280Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
33352025-02-28T22:04:43.974Z[ helios-setup] Feb 28 22:04:42.824 INFO E| Compiling parking_lot v0.12.1
33362025-02-28T22:04:44.352Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33372025-02-28T22:04:44.651Z[ helios-setup] Feb 28 22:04:43.501 INFO E| Compiling serde_tokenstream v0.2.0
33382025-02-28T22:04:46.231Z[ host-package] Compiling nanorand v0.7.0
33392025-02-28T22:04:46.608Z[ helios-setup] Feb 28 22:04:45.457 INFO E| Compiling crossbeam-channel v0.5.6
33402025-02-28T22:04:47.043Z[ helios-setup] Feb 28 22:04:45.891 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33412025-02-28T22:04:48.046Z[ helios-setup] Feb 28 22:04:46.895 INFO E| Compiling dirs-sys-next v0.1.2
33422025-02-28T22:04:48.132Z[ host-package] Compiling parking_lot_core v0.8.6
33432025-02-28T22:04:48.635Z[ helios-setup] Feb 28 22:04:47.484 INFO E| Compiling time v0.1.45
33442025-02-28T22:04:49.438Z[ host-package] Compiling flume v0.11.1
33452025-02-28T22:04:50.038Z[ helios-setup] Feb 28 22:04:48.887 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33462025-02-28T22:04:51.452Z[ helios-setup] Feb 28 22:04:50.300 INFO E| Compiling semver v1.0.17
33472025-02-28T22:04:51.793Z[ helios-setup] Feb 28 22:04:50.642 INFO E| Compiling crc32fast v1.3.2
33482025-02-28T22:04:51.999Z[ helios-setup] Feb 28 22:04:50.847 INFO E| Compiling iana-time-zone v0.1.56
33492025-02-28T22:04:53.815Z[ helios-setup] Feb 28 22:04:52.663 INFO E| Compiling dirs-next v2.0.0
33502025-02-28T22:04:54.610Z[ helios-setup] Feb 28 22:04:53.458 INFO E| Compiling proc-macro-crate v1.2.1
33512025-02-28T22:04:56.342Z[ helios-setup] Feb 28 22:04:55.190 INFO E| Compiling semver-parser v0.10.2
33522025-02-28T22:04:57.018Z[ helios-setup] Feb 28 22:04:55.865 INFO E| Compiling url v2.3.1
33532025-02-28T22:04:59.266Z[ helios-setup] Feb 28 22:04:58.113 INFO E| Compiling futures-executor v0.3.28
33542025-02-28T22:05:00.329Z[ helios-setup] Feb 28 22:04:59.176 INFO E| Compiling thread_local v1.1.7
33552025-02-28T22:05:00.792Z[ helios-setup] Feb 28 22:04:59.638 INFO E| Compiling same-file v1.0.6
33562025-02-28T22:05:01.473Z[ helios-setup] Feb 28 22:05:00.320 INFO E| Compiling rayon-core v1.10.2
33572025-02-28T22:05:01.591Z[ helios-setup] Feb 28 22:05:00.438 INFO E| Compiling try-lock v0.2.4
33582025-02-28T22:05:01.962Z[ helios-setup] Feb 28 22:05:00.807 INFO E| Compiling adler v1.0.2
33592025-02-28T22:05:02.085Z[ helios-setup] Feb 28 22:05:00.932 INFO E| Compiling want v0.3.0
33602025-02-28T22:05:02.647Z[ helios-setup] Feb 28 22:05:01.493 INFO E| Compiling tokio-util v0.7.7
33612025-02-28T22:05:02.699Z[ helios-setup] Feb 28 22:05:01.545 INFO E| Compiling miniz_oxide v0.6.2
33622025-02-28T22:05:03.154Z[ helios-setup] Feb 28 22:05:02.001 INFO E| Compiling walkdir v2.3.3
33632025-02-28T22:05:03.337Z[ helios-setup] Feb 28 22:05:02.184 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33642025-02-28T22:05:06.196Z[ helios-setup] Feb 28 22:05:05.043 INFO E| Compiling h2 v0.3.16
33652025-02-28T22:05:07.530Z[ helios-setup] Feb 28 22:05:06.376 INFO E| Compiling futures v0.3.28
33662025-02-28T22:05:08.359Z[ helios-setup] Feb 28 22:05:07.205 INFO E| Compiling semver v0.11.0
33672025-02-28T22:05:09.136Z[ helios-setup] Feb 28 22:05:07.982 INFO E| Compiling num_enum_derive v0.5.7
33682025-02-28T22:05:09.411Z[ helios-setup] Feb 28 22:05:08.257 INFO E| Compiling crossbeam-deque v0.8.2
33692025-02-28T22:05:10.002Z[ helios-setup] Feb 28 22:05:08.847 INFO E| Compiling term v0.7.0
33702025-02-28T22:05:11.075Z[ host-package] Compiling mime_guess v2.0.5
33712025-02-28T22:05:13.273Z[ helios-setup] Feb 28 22:05:12.117 INFO E| Compiling http-body v0.4.5
33722025-02-28T22:05:13.500Z[ host-package] Compiling tabled_derive v0.10.0
33732025-02-28T22:05:14.279Z[ helios-setup] Feb 28 22:05:13.123 INFO E| Compiling sha2 v0.10.6
33742025-02-28T22:05:14.527Z[ helios-setup] Feb 28 22:05:13.371 INFO E| Compiling ring v0.16.20
33752025-02-28T22:05:16.647Z[ helios-setup] Feb 28 22:05:15.491 INFO E| Compiling rand_core v0.6.4
33762025-02-28T22:05:17.818Z[ helios-setup] Feb 28 22:05:16.663 INFO E| Compiling atty v0.2.14
33772025-02-28T22:05:18.214Z[ helios-setup] Feb 28 22:05:17.053 INFO E| Compiling home v0.5.4
33782025-02-28T22:05:18.806Z[ helios-setup] Feb 28 22:05:17.650 INFO E| Compiling httpdate v1.0.2
33792025-02-28T22:05:18.993Z[ host-package] Compiling papergrid v0.14.0
33802025-02-28T22:05:19.101Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33812025-02-28T22:05:20.167Z[ helios-setup] Feb 28 22:05:19.009 INFO E| Compiling utf8parse v0.2.1
33822025-02-28T22:05:20.226Z[ helios-setup] Feb 28 22:05:19.070 INFO E| Compiling lazy_static v1.4.0
33832025-02-28T22:05:20.510Z[ helios-setup] Feb 28 22:05:19.354 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33842025-02-28T22:05:20.554Z[ helios-setup] Feb 28 22:05:19.398 INFO E| Compiling tower-service v0.3.2
33852025-02-28T22:05:21.025Z[ helios-setup] Feb 28 22:05:19.868 INFO E| Compiling base64 v0.21.0
33862025-02-28T22:05:21.359Z[ helios-setup] Feb 28 22:05:20.202 INFO E| Compiling fastrand v1.9.0
33872025-02-28T22:05:21.586Z[ helios-setup] Feb 28 22:05:20.430 INFO E| Compiling ppv-lite86 v0.2.17
33882025-02-28T22:05:22.494Z[ helios-setup] Feb 28 22:05:21.337 INFO E| Compiling tempfile v3.5.0
33892025-02-28T22:05:23.325Z[ helios-setup] Feb 28 22:05:22.168 INFO E| Compiling rand_chacha v0.3.1
33902025-02-28T22:05:23.523Z[ helios-setup] Feb 28 22:05:22.366 INFO E| Compiling hyper v0.14.25
33912025-02-28T22:05:23.771Z[ helios-setup] Feb 28 22:05:22.615 INFO E| Compiling toolchain_find v0.2.0
33922025-02-28T22:05:23.976Z[ helios-setup] Feb 28 22:05:22.819 INFO E| Compiling anstyle-parse v0.1.1
33932025-02-28T22:05:25.315Z[ helios-setup] Feb 28 22:05:24.158 INFO E| Compiling slog-term v2.9.0
33942025-02-28T22:05:27.867Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33952025-02-28T22:05:30.148Z[ helios-setup] Feb 28 22:05:28.990 INFO E| Compiling num_enum v0.5.7
33962025-02-28T22:05:36.052Z[ helios-setup] Feb 28 22:05:34.894 INFO E| Compiling cargo-lock v8.0.3
33972025-02-28T22:05:37.490Z[ helios-setup] Feb 28 22:05:36.331 INFO E| Compiling flate2 v1.0.25
33982025-02-28T22:05:41.787Z[ helios-setup] Feb 28 22:05:40.626 INFO E| Compiling serde_urlencoded v0.7.1
33992025-02-28T22:05:42.329Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002025-02-28T22:05:43.316Z[ helios-setup] Feb 28 22:05:42.156 INFO E| Compiling is-terminal v0.4.7
34012025-02-28T22:05:43.555Z[ helios-setup] Feb 28 22:05:42.395 INFO E| Compiling sha1 v0.10.5
34022025-02-28T22:05:43.935Z[ helios-setup] Feb 28 22:05:42.775 INFO E| Compiling concolor-query v0.3.3
34032025-02-28T22:05:44.198Z[ helios-setup] Feb 28 22:05:43.035 INFO E| Compiling anstyle v0.3.5
34042025-02-28T22:05:44.636Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
34052025-02-28T22:05:45.665Z[ helios-setup] Feb 28 22:05:44.505 INFO E| Compiling either v1.8.0
34062025-02-28T22:05:46.745Z[ helios-setup] Feb 28 22:05:45.583 INFO E| Compiling concolor-override v1.0.0
34072025-02-28T22:05:48.573Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
34082025-02-28T22:05:48.972Z[ helios-setup] Feb 28 22:05:47.811 INFO E| Compiling anstream v0.2.6
34092025-02-28T22:05:49.582Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
34102025-02-28T22:05:50.939Z[ helios-setup] Feb 28 22:05:49.778 INFO E| Compiling rayon v1.6.1
34112025-02-28T22:05:51.142Z[ helios-setup] Feb 28 22:05:49.981 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34122025-02-28T22:05:51.146Z[ host-package] Compiling tabled v0.18.0
34132025-02-28T22:05:51.736Z[ helios-setup] Feb 28 22:05:50.574 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34142025-02-28T22:05:52.400Z[ helios-setup] Feb 28 22:05:51.239 INFO E| Compiling rand v0.8.5
34152025-02-28T22:05:53.863Z[ helios-setup] Feb 28 22:05:52.701 INFO E| Compiling rustfmt-wrapper v0.2.0
34162025-02-28T22:05:55.098Z[ helios-setup] Feb 28 22:05:53.936 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34172025-02-28T22:05:55.302Z[ helios-setup] Feb 28 22:05:54.140 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34182025-02-28T22:05:55.744Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34192025-02-28T22:05:55.840Z[ helios-setup] Feb 28 22:05:54.678 INFO E| Compiling openapiv3 v1.0.2
34202025-02-28T22:05:56.660Z[ helios-setup] Feb 28 22:05:55.498 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34212025-02-28T22:05:57.325Z[ helios-setup] Feb 28 22:05:56.163 INFO E| Compiling encoding_rs v0.8.32
34222025-02-28T22:05:59.684Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34232025-02-28T22:06:01.569Z[ helios-setup] Feb 28 22:06:00.405 INFO E| Compiling mime v0.3.17
34242025-02-28T22:06:02.146Z[ helios-setup] Feb 28 22:06:00.983 INFO E| Compiling unsafe-libyaml v0.2.8
34252025-02-28T22:06:03.303Z[ host-package] Compiling itertools v0.13.0
34262025-02-28T22:06:03.624Z[ helios-setup] Feb 28 22:06:02.460 INFO E| Compiling utf-8 v0.7.6
34272025-02-28T22:06:03.752Z[ helios-setup] Feb 28 22:06:02.589 INFO E| Compiling base64 v0.13.1
34282025-02-28T22:06:04.460Z[ helios-setup] Feb 28 22:06:03.296 INFO E| Compiling clap_lex v0.4.1
34292025-02-28T22:06:05.442Z[ helios-setup] Feb 28 22:06:04.278 INFO E| Compiling byteorder v1.4.3
34302025-02-28T22:06:05.578Z[ helios-setup] Feb 28 22:06:04.410 INFO E| Compiling strsim v0.10.0
34312025-02-28T22:06:05.798Z[ helios-setup] Feb 28 22:06:04.634 INFO E| Compiling spin v0.5.2
34322025-02-28T22:06:06.398Z[ helios-setup] Feb 28 22:06:05.234 INFO E| Compiling ipnet v2.7.2
34332025-02-28T22:06:06.688Z[ helios-setup] Feb 28 22:06:05.524 INFO E| Compiling untrusted v0.7.1
34342025-02-28T22:06:07.310Z[ helios-setup] Feb 28 22:06:06.146 INFO E| Compiling project-root v0.2.2
34352025-02-28T22:06:07.915Z[ helios-setup] Feb 28 22:06:06.751 INFO E| Compiling reqwest v0.11.16
34362025-02-28T22:06:08.920Z[ helios-setup] Feb 28 22:06:07.756 INFO E| Compiling tungstenite v0.18.0
34372025-02-28T22:06:09.133Z[ helios-setup] Feb 28 22:06:07.969 INFO E| Compiling clap_builder v4.2.1
34382025-02-28T22:06:10.467Z[ host-package] Compiling vergen v8.3.2
34392025-02-28T22:06:10.654Z[ helios-setup] Feb 28 22:06:09.489 INFO E| Compiling serde_yaml v0.9.21
34402025-02-28T22:06:11.310Z[ host-package] Compiling castaway v0.2.3
34412025-02-28T22:06:11.519Z[ host-package] Compiling nibble_vec v0.1.0
34422025-02-28T22:06:11.785Z[ host-package] Compiling cargo-platform v0.1.8
34432025-02-28T22:06:12.241Z[ host-package] Compiling atty v0.2.14
34442025-02-28T22:06:12.266Z[ helios-setup] Feb 28 22:06:11.101 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34452025-02-28T22:06:12.290Z[ host-package] Compiling endian-type v0.1.2
34462025-02-28T22:06:12.843Z[ host-package] Compiling salty v0.3.0
34472025-02-28T22:06:12.985Z[ host-package] Compiling io-lifetimes v1.0.11
34482025-02-28T22:06:13.128Z[ host-package] Compiling http-range v0.1.5
34492025-02-28T22:06:13.921Z[ host-package] Compiling radix_trie v0.2.1
34502025-02-28T22:06:14.559Z[ host-package] Compiling cargo_metadata v0.18.1
34512025-02-28T22:06:15.705Z[ host-package] Compiling tough v0.19.0
34522025-02-28T22:06:15.955Z[ host-package] Compiling compact_str v0.8.0
34532025-02-28T22:06:17.593Z[ helios-setup] Feb 28 22:06:16.428 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34542025-02-28T22:06:18.044Z[ host-package] Compiling unicode-truncate v1.1.0
34552025-02-28T22:06:18.830Z[ host-package] Compiling git2 v0.19.0
34562025-02-28T22:06:19.331Z[ helios-setup] Feb 28 22:06:18.165 INFO E| Compiling clap_derive v4.2.0
34572025-02-28T22:06:21.091Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34582025-02-28T22:06:21.879Z[ helios-setup] Feb 28 22:06:20.711 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34592025-02-28T22:06:28.018Z[ helios-setup] Feb 28 22:06:26.851 INFO E| Compiling clap v4.2.1
34602025-02-28T22:06:31.606Z[ host-package] Compiling parking_lot v0.11.2
34612025-02-28T22:06:35.134Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34622025-02-28T22:06:35.632Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
34632025-02-28T22:06:37.740Z[ host-package] Compiling lru v0.12.5
34642025-02-28T22:06:38.689Z[ host-package] Compiling rand_seeder v0.3.0
34652025-02-28T22:06:39.551Z[ host-package] Compiling lzma-sys v0.1.20
34662025-02-28T22:06:41.126Z[ host-package] Compiling instability v0.3.2
34672025-02-28T22:06:42.658Z[ host-package] Compiling indoc v2.0.5
34682025-02-28T22:06:42.726Z[ host-package] Compiling rustix v0.37.28
34692025-02-28T22:06:43.606Z[ host-package] Compiling rustls v0.21.12
34702025-02-28T22:06:44.361Z[ host-package] Compiling cassowary v0.3.0
34712025-02-28T22:06:44.633Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34722025-02-28T22:06:45.159Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732025-02-28T22:06:45.466Z[ host-package] Compiling hyper-staticfile v0.10.1
34742025-02-28T22:06:45.572Z[ helios-setup] Feb 28 22:06:44.402 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34752025-02-28T22:06:45.721Z[ host-package] Compiling ratatui v0.29.0
34762025-02-28T22:06:47.576Z[ helios-setup] Feb 28 22:06:46.406 INFO E| Compiling tokio-tungstenite v0.18.0
34772025-02-28T22:06:47.864Z[ helios-setup] Feb 28 22:06:46.693 INFO E| Compiling smartstring v1.0.1
34782025-02-28T22:06:48.736Z[ helios-setup] Feb 28 22:06:47.566 INFO E| Compiling rustls v0.21.0
34792025-02-28T22:06:49.540Z[ helios-setup] Feb 28 22:06:48.369 INFO E| Compiling serde_spanned v0.6.1
34802025-02-28T22:06:49.903Z[ helios-setup] Feb 28 22:06:48.732 INFO E| Compiling toml_datetime v0.6.1
34812025-02-28T22:06:50.075Z[ host-package] Compiling sled v0.34.7
34822025-02-28T22:06:50.328Z[ helios-setup] Feb 28 22:06:49.158 INFO E| Compiling slog-async v2.7.0
34832025-02-28T22:06:51.235Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34842025-02-28T22:06:51.489Z[ helios-setup] Feb 28 22:06:50.318 INFO E| Compiling camino v1.1.4
34852025-02-28T22:06:51.706Z[ helios-setup] Feb 28 22:06:50.534 INFO E| Compiling winnow v0.4.1
34862025-02-28T22:06:53.179Z[ helios-setup] Feb 28 22:06:52.007 INFO E| Compiling paste v1.0.12
34872025-02-28T22:06:54.779Z[ host-package] Compiling hickory-client v0.24.4
34882025-02-28T22:06:55.059Z[ helios-setup] Feb 28 22:06:53.887 INFO E| Compiling static_assertions v1.1.0
34892025-02-28T22:06:55.332Z[ helios-setup] Feb 28 22:06:54.160 INFO E| Compiling match_cfg v0.1.0
34902025-02-28T22:06:55.747Z[ helios-setup] Feb 28 22:06:54.574 INFO E| Compiling async-trait v0.1.68
34912025-02-28T22:06:57.304Z[ helios-setup] Feb 28 22:06:56.132 INFO E| Compiling hostname v0.3.1
34922025-02-28T22:06:58.406Z[ helios-setup] Feb 28 22:06:57.234 INFO E| Compiling toml_edit v0.19.8
34932025-02-28T22:07:00.413Z[ helios-setup] Feb 28 22:06:59.240 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34942025-02-28T22:07:02.669Z[ helios-setup] Feb 28 22:07:01.496 INFO E| Compiling slog-json v2.6.1
34952025-02-28T22:07:03.919Z[ helios-setup] Feb 28 22:07:02.456 INFO E| Compiling bincode v1.3.3
34962025-02-28T22:07:04.557Z[ helios-setup] Feb 28 22:07:03.384 INFO E| Compiling unicode-linebreak v0.1.4
34972025-02-28T22:07:05.990Z[ helios-setup] Feb 28 22:07:04.817 INFO E| Compiling async-stream-impl v0.3.5
34982025-02-28T22:07:08.793Z[ helios-setup] Feb 28 22:07:07.620 INFO E| Compiling rhai_codegen v1.5.0
34992025-02-28T22:07:09.618Z[ helios-setup] Feb 28 22:07:08.444 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35002025-02-28T22:07:10.800Z[ helios-setup] Feb 28 22:07:09.626 INFO E| Compiling take_mut v0.2.2
35012025-02-28T22:07:14.086Z[ helios-setup] Feb 28 22:07:12.911 INFO E| Compiling rhai v1.14.0
35022025-02-28T22:07:16.305Z[ helios-setup] Feb 28 22:07:15.130 INFO E| Compiling async-stream v0.3.5
35032025-02-28T22:07:16.546Z[ helios-setup] Feb 28 22:07:15.370 INFO E| Compiling toml v0.7.3
35042025-02-28T22:07:17.468Z[ helios-setup] Feb 28 22:07:16.293 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
35052025-02-28T22:07:19.978Z[ helios-setup] Feb 28 22:07:18.802 INFO E| Compiling slog-bunyan v2.4.0
35062025-02-28T22:07:26.319Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35072025-02-28T22:07:27.413Z[ helios-setup] Feb 28 22:07:26.236 INFO E| Compiling rustls-pemfile v1.0.2
35082025-02-28T22:07:27.503Z[ helios-setup] Feb 28 22:07:26.326 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35092025-02-28T22:07:28.753Z[ helios-setup] Feb 28 22:07:27.576 INFO E| Compiling serde_path_to_error v0.1.11
35102025-02-28T22:07:28.869Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35112025-02-28T22:07:28.947Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35122025-02-28T22:07:29.042Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
35132025-02-28T22:07:31.442Z[ helios-setup] Feb 28 22:07:30.265 INFO E| Compiling terminal_size v0.2.6
35142025-02-28T22:07:31.627Z[ helios-setup] Feb 28 22:07:30.449 INFO E| Compiling smawk v0.3.1
35152025-02-28T22:07:32.258Z[ helios-setup] Feb 28 22:07:31.081 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35162025-02-28T22:07:32.370Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35172025-02-28T22:07:32.389Z[ helios-setup] Feb 28 22:07:31.211 INFO E| Compiling textwrap v0.16.0
35182025-02-28T22:07:33.369Z[ host-package] Compiling rustls-webpki v0.101.7
35192025-02-28T22:07:38.510Z[ host-package] Compiling sct v0.7.1
35202025-02-28T22:07:39.509Z[ host-package] Compiling hickory-server v0.24.4
35212025-02-28T22:07:41.080Z[ host-package] Compiling primeorder v0.13.6
35222025-02-28T22:07:42.406Z[ host-package] Compiling heck v0.3.3
35232025-02-28T22:07:43.137Z[ helios-setup] Feb 28 22:07:41.957 INFO E| Compiling rustls-webpki v0.100.1
35242025-02-28T22:07:43.158Z[ helios-setup] Feb 28 22:07:41.979 INFO E| Compiling sct v0.7.0
35252025-02-28T22:07:43.388Z[ host-package] Compiling env_filter v0.1.2
35262025-02-28T22:07:45.832Z[ host-package] Compiling csv-core v0.1.11
35272025-02-28T22:07:47.446Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
35282025-02-28T22:07:48.295Z[ helios-setup] Feb 28 22:07:47.115 INFO E| Compiling git2 v0.16.1
35292025-02-28T22:07:48.524Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35302025-02-28T22:07:50.312Z[ host-package] Compiling csv v1.3.1
35312025-02-28T22:07:52.107Z[ helios-setup] Feb 28 22:07:50.926 INFO E| Compiling tokio-rustls v0.24.0
35322025-02-28T22:07:53.374Z[ host-package] Compiling env_logger v0.11.5
35332025-02-28T22:07:55.653Z[ helios-setup] Feb 28 22:07:54.471 INFO E| Compiling built v0.6.0
35342025-02-28T22:07:55.967Z[ host-package] Compiling zone_cfg_derive v0.1.2
35352025-02-28T22:07:57.154Z[ helios-setup] Feb 28 22:07:55.972 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35362025-02-28T22:07:58.792Z[ host-package] Compiling p384 v0.13.0
35372025-02-28T22:07:59.886Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35382025-02-28T22:08:00.078Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35392025-02-28T22:08:00.213Z[ helios-setup] Feb 28 22:07:59.030 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35402025-02-28T22:08:02.726Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35412025-02-28T22:08:03.839Z[ helios-setup] Feb 28 22:08:02.656 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35422025-02-28T22:08:04.458Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35432025-02-28T22:08:04.677Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35442025-02-28T22:08:06.795Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35452025-02-28T22:08:07.762Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35462025-02-28T22:08:08.455Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35472025-02-28T22:08:09.102Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35482025-02-28T22:08:09.795Z[ host-package] Compiling nix v0.27.1
35492025-02-28T22:08:10.844Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35502025-02-28T22:08:12.534Z[ host-package] Compiling tungstenite v0.23.0
35512025-02-28T22:08:15.168Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
35522025-02-28T22:08:15.807Z[ host-package] Compiling base64 v0.13.1
35532025-02-28T22:08:16.033Z[ host-package] Compiling tokio-tungstenite v0.23.1
35542025-02-28T22:08:17.462Z[ host-package] Compiling ron v0.7.1
35552025-02-28T22:08:21.791Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35562025-02-28T22:08:23.071Z[ host-package] Compiling tokio-rustls v0.24.1
35572025-02-28T22:08:23.673Z[ host-package] Compiling xz2 v0.1.7
35582025-02-28T22:08:24.471Z[ host-package] Compiling terminal_size v0.2.6
35592025-02-28T22:08:24.742Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35602025-02-28T22:08:24.838Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35612025-02-28T22:08:25.075Z[ host-package] Compiling zone v0.1.8
35622025-02-28T22:08:28.570Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35632025-02-28T22:08:29.786Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35642025-02-28T22:08:31.346Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35652025-02-28T22:08:34.434Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35662025-02-28T22:08:35.277Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35672025-02-28T22:08:35.896Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35682025-02-28T22:08:38.709Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35692025-02-28T22:08:38.714Z[ helios-setup] Feb 28 22:08:37.485 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35702025-02-28T22:08:39.559Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35712025-02-28T22:08:42.157Z[ helios-setup] Feb 28 22:08:40.968 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35722025-02-28T22:08:45.033Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35732025-02-28T22:08:45.990Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35742025-02-28T22:08:46.939Z[ host-package] Compiling rustls-pemfile v1.0.4
35752025-02-28T22:08:47.707Z[ host-package] Compiling signal-hook-tokio v0.3.1
35762025-02-28T22:08:47.956Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35772025-02-28T22:08:48.387Z[ host-package] Compiling twox-hash v2.1.0
35782025-02-28T22:08:48.801Z[ host-package] Compiling yasna v0.5.2
35792025-02-28T22:08:50.757Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35802025-02-28T22:08:51.502Z[ host-package] Compiling smawk v0.3.2
35812025-02-28T22:08:52.359Z[ host-package] Compiling unicode-linebreak v0.1.5
35822025-02-28T22:08:54.207Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35832025-02-28T22:08:55.677Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35842025-02-28T22:08:55.983Z[ host-package] Compiling glob v0.3.2
35852025-02-28T22:08:59.162Z[ host-package] Compiling is_ci v1.2.0
35862025-02-28T22:08:59.736Z[ host-package] Compiling supports-color v3.0.2
35872025-02-28T22:09:00.097Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35882025-02-28T22:09:00.749Z[ host-package] Compiling textwrap v0.16.1
35892025-02-28T22:09:06.998Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35902025-02-28T22:09:07.112Z[ host-package] Compiling rcgen v0.12.1
35912025-02-28T22:09:07.655Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35922025-02-28T22:09:14.144Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35932025-02-28T22:09:20.193Z[ helios-setup] Feb 28 22:09:18.998 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35942025-02-28T22:09:23.452Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35952025-02-28T22:09:24.052Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35962025-02-28T22:09:26.564Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35972025-02-28T22:09:31.924Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35982025-02-28T22:09:54.233Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35992025-02-28T22:09:54.295Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002025-02-28T22:10:02.754Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36012025-02-28T22:10:11.758Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36022025-02-28T22:10:15.396Z[ helios-setup] Feb 28 22:10:14.192 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s
36032025-02-28T22:10:15.518Z[ helios-setup] Feb 28 22:10:14.313 INFO building project "pilot" ok (394 seconds)
36042025-02-28T22:10:15.522Z[ helios-setup] rm -f helios-build
36052025-02-28T22:10:15.526Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36062025-02-28T22:10:15.526Z[ helios-setup]
36072025-02-28T22:10:15.530Z[ helios-setup] Setup complete! ./helios-build is now available.
36082025-02-28T22:10:15.530Z[ helios-setup]
36092025-02-28T22:10:15.533Z[ helios-setup]
36102025-02-28T22:10:15.533ZFeb 28 22:10:14.327[ helios-setup] real 11:41.805831177
36112025-02-28T22:10:15.533Z INFO [helios-setup] process exited with exit status: 0 (701.81157135s)
36122025-02-28T22:10:15.533Z[ helios-setup] user 28:30.410193571
36132025-02-28T22:10:15.533Z[ helios-setup] sys 2:48.423066156
36142025-02-28T22:10:15.533Z[ helios-setup] trap 1.831934872
36152025-02-28T22:10:15.533Z[ helios-setup] tflt 5.870755189
36162025-02-28T22:10:15.533Z[ helios-setup] dflt 24.792257091
36172025-02-28T22:10:15.533Z[ helios-setup] kflt 0.000319748
36182025-02-28T22:10:15.533Z[ helios-setup] lock 1:57:09.164570728
36192025-02-28T22:10:15.533Z[ helios-setup] slp 3:37:51.913845832
36202025-02-28T22:10:15.533Z[ helios-setup] lat 32:17.237344216
36212025-02-28T22:10:15.534Z[ helios-setup] stop 4:38.535718739
36222025-02-28T22:10:15.534ZFeb 28 22:10:14.328 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36232025-02-28T22:10:15.559Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36242025-02-28T22:10:15.769Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36252025-02-28T22:10:15.769Z[ phbl-toolchain] info: downloading component 'cargo'
36262025-02-28T22:10:17.538Z[ phbl-toolchain] info: downloading component 'clippy'
36272025-02-28T22:10:17.830Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36282025-02-28T22:10:19.484Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36292025-02-28T22:10:21.939Z[ phbl-toolchain] info: downloading component 'miri'
36302025-02-28T22:10:22.090Z[ phbl-toolchain] info: downloading component 'rust-docs'
36312025-02-28T22:10:22.676Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36322025-02-28T22:10:23.304Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36332025-02-28T22:10:23.820Z[ phbl-toolchain] info: downloading component 'rust-src'
36342025-02-28T22:10:24.126Z[ phbl-toolchain] info: downloading component 'rust-std'
36352025-02-28T22:10:25.730Z[ phbl-toolchain] info: downloading component 'rustc'
36362025-02-28T22:10:27.223Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36372025-02-28T22:10:31.942Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
36382025-02-28T22:10:32.561Z[ phbl-toolchain] info: downloading component 'rustfmt'
36392025-02-28T22:10:32.769Z[ phbl-toolchain] info: installing component 'cargo'
36402025-02-28T22:10:33.529Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36412025-02-28T22:10:34.144Z[ phbl-toolchain] info: installing component 'clippy'
36422025-02-28T22:10:34.676Z[ phbl-toolchain] info: installing component 'llvm-tools'
36432025-02-28T22:10:35.271Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36442025-02-28T22:10:35.698Z[ host-package] Compiling fatfs v0.3.6
36452025-02-28T22:10:36.356Z[ host-package] Compiling subprocess v0.2.9
36462025-02-28T22:10:38.600Z[ host-package] Compiling rtoolbox v0.0.2
36472025-02-28T22:10:38.709Z[ host-package] Compiling assert_matches v1.5.0
36482025-02-28T22:10:38.918Z[ host-package] Compiling rpassword v7.3.1
36492025-02-28T22:10:39.380Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36502025-02-28T22:10:39.538Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36512025-02-28T22:10:40.434Z[ phbl-toolchain] info: installing component 'miri'
36522025-02-28T22:10:40.741Z[ phbl-toolchain] info: installing component 'rust-docs'
36532025-02-28T22:10:41.768Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36542025-02-28T22:10:48.100Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36552025-02-28T22:10:48.842Z[ phbl-toolchain] info: installing component 'rust-src'
36562025-02-28T22:10:49.548Z[ phbl-toolchain] info: installing component 'rust-std'
36572025-02-28T22:10:51.909Z[ phbl-toolchain] info: installing component 'rustc'
36582025-02-28T22:10:54.379Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36592025-02-28T22:10:56.067Z[ host-package] Compiling tui-tree-widget v0.23.0
36602025-02-28T22:10:56.696Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36612025-02-28T22:11:01.471Z[ phbl-toolchain] info: installing component 'rustfmt'
36622025-02-28T22:11:01.979Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36632025-02-28T22:11:01.983ZFeb 28 22:11:00.771 INFO [phbl-toolchain] process exited with exit status: 0 (46.442685453s)
36642025-02-28T22:11:10.517Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36652025-02-28T22:11:10.898Z[ host-package] Compiling uzers v0.12.1
36662025-02-28T22:11:14.044Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36672025-02-28T22:11:16.502Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36682025-02-28T22:11:16.829Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36692025-02-28T22:11:33.182Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36702025-02-28T22:11:43.924Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36712025-02-28T22:11:43.964Z[ host-package] Compiling multimap v0.10.0
36722025-02-28T22:14:00.289Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36732025-02-28T22:21:26.530Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 07s
36742025-02-28T22:22:38.396ZFeb 28 22:22:37.072 INFO [host-package] process exited with exit status: 0 (1340.036706014s)
36752025-02-28T22:22:38.407ZFeb 28 22:22:37.072 INFO [host-stamp] running task
36762025-02-28T22:22:38.407ZFeb 28 22:22:37.073 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36772025-02-28T22:22:38.407ZFeb 28 22:22:37.073 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git83c0128c499
36782025-02-28T22:22:38.449ZFeb 28 22:22:37.091 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git83c0128c499
36792025-02-28T22:22:38.449Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36802025-02-28T22:22:38.450ZFeb 28 22:22:37.099 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git83c0128c499
36812025-02-28T22:22:38.450Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36822025-02-28T22:22:38.533Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36832025-02-28T22:22:38.533ZFeb 28 22:22:37.110 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git83c0128c499
36842025-02-28T22:22:38.533Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-28T22:22:38.533ZFeb 28 22:22:37.122 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git83c0128c499
36862025-02-28T22:22:38.533Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36872025-02-28T22:22:38.533ZFeb 28 22:22:37.136 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git83c0128c499
36882025-02-28T22:22:38.569Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36892025-02-28T22:22:38.569ZFeb 28 22:22:37.151 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git83c0128c499
36902025-02-28T22:22:38.579Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36912025-02-28T22:22:38.579Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36922025-02-28T22:22:38.579ZFeb 28 22:22:37.168 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git83c0128c499
36932025-02-28T22:22:38.579Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36942025-02-28T22:22:38.579Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36952025-02-28T22:22:38.579ZFeb 28 22:22:37.188 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (52.397248ms)
36962025-02-28T22:22:38.579ZFeb 28 22:22:37.189 INFO [stamp-overlay] process exited with exit status: 0 (37.372816ms)
36972025-02-28T22:22:38.579Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36982025-02-28T22:22:38.579Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36992025-02-28T22:22:38.579Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37002025-02-28T22:22:38.579ZFeb 28 22:22:37.219 INFO [stamp-oxlog] process exited with exit status: 0 (50.411867ms)
37012025-02-28T22:22:38.579ZFeb 28 22:22:37.220 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (120.460954ms)
37022025-02-28T22:22:38.687Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37032025-02-28T22:22:38.699ZFeb 28 22:22:37.364 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.272471ms)
37042025-02-28T22:22:38.890Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
37052025-02-28T22:22:38.909ZFeb 28 22:22:37.566 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (456.214029ms)
37062025-02-28T22:22:39.636Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37072025-02-28T22:22:39.649ZFeb 28 22:22:38.315 INFO [stamp-propolis-server] process exited with exit status: 0 (1.241850184s)
37082025-02-28T22:22:39.788Z[recovery-package] Compiling newtype-uuid v1.2.1
37092025-02-28T22:22:40.329Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37102025-02-28T22:22:40.646Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37112025-02-28T22:22:40.650Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37122025-02-28T22:22:40.661Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
37132025-02-28T22:22:40.695Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37142025-02-28T22:22:41.352Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37152025-02-28T22:22:49.056Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37162025-02-28T22:22:49.060ZFeb 28 22:22:47.734 INFO [stamp-switch-asic] process exited with exit status: 0 (10.64256243s)
37172025-02-28T22:22:49.060ZFeb 28 22:22:47.734 INFO [host-stamp] task succeeded (10.661804117s)
37182025-02-28T22:22:49.060ZFeb 28 22:22:47.734 INFO [host-proto] running task
37192025-02-28T22:22:49.517ZFeb 28 22:22:48.191 INFO [host-proto] task succeeded (457.040808ms)
37202025-02-28T22:22:49.517ZFeb 28 22:22:48.191 INFO [host-profile] running task
37212025-02-28T22:22:49.521ZFeb 28 22:22:48.191 INFO [host-profile] task succeeded (249.254µs)
37222025-02-28T22:22:49.521ZFeb 28 22:22:48.191 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.334' -P /tmp/.tmpM2JRTw/proto/host/root -N 'ci 83c0128/${os_short_commit} 2025-02-28 21:58' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37232025-02-28T22:22:49.537Z[ host-image] Feb 28 22:22:48.211 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37242025-02-28T22:22:49.537Z[ host-image] Feb 28 22:22:48.211 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37252025-02-28T22:22:49.551Z[ host-image] Feb 28 22:22:48.225 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpM2JRTw/proto/host/root"
37262025-02-28T22:22:49.552Z[ host-image] Feb 28 22:22:48.225 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37272025-02-28T22:22:49.557Z[ host-image] Feb 28 22:22:48.226 INFO image builder template: ramdisk-01-os...
37282025-02-28T22:22:49.557Z[ host-image] Feb 28 22:22:48.226 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37292025-02-28T22:22:49.573Z[ host-image] Feb 28 22:22:48.246 INFO O| Feb 28 22:22:48.246 INFO CREATE DATASET: rpool/images/build/host/output
37302025-02-28T22:22:49.859Z[ host-image] Feb 28 22:22:48.530 INFO O| Feb 28 22:22:48.530 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37312025-02-28T22:22:49.863Z[ host-image] Feb 28 22:22:48.535 INFO O| Feb 28 22:22:48.535 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37322025-02-28T22:22:49.895Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37332025-02-28T22:22:49.895Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37342025-02-28T22:22:49.899Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37352025-02-28T22:22:49.899Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37362025-02-28T22:22:50.093Z[ host-image] Feb 28 22:22:48.767 INFO O| Feb 28 22:22:48.767 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37372025-02-28T22:22:50.164Z[ host-image] Feb 28 22:22:48.837 INFO O| Feb 28 22:22:48.837 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37382025-02-28T22:22:50.169Z[ host-image] Feb 28 22:22:48.837 INFO O| Feb 28 22:22:48.837 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37392025-02-28T22:22:50.169Z[ host-image] Feb 28 22:22:48.837 INFO O| Feb 28 22:22:48.837 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37402025-02-28T22:22:50.169Z[ host-image] Feb 28 22:22:48.838 INFO O| Feb 28 22:22:48.838 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37412025-02-28T22:22:50.180Z[ host-image] Feb 28 22:22:48.853 INFO O| Feb 28 22:22:48.853 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37422025-02-28T22:22:50.464Z[ host-image] Feb 28 22:22:49.136 INFO O| Feb 28 22:22:49.136 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37432025-02-28T22:22:50.481Z[ host-image] Feb 28 22:22:49.154 INFO O| Feb 28 22:22:49.154 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37442025-02-28T22:22:51.299Z[ host-image] Feb 28 22:22:49.972 INFO O| Feb 28 22:22:49.972 INFO O| Caching catalogs ... Done
37452025-02-28T22:22:51.442Z[ host-image] Feb 28 22:22:50.111 INFO O| Feb 28 22:22:50.111 INFO STEP 0 (pkg_image_create) COMPLETE
37462025-02-28T22:22:51.442Z[ host-image] Feb 28 22:22:50.111 INFO O| Feb 28 22:22:50.111 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37472025-02-28T22:22:51.443Z[ host-image] Feb 28 22:22:50.111 INFO O| Feb 28 22:22:50.111 INFO skip step because feature "repo_redist" is not enabled
37482025-02-28T22:22:51.443Z[ host-image] Feb 28 22:22:50.111 INFO O| Feb 28 22:22:50.111 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492025-02-28T22:22:51.462Z[ host-image] Feb 28 22:22:50.135 INFO O| Feb 28 22:22:50.135 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37502025-02-28T22:22:52.284Z[ host-image] Feb 28 22:22:50.944 INFO O| Feb 28 22:22:50.944 INFO STEP 2 (pkg_set_publisher) COMPLETE
37512025-02-28T22:22:52.284Z[ host-image] Feb 28 22:22:50.944 INFO O| Feb 28 22:22:50.944 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37522025-02-28T22:22:52.290Z[ host-image] Feb 28 22:22:50.963 INFO O| Feb 28 22:22:50.963 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37532025-02-28T22:22:53.341Z[ host-image] Feb 28 22:22:51.541 INFO O| Feb 28 22:22:51.541 INFO STEP 3 (pkg_set_publisher) COMPLETE
37542025-02-28T22:22:53.341Z[ host-image] Feb 28 22:22:51.541 INFO O| Feb 28 22:22:51.541 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552025-02-28T22:22:53.425Z[ host-image] Feb 28 22:22:51.541 INFO O| Feb 28 22:22:51.541 INFO skip step because feature "repo_redist" is not enabled
37562025-02-28T22:22:53.425Z[ host-image] Feb 28 22:22:51.541 INFO O| Feb 28 22:22:51.541 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572025-02-28T22:22:53.461Z[ host-image] Feb 28 22:22:52.133 INFO O| Feb 28 22:22:52.133 INFO variant opensolaris.zone is already global
37582025-02-28T22:22:53.461Z[ host-image] Feb 28 22:22:52.133 INFO O| Feb 28 22:22:52.133 INFO STEP 5 (pkg_change_variant) COMPLETE
37592025-02-28T22:22:53.468Z[ host-image] Feb 28 22:22:52.133 INFO O| Feb 28 22:22:52.133 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602025-02-28T22:22:54.171Z[ host-image] Feb 28 22:22:52.838 INFO O| Feb 28 22:22:52.838 INFO variant opensolaris.imagetype is full; changing to partial
37612025-02-28T22:22:54.171Z[ host-image] Feb 28 22:22:52.838 INFO O| Feb 28 22:22:52.838 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37622025-02-28T22:22:55.323Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37632025-02-28T22:22:57.710Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37642025-02-28T22:22:57.798Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652025-02-28T22:22:58.004Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37662025-02-28T22:23:01.959Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672025-02-28T22:23:02.982Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37682025-02-28T22:23:06.918Z[ host-image] Feb 28 22:23:05.586 INFO O| Feb 28 22:23:05.586 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37692025-02-28T22:23:07.051Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37702025-02-28T22:23:12.797Z[ host-image] Feb 28 22:23:11.465 INFO O| Feb 28 22:23:11.465 INFO O| Startup: Caching catalogs ... Done
37712025-02-28T22:23:12.938Z[ host-image] Feb 28 22:23:11.544 INFO O| Feb 28 22:23:11.544 INFO O| Planning: Planning completed in 0.00 seconds
37722025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.544 INFO O| Feb 28 22:23:11.544 INFO O| Planning: Consolidating action changes ... Done
37732025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.544 INFO O| Feb 28 22:23:11.544 INFO O| Planning: Evaluating mediators ... Done
37742025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.545 INFO O| Feb 28 22:23:11.545 INFO O| Planning: Planning completed in 0.00 seconds
37752025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.545 INFO O| Feb 28 22:23:11.545 INFO O| Variants/Facets to change: 1
37762025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.562 INFO O| Feb 28 22:23:11.562 INFO O| Done
37772025-02-28T22:23:12.990Z[ host-image] Feb 28 22:23:11.562 INFO O| Feb 28 22:23:11.562 INFO O| Done
37782025-02-28T22:23:13.534Z[ host-image] Feb 28 22:23:12.148 INFO O| Feb 28 22:23:12.148 INFO O| Done
37792025-02-28T22:23:13.627Z[ host-image] Feb 28 22:23:12.198 INFO O| Feb 28 22:23:12.198 INFO O| Done
37802025-02-28T22:23:13.627Z[ host-image] Feb 28 22:23:12.199 INFO O| Feb 28 22:23:12.199 INFO O| Done
37812025-02-28T22:23:13.627Z[ host-image] Feb 28 22:23:12.199 INFO O| Feb 28 22:23:12.199 INFO O| Done
37822025-02-28T22:23:13.628Z[ host-image] Feb 28 22:23:12.200 INFO O| Feb 28 22:23:12.200 INFO O| Done
37832025-02-28T22:23:15.047Z[ host-image] Feb 28 22:23:12.656 INFO O| Feb 28 22:23:12.655 INFO STEP 6 (pkg_change_variant) COMPLETE
37842025-02-28T22:23:15.047Z[ host-image] Feb 28 22:23:12.656 INFO O| Feb 28 22:23:12.656 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852025-02-28T22:23:15.059Z[ host-image] Feb 28 22:23:12.656 INFO O| Feb 28 22:23:12.656 INFO skip step because feature "debug_variant" is not enabled
37862025-02-28T22:23:15.059Z[ host-image] Feb 28 22:23:12.656 INFO O| Feb 28 22:23:12.656 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37872025-02-28T22:23:15.059Z[ host-image] Feb 28 22:23:13.063 INFO O| Feb 28 22:23:13.062 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37882025-02-28T22:23:15.369Z[ host-image] Feb 28 22:23:14.030 INFO O| Feb 28 22:23:14.030 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37892025-02-28T22:23:15.384Z[ host-image] Feb 28 22:23:14.032 INFO O| Feb 28 22:23:14.031 INFO O| Planning: Planning completed in 0.00 seconds
37902025-02-28T22:23:15.385Z[ host-image] Feb 28 22:23:14.033 INFO O| Feb 28 22:23:14.033 INFO O| Planning: Consolidating action changes ... Done
37912025-02-28T22:23:15.395Z[ host-image] Feb 28 22:23:14.033 INFO O| Feb 28 22:23:14.033 INFO O| Planning: Evaluating mediators ... Done
37922025-02-28T22:23:15.396Z[ host-image] Feb 28 22:23:14.033 INFO O| Feb 28 22:23:14.033 INFO O| Planning: Planning completed in 0.00 seconds
37932025-02-28T22:23:15.396Z[ host-image] Feb 28 22:23:14.034 INFO O| Feb 28 22:23:14.034 INFO O| Variants/Facets to change: 1
37942025-02-28T22:23:15.464Z[ host-image] Feb 28 22:23:14.122 INFO O| Feb 28 22:23:14.122 INFO O| Done
37952025-02-28T22:23:15.465Z[ host-image] Feb 28 22:23:14.122 INFO O| Feb 28 22:23:14.122 INFO O| Done
37962025-02-28T22:23:16.312Z[ host-image] Feb 28 22:23:14.979 INFO O| Feb 28 22:23:14.979 INFO O| Done
37972025-02-28T22:23:16.424Z[ host-image] Feb 28 22:23:15.072 INFO O| Feb 28 22:23:15.072 INFO O| Done
37982025-02-28T22:23:16.438Z[ host-image] Feb 28 22:23:15.073 INFO O| Feb 28 22:23:15.073 INFO O| Done
37992025-02-28T22:23:16.444Z[ host-image] Feb 28 22:23:15.073 INFO O| Feb 28 22:23:15.073 INFO O| Done
38002025-02-28T22:23:16.444Z[ host-image] Feb 28 22:23:15.075 INFO O| Feb 28 22:23:15.075 INFO O| Done
38012025-02-28T22:23:16.519Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO STEP 8 (pkg_change_facet) COMPLETE
38022025-02-28T22:23:16.519Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032025-02-28T22:23:16.535Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO skip step because feature "recovery" is not enabled
38042025-02-28T22:23:16.535Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052025-02-28T22:23:16.535Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO skip step because feature "recovery" is not enabled
38062025-02-28T22:23:16.535Z[ host-image] Feb 28 22:23:15.169 INFO O| Feb 28 22:23:15.169 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072025-02-28T22:23:16.535Z[ host-image] Feb 28 22:23:15.188 INFO O| Feb 28 22:23:15.187 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38082025-02-28T22:23:20.072Z[ host-image] Feb 28 22:23:16.112 INFO O| Feb 28 22:23:16.112 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092025-02-28T22:23:25.056Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.37s
38102025-02-28T22:23:26.584ZFeb 28 22:23:25.250 INFO [recovery-package] process exited with exit status: 0 (48.176803844s)
38112025-02-28T22:23:26.585ZFeb 28 22:23:25.250 INFO [recovery-stamp] running task
38122025-02-28T22:23:26.603ZFeb 28 22:23:25.250 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38132025-02-28T22:23:26.603ZFeb 28 22:23:25.250 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git83c0128c499
38142025-02-28T22:23:26.623ZFeb 28 22:23:25.270 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git83c0128c499
38152025-02-28T22:23:26.623Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38162025-02-28T22:23:26.632Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38172025-02-28T22:23:26.696Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38182025-02-28T22:23:26.713ZFeb 28 22:23:25.365 INFO [stamp-installinator] process exited with exit status: 0 (114.757244ms)
38192025-02-28T22:23:26.737Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38202025-02-28T22:23:26.751ZFeb 28 22:23:25.403 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.781719ms)
38212025-02-28T22:23:26.751ZFeb 28 22:23:25.403 INFO [recovery-stamp] task succeeded (153.03102ms)
38222025-02-28T22:23:26.751ZFeb 28 22:23:25.403 INFO [recovery-proto] running task
38232025-02-28T22:23:26.751ZFeb 28 22:23:25.403 INFO [tuf-stamp] running task
38242025-02-28T22:23:26.751ZFeb 28 22:23:25.404 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git83c0128c499
38252025-02-28T22:23:26.751ZFeb 28 22:23:25.416 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git83c0128c499
38262025-02-28T22:23:26.763Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38272025-02-28T22:23:26.763ZFeb 28 22:23:25.427 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git83c0128c499
38282025-02-28T22:23:26.771Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38292025-02-28T22:23:26.775ZFeb 28 22:23:25.443 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git83c0128c499
38302025-02-28T22:23:26.791ZFeb 28 22:23:25.457 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git83c0128c499
38312025-02-28T22:23:26.807ZFeb 28 22:23:25.474 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git83c0128c499
38322025-02-28T22:23:26.835ZFeb 28 22:23:25.501 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git83c0128c499
38332025-02-28T22:23:26.840Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38342025-02-28T22:23:26.840Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38352025-02-28T22:23:26.860Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38362025-02-28T22:23:26.885ZFeb 28 22:23:25.552 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git83c0128c499
38372025-02-28T22:23:27.120Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38382025-02-28T22:23:27.129ZFeb 28 22:23:25.781 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git83c0128c499
38392025-02-28T22:23:27.129Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38402025-02-28T22:23:27.320Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38412025-02-28T22:23:27.332Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38422025-02-28T22:23:27.343ZFeb 28 22:23:25.999 INFO [recovery-proto] task succeeded (595.57147ms)
38432025-02-28T22:23:27.429ZFeb 28 22:23:26.030 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git83c0128c499
38442025-02-28T22:23:27.499Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
38452025-02-28T22:23:27.503Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38462025-02-28T22:23:27.503Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38472025-02-28T22:23:27.503ZFeb 28 22:23:26.166 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.334' -P /tmp/.tmpM2JRTw/proto/recovery/root -N 'recovery 83c0128/${os_short_commit} 2025-02-28 21:58' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38482025-02-28T22:23:27.518ZFeb 28 22:23:26.186 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git83c0128c499
38492025-02-28T22:23:27.522Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38502025-02-28T22:23:27.557Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38512025-02-28T22:23:27.558Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38522025-02-28T22:23:27.568ZFeb 28 22:23:26.224 INFO [stamp-ntp] process exited with exit status: 0 (723.140308ms)
38532025-02-28T22:23:27.568ZFeb 28 22:23:26.224 INFO [stamp-probe] process exited with exit status: 0 (797.162315ms)
38542025-02-28T22:23:27.695Z[ recovery-image] Feb 28 22:23:26.362 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38552025-02-28T22:23:27.695Z[ recovery-image] Feb 28 22:23:26.362 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38562025-02-28T22:23:27.724Z[ recovery-image] Feb 28 22:23:26.380 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpM2JRTw/proto/recovery/root"
38572025-02-28T22:23:27.725Z[ recovery-image] Feb 28 22:23:26.380 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38582025-02-28T22:23:27.731Z[ recovery-image] Feb 28 22:23:26.380 INFO image builder template: ramdisk-01-os...
38592025-02-28T22:23:27.731Z[ recovery-image] Feb 28 22:23:26.380 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38602025-02-28T22:23:27.809Z[ recovery-image] Feb 28 22:23:26.477 INFO O| Feb 28 22:23:26.476 INFO CREATE DATASET: rpool/images/build/recovery/output
38612025-02-28T22:23:28.140Z[ recovery-image] Feb 28 22:23:26.807 INFO O| Feb 28 22:23:26.807 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38622025-02-28T22:23:28.147Z[ recovery-image] Feb 28 22:23:26.814 INFO O| Feb 28 22:23:26.813 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38632025-02-28T22:23:28.630Z[ recovery-image] Feb 28 22:23:27.297 INFO O| Feb 28 22:23:27.296 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38642025-02-28T22:23:28.745Z[ recovery-image] Feb 28 22:23:27.400 INFO O| Feb 28 22:23:27.400 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38652025-02-28T22:23:28.746Z[ recovery-image] Feb 28 22:23:27.401 INFO O| Feb 28 22:23:27.401 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38662025-02-28T22:23:28.754Z[ recovery-image] Feb 28 22:23:27.401 INFO O| Feb 28 22:23:27.401 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38672025-02-28T22:23:28.754Z[ recovery-image] Feb 28 22:23:27.401 INFO O| Feb 28 22:23:27.401 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38682025-02-28T22:23:28.755Z[ recovery-image] Feb 28 22:23:27.412 INFO O| Feb 28 22:23:27.412 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38692025-02-28T22:23:28.960Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38702025-02-28T22:23:28.994ZFeb 28 22:23:27.661 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.879980306s)
38712025-02-28T22:23:29.093Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38722025-02-28T22:23:29.127Z[ recovery-image] Feb 28 22:23:27.790 INFO O| Feb 28 22:23:27.790 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38732025-02-28T22:23:29.131Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38742025-02-28T22:23:29.229ZFeb 28 22:23:27.833 INFO [stamp-internal-dns] process exited with exit status: 0 (2.375445147s)
38752025-02-28T22:23:29.229ZFeb 28 22:23:27.833 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.280669661s)
38762025-02-28T22:23:29.233Z[ recovery-image] Feb 28 22:23:27.858 INFO O| Feb 28 22:23:27.858 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38772025-02-28T22:23:29.449Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38782025-02-28T22:23:29.453ZFeb 28 22:23:28.120 INFO [stamp-oximeter] process exited with exit status: 0 (2.645885834s)
38792025-02-28T22:23:29.720Z[ recovery-image] Feb 28 22:23:28.387 INFO O| Feb 28 22:23:28.387 INFO O| Caching catalogs ... Done
38802025-02-28T22:23:29.761Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38812025-02-28T22:23:29.765ZFeb 28 22:23:28.431 INFO [stamp-external-dns] process exited with exit status: 0 (2.245305943s)
38822025-02-28T22:23:29.833Z[ recovery-image] Feb 28 22:23:28.499 INFO O| Feb 28 22:23:28.499 INFO STEP 0 (pkg_image_create) COMPLETE
38832025-02-28T22:23:29.833Z[ recovery-image] Feb 28 22:23:28.499 INFO O| Feb 28 22:23:28.499 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38842025-02-28T22:23:29.833Z[ recovery-image] Feb 28 22:23:28.499 INFO O| Feb 28 22:23:28.499 INFO skip step because feature "repo_redist" is not enabled
38852025-02-28T22:23:29.833Z[ recovery-image] Feb 28 22:23:28.499 INFO O| Feb 28 22:23:28.499 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38862025-02-28T22:23:29.849Z[ recovery-image] Feb 28 22:23:28.515 INFO O| Feb 28 22:23:28.515 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
38872025-02-28T22:23:30.361Z[ recovery-image] Feb 28 22:23:29.025 INFO O| Feb 28 22:23:29.025 INFO STEP 2 (pkg_set_publisher) COMPLETE
38882025-02-28T22:23:30.361Z[ recovery-image] Feb 28 22:23:29.025 INFO O| Feb 28 22:23:29.025 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38892025-02-28T22:23:30.374Z[ recovery-image] Feb 28 22:23:29.039 INFO O| Feb 28 22:23:29.039 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
38902025-02-28T22:23:30.920Z[ recovery-image] Feb 28 22:23:29.507 INFO O| Feb 28 22:23:29.507 INFO STEP 3 (pkg_set_publisher) COMPLETE
38912025-02-28T22:23:30.920Z[ recovery-image] Feb 28 22:23:29.507 INFO O| Feb 28 22:23:29.507 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38922025-02-28T22:23:30.921Z[ recovery-image] Feb 28 22:23:29.507 INFO O| Feb 28 22:23:29.507 INFO skip step because feature "repo_redist" is not enabled
38932025-02-28T22:23:30.926Z[ recovery-image] Feb 28 22:23:29.507 INFO O| Feb 28 22:23:29.507 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38942025-02-28T22:23:31.291Z[ recovery-image] Feb 28 22:23:29.957 INFO O| Feb 28 22:23:29.957 INFO variant opensolaris.zone is already global
38952025-02-28T22:23:31.291Z[ recovery-image] Feb 28 22:23:29.957 INFO O| Feb 28 22:23:29.957 INFO STEP 5 (pkg_change_variant) COMPLETE
38962025-02-28T22:23:31.291Z[ recovery-image] Feb 28 22:23:29.957 INFO O| Feb 28 22:23:29.957 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38972025-02-28T22:23:31.603Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38982025-02-28T22:23:31.609ZFeb 28 22:23:30.274 INFO [stamp-nexus] process exited with exit status: 0 (4.857822436s)
38992025-02-28T22:23:31.725Z[ recovery-image] Feb 28 22:23:30.391 INFO O| Feb 28 22:23:30.391 INFO variant opensolaris.imagetype is full; changing to partial
39002025-02-28T22:23:31.725Z[ recovery-image] Feb 28 22:23:30.392 INFO O| Feb 28 22:23:30.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39012025-02-28T22:23:32.209Z[verify-libraries] Compiling ring v0.17.11
39022025-02-28T22:23:32.479Z[verify-libraries] Compiling home v0.5.9
39032025-02-28T22:23:32.591Z[verify-libraries] Compiling cfg_aliases v0.1.1
39042025-02-28T22:23:32.611Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39052025-02-28T22:23:32.611Z[verify-libraries] Compiling sqlparser_derive v0.2.2
39062025-02-28T22:23:32.615Z[verify-libraries] Compiling unicode_categories v0.1.1
39072025-02-28T22:23:32.726Z[verify-libraries] Compiling nix v0.28.0
39082025-02-28T22:23:32.791Z[verify-libraries] Compiling polyval v0.6.2
39092025-02-28T22:23:33.045Z[verify-libraries] Compiling ctr v0.9.2
39102025-02-28T22:23:33.402Z[verify-libraries] Compiling sqlformat v0.2.6
39112025-02-28T22:23:37.265Z[verify-libraries] Compiling ghash v0.5.1
39122025-02-28T22:23:37.288Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39132025-02-28T22:23:37.288ZFeb 28 22:23:32.593 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.563181538s)
39142025-02-28T22:23:37.288Z[verify-libraries] Compiling aes-gcm v0.10.3
39152025-02-28T22:23:37.288Z[verify-libraries] Compiling sqlparser v0.45.0
39162025-02-28T22:23:37.288Z[verify-libraries] Compiling ssh-encoding v0.2.0
39172025-02-28T22:23:37.288Z[verify-libraries] Compiling blowfish v0.9.1
39182025-02-28T22:23:37.288Z[verify-libraries] Compiling password-hash v0.4.2
39192025-02-28T22:23:37.288Z[verify-libraries] Compiling ssh-cipher v0.2.0
39202025-02-28T22:23:37.289Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39212025-02-28T22:23:37.302Z[verify-libraries] Compiling ssh-key v0.6.6
39222025-02-28T22:23:37.364Z[verify-libraries] Compiling pbkdf2 v0.11.0
39232025-02-28T22:23:38.191Z[verify-libraries] Compiling rustls v0.23.19
39242025-02-28T22:23:38.275Z[verify-libraries] Compiling rustls v0.22.4
39252025-02-28T22:23:38.358Z[verify-libraries] Compiling rustyline v14.0.0
39262025-02-28T22:23:40.969Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39272025-02-28T22:23:40.991ZFeb 28 22:23:39.534 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.129435798s)
39282025-02-28T22:23:41.121Z[verify-libraries] Compiling p521 v0.13.3
39292025-02-28T22:23:41.157Z[verify-libraries] Compiling p256 v0.13.2
39302025-02-28T22:23:41.225Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39312025-02-28T22:23:41.255ZFeb 28 22:23:39.920 INFO [stamp-clickhouse] process exited with exit status: 0 (14.477266663s)
39322025-02-28T22:23:41.255ZFeb 28 22:23:39.920 INFO [tuf-stamp] task succeeded (14.517067266s)
39332025-02-28T22:23:43.667Z[verify-libraries] Compiling rustls-webpki v0.102.8
39342025-02-28T22:23:44.152Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39352025-02-28T22:23:44.661Z[verify-libraries] Compiling md5 v0.7.0
39362025-02-28T22:23:45.571Z[ recovery-image] Feb 28 22:23:44.235 INFO O| Feb 28 22:23:44.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39372025-02-28T22:23:48.043Z[verify-libraries] Compiling russh-keys v0.45.0
39382025-02-28T22:23:53.288Z[verify-libraries] Compiling tokio-rustls v0.25.0
39392025-02-28T22:23:53.913Z[verify-libraries] Compiling tokio-rustls v0.26.0
39402025-02-28T22:23:54.148Z[verify-libraries] Compiling dropshot v0.12.0
39412025-02-28T22:23:54.500Z[verify-libraries] Compiling hyper-rustls v0.27.3
39422025-02-28T22:23:55.433Z[verify-libraries] Compiling reqwest v0.12.12
39432025-02-28T22:23:55.478Z[ recovery-image] Feb 28 22:23:54.141 INFO O| Feb 28 22:23:54.141 INFO O| Startup: Caching catalogs ... Done
39442025-02-28T22:23:55.631Z[ recovery-image] Feb 28 22:23:54.294 INFO O| Feb 28 22:23:54.294 INFO O| Planning: Planning completed in 0.00 seconds
39452025-02-28T22:23:55.636Z[ recovery-image] Feb 28 22:23:54.295 INFO O| Feb 28 22:23:54.295 INFO O| Planning: Consolidating action changes ... Done
39462025-02-28T22:23:55.636Z[ recovery-image] Feb 28 22:23:54.295 INFO O| Feb 28 22:23:54.295 INFO O| Planning: Evaluating mediators ... Done
39472025-02-28T22:23:55.636Z[ recovery-image] Feb 28 22:23:54.295 INFO O| Feb 28 22:23:54.295 INFO O| Planning: Planning completed in 0.00 seconds
39482025-02-28T22:23:55.636Z[ recovery-image] Feb 28 22:23:54.296 INFO O| Feb 28 22:23:54.296 INFO O| Variants/Facets to change: 1
39492025-02-28T22:23:55.776Z[ recovery-image] Feb 28 22:23:54.439 INFO O| Feb 28 22:23:54.439 INFO O| Done
39502025-02-28T22:23:55.776Z[ recovery-image] Feb 28 22:23:54.439 INFO O| Feb 28 22:23:54.439 INFO O| Done
39512025-02-28T22:23:56.956Z[ recovery-image] Feb 28 22:23:55.618 INFO O| Feb 28 22:23:55.618 INFO O| Done
39522025-02-28T22:23:57.036Z[ recovery-image] Feb 28 22:23:55.698 INFO O| Feb 28 22:23:55.698 INFO O| Done
39532025-02-28T22:23:57.040Z[ recovery-image] Feb 28 22:23:55.699 INFO O| Feb 28 22:23:55.699 INFO O| Done
39542025-02-28T22:23:57.040Z[ recovery-image] Feb 28 22:23:55.700 INFO O| Feb 28 22:23:55.699 INFO O| Done
39552025-02-28T22:23:57.040Z[ recovery-image] Feb 28 22:23:55.701 INFO O| Feb 28 22:23:55.701 INFO O| Done
39562025-02-28T22:23:57.782Z[ recovery-image] Feb 28 22:23:56.441 INFO O| Feb 28 22:23:56.439 INFO STEP 6 (pkg_change_variant) COMPLETE
39572025-02-28T22:23:57.783Z[ recovery-image] Feb 28 22:23:56.441 INFO O| Feb 28 22:23:56.439 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39582025-02-28T22:23:57.783Z[ recovery-image] Feb 28 22:23:56.441 INFO O| Feb 28 22:23:56.439 INFO skip step because feature "debug_variant" is not enabled
39592025-02-28T22:23:57.783Z[ recovery-image] Feb 28 22:23:56.441 INFO O| Feb 28 22:23:56.439 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39602025-02-28T22:23:58.584Z[ recovery-image] Feb 28 22:23:57.245 INFO O| Feb 28 22:23:57.245 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39612025-02-28T22:23:59.674Z[ recovery-image] Feb 28 22:23:58.333 INFO O| Feb 28 22:23:58.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39622025-02-28T22:23:59.688Z[ recovery-image] Feb 28 22:23:58.335 INFO O| Feb 28 22:23:58.335 INFO O| Planning: Planning completed in 0.00 seconds
39632025-02-28T22:23:59.688Z[ recovery-image] Feb 28 22:23:58.336 INFO O| Feb 28 22:23:58.336 INFO O| Planning: Consolidating action changes ... Done
39642025-02-28T22:23:59.692Z[ recovery-image] Feb 28 22:23:58.336 INFO O| Feb 28 22:23:58.336 INFO O| Planning: Evaluating mediators ... Done
39652025-02-28T22:23:59.693Z[ recovery-image] Feb 28 22:23:58.336 INFO O| Feb 28 22:23:58.336 INFO O| Planning: Planning completed in 0.00 seconds
39662025-02-28T22:23:59.693Z[ recovery-image] Feb 28 22:23:58.337 INFO O| Feb 28 22:23:58.337 INFO O| Variants/Facets to change: 1
39672025-02-28T22:23:59.796Z[ recovery-image] Feb 28 22:23:58.454 INFO O| Feb 28 22:23:58.454 INFO O| Done
39682025-02-28T22:23:59.797Z[ recovery-image] Feb 28 22:23:58.455 INFO O| Feb 28 22:23:58.454 INFO O| Done
39692025-02-28T22:24:00.020Z[verify-libraries] Compiling progenitor-client v0.9.1
39702025-02-28T22:24:00.695Z[ recovery-image] Feb 28 22:23:59.357 INFO O| Feb 28 22:23:59.357 INFO O| Done
39712025-02-28T22:24:00.768Z[verify-libraries] Compiling progenitor-client v0.8.0
39722025-02-28T22:24:00.786Z[ recovery-image] Feb 28 22:23:59.448 INFO O| Feb 28 22:23:59.447 INFO O| Done
39732025-02-28T22:24:00.790Z[ recovery-image] Feb 28 22:23:59.449 INFO O| Feb 28 22:23:59.448 INFO O| Done
39742025-02-28T22:24:00.791Z[ recovery-image] Feb 28 22:23:59.449 INFO O| Feb 28 22:23:59.449 INFO O| Done
39752025-02-28T22:24:00.791Z[ recovery-image] Feb 28 22:23:59.451 INFO O| Feb 28 22:23:59.451 INFO O| Done
39762025-02-28T22:24:00.910Z[ recovery-image] Feb 28 22:23:59.570 INFO O| Feb 28 22:23:59.570 INFO STEP 8 (pkg_change_facet) COMPLETE
39772025-02-28T22:24:00.910Z[ recovery-image] Feb 28 22:23:59.570 INFO O| Feb 28 22:23:59.570 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39782025-02-28T22:24:01.042Z[verify-libraries] Compiling dropshot v0.16.0
39792025-02-28T22:24:01.399Z[verify-libraries] Compiling qorb v0.2.1
39802025-02-28T22:24:01.565Z[ recovery-image] Feb 28 22:24:00.226 INFO O| Feb 28 22:24:00.226 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39812025-02-28T22:24:02.780Z[ recovery-image] Feb 28 22:24:01.441 INFO O| Feb 28 22:24:01.441 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39822025-02-28T22:24:02.784Z[ recovery-image] Feb 28 22:24:01.443 INFO O| Feb 28 22:24:01.443 INFO O| Planning: Planning completed in 0.00 seconds
39832025-02-28T22:24:02.784Z[ recovery-image] Feb 28 22:24:01.444 INFO O| Feb 28 22:24:01.444 INFO O| Planning: Consolidating action changes ... Done
39842025-02-28T22:24:02.784Z[ recovery-image] Feb 28 22:24:01.445 INFO O| Feb 28 22:24:01.445 INFO O| Planning: Evaluating mediators ... Done
39852025-02-28T22:24:02.786Z[ recovery-image] Feb 28 22:24:01.445 INFO O| Feb 28 22:24:01.445 INFO O| Planning: Planning completed in 0.00 seconds
39862025-02-28T22:24:02.786Z[ recovery-image] Feb 28 22:24:01.446 INFO O| Feb 28 22:24:01.446 INFO O| Variants/Facets to change: 1
39872025-02-28T22:24:02.882Z[ recovery-image] Feb 28 22:24:01.543 INFO O| Feb 28 22:24:01.543 INFO O| Done
39882025-02-28T22:24:02.883Z[ recovery-image] Feb 28 22:24:01.543 INFO O| Feb 28 22:24:01.543 INFO O| Done
39892025-02-28T22:24:03.978Z[ recovery-image] Feb 28 22:24:02.639 INFO O| Feb 28 22:24:02.639 INFO O| Done
39902025-02-28T22:24:04.066Z[ recovery-image] Feb 28 22:24:02.727 INFO O| Feb 28 22:24:02.727 INFO O| Done
39912025-02-28T22:24:04.070Z[ recovery-image] Feb 28 22:24:02.728 INFO O| Feb 28 22:24:02.728 INFO O| Done
39922025-02-28T22:24:04.070Z[ recovery-image] Feb 28 22:24:02.728 INFO O| Feb 28 22:24:02.728 INFO O| Done
39932025-02-28T22:24:04.071Z[ recovery-image] Feb 28 22:24:02.730 INFO O| Feb 28 22:24:02.730 INFO O| Done
39942025-02-28T22:24:04.212Z[ recovery-image] Feb 28 22:24:02.873 INFO O| Feb 28 22:24:02.873 INFO STEP 9 (pkg_change_facet) COMPLETE
39952025-02-28T22:24:04.213Z[ recovery-image] Feb 28 22:24:02.873 INFO O| Feb 28 22:24:02.873 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39962025-02-28T22:24:04.445Z[verify-libraries] Compiling progenitor v0.8.0
39972025-02-28T22:24:04.902Z[ recovery-image] Feb 28 22:24:03.562 INFO O| Feb 28 22:24:03.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39982025-02-28T22:24:04.924Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39992025-02-28T22:24:06.033Z[ recovery-image] Feb 28 22:24:04.694 INFO O| Feb 28 22:24:04.693 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40002025-02-28T22:24:06.038Z[ recovery-image] Feb 28 22:24:04.695 INFO O| Feb 28 22:24:04.695 INFO O| Planning: Planning completed in 0.00 seconds
40012025-02-28T22:24:06.038Z[ recovery-image] Feb 28 22:24:04.696 INFO O| Feb 28 22:24:04.696 INFO O| Planning: Consolidating action changes ... Done
40022025-02-28T22:24:06.039Z[ recovery-image] Feb 28 22:24:04.696 INFO O| Feb 28 22:24:04.696 INFO O| Planning: Evaluating mediators ... Done
40032025-02-28T22:24:06.039Z[ recovery-image] Feb 28 22:24:04.697 INFO O| Feb 28 22:24:04.697 INFO O| Planning: Planning completed in 0.00 seconds
40042025-02-28T22:24:06.039Z[ recovery-image] Feb 28 22:24:04.697 INFO O| Feb 28 22:24:04.697 INFO O| Variants/Facets to change: 1
40052025-02-28T22:24:06.127Z[ recovery-image] Feb 28 22:24:04.787 INFO O| Feb 28 22:24:04.787 INFO O| Done
40062025-02-28T22:24:06.127Z[ recovery-image] Feb 28 22:24:04.787 INFO O| Feb 28 22:24:04.787 INFO O| Done
40072025-02-28T22:24:07.035Z[ recovery-image] Feb 28 22:24:05.696 INFO O| Feb 28 22:24:05.696 INFO O| Done
40082025-02-28T22:24:07.136Z[ recovery-image] Feb 28 22:24:05.796 INFO O| Feb 28 22:24:05.796 INFO O| Done
40092025-02-28T22:24:07.140Z[ recovery-image] Feb 28 22:24:05.797 INFO O| Feb 28 22:24:05.797 INFO O| Done
40102025-02-28T22:24:07.140Z[ recovery-image] Feb 28 22:24:05.798 INFO O| Feb 28 22:24:05.797 INFO O| Done
40112025-02-28T22:24:07.140Z[ recovery-image] Feb 28 22:24:05.799 INFO O| Feb 28 22:24:05.799 INFO O| Done
40122025-02-28T22:24:07.230Z[ recovery-image] Feb 28 22:24:05.890 INFO O| Feb 28 22:24:05.890 INFO STEP 10 (pkg_change_facet) COMPLETE
40132025-02-28T22:24:07.230Z[ recovery-image] Feb 28 22:24:05.890 INFO O| Feb 28 22:24:05.890 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142025-02-28T22:24:07.255Z[ recovery-image] Feb 28 22:24:05.913 INFO O| Feb 28 22:24:05.913 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
40152025-02-28T22:24:07.952Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40162025-02-28T22:24:08.501Z[ recovery-image] Feb 28 22:24:07.116 INFO O| Feb 28 22:24:07.116 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40172025-02-28T22:24:11.603Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40182025-02-28T22:24:13.459Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40192025-02-28T22:24:13.664Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40202025-02-28T22:24:13.876Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40212025-02-28T22:24:23.695Z[ host-image] Feb 28 22:24:22.354 INFO O| Feb 28 22:24:22.354 INFO O| Planning: Solver setup ... Done
40222025-02-28T22:24:37.775Z[verify-libraries] Compiling progenitor v0.9.1
40232025-02-28T22:24:38.277Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40242025-02-28T22:24:42.102Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40252025-02-28T22:24:42.921Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40262025-02-28T22:24:51.076Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40272025-02-28T22:24:51.568Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40282025-02-28T22:24:54.263Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40292025-02-28T22:24:56.356Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40302025-02-28T22:25:00.142Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40312025-02-28T22:25:02.215Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40322025-02-28T22:25:04.042Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40332025-02-28T22:25:05.408Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40342025-02-28T22:25:07.638Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40352025-02-28T22:25:10.130Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40362025-02-28T22:25:11.003Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40372025-02-28T22:25:15.740Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40382025-02-28T22:25:20.057Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40392025-02-28T22:25:22.468Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40402025-02-28T22:25:25.152Z[ recovery-image] Feb 28 22:25:23.801 INFO O| Feb 28 22:25:23.801 INFO O| Planning: Solver setup ... Done
40412025-02-28T22:25:26.668Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40422025-02-28T22:25:27.464Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40432025-02-28T22:25:29.227Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40442025-02-28T22:25:30.509Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40452025-02-28T22:25:33.196Z[verify-libraries] Compiling rcgen v0.12.1
40462025-02-28T22:25:33.579Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40472025-02-28T22:25:34.182Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40482025-02-28T22:25:36.853Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40492025-02-28T22:25:45.869Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40502025-02-28T22:25:46.145Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40512025-02-28T22:25:46.390Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40522025-02-28T22:25:51.885Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40532025-02-28T22:25:53.467Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40542025-02-28T22:25:54.492Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40552025-02-28T22:25:55.074Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40562025-02-28T22:25:55.737Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40572025-02-28T22:25:57.139Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40582025-02-28T22:25:57.461Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40592025-02-28T22:25:57.898Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40602025-02-28T22:25:58.474Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40612025-02-28T22:26:01.249Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40622025-02-28T22:26:06.998Z[ host-image] Feb 28 22:26:05.638 INFO O| Feb 28 22:26:05.637 INFO O| Planning: Running solver ... Done
40632025-02-28T22:26:07.485Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40642025-02-28T22:26:07.820Z[ host-image] Feb 28 22:26:06.461 INFO O| Feb 28 22:26:06.461 INFO O| Planning: Finding local manifests ... Done
40652025-02-28T22:26:07.838Z[ host-image] Feb 28 22:26:06.479 INFO O| Feb 28 22:26:06.479 INFO O| Planning: Fetching manifests: 0/124 0% complete
40662025-02-28T22:26:16.040Z[ host-image] Feb 28 22:26:12.252 INFO O| Feb 28 22:26:12.252 INFO O| Planning: Fetching manifests: 124/124 100% complete
40672025-02-28T22:26:16.076Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40682025-02-28T22:26:16.198Z[ host-image] Feb 28 22:26:14.834 INFO O| Feb 28 22:26:14.834 INFO O| Planning: Package planning ... Done
40692025-02-28T22:26:19.519Z[ host-image] Feb 28 22:26:18.158 INFO O| Feb 28 22:26:18.158 INFO O| Planning: Merging actions ... Done
40702025-02-28T22:26:19.931Z[ host-image] Feb 28 22:26:18.570 INFO O| Feb 28 22:26:18.570 INFO O| Planning: Checking for conflicting actions ... Done
40712025-02-28T22:26:20.252Z[ host-image] Feb 28 22:26:18.892 INFO O| Feb 28 22:26:18.892 INFO O| Planning: Consolidating action changes ... Done
40722025-02-28T22:26:21.103Z[ host-image] Feb 28 22:26:19.742 INFO O| Feb 28 22:26:19.742 INFO O| Planning: Evaluating mediators ... Done
40732025-02-28T22:26:21.819Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40742025-02-28T22:26:23.780Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40752025-02-28T22:26:28.033Z[ host-image] Feb 28 22:26:26.670 INFO O| Feb 28 22:26:26.670 INFO O| Planning: Planning completed in 190.56 seconds
40762025-02-28T22:26:28.052Z[ host-image] Feb 28 22:26:26.690 INFO O| Feb 28 22:26:26.690 INFO O| Packages to install: 124
40772025-02-28T22:26:28.056Z[ host-image] Feb 28 22:26:26.690 INFO O| Feb 28 22:26:26.690 INFO O| Mediators to change: 4
40782025-02-28T22:26:28.058Z[ host-image] Feb 28 22:26:26.690 INFO O| Feb 28 22:26:26.690 INFO O| Services to change: 6
40792025-02-28T22:26:28.179Z[ host-image] Feb 28 22:26:26.817 INFO O| Feb 28 22:26:26.816 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40802025-02-28T22:26:32.996Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40812025-02-28T22:26:33.194Z[ host-image] Feb 28 22:26:31.831 INFO O| Feb 28 22:26:31.831 INFO O| Download: 826/22863 items 5.0/199.8MB 2% complete (1.0M/s)
40822025-02-28T22:26:33.686Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40832025-02-28T22:26:36.255Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40842025-02-28T22:26:38.195Z[ host-image] Feb 28 22:26:36.831 INFO O| Feb 28 22:26:36.831 INFO O| Download: 1467/22863 items 8.7/199.8MB 4% complete (893k/s)
40852025-02-28T22:26:38.279Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40862025-02-28T22:26:38.749Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40872025-02-28T22:26:39.800Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40882025-02-28T22:26:41.703Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
40892025-02-28T22:26:43.565Z[ host-image] Feb 28 22:26:42.201 INFO O| Feb 28 22:26:42.200 INFO O| Download: 1779/22863 items 12.0/199.8MB 6% complete (750k/s)
40902025-02-28T22:26:46.806Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40912025-02-28T22:26:47.454Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40922025-02-28T22:26:51.426Z[ host-image] Feb 28 22:26:50.061 INFO O| Feb 28 22:26:50.061 INFO O| Download: 1945/22863 items 22.1/199.8MB 11% complete (1.4M/s)
40932025-02-28T22:26:54.707Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40942025-02-28T22:26:54.871Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40952025-02-28T22:26:55.681Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40962025-02-28T22:26:56.272Z[verify-libraries] Compiling tough v0.19.0
40972025-02-28T22:26:56.634Z[ host-image] Feb 28 22:26:55.266 INFO O| Feb 28 22:26:55.266 INFO O| Download: 2292/22863 items 26.8/199.8MB 13% complete (860k/s)
40982025-02-28T22:26:58.615Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40992025-02-28T22:26:59.850Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41002025-02-28T22:27:01.647Z[ host-image] Feb 28 22:27:00.279 INFO O| Feb 28 22:27:00.278 INFO O| Download: 2470/22863 items 28.2/199.8MB 14% complete (619k/s)
41012025-02-28T22:27:06.215Z[ recovery-image] Feb 28 22:27:04.847 INFO O| Feb 28 22:27:04.847 INFO O| Planning: Running solver ... Done
41022025-02-28T22:27:06.692Z[ host-image] Feb 28 22:27:05.324 INFO O| Feb 28 22:27:05.324 INFO O| Download: 3481/22863 items 35.5/199.8MB 17% complete (859k/s)
41032025-02-28T22:27:06.936Z[ recovery-image] Feb 28 22:27:05.568 INFO O| Feb 28 22:27:05.568 INFO O| Planning: Finding local manifests ... Done
41042025-02-28T22:27:06.954Z[ recovery-image] Feb 28 22:27:05.586 INFO O| Feb 28 22:27:05.586 INFO O| Planning: Fetching manifests: 0/124 0% complete
41052025-02-28T22:27:08.280Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
41062025-02-28T22:27:11.708Z[ host-image] Feb 28 22:27:10.339 INFO O| Feb 28 22:27:10.339 INFO O| Download: 4250/22863 items 40.8/199.8MB 20% complete (1.3M/s)
41072025-02-28T22:27:12.143Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41082025-02-28T22:27:12.226Z[ recovery-image] Feb 28 22:27:10.856 INFO O| Feb 28 22:27:10.856 INFO O| Planning: Fetching manifests: 122/124 98% complete
41092025-02-28T22:27:15.200Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41102025-02-28T22:27:15.993Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41112025-02-28T22:27:16.854Z[ host-image] Feb 28 22:27:15.484 INFO O| Feb 28 22:27:15.484 INFO O| Download: 4585/22863 items 42.1/199.8MB 21% complete (780k/s)
41122025-02-28T22:27:17.071Z[ recovery-image] Feb 28 22:27:15.701 INFO O| Feb 28 22:27:15.701 INFO O| Planning: Fetching manifests: 124/124 100% complete
41132025-02-28T22:27:18.021Z[ recovery-image] Feb 28 22:27:16.651 INFO O| Feb 28 22:27:16.651 INFO O| Planning: Package planning ... Done
41142025-02-28T22:27:18.724Z[ recovery-image] Feb 28 22:27:17.354 INFO O| Feb 28 22:27:17.354 INFO O| Planning: Merging actions ... Done
41152025-02-28T22:27:18.872Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41162025-02-28T22:27:18.894Z[ recovery-image] Feb 28 22:27:17.522 INFO O| Feb 28 22:27:17.522 INFO O| Planning: Checking for conflicting actions ... Done
41172025-02-28T22:27:19.023Z[ recovery-image] Feb 28 22:27:17.652 INFO O| Feb 28 22:27:17.652 INFO O| Planning: Consolidating action changes ... Done
41182025-02-28T22:27:19.394Z[ recovery-image] Feb 28 22:27:18.024 INFO O| Feb 28 22:27:18.024 INFO O| Planning: Evaluating mediators ... Done
41192025-02-28T22:27:21.905Z[ host-image] Feb 28 22:27:20.534 INFO O| Feb 28 22:27:20.534 INFO O| Download: 4912/22863 items 45.8/199.8MB 22% complete (501k/s)
41202025-02-28T22:27:23.523Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41212025-02-28T22:27:24.423Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41222025-02-28T22:27:24.455Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41232025-02-28T22:27:25.644Z[ recovery-image] Feb 28 22:27:24.273 INFO O| Feb 28 22:27:24.273 INFO O| Planning: Planning completed in 197.16 seconds
41242025-02-28T22:27:25.652Z[ recovery-image] Feb 28 22:27:24.281 INFO O| Feb 28 22:27:24.281 INFO O| Packages to install: 124
41252025-02-28T22:27:25.656Z[ recovery-image] Feb 28 22:27:24.281 INFO O| Feb 28 22:27:24.281 INFO O| Mediators to change: 4
41262025-02-28T22:27:25.656Z[ recovery-image] Feb 28 22:27:24.281 INFO O| Feb 28 22:27:24.281 INFO O| Services to change: 5
41272025-02-28T22:27:25.746Z[ recovery-image] Feb 28 22:27:24.375 INFO O| Feb 28 22:27:24.375 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41282025-02-28T22:27:26.931Z[ host-image] Feb 28 22:27:25.560 INFO O| Feb 28 22:27:25.560 INFO O| Download: 5636/22863 items 46.3/199.8MB 23% complete (429k/s)
41292025-02-28T22:27:27.516Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41302025-02-28T22:27:30.312Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
41312025-02-28T22:27:30.749Z[ recovery-image] Feb 28 22:27:29.377 INFO O| Feb 28 22:27:29.377 INFO O| Download: 556/15934 items 4.2/176.5MB 2% complete (882k/s)
41322025-02-28T22:27:30.884Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41332025-02-28T22:27:31.186Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41342025-02-28T22:27:32.678Z[ host-image] Feb 28 22:27:31.306 INFO O| Feb 28 22:27:31.305 INFO O| Download: 5820/22863 items 46.5/199.8MB 23% complete (333k/s)
41352025-02-28T22:27:32.869Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41362025-02-28T22:27:33.155Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41372025-02-28T22:27:35.813Z[ recovery-image] Feb 28 22:27:34.440 INFO O| Feb 28 22:27:34.440 INFO O| Download: 1081/15934 items 9.1/176.5MB 5% complete (955k/s)
41382025-02-28T22:27:37.683Z[ host-image] Feb 28 22:27:36.310 INFO O| Feb 28 22:27:36.310 INFO O| Download: 6512/22863 items 46.8/199.8MB 23% complete (47.3k/s)
41392025-02-28T22:27:41.956Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41402025-02-28T22:27:42.568Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41412025-02-28T22:27:42.572Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41422025-02-28T22:27:42.687Z[ host-image] Feb 28 22:27:41.313 INFO O| Feb 28 22:27:41.313 INFO O| Download: 6837/22863 items 48.0/199.8MB 24% complete (154k/s)
41432025-02-28T22:27:43.109Z[ recovery-image] Feb 28 22:27:41.735 INFO O| Feb 28 22:27:41.735 INFO O| Download: 1109/15934 items 9.5/176.5MB 5% complete (762k/s)
41442025-02-28T22:27:44.593Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41452025-02-28T22:27:48.825Z[ host-image] Feb 28 22:27:47.449 INFO O| Feb 28 22:27:47.449 INFO O| Download: 6838/22863 items 48.0/199.8MB 24% complete (153k/s)
41462025-02-28T22:27:49.206Z[ recovery-image] Feb 28 22:27:47.828 INFO O| Feb 28 22:27:47.828 INFO O| Download: 1163/15934 items 10.1/176.5MB 5% complete (251k/s)
41472025-02-28T22:27:50.551Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41482025-02-28T22:27:50.946Z[verify-libraries] Compiling rustls-webpki v0.101.7
41492025-02-28T22:27:51.491Z[verify-libraries] Compiling sct v0.7.1
41502025-02-28T22:27:51.981Z[verify-libraries] Compiling rustls v0.21.12
41512025-02-28T22:27:54.839Z[ host-image] Feb 28 22:27:52.460 INFO O| Feb 28 22:27:52.460 INFO O| Download: 7006/22863 items 49.8/199.8MB 24% complete (339k/s)
41522025-02-28T22:27:54.842Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41532025-02-28T22:27:54.963Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41542025-02-28T22:27:55.610Z[ recovery-image] Feb 28 22:27:54.233 INFO O| Feb 28 22:27:54.233 INFO O| Download: 1164/15934 items 10.1/176.5MB 5% complete
41552025-02-28T22:27:57.159Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41562025-02-28T22:27:59.169Z[ host-image] Feb 28 22:27:57.791 INFO O| Feb 28 22:27:57.791 INFO O| Download: 7064/22863 items 50.6/199.8MB 25% complete (262k/s)
41572025-02-28T22:28:00.787Z[ recovery-image] Feb 28 22:27:59.410 INFO O| Feb 28 22:27:59.410 INFO O| Download: 1320/15934 items 20.2/176.5MB 11% complete (1.9M/s)
41582025-02-28T22:28:04.188Z[ host-image] Feb 28 22:28:02.809 INFO O| Feb 28 22:28:02.809 INFO O| Download: 7556/22863 items 58.2/199.8MB 29% complete (849k/s)
41592025-02-28T22:28:07.716Z[ recovery-image] Feb 28 22:28:06.338 INFO O| Feb 28 22:28:06.338 INFO O| Download: 1464/15934 items 21.4/176.5MB 12% complete (1.4M/s)
41602025-02-28T22:28:09.242Z[ host-image] Feb 28 22:28:07.864 INFO O| Feb 28 22:28:07.864 INFO O| Download: 8023/22863 items 59.8/199.8MB 29% complete (954k/s)
41612025-02-28T22:28:13.366Z[ recovery-image] Feb 28 22:28:11.987 INFO O| Feb 28 22:28:11.987 INFO O| Download: 1536/15934 items 22.1/176.5MB 12% complete (556k/s)
41622025-02-28T22:28:14.469Z[ host-image] Feb 28 22:28:13.090 INFO O| Feb 28 22:28:13.090 INFO O| Download: 8154/22863 items 60.6/199.8MB 30% complete (302k/s)
41632025-02-28T22:28:22.166Z[ host-image] Feb 28 22:28:20.786 INFO O| Feb 28 22:28:20.786 INFO O| Download: 8211/22863 items 61.0/199.8MB 30% complete (188k/s)
41642025-02-28T22:28:24.592Z[ recovery-image] Feb 28 22:28:23.212 INFO O| Feb 28 22:28:23.212 INFO O| Download: 1538/15934 items 22.4/176.5MB 12% complete
41652025-02-28T22:28:24.676Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41662025-02-28T22:28:31.584Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41672025-02-28T22:28:34.212Z[ recovery-image] Feb 28 22:28:32.829 INFO O| Feb 28 22:28:32.829 INFO O| Download: 1617/15934 items 25.0/176.5MB 14% complete (729k/s)
41682025-02-28T22:28:35.730Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41692025-02-28T22:28:36.386Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41702025-02-28T22:28:39.229Z[ recovery-image] Feb 28 22:28:37.846 INFO O| Feb 28 22:28:37.846 INFO O| Download: 2150/15934 items 31.1/176.5MB 17% complete (652k/s)
41712025-02-28T22:28:44.477Z[ recovery-image] Feb 28 22:28:43.092 INFO O| Feb 28 22:28:43.092 INFO O| Download: 2678/15934 items 33.0/176.5MB 18% complete (895k/s)
41722025-02-28T22:28:45.361Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732025-02-28T22:28:45.398Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41742025-02-28T22:28:45.727Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752025-02-28T22:28:45.837Z[verify-libraries] Compiling tokio-rustls v0.24.1
41762025-02-28T22:28:46.134Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41772025-02-28T22:28:46.371Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782025-02-28T22:28:46.753Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41792025-02-28T22:28:49.418Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41802025-02-28T22:28:49.498Z[ recovery-image] Feb 28 22:28:48.111 INFO O| Feb 28 22:28:48.111 INFO O| Download: 2844/15934 items 34.8/176.5MB 19% complete (364k/s)
41812025-02-28T22:28:49.962Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41822025-02-28T22:28:50.344Z[verify-libraries] Compiling num-bigint v0.4.6
41832025-02-28T22:28:51.574Z[verify-libraries] Compiling des v0.8.1
41842025-02-28T22:28:52.109Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41852025-02-28T22:28:52.980Z[verify-libraries] Compiling hex-literal v0.4.1
41862025-02-28T22:28:53.251Z[verify-libraries] Compiling russh v0.45.0
41872025-02-28T22:28:53.583Z[ host-image] Feb 28 22:28:52.198 INFO O| Feb 28 22:28:52.198 INFO O| Download: 8355/22863 items 67.0/199.8MB 33% complete
41882025-02-28T22:28:53.993Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41892025-02-28T22:28:54.499Z[ recovery-image] Feb 28 22:28:53.114 INFO O| Feb 28 22:28:53.114 INFO O| Download: 3399/15934 items 38.1/176.5MB 21% complete (534k/s)
41902025-02-28T22:28:54.929Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
41912025-02-28T22:28:58.598Z[ host-image] Feb 28 22:28:57.211 INFO O| Feb 28 22:28:57.211 INFO O| Download: 8426/22863 items 69.1/199.8MB 34% complete (468k/s)
41922025-02-28T22:28:58.852Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41932025-02-28T22:28:59.526Z[ recovery-image] Feb 28 22:28:58.140 INFO O| Feb 28 22:28:58.139 INFO O| Download: 3670/15934 items 39.2/176.5MB 22% complete (642k/s)
41942025-02-28T22:29:03.086Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41952025-02-28T22:29:03.599Z[ host-image] Feb 28 22:29:02.212 INFO O| Feb 28 22:29:02.212 INFO O| Download: 9121/22863 items 74.2/199.8MB 37% complete (693k/s)
41962025-02-28T22:29:06.005Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41972025-02-28T22:29:06.128Z[ recovery-image] Feb 28 22:29:04.741 INFO O| Feb 28 22:29:04.741 INFO O| Download: 3674/15934 items 39.3/176.5MB 22% complete (580k/s)
41982025-02-28T22:29:08.621Z[ host-image] Feb 28 22:29:07.218 INFO O| Feb 28 22:29:07.218 INFO O| Download: 9670/22863 items 83.4/199.8MB 41% complete (1.4M/s)
41992025-02-28T22:29:08.814Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42002025-02-28T22:29:13.085Z[ recovery-image] Feb 28 22:29:11.437 INFO O| Feb 28 22:29:11.437 INFO O| Download: 3716/15934 items 39.9/176.5MB 22% complete (97.2k/s)
42012025-02-28T22:29:13.104Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42022025-02-28T22:29:13.641Z[ host-image] Feb 28 22:29:12.253 INFO O| Feb 28 22:29:12.253 INFO O| Download: 10479/22863 items 88.2/199.8MB 44% complete (1.5M/s)
42032025-02-28T22:29:18.658Z[ host-image] Feb 28 22:29:17.269 INFO O| Feb 28 22:29:17.269 INFO O| Download: 10586/22863 items 88.8/199.8MB 44% complete (547k/s)
42042025-02-28T22:29:18.999Z[ recovery-image] Feb 28 22:29:17.610 INFO O| Feb 28 22:29:17.610 INFO O| Download: 3822/15934 items 42.0/176.5MB 23% complete (217k/s)
42052025-02-28T22:29:19.986Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42062025-02-28T22:29:21.838Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42072025-02-28T22:29:23.786Z[ host-image] Feb 28 22:29:22.396 INFO O| Feb 28 22:29:22.395 INFO O| Download: 10915/22863 items 90.1/199.8MB 45% complete (628k/s)
42082025-02-28T22:29:24.004Z[ recovery-image] Feb 28 22:29:22.611 INFO O| Feb 28 22:29:22.611 INFO O| Download: 4060/15934 items 42.7/176.5MB 24% complete (265k/s)
42092025-02-28T22:29:27.305Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42102025-02-28T22:29:28.789Z[ host-image] Feb 28 22:29:27.398 INFO O| Feb 28 22:29:27.398 INFO O| Download: 11119/22863 items 91.8/199.8MB 45% complete (307k/s)
42112025-02-28T22:29:29.002Z[ recovery-image] Feb 28 22:29:27.611 INFO O| Feb 28 22:29:27.611 INFO O| Download: 4647/15934 items 43.1/176.5MB 24% complete (105k/s)
42122025-02-28T22:29:34.028Z[ recovery-image] Feb 28 22:29:32.636 INFO O| Feb 28 22:29:32.636 INFO O| Download: 4918/15934 items 43.2/176.5MB 24% complete (48.1k/s)
42132025-02-28T22:29:39.022Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42142025-02-28T22:29:39.040Z[ recovery-image] Feb 28 22:29:37.648 INFO O| Feb 28 22:29:37.648 INFO O| Download: 5293/15934 items 43.4/176.5MB 24% complete (37.6k/s)
42152025-02-28T22:29:40.438Z[ host-image] Feb 28 22:29:39.045 INFO O| Feb 28 22:29:39.045 INFO O| Download: 11168/22863 items 92.2/199.8MB 46% complete
42162025-02-28T22:29:41.448Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42172025-02-28T22:29:44.073Z[ recovery-image] Feb 28 22:29:42.679 INFO O| Feb 28 22:29:42.679 INFO O| Download: 5778/15934 items 45.6/176.5MB 25% complete (227k/s)
42182025-02-28T22:29:45.444Z[ host-image] Feb 28 22:29:44.051 INFO O| Feb 28 22:29:44.051 INFO O| Download: 11627/22863 items 96.4/199.8MB 48% complete (900k/s)
42192025-02-28T22:29:49.171Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
42202025-02-28T22:29:49.730Z[ recovery-image] Feb 28 22:29:48.336 INFO O| Feb 28 22:29:48.335 INFO O| Download: 6078/15934 items 54.3/176.5MB 30% complete (1.1M/s)
42212025-02-28T22:29:51.399Z[ host-image] Feb 28 22:29:50.005 INFO O| Feb 28 22:29:50.004 INFO O| Download: 12086/22863 items 100.5/199.8MB 50% complete (882k/s)
42222025-02-28T22:29:52.569Z[verify-libraries] Compiling petname v2.0.2
42232025-02-28T22:29:53.548Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42242025-02-28T22:29:54.124Z[verify-libraries] Compiling internet-checksum v0.2.1
42252025-02-28T22:29:54.878Z[ recovery-image] Feb 28 22:29:53.483 INFO O| Feb 28 22:29:53.483 INFO O| Download: 6222/15934 items 61.1/176.5MB 34% complete (1.4M/s)
42262025-02-28T22:29:56.643Z[ host-image] Feb 28 22:29:55.248 INFO O| Feb 28 22:29:55.248 INFO O| Download: 12221/22863 items 108.4/199.8MB 54% complete (1.1M/s)
42272025-02-28T22:29:59.885Z[ recovery-image] Feb 28 22:29:58.489 INFO O| Feb 28 22:29:58.489 INFO O| Download: 7004/15934 items 68.3/176.5MB 38% complete (1.5M/s)
42282025-02-28T22:30:01.751Z[ host-image] Feb 28 22:30:00.355 INFO O| Feb 28 22:30:00.355 INFO O| Download: 12357/22863 items 109.6/199.8MB 54% complete (1021k/s)
42292025-02-28T22:30:06.755Z[ host-image] Feb 28 22:30:05.358 INFO O| Feb 28 22:30:05.357 INFO O| Download: 12679/22863 items 109.8/199.8MB 54% complete (128k/s)
42302025-02-28T22:30:10.639Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42312025-02-28T22:30:11.765Z[ host-image] Feb 28 22:30:10.367 INFO O| Feb 28 22:30:10.367 INFO O| Download: 13251/22863 items 110.1/199.8MB 55% complete (44.7k/s)
42322025-02-28T22:30:13.212Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42332025-02-28T22:30:13.359Z[ recovery-image] Feb 28 22:30:11.960 INFO O| Feb 28 22:30:11.960 INFO O| Download: 7283/15934 items 73.4/176.5MB 41% complete (1.4M/s)
42342025-02-28T22:30:13.702Z[verify-libraries] Compiling heck v0.4.1
42352025-02-28T22:30:15.054Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42362025-02-28T22:30:19.044Z[ recovery-image] Feb 28 22:30:17.645 INFO O| Feb 28 22:30:17.645 INFO O| Download: 7710/15934 items 73.9/176.5MB 41% complete (97.7k/s)
42372025-02-28T22:30:24.135Z[ recovery-image] Feb 28 22:30:22.735 INFO O| Feb 28 22:30:22.735 INFO O| Download: 7979/15934 items 77.1/176.5MB 43% complete (353k/s)
42382025-02-28T22:30:28.580Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42392025-02-28T22:30:28.766Z[ host-image] Feb 28 22:30:27.365 INFO O| Feb 28 22:30:27.365 INFO O| Download: 13387/22863 items 110.1/199.8MB 55% complete
42402025-02-28T22:30:29.140Z[ recovery-image] Feb 28 22:30:27.739 INFO O| Feb 28 22:30:27.739 INFO O| Download: 8043/15934 items 78.6/176.5MB 44% complete (476k/s)
42412025-02-28T22:30:33.769Z[ host-image] Feb 28 22:30:32.367 INFO O| Feb 28 22:30:32.367 INFO O| Download: 13872/22863 items 110.4/199.8MB 55% complete (55.2k/s)
42422025-02-28T22:30:34.178Z[ recovery-image] Feb 28 22:30:32.776 INFO O| Feb 28 22:30:32.776 INFO O| Download: 8327/15934 items 79.9/176.5MB 45% complete (291k/s)
42432025-02-28T22:30:39.771Z[ recovery-image] Feb 28 22:30:38.369 INFO O| Feb 28 22:30:38.369 INFO O| Download: 8731/15934 items 81.7/176.5MB 46% complete (339k/s)
42442025-02-28T22:30:43.303Z[ host-image] Feb 28 22:30:41.900 INFO O| Feb 28 22:30:41.900 INFO O| Download: 13975/22863 items 110.4/199.8MB 55% complete (49.4k/s)
42452025-02-28T22:30:46.008Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42462025-02-28T22:30:48.381Z[ host-image] Feb 28 22:30:46.977 INFO O| Feb 28 22:30:46.977 INFO O| Download: 14338/22863 items 110.9/199.8MB 55% complete (67.0k/s)
42472025-02-28T22:30:51.872Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42482025-02-28T22:30:53.736Z[ host-image] Feb 28 22:30:52.332 INFO O| Feb 28 22:30:52.331 INFO O| Download: 14501/22863 items 112.0/199.8MB 56% complete (145k/s)
42492025-02-28T22:30:56.101Z[ recovery-image] Feb 28 22:30:54.696 INFO O| Feb 28 22:30:54.696 INFO O| Download: 8735/15934 items 81.7/176.5MB 46% complete
42502025-02-28T22:30:59.797Z[ host-image] Feb 28 22:30:58.391 INFO O| Feb 28 22:30:58.391 INFO O| Download: 14532/22863 items 112.4/199.8MB 56% complete (172k/s)
42512025-02-28T22:31:01.779Z[ recovery-image] Feb 28 22:31:00.373 INFO O| Feb 28 22:31:00.373 INFO O| Download: 8918/15934 items 92.1/176.5MB 52% complete (2.3M/s)
42522025-02-28T22:31:04.879Z[ host-image] Feb 28 22:31:03.472 INFO O| Feb 28 22:31:03.472 INFO O| Download: 14871/22863 items 117.6/199.8MB 58% complete (561k/s)
42532025-02-28T22:31:05.728Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42542025-02-28T22:31:06.136Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
42552025-02-28T22:31:06.534Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42562025-02-28T22:31:06.788Z[ recovery-image] Feb 28 22:31:05.381 INFO O| Feb 28 22:31:05.381 INFO O| Download: 9409/15934 items 93.0/176.5MB 52% complete (1.1M/s)
42572025-02-28T22:31:06.934Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42582025-02-28T22:31:07.336Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42592025-02-28T22:31:07.753Z[verify-libraries] Compiling sync-ptr v0.1.1
42602025-02-28T22:31:08.016Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42612025-02-28T22:31:09.901Z[ host-image] Feb 28 22:31:08.493 INFO O| Feb 28 22:31:08.493 INFO O| Download: 15237/22863 items 121.7/199.8MB 60% complete (962k/s)
42622025-02-28T22:31:11.076Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42632025-02-28T22:31:11.789Z[ recovery-image] Feb 28 22:31:10.381 INFO O| Feb 28 22:31:10.381 INFO O| Download: 9836/15934 items 93.2/176.5MB 52% complete (111k/s)
42642025-02-28T22:31:13.232Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42652025-02-28T22:31:15.328Z[ host-image] Feb 28 22:31:13.919 INFO O| Feb 28 22:31:13.919 INFO O| Download: 15616/22863 items 125.2/199.8MB 62% complete (768k/s)
42662025-02-28T22:31:16.789Z[ recovery-image] Feb 28 22:31:15.381 INFO O| Feb 28 22:31:15.381 INFO O| Download: 10032/15934 items 93.3/176.5MB 52% complete (31.3k/s)
42672025-02-28T22:31:21.790Z[ recovery-image] Feb 28 22:31:20.381 INFO O| Feb 28 22:31:20.381 INFO O| Download: 10636/15934 items 93.7/176.5MB 53% complete (44.8k/s)
42682025-02-28T22:31:26.917Z[ recovery-image] Feb 28 22:31:25.507 INFO O| Feb 28 22:31:25.507 INFO O| Download: 10982/15934 items 94.0/176.5MB 53% complete (76.8k/s)
42692025-02-28T22:31:27.440Z[ host-image] Feb 28 22:31:26.029 INFO O| Feb 28 22:31:26.029 INFO O| Download: 15620/22863 items 125.2/199.8MB 62% complete
42702025-02-28T22:31:32.322Z[ recovery-image] Feb 28 22:31:30.911 INFO O| Feb 28 22:31:30.911 INFO O| Download: 11082/15934 items 94.9/176.5MB 53% complete (106k/s)
42712025-02-28T22:31:32.683Z[ host-image] Feb 28 22:31:31.272 INFO O| Feb 28 22:31:31.272 INFO O| Download: 15954/22863 items 130.5/199.8MB 65% complete (1.1M/s)
42722025-02-28T22:31:34.629Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42732025-02-28T22:31:37.323Z[ recovery-image] Feb 28 22:31:35.911 INFO O| Feb 28 22:31:35.911 INFO O| Download: 11147/15934 items 98.0/176.5MB 55% complete (404k/s)
42742025-02-28T22:31:37.684Z[ host-image] Feb 28 22:31:36.273 INFO O| Feb 28 22:31:36.272 INFO O| Download: 16623/22863 items 137.8/199.8MB 68% complete (1.3M/s)
42752025-02-28T22:31:40.781Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42762025-02-28T22:31:44.657Z[ host-image] Feb 28 22:31:43.244 INFO O| Feb 28 22:31:43.244 INFO O| Download: 16964/22863 items 139.0/199.8MB 69% complete (911k/s)
42772025-02-28T22:31:44.657Z[ recovery-image] Feb 28 22:31:43.244 INFO O| Feb 28 22:31:43.244 INFO O| Download: 11476/15934 items 107.3/176.5MB 60% complete (1.3M/s)
42782025-02-28T22:31:44.907Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42792025-02-28T22:31:49.571Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42802025-02-28T22:31:49.659Z[ recovery-image] Feb 28 22:31:48.245 INFO O| Feb 28 22:31:48.245 INFO O| Download: 11795/15934 items 120.4/176.5MB 68% complete (2.0M/s)
42812025-02-28T22:31:49.663Z[ host-image] Feb 28 22:31:48.246 INFO O| Feb 28 22:31:48.245 INFO O| Download: 17549/22863 items 147.5/199.8MB 73% complete (960k/s)
42822025-02-28T22:31:56.021Z[ recovery-image] Feb 28 22:31:54.606 INFO O| Feb 28 22:31:54.606 INFO O| Download: 11998/15934 items 128.5/176.5MB 72% complete (2.3M/s)
42832025-02-28T22:31:57.427Z[ host-image] Feb 28 22:31:56.012 INFO O| Feb 28 22:31:56.012 INFO O| Download: 17965/22863 items 150.4/199.8MB 75% complete (1.3M/s)
42842025-02-28T22:32:01.025Z[ recovery-image] Feb 28 22:31:59.609 INFO O| Feb 28 22:31:59.609 INFO O| Download: 12106/15934 items 140.1/176.5MB 79% complete (1.7M/s)
42852025-02-28T22:32:02.522Z[ host-image] Feb 28 22:32:01.106 INFO O| Feb 28 22:32:01.106 INFO O| Download: 17988/22863 items 156.0/199.8MB 78% complete (470k/s)
42862025-02-28T22:32:06.044Z[ recovery-image] Feb 28 22:32:04.616 INFO O| Feb 28 22:32:04.615 INFO O| Download: 12540/15934 items 141.9/176.5MB 80% complete (1.4M/s)
42872025-02-28T22:32:09.077Z[ host-image] Feb 28 22:32:07.660 INFO O| Feb 28 22:32:07.660 INFO O| Download: 18032/22863 items 161.4/199.8MB 80% complete (1.2M/s)
42882025-02-28T22:32:09.951Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
42892025-02-28T22:32:11.135Z[ recovery-image] Feb 28 22:32:09.718 INFO O| Feb 28 22:32:09.718 INFO O| Download: 13079/15934 items 143.7/176.5MB 81% complete (365k/s)
42902025-02-28T22:32:14.084Z[ host-image] Feb 28 22:32:12.666 INFO O| Feb 28 22:32:12.666 INFO O| Download: 18622/22863 items 164.1/199.8MB 82% complete (422k/s)
42912025-02-28T22:32:14.705Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
42922025-02-28T22:32:17.968Z[ recovery-image] Feb 28 22:32:16.550 INFO O| Feb 28 22:32:16.550 INFO O| Download: 13093/15934 items 143.8/176.5MB 81% complete (344k/s)
42932025-02-28T22:32:19.103Z[ host-image] Feb 28 22:32:17.685 INFO O| Feb 28 22:32:17.685 INFO O| Download: 19467/22863 items 167.4/199.8MB 83% complete (609k/s)
42942025-02-28T22:32:20.531Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42952025-02-28T22:32:21.331Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42962025-02-28T22:32:21.913Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42972025-02-28T22:32:22.990Z[ recovery-image] Feb 28 22:32:21.571 INFO O| Feb 28 22:32:21.571 INFO O| Download: 13977/15934 items 147.6/176.5MB 83% complete (387k/s)
42982025-02-28T22:32:24.411Z[ host-image] Feb 28 22:32:22.991 INFO O| Feb 28 22:32:22.991 INFO O| Download: 20084/22863 items 169.8/199.8MB 84% complete (637k/s)
42992025-02-28T22:32:24.877Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43002025-02-28T22:32:26.062Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43012025-02-28T22:32:28.075Z[ recovery-image] Feb 28 22:32:26.655 INFO O| Feb 28 22:32:26.654 INFO O| Download: 14215/15934 items 148.7/176.5MB 84% complete (493k/s)
43022025-02-28T22:32:29.292Z[verify-libraries] Compiling termios v0.3.3
43032025-02-28T22:32:29.568Z[ host-image] Feb 28 22:32:28.148 INFO O| Feb 28 22:32:28.148 INFO O| Download: 20199/22863 items 170.6/199.8MB 85% complete (310k/s)
43042025-02-28T22:32:29.654Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43052025-02-28T22:32:33.079Z[ recovery-image] Feb 28 22:32:31.658 INFO O| Feb 28 22:32:31.658 INFO O| Download: 14666/15934 items 150.5/176.5MB 85% complete (311k/s)
43062025-02-28T22:32:35.033Z[ host-image] Feb 28 22:32:33.612 INFO O| Feb 28 22:32:33.611 INFO O| Download: 20709/22863 items 172.6/199.8MB 86% complete (295k/s)
43072025-02-28T22:32:38.833Z[ recovery-image] Feb 28 22:32:37.406 INFO O| Feb 28 22:32:37.406 INFO O| Download: 14744/15934 items 150.7/176.5MB 85% complete (284k/s)
43082025-02-28T22:32:40.204Z[ host-image] Feb 28 22:32:38.780 INFO O| Feb 28 22:32:38.780 INFO O| Download: 20722/22863 items 173.0/199.8MB 86% complete (198k/s)
43092025-02-28T22:32:45.376Z[ host-image] Feb 28 22:32:43.953 INFO O| Feb 28 22:32:43.952 INFO O| Download: 20913/22863 items 176.8/199.8MB 88% complete (364k/s)
43102025-02-28T22:32:46.797Z[ recovery-image] Feb 28 22:32:45.371 INFO O| Feb 28 22:32:45.371 INFO O| Download: 14816/15934 items 155.9/176.5MB 88% complete (506k/s)
43112025-02-28T22:32:51.159Z[ host-image] Feb 28 22:32:49.736 INFO O| Feb 28 22:32:49.735 INFO O| Download: 21055/22863 items 179.0/199.8MB 89% complete (615k/s)
43122025-02-28T22:32:51.933Z[ recovery-image] Feb 28 22:32:50.509 INFO O| Feb 28 22:32:50.509 INFO O| Download: 14919/15934 items 157.2/176.5MB 89% complete (295k/s)
43132025-02-28T22:32:56.160Z[ host-image] Feb 28 22:32:54.736 INFO O| Feb 28 22:32:54.735 INFO O| Download: 21146/22863 items 179.5/199.8MB 89% complete (442k/s)
43142025-02-28T22:32:56.984Z[ recovery-image] Feb 28 22:32:55.541 INFO O| Feb 28 22:32:55.538 INFO O| Download: 15447/15934 items 161.6/176.5MB 91% complete (581k/s)
43152025-02-28T22:32:57.736Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43162025-02-28T22:33:01.865Z[ host-image] Feb 28 22:33:00.439 INFO O| Feb 28 22:33:00.439 INFO O| Download: 21658/22863 items 183.6/199.8MB 91% complete (455k/s)
43172025-02-28T22:33:02.715Z[ recovery-image] Feb 28 22:33:01.289 INFO O| Feb 28 22:33:01.289 INFO O| Download: 15598/15934 items 168.8/176.5MB 95% complete (1.2M/s)
43182025-02-28T22:33:07.127Z[ host-image] Feb 28 22:33:05.701 INFO O| Feb 28 22:33:05.701 INFO O| Download: 21780/22863 items 183.8/199.8MB 91% complete (427k/s)
43192025-02-28T22:33:07.738Z[ recovery-image] Feb 28 22:33:06.311 INFO O| Feb 28 22:33:06.310 INFO O| Download: 15659/15934 items 169.4/176.5MB 95% complete (866k/s)
43202025-02-28T22:33:13.900Z[ recovery-image] Feb 28 22:33:12.472 INFO O| Feb 28 22:33:12.472 INFO O| Download: 15729/15934 items 170.5/176.5MB 96% complete (175k/s)
43212025-02-28T22:33:18.371Z[ host-image] Feb 28 22:33:16.943 INFO O| Feb 28 22:33:16.942 INFO O| Download: 21784/22863 items 183.8/199.8MB 91% complete
43222025-02-28T22:33:18.714Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43232025-02-28T22:33:18.993Z[ recovery-image] Feb 28 22:33:17.564 INFO O| Feb 28 22:33:17.564 INFO O| Download: 15899/15934 items 175.2/176.5MB 99% complete (610k/s)
43242025-02-28T22:33:22.364Z[ recovery-image] Feb 28 22:33:20.936 INFO O| Feb 28 22:33:20.935 INFO O| Download: Completed 176.48 MB in 356.56 seconds (505k/s)
43252025-02-28T22:33:23.424Z[ recovery-image] Feb 28 22:33:21.995 INFO O| Feb 28 22:33:21.995 INFO O| Actions: 1/25107 actions (Installing new actions)
43262025-02-28T22:33:28.425Z[ recovery-image] Feb 28 22:33:26.996 INFO O| Feb 28 22:33:26.995 INFO O| Actions: 8402/25107 actions (Installing new actions)
43272025-02-28T22:33:31.182Z[ host-image] Feb 28 22:33:29.752 INFO O| Feb 28 22:33:29.752 INFO O| Download: 21785/22863 items 183.8/199.8MB 91% complete
43282025-02-28T22:33:33.432Z[ recovery-image] Feb 28 22:33:32.001 INFO O| Feb 28 22:33:32.001 INFO O| Actions: 12297/25107 actions (Installing new actions)
43292025-02-28T22:33:37.095Z[ host-image] Feb 28 22:33:35.663 INFO O| Feb 28 22:33:35.663 INFO O| Download: 22043/22863 items 191.8/199.8MB 96% complete (2.0M/s)
43302025-02-28T22:33:38.433Z[ recovery-image] Feb 28 22:33:37.002 INFO O| Feb 28 22:33:37.002 INFO O| Actions: 16516/25107 actions (Installing new actions)
43312025-02-28T22:33:42.498Z[ host-image] Feb 28 22:33:41.066 INFO O| Feb 28 22:33:41.066 INFO O| Download: 22155/22863 items 193.2/199.8MB 96% complete (799k/s)
43322025-02-28T22:33:43.208Z[ recovery-image] Feb 28 22:33:41.776 INFO O| Feb 28 22:33:41.776 INFO O| Actions: Completed 25107 actions in 19.78 seconds.
43332025-02-28T22:33:44.652Z[ recovery-image] Feb 28 22:33:43.220 INFO O| Feb 28 22:33:43.220 INFO O| Done
43342025-02-28T22:33:44.656Z[ recovery-image] Feb 28 22:33:43.220 INFO O| Feb 28 22:33:43.220 INFO O| Done
43352025-02-28T22:33:46.381Z[ recovery-image] Feb 28 22:33:44.949 INFO O| Feb 28 22:33:44.948 INFO O| Done
43362025-02-28T22:33:47.515Z[ host-image] Feb 28 22:33:46.082 INFO O| Feb 28 22:33:46.082 INFO O| Download: 22606/22863 items 199.4/199.8MB 99% complete (876k/s)
43372025-02-28T22:33:48.242Z[ recovery-image] Feb 28 22:33:46.807 INFO O| Feb 28 22:33:46.807 INFO O| Done
43382025-02-28T22:33:48.285Z[ recovery-image] Feb 28 22:33:46.851 INFO O| Feb 28 22:33:46.851 INFO O| Done
43392025-02-28T22:33:50.076Z[ host-image] Feb 28 22:33:48.642 INFO O| Feb 28 22:33:48.642 INFO O| Download: Completed 199.77 MB in 441.83 seconds (461k/s)
43402025-02-28T22:33:52.079Z[ host-image] Feb 28 22:33:50.645 INFO O| Feb 28 22:33:50.645 INFO O| Actions: 1/49570 actions (Installing new actions)
43412025-02-28T22:33:53.200Z[ recovery-image] Feb 28 22:33:51.766 INFO O| Feb 28 22:33:51.766 INFO O| Done
43422025-02-28T22:33:53.910Z[ recovery-image] Feb 28 22:33:52.476 INFO O| Feb 28 22:33:52.476 INFO O| Done
43432025-02-28T22:33:54.843Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO STEP 11 (pkg_install) COMPLETE
43442025-02-28T22:33:54.846Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43452025-02-28T22:33:54.847Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO skip step because feature "recovery" is enabled
43462025-02-28T22:33:54.847Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43472025-02-28T22:33:54.847Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO skip step because feature "omicron1" is not enabled
43482025-02-28T22:33:54.847Z[ recovery-image] Feb 28 22:33:53.409 INFO O| Feb 28 22:33:53.409 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43492025-02-28T22:33:54.866Z[ recovery-image] Feb 28 22:33:53.432 INFO O| Feb 28 22:33:53.432 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
43502025-02-28T22:33:57.456Z[ host-image] Feb 28 22:33:55.645 INFO O| Feb 28 22:33:55.645 INFO O| Actions: 9194/49570 actions (Installing new actions)
43512025-02-28T22:33:59.092Z[ recovery-image] Feb 28 22:33:57.657 INFO O| Feb 28 22:33:57.657 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43522025-02-28T22:34:02.082Z[ host-image] Feb 28 22:34:00.647 INFO O| Feb 28 22:34:00.647 INFO O| Actions: 16791/49570 actions (Installing new actions)
43532025-02-28T22:34:04.037Z[ recovery-image] Feb 28 22:34:02.600 INFO O| Feb 28 22:34:02.600 INFO O| Planning: Solver setup ... Done
43542025-02-28T22:34:04.044Z[ recovery-image] Feb 28 22:34:02.609 INFO O| Feb 28 22:34:02.609 INFO O| Planning: Running solver ... Done
43552025-02-28T22:34:04.165Z[ recovery-image] Feb 28 22:34:02.729 INFO O| Feb 28 22:34:02.729 INFO O| Planning: Finding local manifests ... Done
43562025-02-28T22:34:04.169Z[ recovery-image] Feb 28 22:34:02.731 INFO O| Feb 28 22:34:02.731 INFO O| Planning: Fetching manifests: 0/1 0% complete
43572025-02-28T22:34:04.805Z[ recovery-image] Feb 28 22:34:03.369 INFO O| Feb 28 22:34:03.369 INFO O| Planning: Fetching manifests: 1/1 100% complete
43582025-02-28T22:34:04.985Z[ recovery-image] Feb 28 22:34:03.549 INFO O| Feb 28 22:34:03.549 INFO O| Planning: Package planning ... Done
43592025-02-28T22:34:04.989Z[ recovery-image] Feb 28 22:34:03.550 INFO O| Feb 28 22:34:03.549 INFO O| Planning: Merging actions ... Done
43602025-02-28T22:34:05.045Z[ recovery-image] Feb 28 22:34:03.609 INFO O| Feb 28 22:34:03.609 INFO O| Planning: Checking for conflicting actions ... Done
43612025-02-28T22:34:05.049Z[ recovery-image] Feb 28 22:34:03.610 INFO O| Feb 28 22:34:03.610 INFO O| Planning: Consolidating action changes ... Done
43622025-02-28T22:34:05.624Z[ recovery-image] Feb 28 22:34:04.188 INFO O| Feb 28 22:34:04.188 INFO O| Planning: Evaluating mediators ... Done
43632025-02-28T22:34:05.627Z[ recovery-image] Feb 28 22:34:04.189 INFO O| Feb 28 22:34:04.189 INFO O| Planning: Planning completed in 6.53 seconds
43642025-02-28T22:34:05.627Z[ recovery-image] Feb 28 22:34:04.191 INFO O| Feb 28 22:34:04.191 INFO O| Packages to install: 1
43652025-02-28T22:34:05.648Z[ recovery-image] Feb 28 22:34:04.211 INFO O| Feb 28 22:34:04.211 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
43662025-02-28T22:34:06.625Z[ recovery-image] Feb 28 22:34:05.189 INFO O| Feb 28 22:34:05.189 INFO O| Download: Completed 10.27 MB in 0.98 seconds (10.5M/s)
43672025-02-28T22:34:06.667Z[ recovery-image] Feb 28 22:34:05.229 INFO O| Feb 28 22:34:05.229 INFO O| Actions: 1/22 actions (Installing new actions)
43682025-02-28T22:34:07.084Z[ host-image] Feb 28 22:34:05.648 INFO O| Feb 28 22:34:05.648 INFO O| Actions: 24061/49570 actions (Installing new actions)
43692025-02-28T22:34:07.115Z[ recovery-image] Feb 28 22:34:05.675 INFO O| Feb 28 22:34:05.675 INFO O| Actions: Completed 22 actions in 0.45 seconds.
43702025-02-28T22:34:07.855Z[ recovery-image] Feb 28 22:34:06.418 INFO O| Feb 28 22:34:06.418 INFO O| Done
43712025-02-28T22:34:07.855Z[ recovery-image] Feb 28 22:34:06.418 INFO O| Feb 28 22:34:06.418 INFO O| Done
43722025-02-28T22:34:09.608Z[ recovery-image] Feb 28 22:34:08.171 INFO O| Feb 28 22:34:08.171 INFO O| Done
43732025-02-28T22:34:11.518Z[ recovery-image] Feb 28 22:34:10.081 INFO O| Feb 28 22:34:10.081 INFO O| Done
43742025-02-28T22:34:11.542Z[ recovery-image] Feb 28 22:34:10.105 INFO O| Feb 28 22:34:10.105 INFO O| Done
43752025-02-28T22:34:11.542Z[ recovery-image] Feb 28 22:34:10.106 INFO O| Feb 28 22:34:10.106 INFO O| Done
43762025-02-28T22:34:11.562Z[ recovery-image] Feb 28 22:34:10.123 INFO O| Feb 28 22:34:10.123 INFO O| Done
43772025-02-28T22:34:11.772Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO STEP 14 (pkg_install) COMPLETE
43782025-02-28T22:34:11.772Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43792025-02-28T22:34:11.772Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO skip step because feature "mfg" is not enabled
43802025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43812025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO skip step because feature "compliance" is not enabled
43822025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43832025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO skip step because feature "stress" is not enabled
43842025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43852025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO skip step because feature "nfs" is not enabled
43862025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.335 INFO O| Feb 28 22:34:10.335 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43872025-02-28T22:34:11.776Z[ recovery-image] Feb 28 22:34:10.336 INFO O| Feb 28 22:34:10.335 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43882025-02-28T22:34:11.987Z[ recovery-image] Feb 28 22:34:10.550 INFO O| Feb 28 22:34:10.550 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43892025-02-28T22:34:12.138Z[ recovery-image] Feb 28 22:34:10.701 INFO O| Feb 28 22:34:10.701 INFO completed processing gimlet/ramdisk-01-os
43902025-02-28T22:34:12.143Z[ recovery-image] Feb 28 22:34:10.705 INFO image builder template: ramdisk-02-trim...
43912025-02-28T22:34:12.143Z[ recovery-image] Feb 28 22:34:10.706 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
43922025-02-28T22:34:12.195Z[ recovery-image] Feb 28 22:34:10.758 INFO O| Feb 28 22:34:10.758 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43932025-02-28T22:34:12.207Z[ host-image] Feb 28 22:34:10.771 INFO O| Feb 28 22:34:10.770 INFO O| Actions: 49015/49570 actions (Installing new actions)
43942025-02-28T22:34:12.223Z[ recovery-image] Feb 28 22:34:10.786 INFO O| Feb 28 22:34:10.786 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43952025-02-28T22:34:12.370Z[ recovery-image] Feb 28 22:34:10.933 INFO O| Feb 28 22:34:10.933 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43962025-02-28T22:34:12.552Z[ recovery-image] Feb 28 22:34:11.115 INFO O| Feb 28 22:34:11.114 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43972025-02-28T22:34:12.555Z[ recovery-image] Feb 28 22:34:11.115 INFO O| Feb 28 22:34:11.115 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43982025-02-28T22:34:12.566Z[ recovery-image] Feb 28 22:34:11.128 INFO O| Feb 28 22:34:11.128 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43992025-02-28T22:34:12.574Z[ recovery-image] Feb 28 22:34:11.136 INFO O| Feb 28 22:34:11.136 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
44002025-02-28T22:34:12.592Z[ recovery-image] Feb 28 22:34:11.155 INFO O| Feb 28 22:34:11.155 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
44012025-02-28T22:34:13.191Z[ recovery-image] Feb 28 22:34:11.754 INFO O| Feb 28 22:34:11.754 INFO rolled back to input snapshot; work may begin
44022025-02-28T22:34:13.191Z[ recovery-image] Feb 28 22:34:11.754 INFO O| Feb 28 22:34:11.754 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44032025-02-28T22:34:13.208Z[ recovery-image] Feb 28 22:34:11.771 INFO O| Feb 28 22:34:11.771 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-28T22:34:13.230Z[ recovery-image] Feb 28 22:34:11.793 INFO O| Feb 28 22:34:11.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
44052025-02-28T22:34:13.593Z[ recovery-image] Feb 28 22:34:12.155 INFO O| Feb 28 22:34:12.155 INFO STEP 0 (remove_files) COMPLETE
44062025-02-28T22:34:13.593Z[ recovery-image] Feb 28 22:34:12.155 INFO O| Feb 28 22:34:12.155 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-02-28T22:34:13.599Z[ host-image] Feb 28 22:34:12.162 INFO O| Feb 28 22:34:12.162 INFO O| Actions: Completed 49570 actions in 21.51 seconds.
44082025-02-28T22:34:13.622Z[ recovery-image] Feb 28 22:34:12.185 INFO O| Feb 28 22:34:12.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
44092025-02-28T22:34:13.626Z[ recovery-image] Feb 28 22:34:12.188 INFO O| Feb 28 22:34:12.188 INFO STEP 1 (remove_files) COMPLETE
44102025-02-28T22:34:13.626Z[ recovery-image] Feb 28 22:34:12.188 INFO O| Feb 28 22:34:12.188 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44112025-02-28T22:34:13.663Z[ recovery-image] Feb 28 22:34:12.225 INFO O| Feb 28 22:34:12.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
44122025-02-28T22:34:13.683Z[ recovery-image] Feb 28 22:34:12.246 INFO O| Feb 28 22:34:12.246 INFO STEP 2 (remove_files) COMPLETE
44132025-02-28T22:34:13.684Z[ recovery-image] Feb 28 22:34:12.246 INFO O| Feb 28 22:34:12.246 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44142025-02-28T22:34:13.732Z[ recovery-image] Feb 28 22:34:12.295 INFO O| Feb 28 22:34:12.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
44152025-02-28T22:34:13.735Z[ recovery-image] Feb 28 22:34:12.297 INFO O| Feb 28 22:34:12.297 INFO STEP 3 (remove_files) COMPLETE
44162025-02-28T22:34:13.735Z[ recovery-image] Feb 28 22:34:12.297 INFO O| Feb 28 22:34:12.297 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44172025-02-28T22:34:13.756Z[ recovery-image] Feb 28 22:34:12.318 INFO O| Feb 28 22:34:12.317 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
44182025-02-28T22:34:13.761Z[ recovery-image] Feb 28 22:34:12.324 INFO O| Feb 28 22:34:12.324 INFO STEP 4 (remove_files) COMPLETE
44192025-02-28T22:34:13.761Z[ recovery-image] Feb 28 22:34:12.324 INFO O| Feb 28 22:34:12.324 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44202025-02-28T22:34:13.783Z[ recovery-image] Feb 28 22:34:12.346 INFO O| Feb 28 22:34:12.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
44212025-02-28T22:34:13.786Z[ recovery-image] Feb 28 22:34:12.346 INFO O| Feb 28 22:34:12.346 INFO STEP 5 (remove_files) COMPLETE
44222025-02-28T22:34:13.786Z[ recovery-image] Feb 28 22:34:12.346 INFO O| Feb 28 22:34:12.346 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44232025-02-28T22:34:13.805Z[ recovery-image] Feb 28 22:34:12.368 INFO O| Feb 28 22:34:12.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
44242025-02-28T22:34:13.822Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO STEP 6 (remove_files) COMPLETE
44252025-02-28T22:34:13.822Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO skip step because feature "recovery" is enabled
44272025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO skip step because feature "recovery" is enabled
44292025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO skip step because feature "recovery" is enabled
44312025-02-28T22:34:13.826Z[ recovery-image] Feb 28 22:34:12.385 INFO O| Feb 28 22:34:12.385 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44322025-02-28T22:34:13.847Z[ recovery-image] Feb 28 22:34:12.410 INFO O| Feb 28 22:34:12.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
44332025-02-28T22:34:13.853Z[ recovery-image] Feb 28 22:34:12.416 INFO O| Feb 28 22:34:12.416 INFO STEP 10 (remove_files) COMPLETE
44342025-02-28T22:34:13.853Z[ recovery-image] Feb 28 22:34:12.416 INFO O| Feb 28 22:34:12.416 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44352025-02-28T22:34:13.876Z[ recovery-image] Feb 28 22:34:12.439 INFO O| Feb 28 22:34:12.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
44362025-02-28T22:34:13.879Z[ recovery-image] Feb 28 22:34:12.440 INFO O| Feb 28 22:34:12.440 INFO STEP 11 (remove_files) COMPLETE
44372025-02-28T22:34:13.879Z[ recovery-image] Feb 28 22:34:12.440 INFO O| Feb 28 22:34:12.440 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44382025-02-28T22:34:13.911Z[ recovery-image] Feb 28 22:34:12.474 INFO O| Feb 28 22:34:12.474 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
44392025-02-28T22:34:13.915Z[ recovery-image] Feb 28 22:34:12.476 INFO O| Feb 28 22:34:12.476 INFO STEP 12 (remove_files) COMPLETE
44402025-02-28T22:34:13.915Z[ recovery-image] Feb 28 22:34:12.476 INFO O| Feb 28 22:34:12.476 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44412025-02-28T22:34:13.938Z[ recovery-image] Feb 28 22:34:12.501 INFO O| Feb 28 22:34:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
44422025-02-28T22:34:13.943Z[ recovery-image] Feb 28 22:34:12.506 INFO O| Feb 28 22:34:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
44432025-02-28T22:34:13.947Z[ recovery-image] Feb 28 22:34:12.510 INFO O| Feb 28 22:34:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
44442025-02-28T22:34:14.046Z[ recovery-image] Feb 28 22:34:12.609 INFO O| Feb 28 22:34:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
44452025-02-28T22:34:14.442Z[ recovery-image] Feb 28 22:34:13.005 INFO O| Feb 28 22:34:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
44462025-02-28T22:34:14.476Z[ recovery-image] Feb 28 22:34:13.038 INFO O| Feb 28 22:34:13.038 INFO STEP 13 (remove_files) COMPLETE
44472025-02-28T22:34:14.476Z[ recovery-image] Feb 28 22:34:13.038 INFO O| Feb 28 22:34:13.038 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44482025-02-28T22:34:14.488Z[ host-image] Feb 28 22:34:13.040 INFO O| Feb 28 22:34:13.040 INFO O| Done
44492025-02-28T22:34:14.488Z[ host-image] Feb 28 22:34:13.040 INFO O| Feb 28 22:34:13.040 INFO O| Done
44502025-02-28T22:34:14.530Z[ recovery-image] Feb 28 22:34:13.074 INFO O| Feb 28 22:34:13.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
44512025-02-28T22:34:14.531Z[ recovery-image] Feb 28 22:34:13.076 INFO O| Feb 28 22:34:13.076 INFO STEP 14 (remove_files) COMPLETE
44522025-02-28T22:34:14.531Z[ recovery-image] Feb 28 22:34:13.076 INFO O| Feb 28 22:34:13.076 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44532025-02-28T22:34:14.581Z[ recovery-image] Feb 28 22:34:13.143 INFO O| Feb 28 22:34:13.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
44542025-02-28T22:34:14.590Z[ recovery-image] Feb 28 22:34:13.153 INFO O| Feb 28 22:34:13.152 INFO STEP 15 (remove_files) COMPLETE
44552025-02-28T22:34:14.592Z[ recovery-image] Feb 28 22:34:13.153 INFO O| Feb 28 22:34:13.153 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44562025-02-28T22:34:14.616Z[ recovery-image] Feb 28 22:34:13.178 INFO O| Feb 28 22:34:13.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
44572025-02-28T22:34:14.620Z[ recovery-image] Feb 28 22:34:13.178 INFO O| Feb 28 22:34:13.178 INFO STEP 16 (remove_files) COMPLETE
44582025-02-28T22:34:14.620Z[ recovery-image] Feb 28 22:34:13.178 INFO O| Feb 28 22:34:13.178 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44592025-02-28T22:34:14.659Z[ recovery-image] Feb 28 22:34:13.219 INFO O| Feb 28 22:34:13.219 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
44602025-02-28T22:34:14.663Z[ recovery-image] Feb 28 22:34:13.221 INFO O| Feb 28 22:34:13.221 INFO STEP 17 (remove_files) COMPLETE
44612025-02-28T22:34:14.663Z[ recovery-image] Feb 28 22:34:13.221 INFO O| Feb 28 22:34:13.221 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44622025-02-28T22:34:14.696Z[ recovery-image] Feb 28 22:34:13.259 INFO O| Feb 28 22:34:13.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
44632025-02-28T22:34:14.696Z[ recovery-image] Feb 28 22:34:13.259 INFO O| Feb 28 22:34:13.259 INFO STEP 18 (remove_files) COMPLETE
44642025-02-28T22:34:14.696Z[ recovery-image] Feb 28 22:34:13.259 INFO O| Feb 28 22:34:13.259 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44652025-02-28T22:34:14.714Z[ recovery-image] Feb 28 22:34:13.276 INFO O| Feb 28 22:34:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
44662025-02-28T22:34:14.714Z[ recovery-image] Feb 28 22:34:13.276 INFO O| Feb 28 22:34:13.276 INFO STEP 19 (remove_files) COMPLETE
44672025-02-28T22:34:14.718Z[ recovery-image] Feb 28 22:34:13.277 INFO O| Feb 28 22:34:13.276 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-02-28T22:34:14.734Z[ recovery-image] Feb 28 22:34:13.296 INFO O| Feb 28 22:34:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
44692025-02-28T22:34:14.734Z[ recovery-image] Feb 28 22:34:13.296 INFO O| Feb 28 22:34:13.296 INFO STEP 20 (remove_files) COMPLETE
44702025-02-28T22:34:14.734Z[ recovery-image] Feb 28 22:34:13.296 INFO O| Feb 28 22:34:13.296 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-02-28T22:34:14.753Z[ recovery-image] Feb 28 22:34:13.315 INFO O| Feb 28 22:34:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
44722025-02-28T22:34:14.753Z[ recovery-image] Feb 28 22:34:13.315 INFO O| Feb 28 22:34:13.315 INFO STEP 21 (remove_files) COMPLETE
44732025-02-28T22:34:14.753Z[ recovery-image] Feb 28 22:34:13.315 INFO O| Feb 28 22:34:13.315 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44742025-02-28T22:34:14.772Z[ recovery-image] Feb 28 22:34:13.335 INFO O| Feb 28 22:34:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
44752025-02-28T22:34:14.773Z[ recovery-image] Feb 28 22:34:13.335 INFO O| Feb 28 22:34:13.335 INFO STEP 22 (remove_files) COMPLETE
44762025-02-28T22:34:14.776Z[ recovery-image] Feb 28 22:34:13.335 INFO O| Feb 28 22:34:13.335 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44772025-02-28T22:34:14.793Z[ recovery-image] Feb 28 22:34:13.353 INFO O| Feb 28 22:34:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
44782025-02-28T22:34:14.797Z[ recovery-image] Feb 28 22:34:13.353 INFO O| Feb 28 22:34:13.353 INFO STEP 23 (remove_files) COMPLETE
44792025-02-28T22:34:14.797Z[ recovery-image] Feb 28 22:34:13.353 INFO O| Feb 28 22:34:13.353 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44802025-02-28T22:34:14.811Z[ recovery-image] Feb 28 22:34:13.373 INFO O| Feb 28 22:34:13.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44812025-02-28T22:34:14.811Z[ recovery-image] Feb 28 22:34:13.373 INFO O| Feb 28 22:34:13.373 INFO STEP 24 (remove_files) COMPLETE
44822025-02-28T22:34:14.811Z[ recovery-image] Feb 28 22:34:13.373 INFO O| Feb 28 22:34:13.373 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44832025-02-28T22:34:14.830Z[ recovery-image] Feb 28 22:34:13.393 INFO O| Feb 28 22:34:13.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44842025-02-28T22:34:14.830Z[ recovery-image] Feb 28 22:34:13.393 INFO O| Feb 28 22:34:13.393 INFO STEP 25 (remove_files) COMPLETE
44852025-02-28T22:34:14.830Z[ recovery-image] Feb 28 22:34:13.393 INFO O| Feb 28 22:34:13.393 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44862025-02-28T22:34:14.849Z[ recovery-image] Feb 28 22:34:13.411 INFO O| Feb 28 22:34:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44872025-02-28T22:34:14.849Z[ recovery-image] Feb 28 22:34:13.412 INFO O| Feb 28 22:34:13.412 INFO STEP 26 (remove_files) COMPLETE
44882025-02-28T22:34:14.852Z[ recovery-image] Feb 28 22:34:13.412 INFO O| Feb 28 22:34:13.412 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44892025-02-28T22:34:14.869Z[ recovery-image] Feb 28 22:34:13.431 INFO O| Feb 28 22:34:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44902025-02-28T22:34:14.869Z[ recovery-image] Feb 28 22:34:13.431 INFO O| Feb 28 22:34:13.431 INFO STEP 27 (remove_files) COMPLETE
44912025-02-28T22:34:14.869Z[ recovery-image] Feb 28 22:34:13.431 INFO O| Feb 28 22:34:13.431 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44922025-02-28T22:34:14.888Z[ recovery-image] Feb 28 22:34:13.451 INFO O| Feb 28 22:34:13.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44932025-02-28T22:34:14.888Z[ recovery-image] Feb 28 22:34:13.451 INFO O| Feb 28 22:34:13.451 INFO STEP 28 (remove_files) COMPLETE
44942025-02-28T22:34:14.888Z[ recovery-image] Feb 28 22:34:13.451 INFO O| Feb 28 22:34:13.451 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-02-28T22:34:14.907Z[ recovery-image] Feb 28 22:34:13.470 INFO O| Feb 28 22:34:13.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44962025-02-28T22:34:14.907Z[ recovery-image] Feb 28 22:34:13.470 INFO O| Feb 28 22:34:13.470 INFO STEP 29 (remove_files) COMPLETE
44972025-02-28T22:34:14.911Z[ recovery-image] Feb 28 22:34:13.470 INFO O| Feb 28 22:34:13.470 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44982025-02-28T22:34:14.936Z[ recovery-image] Feb 28 22:34:13.499 INFO O| Feb 28 22:34:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44992025-02-28T22:34:14.936Z[ recovery-image] Feb 28 22:34:13.499 INFO O| Feb 28 22:34:13.499 INFO STEP 30 (remove_files) COMPLETE
45002025-02-28T22:34:14.937Z[ recovery-image] Feb 28 22:34:13.499 INFO O| Feb 28 22:34:13.499 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45012025-02-28T22:34:14.996Z[ recovery-image] Feb 28 22:34:13.557 INFO O| Feb 28 22:34:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
45022025-02-28T22:34:15.001Z[ recovery-image] Feb 28 22:34:13.557 INFO O| Feb 28 22:34:13.557 INFO STEP 31 (remove_files) COMPLETE
45032025-02-28T22:34:15.001Z[ recovery-image] Feb 28 22:34:13.558 INFO O| Feb 28 22:34:13.557 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45042025-02-28T22:34:15.033Z[ recovery-image] Feb 28 22:34:13.596 INFO O| Feb 28 22:34:13.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
45052025-02-28T22:34:15.033Z[ recovery-image] Feb 28 22:34:13.596 INFO O| Feb 28 22:34:13.596 INFO STEP 32 (remove_files) COMPLETE
45062025-02-28T22:34:15.037Z[ recovery-image] Feb 28 22:34:13.596 INFO O| Feb 28 22:34:13.596 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45072025-02-28T22:34:15.078Z[ recovery-image] Feb 28 22:34:13.640 INFO O| Feb 28 22:34:13.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
45082025-02-28T22:34:15.078Z[ recovery-image] Feb 28 22:34:13.640 INFO O| Feb 28 22:34:13.640 INFO STEP 33 (remove_files) COMPLETE
45092025-02-28T22:34:15.081Z[ recovery-image] Feb 28 22:34:13.640 INFO O| Feb 28 22:34:13.640 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45102025-02-28T22:34:15.117Z[ recovery-image] Feb 28 22:34:13.680 INFO O| Feb 28 22:34:13.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
45112025-02-28T22:34:15.117Z[ recovery-image] Feb 28 22:34:13.680 INFO O| Feb 28 22:34:13.680 INFO STEP 34 (remove_files) COMPLETE
45122025-02-28T22:34:15.117Z[ recovery-image] Feb 28 22:34:13.680 INFO O| Feb 28 22:34:13.680 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45132025-02-28T22:34:15.138Z[ recovery-image] Feb 28 22:34:13.701 INFO O| Feb 28 22:34:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
45142025-02-28T22:34:15.138Z[ recovery-image] Feb 28 22:34:13.701 INFO O| Feb 28 22:34:13.701 INFO STEP 35 (remove_files) COMPLETE
45152025-02-28T22:34:15.138Z[ recovery-image] Feb 28 22:34:13.701 INFO O| Feb 28 22:34:13.701 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45162025-02-28T22:34:15.161Z[ recovery-image] Feb 28 22:34:13.723 INFO O| Feb 28 22:34:13.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
45172025-02-28T22:34:15.161Z[ recovery-image] Feb 28 22:34:13.723 INFO O| Feb 28 22:34:13.723 INFO STEP 36 (remove_files) COMPLETE
45182025-02-28T22:34:15.161Z[ recovery-image] Feb 28 22:34:13.723 INFO O| Feb 28 22:34:13.723 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45192025-02-28T22:34:15.183Z[ recovery-image] Feb 28 22:34:13.745 INFO O| Feb 28 22:34:13.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
45202025-02-28T22:34:15.183Z[ recovery-image] Feb 28 22:34:13.745 INFO O| Feb 28 22:34:13.745 INFO STEP 37 (remove_files) COMPLETE
45212025-02-28T22:34:15.186Z[ recovery-image] Feb 28 22:34:13.745 INFO O| Feb 28 22:34:13.745 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45222025-02-28T22:34:15.208Z[ recovery-image] Feb 28 22:34:13.771 INFO O| Feb 28 22:34:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
45232025-02-28T22:34:15.208Z[ recovery-image] Feb 28 22:34:13.771 INFO O| Feb 28 22:34:13.771 INFO STEP 38 (remove_files) COMPLETE
45242025-02-28T22:34:15.211Z[ recovery-image] Feb 28 22:34:13.771 INFO O| Feb 28 22:34:13.771 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45252025-02-28T22:34:15.251Z[ recovery-image] Feb 28 22:34:13.814 INFO O| Feb 28 22:34:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
45262025-02-28T22:34:15.256Z[ recovery-image] Feb 28 22:34:13.814 INFO O| Feb 28 22:34:13.814 INFO STEP 39 (remove_files) COMPLETE
45272025-02-28T22:34:15.256Z[ recovery-image] Feb 28 22:34:13.815 INFO O| Feb 28 22:34:13.814 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45282025-02-28T22:34:15.284Z[ recovery-image] Feb 28 22:34:13.846 INFO O| Feb 28 22:34:13.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
45292025-02-28T22:34:15.284Z[ recovery-image] Feb 28 22:34:13.846 INFO O| Feb 28 22:34:13.846 INFO STEP 40 (remove_files) COMPLETE
45302025-02-28T22:34:15.284Z[ recovery-image] Feb 28 22:34:13.846 INFO O| Feb 28 22:34:13.846 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45312025-02-28T22:34:15.335Z[ recovery-image] Feb 28 22:34:13.898 INFO O| Feb 28 22:34:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
45322025-02-28T22:34:15.335Z[ recovery-image] Feb 28 22:34:13.898 INFO O| Feb 28 22:34:13.898 INFO STEP 41 (remove_files) COMPLETE
45332025-02-28T22:34:15.338Z[ recovery-image] Feb 28 22:34:13.898 INFO O| Feb 28 22:34:13.898 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45342025-02-28T22:34:15.397Z[ recovery-image] Feb 28 22:34:13.960 INFO O| Feb 28 22:34:13.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
45352025-02-28T22:34:15.397Z[ recovery-image] Feb 28 22:34:13.960 INFO O| Feb 28 22:34:13.960 INFO STEP 42 (remove_files) COMPLETE
45362025-02-28T22:34:15.398Z[ recovery-image] Feb 28 22:34:13.960 INFO O| Feb 28 22:34:13.960 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-28T22:34:15.418Z[ recovery-image] Feb 28 22:34:13.980 INFO O| Feb 28 22:34:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
45382025-02-28T22:34:15.418Z[ recovery-image] Feb 28 22:34:13.980 INFO O| Feb 28 22:34:13.980 INFO STEP 43 (remove_files) COMPLETE
45392025-02-28T22:34:15.421Z[ recovery-image] Feb 28 22:34:13.980 INFO O| Feb 28 22:34:13.980 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45402025-02-28T22:34:15.438Z[ recovery-image] Feb 28 22:34:14.001 INFO O| Feb 28 22:34:14.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
45412025-02-28T22:34:15.442Z[ recovery-image] Feb 28 22:34:14.001 INFO O| Feb 28 22:34:14.001 INFO STEP 44 (remove_files) COMPLETE
45422025-02-28T22:34:15.442Z[ recovery-image] Feb 28 22:34:14.001 INFO O| Feb 28 22:34:14.001 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45432025-02-28T22:34:15.460Z[ recovery-image] Feb 28 22:34:14.022 INFO O| Feb 28 22:34:14.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
45442025-02-28T22:34:15.460Z[ recovery-image] Feb 28 22:34:14.022 INFO O| Feb 28 22:34:14.022 INFO STEP 45 (remove_files) COMPLETE
45452025-02-28T22:34:15.463Z[ recovery-image] Feb 28 22:34:14.022 INFO O| Feb 28 22:34:14.022 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45462025-02-28T22:34:15.487Z[ recovery-image] Feb 28 22:34:14.049 INFO O| Feb 28 22:34:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
45472025-02-28T22:34:15.487Z[ recovery-image] Feb 28 22:34:14.049 INFO O| Feb 28 22:34:14.049 INFO STEP 46 (remove_files) COMPLETE
45482025-02-28T22:34:15.487Z[ recovery-image] Feb 28 22:34:14.049 INFO O| Feb 28 22:34:14.049 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45492025-02-28T22:34:15.509Z[ recovery-image] Feb 28 22:34:14.071 INFO O| Feb 28 22:34:14.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
45502025-02-28T22:34:15.509Z[ recovery-image] Feb 28 22:34:14.071 INFO O| Feb 28 22:34:14.071 INFO STEP 47 (remove_files) COMPLETE
45512025-02-28T22:34:15.512Z[ recovery-image] Feb 28 22:34:14.071 INFO O| Feb 28 22:34:14.071 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45522025-02-28T22:34:15.530Z[ recovery-image] Feb 28 22:34:14.092 INFO O| Feb 28 22:34:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
45532025-02-28T22:34:15.531Z[ recovery-image] Feb 28 22:34:14.092 INFO O| Feb 28 22:34:14.092 INFO STEP 48 (remove_files) COMPLETE
45542025-02-28T22:34:15.531Z[ recovery-image] Feb 28 22:34:14.092 INFO O| Feb 28 22:34:14.092 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45552025-02-28T22:34:15.549Z[ recovery-image] Feb 28 22:34:14.112 INFO O| Feb 28 22:34:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
45562025-02-28T22:34:15.549Z[ recovery-image] Feb 28 22:34:14.112 INFO O| Feb 28 22:34:14.112 INFO STEP 49 (remove_files) COMPLETE
45572025-02-28T22:34:15.555Z[ recovery-image] Feb 28 22:34:14.112 INFO O| Feb 28 22:34:14.112 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45582025-02-28T22:34:15.578Z[ recovery-image] Feb 28 22:34:14.140 INFO O| Feb 28 22:34:14.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
45592025-02-28T22:34:15.578Z[ recovery-image] Feb 28 22:34:14.140 INFO O| Feb 28 22:34:14.140 INFO STEP 50 (remove_files) COMPLETE
45602025-02-28T22:34:15.578Z[ recovery-image] Feb 28 22:34:14.140 INFO O| Feb 28 22:34:14.140 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45612025-02-28T22:34:15.623Z[ recovery-image] Feb 28 22:34:14.185 INFO O| Feb 28 22:34:14.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
45622025-02-28T22:34:15.623Z[ recovery-image] Feb 28 22:34:14.185 INFO O| Feb 28 22:34:14.185 INFO STEP 51 (remove_files) COMPLETE
45632025-02-28T22:34:15.623Z[ recovery-image] Feb 28 22:34:14.185 INFO O| Feb 28 22:34:14.185 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45642025-02-28T22:34:15.653Z[ recovery-image] Feb 28 22:34:14.216 INFO O| Feb 28 22:34:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45652025-02-28T22:34:15.654Z[ recovery-image] Feb 28 22:34:14.216 INFO O| Feb 28 22:34:14.216 INFO STEP 52 (remove_files) COMPLETE
45662025-02-28T22:34:15.657Z[ recovery-image] Feb 28 22:34:14.216 INFO O| Feb 28 22:34:14.216 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45672025-02-28T22:34:15.674Z[ recovery-image] Feb 28 22:34:14.235 INFO O| Feb 28 22:34:14.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
45682025-02-28T22:34:15.674Z[ recovery-image] Feb 28 22:34:14.235 INFO O| Feb 28 22:34:14.235 INFO STEP 53 (remove_files) COMPLETE
45692025-02-28T22:34:15.677Z[ recovery-image] Feb 28 22:34:14.235 INFO O| Feb 28 22:34:14.235 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45702025-02-28T22:34:15.697Z[ recovery-image] Feb 28 22:34:14.259 INFO O| Feb 28 22:34:14.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
45712025-02-28T22:34:15.697Z[ recovery-image] Feb 28 22:34:14.259 INFO O| Feb 28 22:34:14.259 INFO STEP 54 (remove_files) COMPLETE
45722025-02-28T22:34:15.697Z[ recovery-image] Feb 28 22:34:14.259 INFO O| Feb 28 22:34:14.259 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45732025-02-28T22:34:15.719Z[ recovery-image] Feb 28 22:34:14.281 INFO O| Feb 28 22:34:14.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
45742025-02-28T22:34:15.719Z[ recovery-image] Feb 28 22:34:14.281 INFO O| Feb 28 22:34:14.281 INFO STEP 55 (remove_files) COMPLETE
45752025-02-28T22:34:15.719Z[ recovery-image] Feb 28 22:34:14.281 INFO O| Feb 28 22:34:14.281 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45762025-02-28T22:34:15.738Z[ recovery-image] Feb 28 22:34:14.300 INFO O| Feb 28 22:34:14.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
45772025-02-28T22:34:15.738Z[ recovery-image] Feb 28 22:34:14.300 INFO O| Feb 28 22:34:14.300 INFO STEP 56 (remove_files) COMPLETE
45782025-02-28T22:34:15.738Z[ recovery-image] Feb 28 22:34:14.300 INFO O| Feb 28 22:34:14.300 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45792025-02-28T22:34:15.757Z[ recovery-image] Feb 28 22:34:14.320 INFO O| Feb 28 22:34:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45802025-02-28T22:34:15.761Z[ recovery-image] Feb 28 22:34:14.320 INFO O| Feb 28 22:34:14.320 INFO STEP 57 (remove_files) COMPLETE
45812025-02-28T22:34:15.761Z[ recovery-image] Feb 28 22:34:14.320 INFO O| Feb 28 22:34:14.320 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45822025-02-28T22:34:15.794Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45832025-02-28T22:34:15.794Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45842025-02-28T22:34:15.794Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45852025-02-28T22:34:15.794Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45862025-02-28T22:34:15.794Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45872025-02-28T22:34:15.797Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45882025-02-28T22:34:15.797Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO ok!
45892025-02-28T22:34:15.797Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO STEP 58 (ensure_file) COMPLETE
45902025-02-28T22:34:15.797Z[ recovery-image] Feb 28 22:34:14.356 INFO O| Feb 28 22:34:14.356 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45912025-02-28T22:34:15.881Z[ recovery-image] Feb 28 22:34:14.444 INFO O| Feb 28 22:34:14.444 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45922025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.444 INFO O| Feb 28 22:34:14.444 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45932025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.444 INFO O| Feb 28 22:34:14.444 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45942025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.444 INFO O| Feb 28 22:34:14.444 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45952025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.445 INFO O| Feb 28 22:34:14.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45962025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.445 INFO O| Feb 28 22:34:14.445 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45972025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.445 INFO O| Feb 28 22:34:14.445 INFO ok!
45982025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.445 INFO O| Feb 28 22:34:14.445 INFO STEP 59 (ensure_file) COMPLETE
45992025-02-28T22:34:15.898Z[ recovery-image] Feb 28 22:34:14.445 INFO O| Feb 28 22:34:14.445 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46002025-02-28T22:34:15.927Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
46012025-02-28T22:34:15.928Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
46022025-02-28T22:34:15.928Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
46032025-02-28T22:34:15.931Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO ok!
46042025-02-28T22:34:15.931Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO STEP 60 (ensure_file) COMPLETE
46052025-02-28T22:34:15.931Z[ recovery-image] Feb 28 22:34:14.490 INFO O| Feb 28 22:34:14.490 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46062025-02-28T22:34:15.987Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
46072025-02-28T22:34:15.987Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
46082025-02-28T22:34:15.991Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
46092025-02-28T22:34:15.991Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 INFO ok!
46102025-02-28T22:34:15.991Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 INFO STEP 61 (ensure_file) COMPLETE
46112025-02-28T22:34:15.991Z[ recovery-image] Feb 28 22:34:14.550 INFO O| Feb 28 22:34:14.550 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46122025-02-28T22:34:16.052Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
46132025-02-28T22:34:16.052Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
46142025-02-28T22:34:16.056Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
46152025-02-28T22:34:16.056Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
46162025-02-28T22:34:16.056Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO ok!
46172025-02-28T22:34:16.056Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO STEP 62 (ensure_file) COMPLETE
46182025-02-28T22:34:16.056Z[ recovery-image] Feb 28 22:34:14.614 INFO O| Feb 28 22:34:14.614 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46192025-02-28T22:34:16.090Z[ recovery-image] Feb 28 22:34:14.653 INFO O| Feb 28 22:34:14.653 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
46202025-02-28T22:34:16.091Z[ recovery-image] Feb 28 22:34:14.653 INFO O| Feb 28 22:34:14.653 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
46212025-02-28T22:34:16.116Z[ recovery-image] Feb 28 22:34:14.675 INFO O| Feb 28 22:34:14.675 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
46222025-02-28T22:34:16.116Z[ recovery-image] Feb 28 22:34:14.675 INFO O| Feb 28 22:34:14.675 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
46232025-02-28T22:34:16.118Z[ recovery-image] Feb 28 22:34:14.675 INFO O| Feb 28 22:34:14.675 INFO ok!
46242025-02-28T22:34:16.118Z[ recovery-image] Feb 28 22:34:14.675 INFO O| Feb 28 22:34:14.675 INFO STEP 63 (ensure_file) COMPLETE
46252025-02-28T22:34:16.118Z[ recovery-image] Feb 28 22:34:14.675 INFO O| Feb 28 22:34:14.675 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46262025-02-28T22:34:16.157Z[ recovery-image] Feb 28 22:34:14.719 INFO O| Feb 28 22:34:14.719 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
46272025-02-28T22:34:16.157Z[ recovery-image] Feb 28 22:34:14.720 INFO O| Feb 28 22:34:14.719 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
46282025-02-28T22:34:16.161Z[ recovery-image] Feb 28 22:34:14.720 INFO O| Feb 28 22:34:14.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
46292025-02-28T22:34:16.161Z[ recovery-image] Feb 28 22:34:14.720 INFO O| Feb 28 22:34:14.720 INFO ok!
46302025-02-28T22:34:16.161Z[ recovery-image] Feb 28 22:34:14.720 INFO O| Feb 28 22:34:14.720 INFO STEP 64 (assemble_files) COMPLETE
46312025-02-28T22:34:16.161Z[ recovery-image] Feb 28 22:34:14.720 INFO O| Feb 28 22:34:14.720 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46322025-02-28T22:34:16.171Z[ host-image] Feb 28 22:34:14.734 INFO O| Feb 28 22:34:14.734 INFO O| Done
46332025-02-28T22:34:16.229Z[ recovery-image] Feb 28 22:34:14.791 INFO O| Feb 28 22:34:14.791 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
46342025-02-28T22:34:16.229Z[ recovery-image] Feb 28 22:34:14.791 INFO O| Feb 28 22:34:14.791 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
46352025-02-28T22:34:16.247Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
46362025-02-28T22:34:16.247Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
46372025-02-28T22:34:16.247Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO ok!
46382025-02-28T22:34:16.247Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO STEP 65 (ensure_file) COMPLETE
46392025-02-28T22:34:16.247Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46402025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO skip step because feature "omicron1" is not enabled
46412025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46422025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO skip step because feature "omicron1" is not enabled
46432025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46442025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO skip step because feature "omicron1" is not enabled
46452025-02-28T22:34:16.251Z[ recovery-image] Feb 28 22:34:14.809 INFO O| Feb 28 22:34:14.809 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46462025-02-28T22:34:16.298Z[ recovery-image] Feb 28 22:34:14.860 INFO O| Feb 28 22:34:14.860 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
46472025-02-28T22:34:16.298Z[ recovery-image] Feb 28 22:34:14.860 INFO O| Feb 28 22:34:14.860 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
46482025-02-28T22:34:19.011Z[ host-image] Feb 28 22:34:17.573 INFO O| Feb 28 22:34:17.573 INFO O| Done
46492025-02-28T22:34:19.060Z[ host-image] Feb 28 22:34:17.622 INFO O| Feb 28 22:34:17.622 INFO O| Done
46502025-02-28T22:34:19.142Z[ recovery-image] Feb 28 22:34:17.704 INFO O| Feb 28 22:34:17.703 INFO STEP 69 (pack_tar) COMPLETE
46512025-02-28T22:34:19.142Z[ recovery-image] Feb 28 22:34:17.704 INFO O| Feb 28 22:34:17.704 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46522025-02-28T22:34:19.145Z[ recovery-image] Feb 28 22:34:17.704 INFO O| Feb 28 22:34:17.704 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46532025-02-28T22:34:19.445Z[ recovery-image] Feb 28 22:34:18.007 INFO O| Feb 28 22:34:18.007 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
46542025-02-28T22:34:19.584Z[ recovery-image] Feb 28 22:34:18.145 INFO O| Feb 28 22:34:18.145 INFO completed processing gimlet/ramdisk-02-trim
46552025-02-28T22:34:19.588Z[ recovery-image] Feb 28 22:34:18.149 INFO image builder template: ramdisk-03-recovery-trim...
46562025-02-28T22:34:19.588Z[ recovery-image] Feb 28 22:34:18.149 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
46572025-02-28T22:34:19.787Z[ recovery-image] Feb 28 22:34:18.348 INFO O| Feb 28 22:34:18.348 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46582025-02-28T22:34:19.797Z[ recovery-image] Feb 28 22:34:18.358 INFO O| Feb 28 22:34:18.357 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46592025-02-28T22:34:19.981Z[ recovery-image] Feb 28 22:34:18.543 INFO O| Feb 28 22:34:18.543 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
46602025-02-28T22:34:20.075Z[ recovery-image] Feb 28 22:34:18.637 INFO O| Feb 28 22:34:18.637 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46612025-02-28T22:34:20.079Z[ recovery-image] Feb 28 22:34:18.637 INFO O| Feb 28 22:34:18.637 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
46622025-02-28T22:34:20.092Z[ recovery-image] Feb 28 22:34:18.653 INFO O| Feb 28 22:34:18.653 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
46632025-02-28T22:34:20.100Z[ recovery-image] Feb 28 22:34:18.662 INFO O| Feb 28 22:34:18.662 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46642025-02-28T22:34:20.111Z[ recovery-image] Feb 28 22:34:18.673 INFO O| Feb 28 22:34:18.673 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46652025-02-28T22:34:20.854Z[ recovery-image] Feb 28 22:34:19.416 INFO O| Feb 28 22:34:19.416 INFO rolled back to input snapshot; work may begin
46662025-02-28T22:34:20.854Z[ recovery-image] Feb 28 22:34:19.416 INFO O| Feb 28 22:34:19.416 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
46672025-02-28T22:34:20.864Z[ recovery-image] Feb 28 22:34:19.426 INFO O| Feb 28 22:34:19.426 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-28T22:34:20.884Z[ recovery-image] Feb 28 22:34:19.445 INFO O| Feb 28 22:34:19.445 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
46692025-02-28T22:34:20.893Z[ recovery-image] Feb 28 22:34:19.455 INFO O| Feb 28 22:34:19.455 INFO STEP 0 (remove_files) COMPLETE
46702025-02-28T22:34:20.893Z[ recovery-image] Feb 28 22:34:19.455 INFO O| Feb 28 22:34:19.455 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-28T22:34:20.929Z[ recovery-image] Feb 28 22:34:19.490 INFO O| Feb 28 22:34:19.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
46722025-02-28T22:34:21.509Z[ recovery-image] Feb 28 22:34:20.070 INFO O| Feb 28 22:34:20.070 INFO STEP 1 (remove_files) COMPLETE
46732025-02-28T22:34:21.509Z[ recovery-image] Feb 28 22:34:20.070 INFO O| Feb 28 22:34:20.070 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-28T22:34:21.532Z[ recovery-image] Feb 28 22:34:20.093 INFO O| Feb 28 22:34:20.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
46752025-02-28T22:34:21.543Z[ recovery-image] Feb 28 22:34:20.103 INFO O| Feb 28 22:34:20.103 INFO STEP 2 (remove_files) COMPLETE
46762025-02-28T22:34:21.543Z[ recovery-image] Feb 28 22:34:20.104 INFO O| Feb 28 22:34:20.103 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-28T22:34:21.588Z[ recovery-image] Feb 28 22:34:20.149 INFO O| Feb 28 22:34:20.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46782025-02-28T22:34:21.660Z[ recovery-image] Feb 28 22:34:20.222 INFO O| Feb 28 22:34:20.222 INFO STEP 3 (remove_files) COMPLETE
46792025-02-28T22:34:21.661Z[ recovery-image] Feb 28 22:34:20.222 INFO O| Feb 28 22:34:20.222 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-28T22:34:21.704Z[ recovery-image] Feb 28 22:34:20.265 INFO O| Feb 28 22:34:20.265 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46812025-02-28T22:34:21.875Z[ recovery-image] Feb 28 22:34:20.437 INFO O| Feb 28 22:34:20.436 INFO STEP 4 (remove_files) COMPLETE
46822025-02-28T22:34:21.875Z[ recovery-image] Feb 28 22:34:20.437 INFO O| Feb 28 22:34:20.436 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-28T22:34:21.917Z[ recovery-image] Feb 28 22:34:20.478 INFO O| Feb 28 22:34:20.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46842025-02-28T22:34:21.962Z[ recovery-image] Feb 28 22:34:20.523 INFO O| Feb 28 22:34:20.523 INFO STEP 5 (remove_files) COMPLETE
46852025-02-28T22:34:21.962Z[ recovery-image] Feb 28 22:34:20.523 INFO O| Feb 28 22:34:20.523 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-28T22:34:22.023Z[ recovery-image] Feb 28 22:34:20.584 INFO O| Feb 28 22:34:20.584 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46872025-02-28T22:34:22.047Z[ recovery-image] Feb 28 22:34:20.608 INFO O| Feb 28 22:34:20.608 INFO STEP 6 (remove_files) COMPLETE
46882025-02-28T22:34:22.047Z[ recovery-image] Feb 28 22:34:20.608 INFO O| Feb 28 22:34:20.608 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-28T22:34:22.109Z[ recovery-image] Feb 28 22:34:20.671 INFO O| Feb 28 22:34:20.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46902025-02-28T22:34:22.148Z[ recovery-image] Feb 28 22:34:20.710 INFO O| Feb 28 22:34:20.710 INFO STEP 7 (remove_files) COMPLETE
46912025-02-28T22:34:22.152Z[ recovery-image] Feb 28 22:34:20.710 INFO O| Feb 28 22:34:20.710 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-28T22:34:22.204Z[ recovery-image] Feb 28 22:34:20.765 INFO O| Feb 28 22:34:20.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46932025-02-28T22:34:22.209Z[ recovery-image] Feb 28 22:34:20.767 INFO O| Feb 28 22:34:20.767 INFO STEP 8 (remove_files) COMPLETE
46942025-02-28T22:34:22.209Z[ recovery-image] Feb 28 22:34:20.767 INFO O| Feb 28 22:34:20.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-28T22:34:22.262Z[ recovery-image] Feb 28 22:34:20.824 INFO O| Feb 28 22:34:20.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46962025-02-28T22:34:22.304Z[ recovery-image] Feb 28 22:34:20.865 INFO O| Feb 28 22:34:20.865 INFO STEP 9 (remove_files) COMPLETE
46972025-02-28T22:34:22.304Z[ recovery-image] Feb 28 22:34:20.866 INFO O| Feb 28 22:34:20.865 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-28T22:34:22.326Z[ recovery-image] Feb 28 22:34:20.888 INFO O| Feb 28 22:34:20.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46992025-02-28T22:34:22.642Z[ recovery-image] Feb 28 22:34:21.203 INFO O| Feb 28 22:34:21.203 INFO STEP 10 (remove_files) COMPLETE
47002025-02-28T22:34:22.645Z[ recovery-image] Feb 28 22:34:21.203 INFO O| Feb 28 22:34:21.203 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-28T22:34:22.672Z[ recovery-image] Feb 28 22:34:21.233 INFO O| Feb 28 22:34:21.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
47022025-02-28T22:34:22.722Z[ recovery-image] Feb 28 22:34:21.284 INFO O| Feb 28 22:34:21.284 INFO STEP 11 (remove_files) COMPLETE
47032025-02-28T22:34:22.722Z[ recovery-image] Feb 28 22:34:21.284 INFO O| Feb 28 22:34:21.284 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-28T22:34:22.805Z[ recovery-image] Feb 28 22:34:21.367 INFO O| Feb 28 22:34:21.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
47052025-02-28T22:34:22.848Z[ recovery-image] Feb 28 22:34:21.409 INFO O| Feb 28 22:34:21.409 INFO STEP 12 (remove_files) COMPLETE
47062025-02-28T22:34:22.848Z[ recovery-image] Feb 28 22:34:21.409 INFO O| Feb 28 22:34:21.409 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-28T22:34:22.870Z[ recovery-image] Feb 28 22:34:21.432 INFO O| Feb 28 22:34:21.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
47082025-02-28T22:34:22.875Z[ recovery-image] Feb 28 22:34:21.432 INFO O| Feb 28 22:34:21.432 INFO STEP 13 (remove_files) COMPLETE
47092025-02-28T22:34:22.875Z[ recovery-image] Feb 28 22:34:21.432 INFO O| Feb 28 22:34:21.432 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-28T22:34:22.914Z[ recovery-image] Feb 28 22:34:21.475 INFO O| Feb 28 22:34:21.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
47112025-02-28T22:34:22.963Z[ recovery-image] Feb 28 22:34:21.524 INFO O| Feb 28 22:34:21.524 INFO STEP 14 (remove_files) COMPLETE
47122025-02-28T22:34:22.963Z[ recovery-image] Feb 28 22:34:21.524 INFO O| Feb 28 22:34:21.524 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-28T22:34:22.986Z[ recovery-image] Feb 28 22:34:21.547 INFO O| Feb 28 22:34:21.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
47142025-02-28T22:34:23.137Z[ recovery-image] Feb 28 22:34:21.697 INFO O| Feb 28 22:34:21.697 INFO STEP 15 (remove_files) COMPLETE
47152025-02-28T22:34:23.137Z[ recovery-image] Feb 28 22:34:21.697 INFO O| Feb 28 22:34:21.697 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-28T22:34:23.172Z[ recovery-image] Feb 28 22:34:21.734 INFO O| Feb 28 22:34:21.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
47172025-02-28T22:34:23.177Z[ recovery-image] Feb 28 22:34:21.734 INFO O| Feb 28 22:34:21.734 INFO STEP 16 (remove_files) COMPLETE
47182025-02-28T22:34:23.177Z[ recovery-image] Feb 28 22:34:21.734 INFO O| Feb 28 22:34:21.734 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-28T22:34:23.198Z[ recovery-image] Feb 28 22:34:21.759 INFO O| Feb 28 22:34:21.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
47202025-02-28T22:34:23.198Z[ recovery-image] Feb 28 22:34:21.759 INFO O| Feb 28 22:34:21.759 INFO STEP 17 (remove_files) COMPLETE
47212025-02-28T22:34:23.198Z[ recovery-image] Feb 28 22:34:21.759 INFO O| Feb 28 22:34:21.759 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-28T22:34:23.220Z[ recovery-image] Feb 28 22:34:21.781 INFO O| Feb 28 22:34:21.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
47232025-02-28T22:34:23.525Z[ recovery-image] Feb 28 22:34:22.086 INFO O| Feb 28 22:34:22.086 INFO STEP 18 (remove_files) COMPLETE
47242025-02-28T22:34:23.525Z[ recovery-image] Feb 28 22:34:22.086 INFO O| Feb 28 22:34:22.086 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-28T22:34:23.549Z[ recovery-image] Feb 28 22:34:22.110 INFO O| Feb 28 22:34:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
47262025-02-28T22:34:23.554Z[ recovery-image] Feb 28 22:34:22.115 INFO O| Feb 28 22:34:22.115 INFO STEP 19 (remove_files) COMPLETE
47272025-02-28T22:34:23.554Z[ recovery-image] Feb 28 22:34:22.115 INFO O| Feb 28 22:34:22.115 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-28T22:34:23.587Z[ recovery-image] Feb 28 22:34:22.148 INFO O| Feb 28 22:34:22.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
47292025-02-28T22:34:23.592Z[ recovery-image] Feb 28 22:34:22.149 INFO O| Feb 28 22:34:22.149 INFO STEP 20 (remove_files) COMPLETE
47302025-02-28T22:34:23.592Z[ recovery-image] Feb 28 22:34:22.149 INFO O| Feb 28 22:34:22.149 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-28T22:34:23.608Z[ recovery-image] Feb 28 22:34:22.169 INFO O| Feb 28 22:34:22.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
47322025-02-28T22:34:23.611Z[ recovery-image] Feb 28 22:34:22.169 INFO O| Feb 28 22:34:22.169 INFO STEP 21 (remove_files) COMPLETE
47332025-02-28T22:34:23.611Z[ recovery-image] Feb 28 22:34:22.169 INFO O| Feb 28 22:34:22.169 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-28T22:34:23.678Z[ recovery-image] Feb 28 22:34:22.239 INFO O| Feb 28 22:34:22.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
47352025-02-28T22:34:23.678Z[ recovery-image] Feb 28 22:34:22.239 INFO O| Feb 28 22:34:22.239 INFO STEP 22 (remove_files) COMPLETE
47362025-02-28T22:34:23.682Z[ recovery-image] Feb 28 22:34:22.239 INFO O| Feb 28 22:34:22.239 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-28T22:34:23.718Z[ recovery-image] Feb 28 22:34:22.279 INFO O| Feb 28 22:34:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
47382025-02-28T22:34:23.719Z[ recovery-image] Feb 28 22:34:22.279 INFO O| Feb 28 22:34:22.279 INFO STEP 23 (remove_files) COMPLETE
47392025-02-28T22:34:23.722Z[ recovery-image] Feb 28 22:34:22.279 INFO O| Feb 28 22:34:22.279 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-28T22:34:23.742Z[ recovery-image] Feb 28 22:34:22.303 INFO O| Feb 28 22:34:22.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
47412025-02-28T22:34:23.742Z[ recovery-image] Feb 28 22:34:22.303 INFO O| Feb 28 22:34:22.303 INFO STEP 24 (remove_files) COMPLETE
47422025-02-28T22:34:23.745Z[ recovery-image] Feb 28 22:34:22.304 INFO O| Feb 28 22:34:22.303 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-28T22:34:23.763Z[ recovery-image] Feb 28 22:34:22.325 INFO O| Feb 28 22:34:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
47442025-02-28T22:34:23.767Z[ recovery-image] Feb 28 22:34:22.325 INFO O| Feb 28 22:34:22.325 INFO STEP 25 (remove_files) COMPLETE
47452025-02-28T22:34:23.768Z[ recovery-image] Feb 28 22:34:22.325 INFO O| Feb 28 22:34:22.325 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-28T22:34:23.785Z[ recovery-image] Feb 28 22:34:22.346 INFO O| Feb 28 22:34:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
47472025-02-28T22:34:23.786Z[ recovery-image] Feb 28 22:34:22.346 INFO O| Feb 28 22:34:22.346 INFO STEP 26 (remove_files) COMPLETE
47482025-02-28T22:34:23.786Z[ recovery-image] Feb 28 22:34:22.346 INFO O| Feb 28 22:34:22.346 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-28T22:34:23.808Z[ recovery-image] Feb 28 22:34:22.367 INFO O| Feb 28 22:34:22.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
47502025-02-28T22:34:23.808Z[ recovery-image] Feb 28 22:34:22.367 INFO O| Feb 28 22:34:22.367 INFO STEP 27 (remove_files) COMPLETE
47512025-02-28T22:34:23.808Z[ recovery-image] Feb 28 22:34:22.367 INFO O| Feb 28 22:34:22.367 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-28T22:34:23.826Z[ recovery-image] Feb 28 22:34:22.388 INFO O| Feb 28 22:34:22.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
47532025-02-28T22:34:23.826Z[ recovery-image] Feb 28 22:34:22.388 INFO O| Feb 28 22:34:22.388 INFO STEP 28 (remove_files) COMPLETE
47542025-02-28T22:34:23.826Z[ recovery-image] Feb 28 22:34:22.388 INFO O| Feb 28 22:34:22.388 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-28T22:34:23.862Z[ recovery-image] Feb 28 22:34:22.423 INFO O| Feb 28 22:34:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
47562025-02-28T22:34:23.865Z[ recovery-image] Feb 28 22:34:22.424 INFO O| Feb 28 22:34:22.423 INFO STEP 29 (remove_files) COMPLETE
47572025-02-28T22:34:23.867Z[ recovery-image] Feb 28 22:34:22.424 INFO O| Feb 28 22:34:22.423 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-28T22:34:23.918Z[ recovery-image] Feb 28 22:34:22.480 INFO O| Feb 28 22:34:22.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
47592025-02-28T22:34:23.918Z[ recovery-image] Feb 28 22:34:22.480 INFO O| Feb 28 22:34:22.480 INFO STEP 30 (remove_files) COMPLETE
47602025-02-28T22:34:23.918Z[ recovery-image] Feb 28 22:34:22.480 INFO O| Feb 28 22:34:22.480 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-28T22:34:23.956Z[ recovery-image] Feb 28 22:34:22.517 INFO O| Feb 28 22:34:22.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
47622025-02-28T22:34:23.956Z[ recovery-image] Feb 28 22:34:22.517 INFO O| Feb 28 22:34:22.517 INFO STEP 31 (remove_files) COMPLETE
47632025-02-28T22:34:23.956Z[ recovery-image] Feb 28 22:34:22.517 INFO O| Feb 28 22:34:22.517 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-28T22:34:23.995Z[ recovery-image] Feb 28 22:34:22.557 INFO O| Feb 28 22:34:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
47652025-02-28T22:34:23.996Z[ recovery-image] Feb 28 22:34:22.557 INFO O| Feb 28 22:34:22.557 INFO STEP 32 (remove_files) COMPLETE
47662025-02-28T22:34:23.996Z[ recovery-image] Feb 28 22:34:22.557 INFO O| Feb 28 22:34:22.557 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-28T22:34:24.038Z[ recovery-image] Feb 28 22:34:22.599 INFO O| Feb 28 22:34:22.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
47682025-02-28T22:34:24.038Z[ recovery-image] Feb 28 22:34:22.599 INFO O| Feb 28 22:34:22.599 INFO STEP 33 (remove_files) COMPLETE
47692025-02-28T22:34:24.041Z[ recovery-image] Feb 28 22:34:22.599 INFO O| Feb 28 22:34:22.599 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-28T22:34:24.058Z[ recovery-image] Feb 28 22:34:22.618 INFO O| Feb 28 22:34:22.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
47712025-02-28T22:34:24.058Z[ recovery-image] Feb 28 22:34:22.618 INFO O| Feb 28 22:34:22.618 INFO STEP 34 (remove_files) COMPLETE
47722025-02-28T22:34:24.058Z[ recovery-image] Feb 28 22:34:22.618 INFO O| Feb 28 22:34:22.618 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-28T22:34:24.078Z[ recovery-image] Feb 28 22:34:22.639 INFO O| Feb 28 22:34:22.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
47742025-02-28T22:34:24.078Z[ recovery-image] Feb 28 22:34:22.639 INFO O| Feb 28 22:34:22.639 INFO STEP 35 (remove_files) COMPLETE
47752025-02-28T22:34:24.078Z[ recovery-image] Feb 28 22:34:22.639 INFO O| Feb 28 22:34:22.639 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-28T22:34:24.117Z[ recovery-image] Feb 28 22:34:22.678 INFO O| Feb 28 22:34:22.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47772025-02-28T22:34:24.121Z[ recovery-image] Feb 28 22:34:22.678 INFO O| Feb 28 22:34:22.678 INFO STEP 36 (remove_files) COMPLETE
47782025-02-28T22:34:24.121Z[ recovery-image] Feb 28 22:34:22.678 INFO O| Feb 28 22:34:22.678 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-28T22:34:24.140Z[ recovery-image] Feb 28 22:34:22.700 INFO O| Feb 28 22:34:22.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47802025-02-28T22:34:24.143Z[ recovery-image] Feb 28 22:34:22.700 INFO O| Feb 28 22:34:22.700 INFO STEP 37 (remove_files) COMPLETE
47812025-02-28T22:34:24.143Z[ recovery-image] Feb 28 22:34:22.701 INFO O| Feb 28 22:34:22.700 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-28T22:34:24.177Z[ recovery-image] Feb 28 22:34:22.738 INFO O| Feb 28 22:34:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47832025-02-28T22:34:24.177Z[ recovery-image] Feb 28 22:34:22.738 INFO O| Feb 28 22:34:22.738 INFO STEP 38 (remove_files) COMPLETE
47842025-02-28T22:34:24.180Z[ recovery-image] Feb 28 22:34:22.738 INFO O| Feb 28 22:34:22.738 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-28T22:34:24.200Z[ recovery-image] Feb 28 22:34:22.761 INFO O| Feb 28 22:34:22.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47862025-02-28T22:34:24.200Z[ recovery-image] Feb 28 22:34:22.761 INFO O| Feb 28 22:34:22.761 INFO STEP 39 (remove_files) COMPLETE
47872025-02-28T22:34:24.204Z[ recovery-image] Feb 28 22:34:22.761 INFO O| Feb 28 22:34:22.761 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-28T22:34:24.240Z[ recovery-image] Feb 28 22:34:22.801 INFO O| Feb 28 22:34:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47892025-02-28T22:34:24.240Z[ recovery-image] Feb 28 22:34:22.801 INFO O| Feb 28 22:34:22.801 INFO STEP 40 (remove_files) COMPLETE
47902025-02-28T22:34:24.240Z[ recovery-image] Feb 28 22:34:22.801 INFO O| Feb 28 22:34:22.801 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-28T22:34:24.262Z[ recovery-image] Feb 28 22:34:22.824 INFO O| Feb 28 22:34:22.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47922025-02-28T22:34:24.263Z[ recovery-image] Feb 28 22:34:22.824 INFO O| Feb 28 22:34:22.824 INFO STEP 41 (remove_files) COMPLETE
47932025-02-28T22:34:24.266Z[ recovery-image] Feb 28 22:34:22.824 INFO O| Feb 28 22:34:22.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-28T22:34:24.286Z[ recovery-image] Feb 28 22:34:22.847 INFO O| Feb 28 22:34:22.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47952025-02-28T22:34:24.286Z[ recovery-image] Feb 28 22:34:22.847 INFO O| Feb 28 22:34:22.847 INFO STEP 42 (remove_files) COMPLETE
47962025-02-28T22:34:24.290Z[ recovery-image] Feb 28 22:34:22.847 INFO O| Feb 28 22:34:22.847 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-28T22:34:24.309Z[ recovery-image] Feb 28 22:34:22.870 INFO O| Feb 28 22:34:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47982025-02-28T22:34:24.309Z[ recovery-image] Feb 28 22:34:22.870 INFO O| Feb 28 22:34:22.870 INFO STEP 43 (remove_files) COMPLETE
47992025-02-28T22:34:24.313Z[ recovery-image] Feb 28 22:34:22.870 INFO O| Feb 28 22:34:22.870 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-28T22:34:24.344Z[ recovery-image] Feb 28 22:34:22.905 INFO O| Feb 28 22:34:22.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
48012025-02-28T22:34:24.348Z[ recovery-image] Feb 28 22:34:22.905 INFO O| Feb 28 22:34:22.905 INFO STEP 44 (remove_files) COMPLETE
48022025-02-28T22:34:24.348Z[ recovery-image] Feb 28 22:34:22.906 INFO O| Feb 28 22:34:22.905 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-28T22:34:24.412Z[ recovery-image] Feb 28 22:34:22.973 INFO O| Feb 28 22:34:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
48042025-02-28T22:34:24.417Z[ recovery-image] Feb 28 22:34:22.974 INFO O| Feb 28 22:34:22.974 INFO STEP 45 (remove_files) COMPLETE
48052025-02-28T22:34:24.417Z[ recovery-image] Feb 28 22:34:22.974 INFO O| Feb 28 22:34:22.974 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-28T22:34:24.440Z[ recovery-image] Feb 28 22:34:23.001 INFO O| Feb 28 22:34:23.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
48072025-02-28T22:34:24.440Z[ recovery-image] Feb 28 22:34:23.001 INFO O| Feb 28 22:34:23.001 INFO STEP 46 (remove_files) COMPLETE
48082025-02-28T22:34:24.440Z[ recovery-image] Feb 28 22:34:23.001 INFO O| Feb 28 22:34:23.001 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-28T22:34:24.500Z[ recovery-image] Feb 28 22:34:23.061 INFO O| Feb 28 22:34:23.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
48102025-02-28T22:34:24.500Z[ recovery-image] Feb 28 22:34:23.061 INFO O| Feb 28 22:34:23.061 INFO STEP 47 (remove_files) COMPLETE
48112025-02-28T22:34:24.504Z[ recovery-image] Feb 28 22:34:23.061 INFO O| Feb 28 22:34:23.061 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-28T22:34:24.520Z[ recovery-image] Feb 28 22:34:23.081 INFO O| Feb 28 22:34:23.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
48132025-02-28T22:34:24.521Z[ recovery-image] Feb 28 22:34:23.082 INFO O| Feb 28 22:34:23.082 INFO STEP 48 (remove_files) COMPLETE
48142025-02-28T22:34:24.524Z[ recovery-image] Feb 28 22:34:23.082 INFO O| Feb 28 22:34:23.082 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-28T22:34:24.540Z[ recovery-image] Feb 28 22:34:23.101 INFO O| Feb 28 22:34:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
48162025-02-28T22:34:24.540Z[ recovery-image] Feb 28 22:34:23.101 INFO O| Feb 28 22:34:23.101 INFO STEP 49 (remove_files) COMPLETE
48172025-02-28T22:34:24.540Z[ recovery-image] Feb 28 22:34:23.101 INFO O| Feb 28 22:34:23.101 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-28T22:34:24.579Z[ recovery-image] Feb 28 22:34:23.140 INFO O| Feb 28 22:34:23.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
48192025-02-28T22:34:24.582Z[ recovery-image] Feb 28 22:34:23.141 INFO O| Feb 28 22:34:23.141 INFO STEP 50 (remove_files) COMPLETE
48202025-02-28T22:34:24.583Z[ recovery-image] Feb 28 22:34:23.141 INFO O| Feb 28 22:34:23.141 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-28T22:34:24.603Z[ recovery-image] Feb 28 22:34:23.164 INFO O| Feb 28 22:34:23.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
48222025-02-28T22:34:24.606Z[ recovery-image] Feb 28 22:34:23.165 INFO O| Feb 28 22:34:23.165 INFO STEP 51 (remove_files) COMPLETE
48232025-02-28T22:34:24.606Z[ recovery-image] Feb 28 22:34:23.165 INFO O| Feb 28 22:34:23.165 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-28T22:34:24.645Z[ recovery-image] Feb 28 22:34:23.206 INFO O| Feb 28 22:34:23.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
48252025-02-28T22:34:24.649Z[ recovery-image] Feb 28 22:34:23.207 INFO O| Feb 28 22:34:23.206 INFO STEP 52 (remove_files) COMPLETE
48262025-02-28T22:34:24.649Z[ recovery-image] Feb 28 22:34:23.207 INFO O| Feb 28 22:34:23.207 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-28T22:34:24.669Z[ recovery-image] Feb 28 22:34:23.230 INFO O| Feb 28 22:34:23.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
48282025-02-28T22:34:24.672Z[ recovery-image] Feb 28 22:34:23.230 INFO O| Feb 28 22:34:23.230 INFO STEP 53 (remove_files) COMPLETE
48292025-02-28T22:34:24.672Z[ recovery-image] Feb 28 22:34:23.230 INFO O| Feb 28 22:34:23.230 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-28T22:34:24.694Z[ recovery-image] Feb 28 22:34:23.255 INFO O| Feb 28 22:34:23.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
48312025-02-28T22:34:24.712Z[ recovery-image] Feb 28 22:34:23.273 INFO O| Feb 28 22:34:23.273 INFO STEP 54 (remove_files) COMPLETE
48322025-02-28T22:34:24.713Z[ recovery-image] Feb 28 22:34:23.273 INFO O| Feb 28 22:34:23.273 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-28T22:34:24.733Z[ recovery-image] Feb 28 22:34:23.294 INFO O| Feb 28 22:34:23.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
48342025-02-28T22:34:24.733Z[ recovery-image] Feb 28 22:34:23.295 INFO O| Feb 28 22:34:23.294 INFO STEP 55 (remove_files) COMPLETE
48352025-02-28T22:34:24.737Z[ recovery-image] Feb 28 22:34:23.295 INFO O| Feb 28 22:34:23.295 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-28T22:34:24.760Z[ recovery-image] Feb 28 22:34:23.321 INFO O| Feb 28 22:34:23.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
48372025-02-28T22:34:24.763Z[ recovery-image] Feb 28 22:34:23.321 INFO O| Feb 28 22:34:23.321 INFO STEP 56 (remove_files) COMPLETE
48382025-02-28T22:34:24.763Z[ recovery-image] Feb 28 22:34:23.321 INFO O| Feb 28 22:34:23.321 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-28T22:34:24.820Z[ recovery-image] Feb 28 22:34:23.380 INFO O| Feb 28 22:34:23.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
48402025-02-28T22:34:24.820Z[ recovery-image] Feb 28 22:34:23.380 INFO O| Feb 28 22:34:23.380 INFO STEP 57 (remove_files) COMPLETE
48412025-02-28T22:34:24.820Z[ recovery-image] Feb 28 22:34:23.380 INFO O| Feb 28 22:34:23.380 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-28T22:34:24.841Z[ recovery-image] Feb 28 22:34:23.402 INFO O| Feb 28 22:34:23.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
48432025-02-28T22:34:24.841Z[ recovery-image] Feb 28 22:34:23.402 INFO O| Feb 28 22:34:23.402 INFO STEP 58 (remove_files) COMPLETE
48442025-02-28T22:34:24.844Z[ recovery-image] Feb 28 22:34:23.402 INFO O| Feb 28 22:34:23.402 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-28T22:34:24.881Z[ recovery-image] Feb 28 22:34:23.442 INFO O| Feb 28 22:34:23.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
48462025-02-28T22:34:24.881Z[ recovery-image] Feb 28 22:34:23.442 INFO O| Feb 28 22:34:23.442 INFO STEP 59 (remove_files) COMPLETE
48472025-02-28T22:34:24.881Z[ recovery-image] Feb 28 22:34:23.442 INFO O| Feb 28 22:34:23.442 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-28T22:34:24.939Z[ recovery-image] Feb 28 22:34:23.500 INFO O| Feb 28 22:34:23.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
48492025-02-28T22:34:24.939Z[ recovery-image] Feb 28 22:34:23.500 INFO O| Feb 28 22:34:23.500 INFO STEP 60 (remove_files) COMPLETE
48502025-02-28T22:34:24.942Z[ recovery-image] Feb 28 22:34:23.500 INFO O| Feb 28 22:34:23.500 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-28T22:34:24.995Z[ recovery-image] Feb 28 22:34:23.556 INFO O| Feb 28 22:34:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
48522025-02-28T22:34:24.995Z[ recovery-image] Feb 28 22:34:23.556 INFO O| Feb 28 22:34:23.556 INFO STEP 61 (remove_files) COMPLETE
48532025-02-28T22:34:24.995Z[ recovery-image] Feb 28 22:34:23.556 INFO O| Feb 28 22:34:23.556 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-28T22:34:25.022Z[ recovery-image] Feb 28 22:34:23.582 INFO O| Feb 28 22:34:23.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
48552025-02-28T22:34:25.026Z[ recovery-image] Feb 28 22:34:23.582 INFO O| Feb 28 22:34:23.582 INFO STEP 62 (remove_files) COMPLETE
48562025-02-28T22:34:25.026Z[ recovery-image] Feb 28 22:34:23.582 INFO O| Feb 28 22:34:23.582 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-28T22:34:25.051Z[ recovery-image] Feb 28 22:34:23.612 INFO O| Feb 28 22:34:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
48582025-02-28T22:34:25.051Z[ recovery-image] Feb 28 22:34:23.612 INFO O| Feb 28 22:34:23.612 INFO STEP 63 (remove_files) COMPLETE
48592025-02-28T22:34:25.055Z[ recovery-image] Feb 28 22:34:23.612 INFO O| Feb 28 22:34:23.612 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-28T22:34:25.071Z[ recovery-image] Feb 28 22:34:23.632 INFO O| Feb 28 22:34:23.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
48612025-02-28T22:34:25.071Z[ recovery-image] Feb 28 22:34:23.633 INFO O| Feb 28 22:34:23.632 INFO STEP 64 (remove_files) COMPLETE
48622025-02-28T22:34:25.075Z[ recovery-image] Feb 28 22:34:23.633 INFO O| Feb 28 22:34:23.632 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-28T22:34:25.097Z[ recovery-image] Feb 28 22:34:23.658 INFO O| Feb 28 22:34:23.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
48642025-02-28T22:34:25.097Z[ recovery-image] Feb 28 22:34:23.658 INFO O| Feb 28 22:34:23.658 INFO STEP 65 (remove_files) COMPLETE
48652025-02-28T22:34:25.097Z[ recovery-image] Feb 28 22:34:23.658 INFO O| Feb 28 22:34:23.658 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-28T22:34:25.119Z[ recovery-image] Feb 28 22:34:23.680 INFO O| Feb 28 22:34:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
48672025-02-28T22:34:25.119Z[ recovery-image] Feb 28 22:34:23.680 INFO O| Feb 28 22:34:23.680 INFO STEP 66 (remove_files) COMPLETE
48682025-02-28T22:34:25.119Z[ recovery-image] Feb 28 22:34:23.680 INFO O| Feb 28 22:34:23.680 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-28T22:34:25.143Z[ recovery-image] Feb 28 22:34:23.704 INFO O| Feb 28 22:34:23.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
48702025-02-28T22:34:25.143Z[ recovery-image] Feb 28 22:34:23.704 INFO O| Feb 28 22:34:23.704 INFO STEP 67 (remove_files) COMPLETE
48712025-02-28T22:34:25.146Z[ recovery-image] Feb 28 22:34:23.704 INFO O| Feb 28 22:34:23.704 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-28T22:34:25.172Z[ recovery-image] Feb 28 22:34:23.733 INFO O| Feb 28 22:34:23.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
48732025-02-28T22:34:25.176Z[ recovery-image] Feb 28 22:34:23.733 INFO O| Feb 28 22:34:23.733 INFO STEP 68 (remove_files) COMPLETE
48742025-02-28T22:34:25.176Z[ recovery-image] Feb 28 22:34:23.734 INFO O| Feb 28 22:34:23.733 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-28T22:34:25.201Z[ recovery-image] Feb 28 22:34:23.762 INFO O| Feb 28 22:34:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48762025-02-28T22:34:25.204Z[ recovery-image] Feb 28 22:34:23.762 INFO O| Feb 28 22:34:23.762 INFO STEP 69 (remove_files) COMPLETE
48772025-02-28T22:34:25.205Z[ recovery-image] Feb 28 22:34:23.763 INFO O| Feb 28 22:34:23.762 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-28T22:34:25.233Z[ recovery-image] Feb 28 22:34:23.794 INFO O| Feb 28 22:34:23.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48792025-02-28T22:34:25.233Z[ recovery-image] Feb 28 22:34:23.794 INFO O| Feb 28 22:34:23.794 INFO STEP 70 (remove_files) COMPLETE
48802025-02-28T22:34:25.237Z[ recovery-image] Feb 28 22:34:23.794 INFO O| Feb 28 22:34:23.794 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-28T22:34:25.254Z[ recovery-image] Feb 28 22:34:23.815 INFO O| Feb 28 22:34:23.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48822025-02-28T22:34:25.254Z[ recovery-image] Feb 28 22:34:23.815 INFO O| Feb 28 22:34:23.815 INFO STEP 71 (remove_files) COMPLETE
48832025-02-28T22:34:25.257Z[ recovery-image] Feb 28 22:34:23.815 INFO O| Feb 28 22:34:23.815 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-28T22:34:25.287Z[ recovery-image] Feb 28 22:34:23.848 INFO O| Feb 28 22:34:23.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48852025-02-28T22:34:25.287Z[ recovery-image] Feb 28 22:34:23.848 INFO O| Feb 28 22:34:23.848 INFO STEP 72 (remove_files) COMPLETE
48862025-02-28T22:34:25.288Z[ recovery-image] Feb 28 22:34:23.848 INFO O| Feb 28 22:34:23.848 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-28T22:34:25.326Z[ recovery-image] Feb 28 22:34:23.887 INFO O| Feb 28 22:34:23.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48882025-02-28T22:34:25.326Z[ recovery-image] Feb 28 22:34:23.887 INFO O| Feb 28 22:34:23.887 INFO STEP 73 (remove_files) COMPLETE
48892025-02-28T22:34:25.326Z[ recovery-image] Feb 28 22:34:23.887 INFO O| Feb 28 22:34:23.887 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-28T22:34:25.347Z[ recovery-image] Feb 28 22:34:23.908 INFO O| Feb 28 22:34:23.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48912025-02-28T22:34:25.350Z[ recovery-image] Feb 28 22:34:23.908 INFO O| Feb 28 22:34:23.908 INFO STEP 74 (remove_files) COMPLETE
48922025-02-28T22:34:25.350Z[ recovery-image] Feb 28 22:34:23.908 INFO O| Feb 28 22:34:23.908 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-28T22:34:25.369Z[ recovery-image] Feb 28 22:34:23.930 INFO O| Feb 28 22:34:23.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48942025-02-28T22:34:25.369Z[ recovery-image] Feb 28 22:34:23.930 INFO O| Feb 28 22:34:23.930 INFO STEP 75 (remove_files) COMPLETE
48952025-02-28T22:34:25.372Z[ recovery-image] Feb 28 22:34:23.930 INFO O| Feb 28 22:34:23.930 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-28T22:34:25.462Z[ recovery-image] Feb 28 22:34:24.023 INFO O| Feb 28 22:34:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48972025-02-28T22:34:25.462Z[ recovery-image] Feb 28 22:34:24.023 INFO O| Feb 28 22:34:24.023 INFO STEP 76 (remove_files) COMPLETE
48982025-02-28T22:34:25.466Z[ recovery-image] Feb 28 22:34:24.023 INFO O| Feb 28 22:34:24.023 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-28T22:34:25.497Z[ recovery-image] Feb 28 22:34:24.058 INFO O| Feb 28 22:34:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
49002025-02-28T22:34:25.497Z[ recovery-image] Feb 28 22:34:24.058 INFO O| Feb 28 22:34:24.058 INFO STEP 77 (remove_files) COMPLETE
49012025-02-28T22:34:25.497Z[ recovery-image] Feb 28 22:34:24.058 INFO O| Feb 28 22:34:24.058 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-28T22:34:25.520Z[ recovery-image] Feb 28 22:34:24.081 INFO O| Feb 28 22:34:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
49032025-02-28T22:34:25.521Z[ recovery-image] Feb 28 22:34:24.081 INFO O| Feb 28 22:34:24.081 INFO STEP 78 (remove_files) COMPLETE
49042025-02-28T22:34:25.525Z[ recovery-image] Feb 28 22:34:24.081 INFO O| Feb 28 22:34:24.081 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-28T22:34:25.563Z[ recovery-image] Feb 28 22:34:24.124 INFO O| Feb 28 22:34:24.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
49062025-02-28T22:34:25.563Z[ recovery-image] Feb 28 22:34:24.124 INFO O| Feb 28 22:34:24.124 INFO STEP 79 (remove_files) COMPLETE
49072025-02-28T22:34:25.563Z[ recovery-image] Feb 28 22:34:24.124 INFO O| Feb 28 22:34:24.124 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-28T22:34:25.585Z[ recovery-image] Feb 28 22:34:24.146 INFO O| Feb 28 22:34:24.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
49092025-02-28T22:34:25.585Z[ recovery-image] Feb 28 22:34:24.146 INFO O| Feb 28 22:34:24.146 INFO STEP 80 (remove_files) COMPLETE
49102025-02-28T22:34:25.585Z[ recovery-image] Feb 28 22:34:24.146 INFO O| Feb 28 22:34:24.146 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-28T22:34:25.617Z[ recovery-image] Feb 28 22:34:24.178 INFO O| Feb 28 22:34:24.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
49122025-02-28T22:34:25.617Z[ recovery-image] Feb 28 22:34:24.178 INFO O| Feb 28 22:34:24.178 INFO STEP 81 (remove_files) COMPLETE
49132025-02-28T22:34:25.617Z[ recovery-image] Feb 28 22:34:24.178 INFO O| Feb 28 22:34:24.178 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-28T22:34:25.697Z[ recovery-image] Feb 28 22:34:24.258 INFO O| Feb 28 22:34:24.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
49152025-02-28T22:34:25.702Z[ recovery-image] Feb 28 22:34:24.258 INFO O| Feb 28 22:34:24.258 INFO STEP 82 (remove_files) COMPLETE
49162025-02-28T22:34:25.703Z[ recovery-image] Feb 28 22:34:24.258 INFO O| Feb 28 22:34:24.258 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-28T22:34:25.721Z[ recovery-image] Feb 28 22:34:24.282 INFO O| Feb 28 22:34:24.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
49182025-02-28T22:34:25.724Z[ recovery-image] Feb 28 22:34:24.282 INFO O| Feb 28 22:34:24.282 INFO STEP 83 (remove_files) COMPLETE
49192025-02-28T22:34:25.724Z[ recovery-image] Feb 28 22:34:24.282 INFO O| Feb 28 22:34:24.282 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-28T22:34:25.761Z[ recovery-image] Feb 28 22:34:24.322 INFO O| Feb 28 22:34:24.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
49212025-02-28T22:34:25.764Z[ recovery-image] Feb 28 22:34:24.322 INFO O| Feb 28 22:34:24.322 INFO STEP 84 (remove_files) COMPLETE
49222025-02-28T22:34:25.764Z[ recovery-image] Feb 28 22:34:24.322 INFO O| Feb 28 22:34:24.322 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-28T22:34:25.784Z[ recovery-image] Feb 28 22:34:24.344 INFO O| Feb 28 22:34:24.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
49242025-02-28T22:34:25.787Z[ recovery-image] Feb 28 22:34:24.345 INFO O| Feb 28 22:34:24.345 INFO STEP 85 (remove_files) COMPLETE
49252025-02-28T22:34:25.787Z[ recovery-image] Feb 28 22:34:24.345 INFO O| Feb 28 22:34:24.345 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-28T22:34:25.821Z[ recovery-image] Feb 28 22:34:24.381 INFO O| Feb 28 22:34:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
49272025-02-28T22:34:25.824Z[ recovery-image] Feb 28 22:34:24.382 INFO O| Feb 28 22:34:24.381 INFO STEP 86 (remove_files) COMPLETE
49282025-02-28T22:34:25.824Z[ recovery-image] Feb 28 22:34:24.382 INFO O| Feb 28 22:34:24.382 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-28T22:34:25.843Z[ recovery-image] Feb 28 22:34:24.404 INFO O| Feb 28 22:34:24.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
49302025-02-28T22:34:25.848Z[ recovery-image] Feb 28 22:34:24.404 INFO O| Feb 28 22:34:24.404 INFO STEP 87 (remove_files) COMPLETE
49312025-02-28T22:34:25.848Z[ recovery-image] Feb 28 22:34:24.404 INFO O| Feb 28 22:34:24.404 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-28T22:34:25.866Z[ recovery-image] Feb 28 22:34:24.425 INFO O| Feb 28 22:34:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
49332025-02-28T22:34:25.870Z[ recovery-image] Feb 28 22:34:24.426 INFO O| Feb 28 22:34:24.425 INFO STEP 88 (remove_files) COMPLETE
49342025-02-28T22:34:25.870Z[ recovery-image] Feb 28 22:34:24.426 INFO O| Feb 28 22:34:24.426 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-28T22:34:25.903Z[ recovery-image] Feb 28 22:34:24.463 INFO O| Feb 28 22:34:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
49362025-02-28T22:34:25.903Z[ recovery-image] Feb 28 22:34:24.463 INFO O| Feb 28 22:34:24.463 INFO STEP 89 (remove_files) COMPLETE
49372025-02-28T22:34:25.906Z[ recovery-image] Feb 28 22:34:24.463 INFO O| Feb 28 22:34:24.463 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-28T22:34:25.928Z[ recovery-image] Feb 28 22:34:24.486 INFO O| Feb 28 22:34:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
49392025-02-28T22:34:25.931Z[ recovery-image] Feb 28 22:34:24.487 INFO O| Feb 28 22:34:24.487 INFO STEP 90 (remove_files) COMPLETE
49402025-02-28T22:34:25.932Z[ recovery-image] Feb 28 22:34:24.487 INFO O| Feb 28 22:34:24.487 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-28T22:34:25.971Z[ recovery-image] Feb 28 22:34:24.524 INFO O| Feb 28 22:34:24.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
49422025-02-28T22:34:25.984Z[ recovery-image] Feb 28 22:34:24.545 INFO O| Feb 28 22:34:24.545 INFO STEP 91 (remove_files) COMPLETE
49432025-02-28T22:34:25.984Z[ recovery-image] Feb 28 22:34:24.545 INFO O| Feb 28 22:34:24.545 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-28T22:34:26.045Z[ recovery-image] Feb 28 22:34:24.606 INFO O| Feb 28 22:34:24.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
49452025-02-28T22:34:26.045Z[ recovery-image] Feb 28 22:34:24.606 INFO O| Feb 28 22:34:24.606 INFO STEP 92 (remove_files) COMPLETE
49462025-02-28T22:34:26.049Z[ recovery-image] Feb 28 22:34:24.606 INFO O| Feb 28 22:34:24.606 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-28T22:34:26.071Z[ recovery-image] Feb 28 22:34:24.631 INFO O| Feb 28 22:34:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
49482025-02-28T22:34:26.074Z[ recovery-image] Feb 28 22:34:24.631 INFO O| Feb 28 22:34:24.631 INFO STEP 93 (remove_files) COMPLETE
49492025-02-28T22:34:26.074Z[ recovery-image] Feb 28 22:34:24.631 INFO O| Feb 28 22:34:24.631 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-28T22:34:26.094Z[ recovery-image] Feb 28 22:34:24.654 INFO O| Feb 28 22:34:24.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
49512025-02-28T22:34:26.095Z[ recovery-image] Feb 28 22:34:24.655 INFO O| Feb 28 22:34:24.655 INFO STEP 94 (remove_files) COMPLETE
49522025-02-28T22:34:26.095Z[ recovery-image] Feb 28 22:34:24.655 INFO O| Feb 28 22:34:24.655 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-28T22:34:26.132Z[ recovery-image] Feb 28 22:34:24.692 INFO O| Feb 28 22:34:24.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
49542025-02-28T22:34:26.132Z[ recovery-image] Feb 28 22:34:24.692 INFO O| Feb 28 22:34:24.692 INFO STEP 95 (remove_files) COMPLETE
49552025-02-28T22:34:26.132Z[ recovery-image] Feb 28 22:34:24.692 INFO O| Feb 28 22:34:24.692 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-28T22:34:26.182Z[ recovery-image] Feb 28 22:34:24.743 INFO O| Feb 28 22:34:24.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
49572025-02-28T22:34:26.182Z[ recovery-image] Feb 28 22:34:24.743 INFO O| Feb 28 22:34:24.743 INFO STEP 96 (remove_files) COMPLETE
49582025-02-28T22:34:26.182Z[ recovery-image] Feb 28 22:34:24.743 INFO O| Feb 28 22:34:24.743 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-28T22:34:26.203Z[ recovery-image] Feb 28 22:34:24.764 INFO O| Feb 28 22:34:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
49602025-02-28T22:34:26.203Z[ recovery-image] Feb 28 22:34:24.764 INFO O| Feb 28 22:34:24.764 INFO STEP 97 (remove_files) COMPLETE
49612025-02-28T22:34:26.207Z[ recovery-image] Feb 28 22:34:24.764 INFO O| Feb 28 22:34:24.764 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-28T22:34:26.242Z[ recovery-image] Feb 28 22:34:24.803 INFO O| Feb 28 22:34:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
49632025-02-28T22:34:26.242Z[ recovery-image] Feb 28 22:34:24.803 INFO O| Feb 28 22:34:24.803 INFO STEP 98 (remove_files) COMPLETE
49642025-02-28T22:34:26.242Z[ recovery-image] Feb 28 22:34:24.803 INFO O| Feb 28 22:34:24.803 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-28T22:34:26.280Z[ recovery-image] Feb 28 22:34:24.841 INFO O| Feb 28 22:34:24.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
49662025-02-28T22:34:26.280Z[ recovery-image] Feb 28 22:34:24.841 INFO O| Feb 28 22:34:24.841 INFO STEP 99 (remove_files) COMPLETE
49672025-02-28T22:34:26.284Z[ recovery-image] Feb 28 22:34:24.841 INFO O| Feb 28 22:34:24.841 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-02-28T22:34:26.304Z[ recovery-image] Feb 28 22:34:24.865 INFO O| Feb 28 22:34:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
49692025-02-28T22:34:26.329Z[ recovery-image] Feb 28 22:34:24.889 INFO O| Feb 28 22:34:24.889 INFO STEP 100 (remove_files) COMPLETE
49702025-02-28T22:34:26.329Z[ recovery-image] Feb 28 22:34:24.889 INFO O| Feb 28 22:34:24.889 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-02-28T22:34:26.388Z[ recovery-image] Feb 28 22:34:24.948 INFO O| Feb 28 22:34:24.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
49722025-02-28T22:34:26.388Z[ recovery-image] Feb 28 22:34:24.948 INFO O| Feb 28 22:34:24.948 INFO STEP 101 (remove_files) COMPLETE
49732025-02-28T22:34:26.388Z[ recovery-image] Feb 28 22:34:24.948 INFO O| Feb 28 22:34:24.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-28T22:34:26.410Z[ recovery-image] Feb 28 22:34:24.970 INFO O| Feb 28 22:34:24.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49752025-02-28T22:34:26.414Z[ recovery-image] Feb 28 22:34:24.974 INFO O| Feb 28 22:34:24.974 INFO STEP 102 (remove_files) COMPLETE
49762025-02-28T22:34:26.414Z[ recovery-image] Feb 28 22:34:24.974 INFO O| Feb 28 22:34:24.974 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-28T22:34:26.472Z[ recovery-image] Feb 28 22:34:25.032 INFO O| Feb 28 22:34:25.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49782025-02-28T22:34:26.472Z[ recovery-image] Feb 28 22:34:25.033 INFO O| Feb 28 22:34:25.033 INFO STEP 103 (remove_files) COMPLETE
49792025-02-28T22:34:26.475Z[ recovery-image] Feb 28 22:34:25.033 INFO O| Feb 28 22:34:25.033 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-28T22:34:26.494Z[ recovery-image] Feb 28 22:34:25.054 INFO O| Feb 28 22:34:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49812025-02-28T22:34:26.497Z[ recovery-image] Feb 28 22:34:25.055 INFO O| Feb 28 22:34:25.054 INFO STEP 104 (remove_files) COMPLETE
49822025-02-28T22:34:26.497Z[ recovery-image] Feb 28 22:34:25.055 INFO O| Feb 28 22:34:25.055 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-28T22:34:26.519Z[ recovery-image] Feb 28 22:34:25.080 INFO O| Feb 28 22:34:25.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49842025-02-28T22:34:26.522Z[ recovery-image] Feb 28 22:34:25.080 INFO O| Feb 28 22:34:25.080 INFO STEP 105 (remove_files) COMPLETE
49852025-02-28T22:34:26.522Z[ recovery-image] Feb 28 22:34:25.080 INFO O| Feb 28 22:34:25.080 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-28T22:34:26.543Z[ recovery-image] Feb 28 22:34:25.103 INFO O| Feb 28 22:34:25.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49872025-02-28T22:34:26.546Z[ recovery-image] Feb 28 22:34:25.104 INFO O| Feb 28 22:34:25.104 INFO STEP 106 (remove_files) COMPLETE
49882025-02-28T22:34:26.546Z[ recovery-image] Feb 28 22:34:25.104 INFO O| Feb 28 22:34:25.104 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-28T22:34:26.565Z[ recovery-image] Feb 28 22:34:25.126 INFO O| Feb 28 22:34:25.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49902025-02-28T22:34:26.565Z[ recovery-image] Feb 28 22:34:25.126 INFO O| Feb 28 22:34:25.126 INFO STEP 107 (remove_files) COMPLETE
49912025-02-28T22:34:26.568Z[ recovery-image] Feb 28 22:34:25.126 INFO O| Feb 28 22:34:25.126 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-28T22:34:26.591Z[ recovery-image] Feb 28 22:34:25.151 INFO O| Feb 28 22:34:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49932025-02-28T22:34:26.591Z[ recovery-image] Feb 28 22:34:25.151 INFO O| Feb 28 22:34:25.151 INFO STEP 108 (remove_files) COMPLETE
49942025-02-28T22:34:26.595Z[ recovery-image] Feb 28 22:34:25.151 INFO O| Feb 28 22:34:25.151 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-28T22:34:26.623Z[ recovery-image] Feb 28 22:34:25.184 INFO O| Feb 28 22:34:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49962025-02-28T22:34:26.627Z[ recovery-image] Feb 28 22:34:25.184 INFO O| Feb 28 22:34:25.184 INFO STEP 109 (remove_files) COMPLETE
49972025-02-28T22:34:26.627Z[ recovery-image] Feb 28 22:34:25.184 INFO O| Feb 28 22:34:25.184 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-28T22:34:26.684Z[ recovery-image] Feb 28 22:34:25.245 INFO O| Feb 28 22:34:25.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49992025-02-28T22:34:26.684Z[ recovery-image] Feb 28 22:34:25.245 INFO O| Feb 28 22:34:25.245 INFO STEP 110 (remove_files) COMPLETE
50002025-02-28T22:34:26.688Z[ recovery-image] Feb 28 22:34:25.245 INFO O| Feb 28 22:34:25.245 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-28T22:34:26.706Z[ recovery-image] Feb 28 22:34:25.267 INFO O| Feb 28 22:34:25.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
50022025-02-28T22:34:26.706Z[ recovery-image] Feb 28 22:34:25.267 INFO O| Feb 28 22:34:25.267 INFO STEP 111 (remove_files) COMPLETE
50032025-02-28T22:34:26.710Z[ recovery-image] Feb 28 22:34:25.267 INFO O| Feb 28 22:34:25.267 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-28T22:34:26.710Z[ host-image] Feb 28 22:34:25.269 INFO O| Feb 28 22:34:25.269 INFO O| Done
50052025-02-28T22:34:26.742Z[ recovery-image] Feb 28 22:34:25.302 INFO O| Feb 28 22:34:25.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
50062025-02-28T22:34:26.742Z[ recovery-image] Feb 28 22:34:25.302 INFO O| Feb 28 22:34:25.302 INFO STEP 112 (remove_files) COMPLETE
50072025-02-28T22:34:26.745Z[ recovery-image] Feb 28 22:34:25.302 INFO O| Feb 28 22:34:25.302 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-28T22:34:26.761Z[ recovery-image] Feb 28 22:34:25.322 INFO O| Feb 28 22:34:25.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
50092025-02-28T22:34:26.761Z[ recovery-image] Feb 28 22:34:25.322 INFO O| Feb 28 22:34:25.322 INFO STEP 113 (remove_files) COMPLETE
50102025-02-28T22:34:26.761Z[ recovery-image] Feb 28 22:34:25.322 INFO O| Feb 28 22:34:25.322 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-28T22:34:26.782Z[ recovery-image] Feb 28 22:34:25.341 INFO O| Feb 28 22:34:25.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
50122025-02-28T22:34:26.782Z[ recovery-image] Feb 28 22:34:25.342 INFO O| Feb 28 22:34:25.341 INFO STEP 114 (remove_files) COMPLETE
50132025-02-28T22:34:26.782Z[ recovery-image] Feb 28 22:34:25.342 INFO O| Feb 28 22:34:25.342 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-28T22:34:26.815Z[ recovery-image] Feb 28 22:34:25.376 INFO O| Feb 28 22:34:25.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
50152025-02-28T22:34:26.819Z[ recovery-image] Feb 28 22:34:25.376 INFO O| Feb 28 22:34:25.376 INFO STEP 115 (remove_files) COMPLETE
50162025-02-28T22:34:26.819Z[ recovery-image] Feb 28 22:34:25.377 INFO O| Feb 28 22:34:25.377 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-28T22:34:26.855Z[ recovery-image] Feb 28 22:34:25.415 INFO O| Feb 28 22:34:25.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
50182025-02-28T22:34:26.855Z[ recovery-image] Feb 28 22:34:25.415 INFO O| Feb 28 22:34:25.415 INFO STEP 116 (remove_files) COMPLETE
50192025-02-28T22:34:26.855Z[ recovery-image] Feb 28 22:34:25.415 INFO O| Feb 28 22:34:25.415 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-28T22:34:26.898Z[ recovery-image] Feb 28 22:34:25.458 INFO O| Feb 28 22:34:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
50212025-02-28T22:34:26.899Z[ recovery-image] Feb 28 22:34:25.458 INFO O| Feb 28 22:34:25.458 INFO STEP 117 (remove_files) COMPLETE
50222025-02-28T22:34:26.902Z[ recovery-image] Feb 28 22:34:25.458 INFO O| Feb 28 22:34:25.458 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-28T22:34:26.936Z[ recovery-image] Feb 28 22:34:25.496 INFO O| Feb 28 22:34:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
50242025-02-28T22:34:26.967Z[ recovery-image] Feb 28 22:34:25.528 INFO O| Feb 28 22:34:25.528 INFO STEP 118 (remove_files) COMPLETE
50252025-02-28T22:34:26.967Z[ recovery-image] Feb 28 22:34:25.528 INFO O| Feb 28 22:34:25.528 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-28T22:34:27.062Z[ recovery-image] Feb 28 22:34:25.616 INFO O| Feb 28 22:34:25.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
50272025-02-28T22:34:27.062Z[ recovery-image] Feb 28 22:34:25.616 INFO O| Feb 28 22:34:25.616 INFO STEP 119 (remove_files) COMPLETE
50282025-02-28T22:34:27.067Z[ recovery-image] Feb 28 22:34:25.616 INFO O| Feb 28 22:34:25.616 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-28T22:34:27.127Z[ recovery-image] Feb 28 22:34:25.687 INFO O| Feb 28 22:34:25.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
50302025-02-28T22:34:27.127Z[ recovery-image] Feb 28 22:34:25.687 INFO O| Feb 28 22:34:25.687 INFO STEP 120 (remove_files) COMPLETE
50312025-02-28T22:34:27.127Z[ recovery-image] Feb 28 22:34:25.687 INFO O| Feb 28 22:34:25.687 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-28T22:34:27.149Z[ recovery-image] Feb 28 22:34:25.709 INFO O| Feb 28 22:34:25.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
50332025-02-28T22:34:27.149Z[ recovery-image] Feb 28 22:34:25.710 INFO O| Feb 28 22:34:25.710 INFO STEP 121 (remove_files) COMPLETE
50342025-02-28T22:34:27.149Z[ recovery-image] Feb 28 22:34:25.710 INFO O| Feb 28 22:34:25.710 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-28T22:34:27.195Z[ recovery-image] Feb 28 22:34:25.756 INFO O| Feb 28 22:34:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
50362025-02-28T22:34:27.195Z[ recovery-image] Feb 28 22:34:25.756 INFO O| Feb 28 22:34:25.756 INFO STEP 122 (remove_files) COMPLETE
50372025-02-28T22:34:27.199Z[ recovery-image] Feb 28 22:34:25.756 INFO O| Feb 28 22:34:25.756 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-28T22:34:27.240Z[ recovery-image] Feb 28 22:34:25.801 INFO O| Feb 28 22:34:25.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
50392025-02-28T22:34:27.241Z[ recovery-image] Feb 28 22:34:25.801 INFO O| Feb 28 22:34:25.801 INFO STEP 123 (remove_files) COMPLETE
50402025-02-28T22:34:27.241Z[ recovery-image] Feb 28 22:34:25.801 INFO O| Feb 28 22:34:25.801 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-28T22:34:27.262Z[ recovery-image] Feb 28 22:34:25.823 INFO O| Feb 28 22:34:25.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
50422025-02-28T22:34:27.262Z[ recovery-image] Feb 28 22:34:25.823 INFO O| Feb 28 22:34:25.823 INFO STEP 124 (remove_files) COMPLETE
50432025-02-28T22:34:27.262Z[ recovery-image] Feb 28 22:34:25.823 INFO O| Feb 28 22:34:25.823 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-28T22:34:27.284Z[ recovery-image] Feb 28 22:34:25.844 INFO O| Feb 28 22:34:25.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
50452025-02-28T22:34:27.284Z[ recovery-image] Feb 28 22:34:25.844 INFO O| Feb 28 22:34:25.844 INFO STEP 125 (remove_files) COMPLETE
50462025-02-28T22:34:27.287Z[ recovery-image] Feb 28 22:34:25.844 INFO O| Feb 28 22:34:25.844 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-28T22:34:27.337Z[ recovery-image] Feb 28 22:34:25.897 INFO O| Feb 28 22:34:25.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
50482025-02-28T22:34:27.337Z[ recovery-image] Feb 28 22:34:25.897 INFO O| Feb 28 22:34:25.897 INFO STEP 126 (remove_files) COMPLETE
50492025-02-28T22:34:27.341Z[ recovery-image] Feb 28 22:34:25.897 INFO O| Feb 28 22:34:25.897 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-28T22:34:27.398Z[ recovery-image] Feb 28 22:34:25.956 INFO O| Feb 28 22:34:25.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
50512025-02-28T22:34:27.398Z[ recovery-image] Feb 28 22:34:25.956 INFO O| Feb 28 22:34:25.956 INFO STEP 127 (remove_files) COMPLETE
50522025-02-28T22:34:27.399Z[ recovery-image] Feb 28 22:34:25.956 INFO O| Feb 28 22:34:25.956 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-28T22:34:27.418Z[ recovery-image] Feb 28 22:34:25.977 INFO O| Feb 28 22:34:25.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
50542025-02-28T22:34:27.418Z[ recovery-image] Feb 28 22:34:25.977 INFO O| Feb 28 22:34:25.977 INFO STEP 128 (remove_files) COMPLETE
50552025-02-28T22:34:27.422Z[ recovery-image] Feb 28 22:34:25.977 INFO O| Feb 28 22:34:25.977 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-28T22:34:27.460Z[ recovery-image] Feb 28 22:34:26.019 INFO O| Feb 28 22:34:26.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
50572025-02-28T22:34:27.465Z[ recovery-image] Feb 28 22:34:26.020 INFO O| Feb 28 22:34:26.019 INFO STEP 129 (remove_files) COMPLETE
50582025-02-28T22:34:27.465Z[ recovery-image] Feb 28 22:34:26.020 INFO O| Feb 28 22:34:26.020 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-28T22:34:27.484Z[ recovery-image] Feb 28 22:34:26.045 INFO O| Feb 28 22:34:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
50602025-02-28T22:34:27.484Z[ recovery-image] Feb 28 22:34:26.045 INFO O| Feb 28 22:34:26.045 INFO STEP 130 (remove_files) COMPLETE
50612025-02-28T22:34:27.484Z[ recovery-image] Feb 28 22:34:26.045 INFO O| Feb 28 22:34:26.045 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-28T22:34:27.511Z[ recovery-image] Feb 28 22:34:26.071 INFO O| Feb 28 22:34:26.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
50632025-02-28T22:34:27.511Z[ recovery-image] Feb 28 22:34:26.071 INFO O| Feb 28 22:34:26.071 INFO STEP 131 (remove_files) COMPLETE
50642025-02-28T22:34:27.511Z[ recovery-image] Feb 28 22:34:26.071 INFO O| Feb 28 22:34:26.071 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-28T22:34:27.534Z[ recovery-image] Feb 28 22:34:26.094 INFO O| Feb 28 22:34:26.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
50662025-02-28T22:34:27.534Z[ recovery-image] Feb 28 22:34:26.095 INFO O| Feb 28 22:34:26.094 INFO STEP 132 (remove_files) COMPLETE
50672025-02-28T22:34:27.534Z[ recovery-image] Feb 28 22:34:26.095 INFO O| Feb 28 22:34:26.094 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-28T22:34:27.556Z[ recovery-image] Feb 28 22:34:26.116 INFO O| Feb 28 22:34:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
50692025-02-28T22:34:27.556Z[ recovery-image] Feb 28 22:34:26.116 INFO O| Feb 28 22:34:26.116 INFO STEP 133 (remove_files) COMPLETE
50702025-02-28T22:34:27.556Z[ recovery-image] Feb 28 22:34:26.116 INFO O| Feb 28 22:34:26.116 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-28T22:34:27.608Z[ recovery-image] Feb 28 22:34:26.168 INFO O| Feb 28 22:34:26.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
50722025-02-28T22:34:27.608Z[ recovery-image] Feb 28 22:34:26.169 INFO O| Feb 28 22:34:26.169 INFO STEP 134 (remove_files) COMPLETE
50732025-02-28T22:34:27.608Z[ recovery-image] Feb 28 22:34:26.169 INFO O| Feb 28 22:34:26.169 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-28T22:34:27.645Z[ recovery-image] Feb 28 22:34:26.205 INFO O| Feb 28 22:34:26.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50752025-02-28T22:34:27.645Z[ recovery-image] Feb 28 22:34:26.205 INFO O| Feb 28 22:34:26.205 INFO STEP 135 (remove_files) COMPLETE
50762025-02-28T22:34:27.646Z[ recovery-image] Feb 28 22:34:26.205 INFO O| Feb 28 22:34:26.205 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-28T22:34:27.649Z[ host-image] Feb 28 22:34:26.210 INFO O| Feb 28 22:34:26.210 INFO O| Done
50782025-02-28T22:34:27.747Z[ recovery-image] Feb 28 22:34:26.307 INFO O| Feb 28 22:34:26.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50792025-02-28T22:34:27.747Z[ recovery-image] Feb 28 22:34:26.307 INFO O| Feb 28 22:34:26.307 INFO STEP 136 (remove_files) COMPLETE
50802025-02-28T22:34:27.750Z[ recovery-image] Feb 28 22:34:26.307 INFO O| Feb 28 22:34:26.307 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-28T22:34:27.782Z[ recovery-image] Feb 28 22:34:26.331 INFO O| Feb 28 22:34:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50822025-02-28T22:34:27.782Z[ recovery-image] Feb 28 22:34:26.332 INFO O| Feb 28 22:34:26.332 INFO STEP 137 (remove_files) COMPLETE
50832025-02-28T22:34:27.782Z[ recovery-image] Feb 28 22:34:26.332 INFO O| Feb 28 22:34:26.332 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-28T22:34:27.793Z[ recovery-image] Feb 28 22:34:26.353 INFO O| Feb 28 22:34:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50852025-02-28T22:34:27.793Z[ recovery-image] Feb 28 22:34:26.353 INFO O| Feb 28 22:34:26.353 INFO STEP 138 (remove_files) COMPLETE
50862025-02-28T22:34:27.793Z[ recovery-image] Feb 28 22:34:26.353 INFO O| Feb 28 22:34:26.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-28T22:34:27.813Z[ recovery-image] Feb 28 22:34:26.373 INFO O| Feb 28 22:34:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50882025-02-28T22:34:27.813Z[ recovery-image] Feb 28 22:34:26.373 INFO O| Feb 28 22:34:26.373 INFO STEP 139 (remove_files) COMPLETE
50892025-02-28T22:34:27.814Z[ recovery-image] Feb 28 22:34:26.373 INFO O| Feb 28 22:34:26.373 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-28T22:34:27.835Z[ recovery-image] Feb 28 22:34:26.394 INFO O| Feb 28 22:34:26.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50912025-02-28T22:34:27.835Z[ recovery-image] Feb 28 22:34:26.394 INFO O| Feb 28 22:34:26.394 INFO STEP 140 (remove_files) COMPLETE
50922025-02-28T22:34:27.835Z[ recovery-image] Feb 28 22:34:26.394 INFO O| Feb 28 22:34:26.394 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-28T22:34:27.877Z[ recovery-image] Feb 28 22:34:26.437 INFO O| Feb 28 22:34:26.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50942025-02-28T22:34:27.877Z[ recovery-image] Feb 28 22:34:26.437 INFO O| Feb 28 22:34:26.437 INFO STEP 141 (remove_files) COMPLETE
50952025-02-28T22:34:27.887Z[ recovery-image] Feb 28 22:34:26.437 INFO O| Feb 28 22:34:26.437 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-28T22:34:27.899Z[ recovery-image] Feb 28 22:34:26.459 INFO O| Feb 28 22:34:26.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50972025-02-28T22:34:27.899Z[ recovery-image] Feb 28 22:34:26.459 INFO O| Feb 28 22:34:26.459 INFO STEP 142 (remove_files) COMPLETE
50982025-02-28T22:34:27.899Z[ recovery-image] Feb 28 22:34:26.459 INFO O| Feb 28 22:34:26.459 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-28T22:34:27.930Z[ recovery-image] Feb 28 22:34:26.480 INFO O| Feb 28 22:34:26.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
51002025-02-28T22:34:27.930Z[ recovery-image] Feb 28 22:34:26.480 INFO O| Feb 28 22:34:26.480 INFO STEP 143 (remove_files) COMPLETE
51012025-02-28T22:34:27.931Z[ recovery-image] Feb 28 22:34:26.480 INFO O| Feb 28 22:34:26.480 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-28T22:34:27.939Z[ recovery-image] Feb 28 22:34:26.500 INFO O| Feb 28 22:34:26.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
51032025-02-28T22:34:27.942Z[ recovery-image] Feb 28 22:34:26.500 INFO O| Feb 28 22:34:26.500 INFO STEP 144 (remove_files) COMPLETE
51042025-02-28T22:34:27.942Z[ recovery-image] Feb 28 22:34:26.500 INFO O| Feb 28 22:34:26.500 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-28T22:34:27.958Z[ recovery-image] Feb 28 22:34:26.518 INFO O| Feb 28 22:34:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
51062025-02-28T22:34:27.961Z[ recovery-image] Feb 28 22:34:26.519 INFO O| Feb 28 22:34:26.519 INFO STEP 145 (remove_files) COMPLETE
51072025-02-28T22:34:27.961Z[ recovery-image] Feb 28 22:34:26.519 INFO O| Feb 28 22:34:26.519 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-28T22:34:27.977Z[ recovery-image] Feb 28 22:34:26.537 INFO O| Feb 28 22:34:26.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
51092025-02-28T22:34:27.981Z[ recovery-image] Feb 28 22:34:26.537 INFO O| Feb 28 22:34:26.537 INFO STEP 146 (remove_files) COMPLETE
51102025-02-28T22:34:27.981Z[ recovery-image] Feb 28 22:34:26.537 INFO O| Feb 28 22:34:26.537 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-28T22:34:27.995Z[ recovery-image] Feb 28 22:34:26.555 INFO O| Feb 28 22:34:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
51122025-02-28T22:34:27.995Z[ recovery-image] Feb 28 22:34:26.556 INFO O| Feb 28 22:34:26.555 INFO STEP 147 (remove_files) COMPLETE
51132025-02-28T22:34:27.995Z[ recovery-image] Feb 28 22:34:26.556 INFO O| Feb 28 22:34:26.556 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-28T22:34:28.021Z[ recovery-image] Feb 28 22:34:26.573 INFO O| Feb 28 22:34:26.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
51152025-02-28T22:34:28.025Z[ recovery-image] Feb 28 22:34:26.573 INFO O| Feb 28 22:34:26.573 INFO STEP 148 (remove_files) COMPLETE
51162025-02-28T22:34:28.025Z[ recovery-image] Feb 28 22:34:26.573 INFO O| Feb 28 22:34:26.573 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-28T22:34:28.031Z[ recovery-image] Feb 28 22:34:26.592 INFO O| Feb 28 22:34:26.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
51182025-02-28T22:34:28.035Z[ recovery-image] Feb 28 22:34:26.592 INFO O| Feb 28 22:34:26.592 INFO STEP 149 (remove_files) COMPLETE
51192025-02-28T22:34:28.035Z[ recovery-image] Feb 28 22:34:26.592 INFO O| Feb 28 22:34:26.592 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-28T22:34:28.050Z[ recovery-image] Feb 28 22:34:26.611 INFO O| Feb 28 22:34:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
51212025-02-28T22:34:28.055Z[ recovery-image] Feb 28 22:34:26.615 INFO O| Feb 28 22:34:26.615 INFO STEP 150 (remove_files) COMPLETE
51222025-02-28T22:34:28.055Z[ recovery-image] Feb 28 22:34:26.615 INFO O| Feb 28 22:34:26.615 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-28T22:34:28.122Z[ recovery-image] Feb 28 22:34:26.674 INFO O| Feb 28 22:34:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
51242025-02-28T22:34:28.123Z[ recovery-image] Feb 28 22:34:26.674 INFO O| Feb 28 22:34:26.674 INFO STEP 151 (remove_files) COMPLETE
51252025-02-28T22:34:28.123Z[ recovery-image] Feb 28 22:34:26.674 INFO O| Feb 28 22:34:26.674 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-28T22:34:28.132Z[ recovery-image] Feb 28 22:34:26.692 INFO O| Feb 28 22:34:26.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
51272025-02-28T22:34:28.132Z[ recovery-image] Feb 28 22:34:26.693 INFO O| Feb 28 22:34:26.693 INFO STEP 152 (remove_files) COMPLETE
51282025-02-28T22:34:28.136Z[ recovery-image] Feb 28 22:34:26.693 INFO O| Feb 28 22:34:26.693 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-28T22:34:28.151Z[ recovery-image] Feb 28 22:34:26.710 INFO O| Feb 28 22:34:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
51302025-02-28T22:34:28.151Z[ recovery-image] Feb 28 22:34:26.710 INFO O| Feb 28 22:34:26.710 INFO STEP 153 (remove_files) COMPLETE
51312025-02-28T22:34:28.151Z[ recovery-image] Feb 28 22:34:26.710 INFO O| Feb 28 22:34:26.710 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-28T22:34:28.170Z[ recovery-image] Feb 28 22:34:26.730 INFO O| Feb 28 22:34:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
51332025-02-28T22:34:28.170Z[ recovery-image] Feb 28 22:34:26.730 INFO O| Feb 28 22:34:26.730 INFO STEP 154 (remove_files) COMPLETE
51342025-02-28T22:34:28.170Z[ recovery-image] Feb 28 22:34:26.730 INFO O| Feb 28 22:34:26.730 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-28T22:34:28.187Z[ recovery-image] Feb 28 22:34:26.747 INFO O| Feb 28 22:34:26.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
51362025-02-28T22:34:28.187Z[ recovery-image] Feb 28 22:34:26.747 INFO O| Feb 28 22:34:26.747 INFO STEP 155 (remove_files) COMPLETE
51372025-02-28T22:34:28.187Z[ recovery-image] Feb 28 22:34:26.747 INFO O| Feb 28 22:34:26.747 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-28T22:34:28.205Z[ recovery-image] Feb 28 22:34:26.765 INFO O| Feb 28 22:34:26.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
51392025-02-28T22:34:28.206Z[ recovery-image] Feb 28 22:34:26.765 INFO O| Feb 28 22:34:26.765 INFO STEP 156 (remove_files) COMPLETE
51402025-02-28T22:34:28.206Z[ recovery-image] Feb 28 22:34:26.765 INFO O| Feb 28 22:34:26.765 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-28T22:34:28.222Z[ recovery-image] Feb 28 22:34:26.782 INFO O| Feb 28 22:34:26.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
51422025-02-28T22:34:28.223Z[ recovery-image] Feb 28 22:34:26.782 INFO O| Feb 28 22:34:26.782 INFO STEP 157 (remove_files) COMPLETE
51432025-02-28T22:34:28.223Z[ recovery-image] Feb 28 22:34:26.782 INFO O| Feb 28 22:34:26.782 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-28T22:34:28.240Z[ recovery-image] Feb 28 22:34:26.800 INFO O| Feb 28 22:34:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
51452025-02-28T22:34:28.240Z[ recovery-image] Feb 28 22:34:26.800 INFO O| Feb 28 22:34:26.800 INFO STEP 158 (remove_files) COMPLETE
51462025-02-28T22:34:28.240Z[ recovery-image] Feb 28 22:34:26.800 INFO O| Feb 28 22:34:26.800 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-28T22:34:28.257Z[ recovery-image] Feb 28 22:34:26.817 INFO O| Feb 28 22:34:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
51482025-02-28T22:34:28.257Z[ recovery-image] Feb 28 22:34:26.817 INFO O| Feb 28 22:34:26.817 INFO STEP 159 (remove_files) COMPLETE
51492025-02-28T22:34:28.257Z[ recovery-image] Feb 28 22:34:26.817 INFO O| Feb 28 22:34:26.817 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-28T22:34:28.274Z[ recovery-image] Feb 28 22:34:26.834 INFO O| Feb 28 22:34:26.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
51512025-02-28T22:34:28.274Z[ recovery-image] Feb 28 22:34:26.834 INFO O| Feb 28 22:34:26.834 INFO STEP 160 (remove_files) COMPLETE
51522025-02-28T22:34:28.275Z[ recovery-image] Feb 28 22:34:26.834 INFO O| Feb 28 22:34:26.834 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-28T22:34:28.291Z[ recovery-image] Feb 28 22:34:26.851 INFO O| Feb 28 22:34:26.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
51542025-02-28T22:34:28.301Z[ recovery-image] Feb 28 22:34:26.862 INFO O| Feb 28 22:34:26.862 INFO STEP 161 (remove_files) COMPLETE
51552025-02-28T22:34:28.301Z[ recovery-image] Feb 28 22:34:26.862 INFO O| Feb 28 22:34:26.862 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-28T22:34:28.307Z[ host-image] Feb 28 22:34:26.867 INFO O| Feb 28 22:34:26.867 INFO STEP 11 (pkg_install) COMPLETE
51572025-02-28T22:34:28.307Z[ host-image] Feb 28 22:34:26.868 INFO O| Feb 28 22:34:26.867 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51582025-02-28T22:34:28.327Z[ host-image] Feb 28 22:34:26.887 INFO O| Feb 28 22:34:26.887 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
51592025-02-28T22:34:28.365Z[ recovery-image] Feb 28 22:34:26.925 INFO O| Feb 28 22:34:26.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
51602025-02-28T22:34:28.370Z[ recovery-image] Feb 28 22:34:26.925 INFO O| Feb 28 22:34:26.925 INFO STEP 162 (remove_files) COMPLETE
51612025-02-28T22:34:28.370Z[ recovery-image] Feb 28 22:34:26.925 INFO O| Feb 28 22:34:26.925 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-28T22:34:28.386Z[ recovery-image] Feb 28 22:34:26.947 INFO O| Feb 28 22:34:26.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
51632025-02-28T22:34:28.386Z[ recovery-image] Feb 28 22:34:26.947 INFO O| Feb 28 22:34:26.947 INFO STEP 163 (remove_files) COMPLETE
51642025-02-28T22:34:28.389Z[ recovery-image] Feb 28 22:34:26.947 INFO O| Feb 28 22:34:26.947 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-28T22:34:28.416Z[ recovery-image] Feb 28 22:34:26.976 INFO O| Feb 28 22:34:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
51662025-02-28T22:34:28.419Z[ recovery-image] Feb 28 22:34:26.976 INFO O| Feb 28 22:34:26.976 INFO STEP 164 (remove_files) COMPLETE
51672025-02-28T22:34:28.419Z[ recovery-image] Feb 28 22:34:26.976 INFO O| Feb 28 22:34:26.976 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-28T22:34:28.439Z[ recovery-image] Feb 28 22:34:26.999 INFO O| Feb 28 22:34:26.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51692025-02-28T22:34:28.439Z[ recovery-image] Feb 28 22:34:26.999 INFO O| Feb 28 22:34:26.999 INFO STEP 165 (remove_files) COMPLETE
51702025-02-28T22:34:28.439Z[ recovery-image] Feb 28 22:34:26.999 INFO O| Feb 28 22:34:26.999 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-28T22:34:28.476Z[ recovery-image] Feb 28 22:34:27.037 INFO O| Feb 28 22:34:27.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51722025-02-28T22:34:28.476Z[ recovery-image] Feb 28 22:34:27.037 INFO O| Feb 28 22:34:27.037 INFO STEP 166 (remove_files) COMPLETE
51732025-02-28T22:34:28.476Z[ recovery-image] Feb 28 22:34:27.037 INFO O| Feb 28 22:34:27.037 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-28T22:34:28.498Z[ recovery-image] Feb 28 22:34:27.059 INFO O| Feb 28 22:34:27.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51752025-02-28T22:34:28.498Z[ recovery-image] Feb 28 22:34:27.059 INFO O| Feb 28 22:34:27.059 INFO STEP 167 (remove_files) COMPLETE
51762025-02-28T22:34:28.498Z[ recovery-image] Feb 28 22:34:27.059 INFO O| Feb 28 22:34:27.059 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-28T22:34:28.531Z[ recovery-image] Feb 28 22:34:27.090 INFO O| Feb 28 22:34:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51782025-02-28T22:34:28.534Z[ recovery-image] Feb 28 22:34:27.090 INFO O| Feb 28 22:34:27.090 INFO STEP 168 (remove_files) COMPLETE
51792025-02-28T22:34:28.534Z[ recovery-image] Feb 28 22:34:27.091 INFO O| Feb 28 22:34:27.090 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-28T22:34:28.554Z[ recovery-image] Feb 28 22:34:27.114 INFO O| Feb 28 22:34:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51812025-02-28T22:34:28.554Z[ recovery-image] Feb 28 22:34:27.114 INFO O| Feb 28 22:34:27.114 INFO STEP 169 (remove_files) COMPLETE
51822025-02-28T22:34:28.554Z[ recovery-image] Feb 28 22:34:27.114 INFO O| Feb 28 22:34:27.114 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-28T22:34:28.586Z[ recovery-image] Feb 28 22:34:27.143 INFO O| Feb 28 22:34:27.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51842025-02-28T22:34:28.586Z[ recovery-image] Feb 28 22:34:27.143 INFO O| Feb 28 22:34:27.143 INFO STEP 170 (remove_files) COMPLETE
51852025-02-28T22:34:28.590Z[ recovery-image] Feb 28 22:34:27.143 INFO O| Feb 28 22:34:27.143 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-28T22:34:28.620Z[ recovery-image] Feb 28 22:34:27.177 INFO O| Feb 28 22:34:27.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51872025-02-28T22:34:28.620Z[ recovery-image] Feb 28 22:34:27.177 INFO O| Feb 28 22:34:27.177 INFO STEP 171 (remove_files) COMPLETE
51882025-02-28T22:34:28.620Z[ recovery-image] Feb 28 22:34:27.177 INFO O| Feb 28 22:34:27.177 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-02-28T22:34:28.658Z[ recovery-image] Feb 28 22:34:27.218 INFO O| Feb 28 22:34:27.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51902025-02-28T22:34:28.658Z[ recovery-image] Feb 28 22:34:27.218 INFO O| Feb 28 22:34:27.218 INFO STEP 172 (remove_files) COMPLETE
51912025-02-28T22:34:28.658Z[ recovery-image] Feb 28 22:34:27.218 INFO O| Feb 28 22:34:27.218 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-02-28T22:34:28.682Z[ recovery-image] Feb 28 22:34:27.241 INFO O| Feb 28 22:34:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51932025-02-28T22:34:28.682Z[ recovery-image] Feb 28 22:34:27.241 INFO O| Feb 28 22:34:27.241 INFO STEP 173 (remove_files) COMPLETE
51942025-02-28T22:34:28.683Z[ recovery-image] Feb 28 22:34:27.241 INFO O| Feb 28 22:34:27.241 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-02-28T22:34:28.705Z[ recovery-image] Feb 28 22:34:27.265 INFO O| Feb 28 22:34:27.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51962025-02-28T22:34:28.705Z[ recovery-image] Feb 28 22:34:27.265 INFO O| Feb 28 22:34:27.265 INFO STEP 174 (remove_files) COMPLETE
51972025-02-28T22:34:28.709Z[ recovery-image] Feb 28 22:34:27.265 INFO O| Feb 28 22:34:27.265 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-02-28T22:34:28.749Z[ recovery-image] Feb 28 22:34:27.310 INFO O| Feb 28 22:34:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51992025-02-28T22:34:28.750Z[ recovery-image] Feb 28 22:34:27.310 INFO O| Feb 28 22:34:27.310 INFO STEP 175 (remove_files) COMPLETE
52002025-02-28T22:34:28.753Z[ recovery-image] Feb 28 22:34:27.310 INFO O| Feb 28 22:34:27.310 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-02-28T22:34:28.770Z[ recovery-image] Feb 28 22:34:27.330 INFO O| Feb 28 22:34:27.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
52022025-02-28T22:34:28.773Z[ recovery-image] Feb 28 22:34:27.330 INFO O| Feb 28 22:34:27.330 INFO STEP 176 (remove_files) COMPLETE
52032025-02-28T22:34:28.773Z[ recovery-image] Feb 28 22:34:27.331 INFO O| Feb 28 22:34:27.330 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-02-28T22:34:28.807Z[ recovery-image] Feb 28 22:34:27.367 INFO O| Feb 28 22:34:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
52052025-02-28T22:34:28.807Z[ recovery-image] Feb 28 22:34:27.367 INFO O| Feb 28 22:34:27.367 INFO STEP 177 (remove_files) COMPLETE
52062025-02-28T22:34:28.810Z[ recovery-image] Feb 28 22:34:27.367 INFO O| Feb 28 22:34:27.367 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-02-28T22:34:28.829Z[ recovery-image] Feb 28 22:34:27.390 INFO O| Feb 28 22:34:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
52082025-02-28T22:34:28.829Z[ recovery-image] Feb 28 22:34:27.390 INFO O| Feb 28 22:34:27.390 INFO STEP 178 (remove_files) COMPLETE
52092025-02-28T22:34:28.833Z[ recovery-image] Feb 28 22:34:27.390 INFO O| Feb 28 22:34:27.390 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-02-28T22:34:28.852Z[ recovery-image] Feb 28 22:34:27.412 INFO O| Feb 28 22:34:27.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
52112025-02-28T22:34:28.855Z[ recovery-image] Feb 28 22:34:27.412 INFO O| Feb 28 22:34:27.412 INFO STEP 179 (remove_files) COMPLETE
52122025-02-28T22:34:28.855Z[ recovery-image] Feb 28 22:34:27.412 INFO O| Feb 28 22:34:27.412 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-02-28T22:34:28.875Z[ recovery-image] Feb 28 22:34:27.435 INFO O| Feb 28 22:34:27.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
52142025-02-28T22:34:28.878Z[ recovery-image] Feb 28 22:34:27.436 INFO O| Feb 28 22:34:27.436 INFO STEP 180 (remove_files) COMPLETE
52152025-02-28T22:34:28.878Z[ recovery-image] Feb 28 22:34:27.436 INFO O| Feb 28 22:34:27.436 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-02-28T22:34:28.898Z[ recovery-image] Feb 28 22:34:27.458 INFO O| Feb 28 22:34:27.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
52172025-02-28T22:34:28.901Z[ recovery-image] Feb 28 22:34:27.458 INFO O| Feb 28 22:34:27.458 INFO STEP 181 (remove_files) COMPLETE
52182025-02-28T22:34:28.901Z[ recovery-image] Feb 28 22:34:27.459 INFO O| Feb 28 22:34:27.458 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-02-28T22:34:28.934Z[ recovery-image] Feb 28 22:34:27.495 INFO O| Feb 28 22:34:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
52202025-02-28T22:34:28.938Z[ recovery-image] Feb 28 22:34:27.495 INFO O| Feb 28 22:34:27.495 INFO STEP 182 (remove_files) COMPLETE
52212025-02-28T22:34:28.938Z[ recovery-image] Feb 28 22:34:27.495 INFO O| Feb 28 22:34:27.495 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-02-28T22:34:28.957Z[ recovery-image] Feb 28 22:34:27.517 INFO O| Feb 28 22:34:27.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
52232025-02-28T22:34:28.957Z[ recovery-image] Feb 28 22:34:27.517 INFO O| Feb 28 22:34:27.517 INFO STEP 183 (remove_files) COMPLETE
52242025-02-28T22:34:28.957Z[ recovery-image] Feb 28 22:34:27.517 INFO O| Feb 28 22:34:27.517 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-02-28T22:34:28.998Z[ recovery-image] Feb 28 22:34:27.558 INFO O| Feb 28 22:34:27.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
52262025-02-28T22:34:29.001Z[ recovery-image] Feb 28 22:34:27.558 INFO O| Feb 28 22:34:27.558 INFO STEP 184 (remove_files) COMPLETE
52272025-02-28T22:34:29.001Z[ recovery-image] Feb 28 22:34:27.558 INFO O| Feb 28 22:34:27.558 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-02-28T22:34:29.021Z[ recovery-image] Feb 28 22:34:27.581 INFO O| Feb 28 22:34:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
52292025-02-28T22:34:29.021Z[ recovery-image] Feb 28 22:34:27.581 INFO O| Feb 28 22:34:27.581 INFO STEP 185 (remove_files) COMPLETE
52302025-02-28T22:34:29.024Z[ recovery-image] Feb 28 22:34:27.581 INFO O| Feb 28 22:34:27.581 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-02-28T22:34:29.058Z[ recovery-image] Feb 28 22:34:27.618 INFO O| Feb 28 22:34:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
52322025-02-28T22:34:29.061Z[ recovery-image] Feb 28 22:34:27.618 INFO O| Feb 28 22:34:27.618 INFO STEP 186 (remove_files) COMPLETE
52332025-02-28T22:34:29.061Z[ recovery-image] Feb 28 22:34:27.618 INFO O| Feb 28 22:34:27.618 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-02-28T22:34:29.083Z[ recovery-image] Feb 28 22:34:27.643 INFO O| Feb 28 22:34:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
52352025-02-28T22:34:29.086Z[ recovery-image] Feb 28 22:34:27.643 INFO O| Feb 28 22:34:27.643 INFO STEP 187 (remove_files) COMPLETE
52362025-02-28T22:34:29.086Z[ recovery-image] Feb 28 22:34:27.644 INFO O| Feb 28 22:34:27.644 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-02-28T22:34:29.107Z[ recovery-image] Feb 28 22:34:27.667 INFO O| Feb 28 22:34:27.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
52382025-02-28T22:34:29.110Z[ recovery-image] Feb 28 22:34:27.667 INFO O| Feb 28 22:34:27.667 INFO STEP 188 (remove_files) COMPLETE
52392025-02-28T22:34:29.110Z[ recovery-image] Feb 28 22:34:27.668 INFO O| Feb 28 22:34:27.668 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-02-28T22:34:29.141Z[ recovery-image] Feb 28 22:34:27.701 INFO O| Feb 28 22:34:27.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
52412025-02-28T22:34:29.141Z[ recovery-image] Feb 28 22:34:27.701 INFO O| Feb 28 22:34:27.701 INFO STEP 189 (remove_files) COMPLETE
52422025-02-28T22:34:29.141Z[ recovery-image] Feb 28 22:34:27.701 INFO O| Feb 28 22:34:27.701 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-02-28T22:34:29.163Z[ recovery-image] Feb 28 22:34:27.724 INFO O| Feb 28 22:34:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
52442025-02-28T22:34:29.164Z[ recovery-image] Feb 28 22:34:27.724 INFO O| Feb 28 22:34:27.724 INFO STEP 190 (remove_files) COMPLETE
52452025-02-28T22:34:29.167Z[ recovery-image] Feb 28 22:34:27.724 INFO O| Feb 28 22:34:27.724 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-02-28T22:34:29.187Z[ recovery-image] Feb 28 22:34:27.747 INFO O| Feb 28 22:34:27.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
52472025-02-28T22:34:29.187Z[ recovery-image] Feb 28 22:34:27.747 INFO O| Feb 28 22:34:27.747 INFO STEP 191 (remove_files) COMPLETE
52482025-02-28T22:34:29.187Z[ recovery-image] Feb 28 22:34:27.747 INFO O| Feb 28 22:34:27.747 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-02-28T22:34:29.310Z[ recovery-image] Feb 28 22:34:27.871 INFO O| Feb 28 22:34:27.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
52502025-02-28T22:34:29.311Z[ recovery-image] Feb 28 22:34:27.871 INFO O| Feb 28 22:34:27.871 INFO STEP 192 (remove_files) COMPLETE
52512025-02-28T22:34:29.311Z[ recovery-image] Feb 28 22:34:27.871 INFO O| Feb 28 22:34:27.871 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-02-28T22:34:29.376Z[ recovery-image] Feb 28 22:34:27.936 INFO O| Feb 28 22:34:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
52532025-02-28T22:34:29.379Z[ recovery-image] Feb 28 22:34:27.936 INFO O| Feb 28 22:34:27.936 INFO STEP 193 (remove_files) COMPLETE
52542025-02-28T22:34:29.379Z[ recovery-image] Feb 28 22:34:27.936 INFO O| Feb 28 22:34:27.936 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-02-28T22:34:29.436Z[ recovery-image] Feb 28 22:34:27.997 INFO O| Feb 28 22:34:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
52562025-02-28T22:34:29.437Z[ recovery-image] Feb 28 22:34:27.997 INFO O| Feb 28 22:34:27.997 INFO STEP 194 (remove_files) COMPLETE
52572025-02-28T22:34:29.437Z[ recovery-image] Feb 28 22:34:27.997 INFO O| Feb 28 22:34:27.997 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-02-28T22:34:29.468Z[ recovery-image] Feb 28 22:34:28.028 INFO O| Feb 28 22:34:28.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
52592025-02-28T22:34:29.468Z[ recovery-image] Feb 28 22:34:28.028 INFO O| Feb 28 22:34:28.028 INFO STEP 195 (remove_files) COMPLETE
52602025-02-28T22:34:29.468Z[ recovery-image] Feb 28 22:34:28.028 INFO O| Feb 28 22:34:28.028 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-02-28T22:34:29.502Z[ recovery-image] Feb 28 22:34:28.062 INFO O| Feb 28 22:34:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
52622025-02-28T22:34:29.502Z[ recovery-image] Feb 28 22:34:28.062 INFO O| Feb 28 22:34:28.062 INFO STEP 196 (remove_files) COMPLETE
52632025-02-28T22:34:29.505Z[ recovery-image] Feb 28 22:34:28.062 INFO O| Feb 28 22:34:28.062 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-02-28T22:34:29.525Z[ recovery-image] Feb 28 22:34:28.085 INFO O| Feb 28 22:34:28.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52652025-02-28T22:34:29.525Z[ recovery-image] Feb 28 22:34:28.086 INFO O| Feb 28 22:34:28.085 INFO STEP 197 (remove_files) COMPLETE
52662025-02-28T22:34:29.529Z[ recovery-image] Feb 28 22:34:28.086 INFO O| Feb 28 22:34:28.085 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-02-28T22:34:29.549Z[ recovery-image] Feb 28 22:34:28.109 INFO O| Feb 28 22:34:28.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52682025-02-28T22:34:29.549Z[ recovery-image] Feb 28 22:34:28.109 INFO O| Feb 28 22:34:28.109 INFO STEP 198 (remove_files) COMPLETE
52692025-02-28T22:34:29.549Z[ recovery-image] Feb 28 22:34:28.109 INFO O| Feb 28 22:34:28.109 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-02-28T22:34:29.571Z[ recovery-image] Feb 28 22:34:28.131 INFO O| Feb 28 22:34:28.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52712025-02-28T22:34:29.571Z[ recovery-image] Feb 28 22:34:28.131 INFO O| Feb 28 22:34:28.131 INFO STEP 199 (remove_files) COMPLETE
52722025-02-28T22:34:29.571Z[ recovery-image] Feb 28 22:34:28.131 INFO O| Feb 28 22:34:28.131 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-02-28T22:34:29.605Z[ recovery-image] Feb 28 22:34:28.166 INFO O| Feb 28 22:34:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52742025-02-28T22:34:29.606Z[ recovery-image] Feb 28 22:34:28.166 INFO O| Feb 28 22:34:28.166 INFO STEP 200 (remove_files) COMPLETE
52752025-02-28T22:34:29.609Z[ recovery-image] Feb 28 22:34:28.166 INFO O| Feb 28 22:34:28.166 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-02-28T22:34:29.645Z[ recovery-image] Feb 28 22:34:28.205 INFO O| Feb 28 22:34:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52772025-02-28T22:34:29.648Z[ recovery-image] Feb 28 22:34:28.205 INFO O| Feb 28 22:34:28.205 INFO STEP 201 (remove_files) COMPLETE
52782025-02-28T22:34:29.649Z[ recovery-image] Feb 28 22:34:28.206 INFO O| Feb 28 22:34:28.205 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-02-28T22:34:29.668Z[ recovery-image] Feb 28 22:34:28.227 INFO O| Feb 28 22:34:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52802025-02-28T22:34:29.668Z[ recovery-image] Feb 28 22:34:28.228 INFO O| Feb 28 22:34:28.227 INFO STEP 202 (remove_files) COMPLETE
52812025-02-28T22:34:29.668Z[ recovery-image] Feb 28 22:34:28.228 INFO O| Feb 28 22:34:28.228 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-02-28T22:34:29.687Z[ recovery-image] Feb 28 22:34:28.247 INFO O| Feb 28 22:34:28.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52832025-02-28T22:34:29.687Z[ recovery-image] Feb 28 22:34:28.247 INFO O| Feb 28 22:34:28.247 INFO STEP 203 (remove_files) COMPLETE
52842025-02-28T22:34:29.687Z[ recovery-image] Feb 28 22:34:28.247 INFO O| Feb 28 22:34:28.247 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-02-28T22:34:29.705Z[ recovery-image] Feb 28 22:34:28.265 INFO O| Feb 28 22:34:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52862025-02-28T22:34:29.725Z[ recovery-image] Feb 28 22:34:28.285 INFO O| Feb 28 22:34:28.285 INFO STEP 204 (remove_files) COMPLETE
52872025-02-28T22:34:29.725Z[ recovery-image] Feb 28 22:34:28.285 INFO O| Feb 28 22:34:28.285 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-02-28T22:34:29.777Z[ recovery-image] Feb 28 22:34:28.337 INFO O| Feb 28 22:34:28.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52892025-02-28T22:34:29.778Z[ recovery-image] Feb 28 22:34:28.338 INFO O| Feb 28 22:34:28.337 INFO STEP 205 (remove_files) COMPLETE
52902025-02-28T22:34:29.781Z[ recovery-image] Feb 28 22:34:28.338 INFO O| Feb 28 22:34:28.338 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-02-28T22:34:29.816Z[ recovery-image] Feb 28 22:34:28.376 INFO O| Feb 28 22:34:28.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52922025-02-28T22:34:29.816Z[ recovery-image] Feb 28 22:34:28.376 INFO O| Feb 28 22:34:28.376 INFO STEP 206 (remove_files) COMPLETE
52932025-02-28T22:34:29.816Z[ recovery-image] Feb 28 22:34:28.376 INFO O| Feb 28 22:34:28.376 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-02-28T22:34:29.834Z[ host-image] Feb 28 22:34:28.395 INFO O| Feb 28 22:34:28.394 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52952025-02-28T22:34:29.871Z[ recovery-image] Feb 28 22:34:28.432 INFO O| Feb 28 22:34:28.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52962025-02-28T22:34:29.875Z[ recovery-image] Feb 28 22:34:28.432 INFO O| Feb 28 22:34:28.432 INFO STEP 207 (remove_files) COMPLETE
52972025-02-28T22:34:29.875Z[ recovery-image] Feb 28 22:34:28.432 INFO O| Feb 28 22:34:28.432 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-28T22:34:29.893Z[ recovery-image] Feb 28 22:34:28.453 INFO O| Feb 28 22:34:28.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52992025-02-28T22:34:29.897Z[ recovery-image] Feb 28 22:34:28.453 INFO O| Feb 28 22:34:28.453 INFO STEP 208 (remove_files) COMPLETE
53002025-02-28T22:34:29.897Z[ recovery-image] Feb 28 22:34:28.454 INFO O| Feb 28 22:34:28.454 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-28T22:34:29.913Z[ recovery-image] Feb 28 22:34:28.473 INFO O| Feb 28 22:34:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
53022025-02-28T22:34:29.934Z[ recovery-image] Feb 28 22:34:28.494 INFO O| Feb 28 22:34:28.494 INFO STEP 209 (remove_files) COMPLETE
53032025-02-28T22:34:29.934Z[ recovery-image] Feb 28 22:34:28.494 INFO O| Feb 28 22:34:28.494 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-28T22:34:29.956Z[ recovery-image] Feb 28 22:34:28.516 INFO O| Feb 28 22:34:28.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
53052025-02-28T22:34:29.981Z[ recovery-image] Feb 28 22:34:28.541 INFO O| Feb 28 22:34:28.541 INFO STEP 210 (remove_files) COMPLETE
53062025-02-28T22:34:29.981Z[ recovery-image] Feb 28 22:34:28.541 INFO O| Feb 28 22:34:28.541 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-28T22:34:30.004Z[ recovery-image] Feb 28 22:34:28.564 INFO O| Feb 28 22:34:28.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
53082025-02-28T22:34:30.029Z[ recovery-image] Feb 28 22:34:28.589 INFO O| Feb 28 22:34:28.589 INFO STEP 211 (remove_files) COMPLETE
53092025-02-28T22:34:30.029Z[ recovery-image] Feb 28 22:34:28.589 INFO O| Feb 28 22:34:28.589 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-28T22:34:30.051Z[ recovery-image] Feb 28 22:34:28.611 INFO O| Feb 28 22:34:28.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
53112025-02-28T22:34:30.054Z[ recovery-image] Feb 28 22:34:28.611 INFO O| Feb 28 22:34:28.611 INFO STEP 212 (remove_files) COMPLETE
53122025-02-28T22:34:30.054Z[ recovery-image] Feb 28 22:34:28.611 INFO O| Feb 28 22:34:28.611 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-28T22:34:30.073Z[ recovery-image] Feb 28 22:34:28.633 INFO O| Feb 28 22:34:28.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
53142025-02-28T22:34:30.085Z[ recovery-image] Feb 28 22:34:28.645 INFO O| Feb 28 22:34:28.645 INFO STEP 213 (remove_files) COMPLETE
53152025-02-28T22:34:30.085Z[ recovery-image] Feb 28 22:34:28.645 INFO O| Feb 28 22:34:28.645 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-28T22:34:30.106Z[ recovery-image] Feb 28 22:34:28.666 INFO O| Feb 28 22:34:28.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
53172025-02-28T22:34:30.129Z[ recovery-image] Feb 28 22:34:28.689 INFO O| Feb 28 22:34:28.689 INFO STEP 214 (remove_files) COMPLETE
53182025-02-28T22:34:30.130Z[ recovery-image] Feb 28 22:34:28.689 INFO O| Feb 28 22:34:28.689 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-28T22:34:30.150Z[ recovery-image] Feb 28 22:34:28.710 INFO O| Feb 28 22:34:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
53202025-02-28T22:34:30.159Z[ recovery-image] Feb 28 22:34:28.719 INFO O| Feb 28 22:34:28.719 INFO STEP 215 (remove_files) COMPLETE
53212025-02-28T22:34:30.159Z[ recovery-image] Feb 28 22:34:28.719 INFO O| Feb 28 22:34:28.719 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-28T22:34:30.180Z[ recovery-image] Feb 28 22:34:28.740 INFO O| Feb 28 22:34:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
53232025-02-28T22:34:30.184Z[ recovery-image] Feb 28 22:34:28.740 INFO O| Feb 28 22:34:28.740 INFO STEP 216 (remove_files) COMPLETE
53242025-02-28T22:34:30.184Z[ recovery-image] Feb 28 22:34:28.740 INFO O| Feb 28 22:34:28.740 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-28T22:34:30.234Z[ recovery-image] Feb 28 22:34:28.795 INFO O| Feb 28 22:34:28.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
53262025-02-28T22:34:30.238Z[ recovery-image] Feb 28 22:34:28.795 INFO O| Feb 28 22:34:28.795 INFO STEP 217 (remove_files) COMPLETE
53272025-02-28T22:34:30.238Z[ recovery-image] Feb 28 22:34:28.795 INFO O| Feb 28 22:34:28.795 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-28T22:34:30.260Z[ recovery-image] Feb 28 22:34:28.820 INFO O| Feb 28 22:34:28.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
53292025-02-28T22:34:30.260Z[ recovery-image] Feb 28 22:34:28.820 INFO O| Feb 28 22:34:28.820 INFO STEP 218 (remove_files) COMPLETE
53302025-02-28T22:34:30.264Z[ recovery-image] Feb 28 22:34:28.820 INFO O| Feb 28 22:34:28.820 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-28T22:34:30.286Z[ recovery-image] Feb 28 22:34:28.846 INFO O| Feb 28 22:34:28.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
53322025-02-28T22:34:30.289Z[ recovery-image] Feb 28 22:34:28.846 INFO O| Feb 28 22:34:28.846 INFO STEP 219 (remove_files) COMPLETE
53332025-02-28T22:34:30.290Z[ recovery-image] Feb 28 22:34:28.846 INFO O| Feb 28 22:34:28.846 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-28T22:34:30.326Z[ recovery-image] Feb 28 22:34:28.885 INFO O| Feb 28 22:34:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
53352025-02-28T22:34:30.326Z[ recovery-image] Feb 28 22:34:28.885 INFO O| Feb 28 22:34:28.885 INFO STEP 220 (remove_files) COMPLETE
53362025-02-28T22:34:30.329Z[ recovery-image] Feb 28 22:34:28.885 INFO O| Feb 28 22:34:28.885 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-28T22:34:30.349Z[ recovery-image] Feb 28 22:34:28.909 INFO O| Feb 28 22:34:28.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
53382025-02-28T22:34:30.349Z[ recovery-image] Feb 28 22:34:28.909 INFO O| Feb 28 22:34:28.909 INFO STEP 221 (remove_files) COMPLETE
53392025-02-28T22:34:30.349Z[ recovery-image] Feb 28 22:34:28.909 INFO O| Feb 28 22:34:28.909 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-28T22:34:30.370Z[ recovery-image] Feb 28 22:34:28.930 INFO O| Feb 28 22:34:28.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
53412025-02-28T22:34:30.370Z[ recovery-image] Feb 28 22:34:28.930 INFO O| Feb 28 22:34:28.930 INFO STEP 222 (remove_files) COMPLETE
53422025-02-28T22:34:30.373Z[ recovery-image] Feb 28 22:34:28.930 INFO O| Feb 28 22:34:28.930 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-28T22:34:30.390Z[ recovery-image] Feb 28 22:34:28.951 INFO O| Feb 28 22:34:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
53442025-02-28T22:34:30.390Z[ recovery-image] Feb 28 22:34:28.951 INFO O| Feb 28 22:34:28.951 INFO STEP 223 (remove_files) COMPLETE
53452025-02-28T22:34:30.394Z[ recovery-image] Feb 28 22:34:28.951 INFO O| Feb 28 22:34:28.951 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-28T22:34:30.430Z[ recovery-image] Feb 28 22:34:28.989 INFO O| Feb 28 22:34:28.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
53472025-02-28T22:34:30.430Z[ recovery-image] Feb 28 22:34:28.989 INFO O| Feb 28 22:34:28.989 INFO STEP 224 (remove_files) COMPLETE
53482025-02-28T22:34:30.430Z[ recovery-image] Feb 28 22:34:28.989 INFO O| Feb 28 22:34:28.989 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-28T22:34:30.450Z[ recovery-image] Feb 28 22:34:29.011 INFO O| Feb 28 22:34:29.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
53502025-02-28T22:34:30.450Z[ recovery-image] Feb 28 22:34:29.011 INFO O| Feb 28 22:34:29.011 INFO STEP 225 (remove_files) COMPLETE
53512025-02-28T22:34:30.454Z[ recovery-image] Feb 28 22:34:29.011 INFO O| Feb 28 22:34:29.011 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-28T22:34:30.489Z[ recovery-image] Feb 28 22:34:29.049 INFO O| Feb 28 22:34:29.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
53532025-02-28T22:34:30.489Z[ recovery-image] Feb 28 22:34:29.049 INFO O| Feb 28 22:34:29.049 INFO STEP 226 (remove_files) COMPLETE
53542025-02-28T22:34:30.489Z[ recovery-image] Feb 28 22:34:29.049 INFO O| Feb 28 22:34:29.049 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-28T22:34:30.526Z[ recovery-image] Feb 28 22:34:29.086 INFO O| Feb 28 22:34:29.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
53562025-02-28T22:34:30.526Z[ recovery-image] Feb 28 22:34:29.086 INFO O| Feb 28 22:34:29.086 INFO STEP 227 (remove_files) COMPLETE
53572025-02-28T22:34:30.526Z[ recovery-image] Feb 28 22:34:29.086 INFO O| Feb 28 22:34:29.086 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-28T22:34:30.549Z[ recovery-image] Feb 28 22:34:29.109 INFO O| Feb 28 22:34:29.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
53592025-02-28T22:34:30.549Z[ recovery-image] Feb 28 22:34:29.109 INFO O| Feb 28 22:34:29.109 INFO STEP 228 (remove_files) COMPLETE
53602025-02-28T22:34:30.549Z[ recovery-image] Feb 28 22:34:29.109 INFO O| Feb 28 22:34:29.109 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-28T22:34:30.570Z[ recovery-image] Feb 28 22:34:29.130 INFO O| Feb 28 22:34:29.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
53622025-02-28T22:34:30.571Z[ recovery-image] Feb 28 22:34:29.130 INFO O| Feb 28 22:34:29.130 INFO STEP 229 (remove_files) COMPLETE
53632025-02-28T22:34:30.575Z[ recovery-image] Feb 28 22:34:29.130 INFO O| Feb 28 22:34:29.130 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-28T22:34:30.601Z[ recovery-image] Feb 28 22:34:29.161 INFO O| Feb 28 22:34:29.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
53652025-02-28T22:34:30.601Z[ recovery-image] Feb 28 22:34:29.162 INFO O| Feb 28 22:34:29.162 INFO STEP 230 (remove_files) COMPLETE
53662025-02-28T22:34:30.601Z[ recovery-image] Feb 28 22:34:29.162 INFO O| Feb 28 22:34:29.162 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-28T22:34:30.673Z[ recovery-image] Feb 28 22:34:29.228 INFO O| Feb 28 22:34:29.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53682025-02-28T22:34:30.673Z[ recovery-image] Feb 28 22:34:29.228 INFO O| Feb 28 22:34:29.228 INFO STEP 231 (remove_files) COMPLETE
53692025-02-28T22:34:30.673Z[ recovery-image] Feb 28 22:34:29.228 INFO O| Feb 28 22:34:29.228 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-28T22:34:30.744Z[ recovery-image] Feb 28 22:34:29.304 INFO O| Feb 28 22:34:29.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53712025-02-28T22:34:30.744Z[ recovery-image] Feb 28 22:34:29.304 INFO O| Feb 28 22:34:29.304 INFO STEP 232 (remove_files) COMPLETE
53722025-02-28T22:34:30.744Z[ recovery-image] Feb 28 22:34:29.304 INFO O| Feb 28 22:34:29.304 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-28T22:34:30.822Z[ recovery-image] Feb 28 22:34:29.382 INFO O| Feb 28 22:34:29.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53742025-02-28T22:34:30.822Z[ recovery-image] Feb 28 22:34:29.382 INFO O| Feb 28 22:34:29.382 INFO STEP 233 (remove_files) COMPLETE
53752025-02-28T22:34:30.822Z[ recovery-image] Feb 28 22:34:29.382 INFO O| Feb 28 22:34:29.382 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-28T22:34:30.846Z[ recovery-image] Feb 28 22:34:29.406 INFO O| Feb 28 22:34:29.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53772025-02-28T22:34:30.846Z[ recovery-image] Feb 28 22:34:29.406 INFO O| Feb 28 22:34:29.406 INFO STEP 234 (remove_files) COMPLETE
53782025-02-28T22:34:30.850Z[ recovery-image] Feb 28 22:34:29.407 INFO O| Feb 28 22:34:29.406 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-28T22:34:30.869Z[ recovery-image] Feb 28 22:34:29.429 INFO O| Feb 28 22:34:29.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53802025-02-28T22:34:30.870Z[ recovery-image] Feb 28 22:34:29.429 INFO O| Feb 28 22:34:29.429 INFO STEP 235 (remove_files) COMPLETE
53812025-02-28T22:34:30.874Z[ recovery-image] Feb 28 22:34:29.429 INFO O| Feb 28 22:34:29.429 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-28T22:34:30.904Z[ recovery-image] Feb 28 22:34:29.464 INFO O| Feb 28 22:34:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53832025-02-28T22:34:30.904Z[ recovery-image] Feb 28 22:34:29.465 INFO O| Feb 28 22:34:29.464 INFO STEP 236 (remove_files) COMPLETE
53842025-02-28T22:34:30.908Z[ recovery-image] Feb 28 22:34:29.465 INFO O| Feb 28 22:34:29.464 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-28T22:34:30.932Z[ recovery-image] Feb 28 22:34:29.492 INFO O| Feb 28 22:34:29.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53862025-02-28T22:34:30.936Z[ recovery-image] Feb 28 22:34:29.492 INFO O| Feb 28 22:34:29.492 INFO STEP 237 (remove_files) COMPLETE
53872025-02-28T22:34:30.936Z[ recovery-image] Feb 28 22:34:29.492 INFO O| Feb 28 22:34:29.492 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-28T22:34:30.990Z[ recovery-image] Feb 28 22:34:29.549 INFO O| Feb 28 22:34:29.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53892025-02-28T22:34:30.990Z[ recovery-image] Feb 28 22:34:29.550 INFO O| Feb 28 22:34:29.549 INFO STEP 238 (remove_files) COMPLETE
53902025-02-28T22:34:30.990Z[ recovery-image] Feb 28 22:34:29.550 INFO O| Feb 28 22:34:29.550 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-28T22:34:31.013Z[ recovery-image] Feb 28 22:34:29.572 INFO O| Feb 28 22:34:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53922025-02-28T22:34:31.013Z[ recovery-image] Feb 28 22:34:29.572 INFO O| Feb 28 22:34:29.572 INFO STEP 239 (remove_files) COMPLETE
53932025-02-28T22:34:31.013Z[ recovery-image] Feb 28 22:34:29.572 INFO O| Feb 28 22:34:29.572 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-28T22:34:31.036Z[ recovery-image] Feb 28 22:34:29.595 INFO O| Feb 28 22:34:29.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53952025-02-28T22:34:31.036Z[ recovery-image] Feb 28 22:34:29.595 INFO O| Feb 28 22:34:29.595 INFO STEP 240 (remove_files) COMPLETE
53962025-02-28T22:34:31.036Z[ recovery-image] Feb 28 22:34:29.595 INFO O| Feb 28 22:34:29.595 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-28T22:34:31.066Z[ recovery-image] Feb 28 22:34:29.620 INFO O| Feb 28 22:34:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53982025-02-28T22:34:31.066Z[ recovery-image] Feb 28 22:34:29.620 INFO O| Feb 28 22:34:29.620 INFO STEP 241 (remove_files) COMPLETE
53992025-02-28T22:34:31.066Z[ recovery-image] Feb 28 22:34:29.620 INFO O| Feb 28 22:34:29.620 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-28T22:34:31.085Z[ recovery-image] Feb 28 22:34:29.645 INFO O| Feb 28 22:34:29.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
54012025-02-28T22:34:31.085Z[ recovery-image] Feb 28 22:34:29.645 INFO O| Feb 28 22:34:29.645 INFO STEP 242 (remove_files) COMPLETE
54022025-02-28T22:34:31.101Z[ recovery-image] Feb 28 22:34:29.645 INFO O| Feb 28 22:34:29.645 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-28T22:34:31.118Z[ recovery-image] Feb 28 22:34:29.678 INFO O| Feb 28 22:34:29.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
54042025-02-28T22:34:31.118Z[ recovery-image] Feb 28 22:34:29.678 INFO O| Feb 28 22:34:29.678 INFO STEP 243 (remove_files) COMPLETE
54052025-02-28T22:34:31.139Z[ recovery-image] Feb 28 22:34:29.678 INFO O| Feb 28 22:34:29.678 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-28T22:34:31.149Z[ recovery-image] Feb 28 22:34:29.702 INFO O| Feb 28 22:34:29.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
54072025-02-28T22:34:31.149Z[ recovery-image] Feb 28 22:34:29.702 INFO O| Feb 28 22:34:29.702 INFO STEP 244 (remove_files) COMPLETE
54082025-02-28T22:34:31.149Z[ recovery-image] Feb 28 22:34:29.702 INFO O| Feb 28 22:34:29.702 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-28T22:34:31.167Z[ recovery-image] Feb 28 22:34:29.726 INFO O| Feb 28 22:34:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
54102025-02-28T22:34:31.169Z[ recovery-image] Feb 28 22:34:29.727 INFO O| Feb 28 22:34:29.726 INFO STEP 245 (remove_files) COMPLETE
54112025-02-28T22:34:31.169Z[ recovery-image] Feb 28 22:34:29.727 INFO O| Feb 28 22:34:29.727 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-28T22:34:31.199Z[ recovery-image] Feb 28 22:34:29.759 INFO O| Feb 28 22:34:29.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
54132025-02-28T22:34:31.200Z[ recovery-image] Feb 28 22:34:29.759 INFO O| Feb 28 22:34:29.759 INFO STEP 246 (remove_files) COMPLETE
54142025-02-28T22:34:31.200Z[ recovery-image] Feb 28 22:34:29.759 INFO O| Feb 28 22:34:29.759 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-28T22:34:31.260Z[ recovery-image] Feb 28 22:34:29.820 INFO O| Feb 28 22:34:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
54162025-02-28T22:34:31.260Z[ recovery-image] Feb 28 22:34:29.820 INFO O| Feb 28 22:34:29.820 INFO STEP 247 (remove_files) COMPLETE
54172025-02-28T22:34:31.260Z[ recovery-image] Feb 28 22:34:29.820 INFO O| Feb 28 22:34:29.820 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-02-28T22:34:31.284Z[ recovery-image] Feb 28 22:34:29.844 INFO O| Feb 28 22:34:29.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
54192025-02-28T22:34:31.287Z[ recovery-image] Feb 28 22:34:29.845 INFO O| Feb 28 22:34:29.844 INFO STEP 248 (remove_files) COMPLETE
54202025-02-28T22:34:31.288Z[ recovery-image] Feb 28 22:34:29.845 INFO O| Feb 28 22:34:29.845 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-28T22:34:31.308Z[ recovery-image] Feb 28 22:34:29.868 INFO O| Feb 28 22:34:29.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
54222025-02-28T22:34:31.312Z[ recovery-image] Feb 28 22:34:29.868 INFO O| Feb 28 22:34:29.868 INFO STEP 249 (remove_files) COMPLETE
54232025-02-28T22:34:31.312Z[ recovery-image] Feb 28 22:34:29.869 INFO O| Feb 28 22:34:29.869 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-28T22:34:31.372Z[ recovery-image] Feb 28 22:34:29.931 INFO O| Feb 28 22:34:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
54252025-02-28T22:34:31.375Z[ recovery-image] Feb 28 22:34:29.932 INFO O| Feb 28 22:34:29.932 INFO STEP 250 (remove_files) COMPLETE
54262025-02-28T22:34:31.375Z[ recovery-image] Feb 28 22:34:29.933 INFO O| Feb 28 22:34:29.932 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-28T22:34:31.433Z[ recovery-image] Feb 28 22:34:29.993 INFO O| Feb 28 22:34:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
54282025-02-28T22:34:31.437Z[ recovery-image] Feb 28 22:34:29.993 INFO O| Feb 28 22:34:29.993 INFO STEP 251 (remove_files) COMPLETE
54292025-02-28T22:34:31.437Z[ recovery-image] Feb 28 22:34:29.993 INFO O| Feb 28 22:34:29.993 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-28T22:34:31.471Z[ recovery-image] Feb 28 22:34:30.031 INFO O| Feb 28 22:34:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
54312025-02-28T22:34:31.471Z[ recovery-image] Feb 28 22:34:30.031 INFO O| Feb 28 22:34:30.031 INFO STEP 252 (remove_files) COMPLETE
54322025-02-28T22:34:31.471Z[ recovery-image] Feb 28 22:34:30.031 INFO O| Feb 28 22:34:30.031 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-28T22:34:31.497Z[ recovery-image] Feb 28 22:34:30.057 INFO O| Feb 28 22:34:30.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
54342025-02-28T22:34:31.500Z[ recovery-image] Feb 28 22:34:30.057 INFO O| Feb 28 22:34:30.057 INFO STEP 253 (remove_files) COMPLETE
54352025-02-28T22:34:31.500Z[ recovery-image] Feb 28 22:34:30.057 INFO O| Feb 28 22:34:30.057 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-28T22:34:31.532Z[ recovery-image] Feb 28 22:34:30.092 INFO O| Feb 28 22:34:30.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
54372025-02-28T22:34:31.532Z[ recovery-image] Feb 28 22:34:30.092 INFO O| Feb 28 22:34:30.092 INFO STEP 254 (remove_files) COMPLETE
54382025-02-28T22:34:31.532Z[ recovery-image] Feb 28 22:34:30.092 INFO O| Feb 28 22:34:30.092 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-28T22:34:31.555Z[ recovery-image] Feb 28 22:34:30.114 INFO O| Feb 28 22:34:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
54402025-02-28T22:34:31.555Z[ recovery-image] Feb 28 22:34:30.115 INFO O| Feb 28 22:34:30.115 INFO STEP 255 (remove_files) COMPLETE
54412025-02-28T22:34:31.555Z[ recovery-image] Feb 28 22:34:30.115 INFO O| Feb 28 22:34:30.115 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-28T22:34:31.576Z[ recovery-image] Feb 28 22:34:30.135 INFO O| Feb 28 22:34:30.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
54432025-02-28T22:34:31.579Z[ recovery-image] Feb 28 22:34:30.136 INFO O| Feb 28 22:34:30.136 INFO STEP 256 (remove_files) COMPLETE
54442025-02-28T22:34:31.579Z[ recovery-image] Feb 28 22:34:30.136 INFO O| Feb 28 22:34:30.136 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-28T22:34:31.605Z[ recovery-image] Feb 28 22:34:30.165 INFO O| Feb 28 22:34:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
54462025-02-28T22:34:31.605Z[ recovery-image] Feb 28 22:34:30.165 INFO O| Feb 28 22:34:30.165 INFO STEP 257 (remove_files) COMPLETE
54472025-02-28T22:34:31.608Z[ recovery-image] Feb 28 22:34:30.166 INFO O| Feb 28 22:34:30.165 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-28T22:34:31.678Z[ recovery-image] Feb 28 22:34:30.238 INFO O| Feb 28 22:34:30.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
54492025-02-28T22:34:31.678Z[ recovery-image] Feb 28 22:34:30.238 INFO O| Feb 28 22:34:30.238 INFO STEP 258 (remove_files) COMPLETE
54502025-02-28T22:34:31.681Z[ recovery-image] Feb 28 22:34:30.238 INFO O| Feb 28 22:34:30.238 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-28T22:34:31.703Z[ recovery-image] Feb 28 22:34:30.263 INFO O| Feb 28 22:34:30.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
54522025-02-28T22:34:31.703Z[ recovery-image] Feb 28 22:34:30.263 INFO O| Feb 28 22:34:30.263 INFO STEP 259 (remove_files) COMPLETE
54532025-02-28T22:34:31.707Z[ recovery-image] Feb 28 22:34:30.263 INFO O| Feb 28 22:34:30.263 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-28T22:34:31.727Z[ recovery-image] Feb 28 22:34:30.287 INFO O| Feb 28 22:34:30.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
54552025-02-28T22:34:31.730Z[ recovery-image] Feb 28 22:34:30.287 INFO O| Feb 28 22:34:30.287 INFO STEP 260 (remove_files) COMPLETE
54562025-02-28T22:34:31.730Z[ recovery-image] Feb 28 22:34:30.287 INFO O| Feb 28 22:34:30.287 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-28T22:34:31.767Z[ recovery-image] Feb 28 22:34:30.327 INFO O| Feb 28 22:34:30.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
54582025-02-28T22:34:31.767Z[ recovery-image] Feb 28 22:34:30.327 INFO O| Feb 28 22:34:30.327 INFO STEP 261 (remove_files) COMPLETE
54592025-02-28T22:34:31.770Z[ recovery-image] Feb 28 22:34:30.327 INFO O| Feb 28 22:34:30.327 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-28T22:34:31.793Z[ recovery-image] Feb 28 22:34:30.353 INFO O| Feb 28 22:34:30.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
54612025-02-28T22:34:31.796Z[ recovery-image] Feb 28 22:34:30.353 INFO O| Feb 28 22:34:30.353 INFO STEP 262 (remove_files) COMPLETE
54622025-02-28T22:34:31.796Z[ recovery-image] Feb 28 22:34:30.353 INFO O| Feb 28 22:34:30.353 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-28T22:34:31.816Z[ recovery-image] Feb 28 22:34:30.376 INFO O| Feb 28 22:34:30.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
54642025-02-28T22:34:31.819Z[ recovery-image] Feb 28 22:34:30.376 INFO O| Feb 28 22:34:30.376 INFO STEP 263 (remove_files) COMPLETE
54652025-02-28T22:34:31.819Z[ recovery-image] Feb 28 22:34:30.377 INFO O| Feb 28 22:34:30.376 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-28T22:34:31.844Z[ recovery-image] Feb 28 22:34:30.403 INFO O| Feb 28 22:34:30.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54672025-02-28T22:34:31.844Z[ recovery-image] Feb 28 22:34:30.404 INFO O| Feb 28 22:34:30.404 INFO STEP 264 (remove_files) COMPLETE
54682025-02-28T22:34:31.846Z[ recovery-image] Feb 28 22:34:30.404 INFO O| Feb 28 22:34:30.404 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-28T22:34:31.870Z[ recovery-image] Feb 28 22:34:30.430 INFO O| Feb 28 22:34:30.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54702025-02-28T22:34:31.873Z[ recovery-image] Feb 28 22:34:30.430 INFO O| Feb 28 22:34:30.430 INFO STEP 265 (remove_files) COMPLETE
54712025-02-28T22:34:31.873Z[ recovery-image] Feb 28 22:34:30.430 INFO O| Feb 28 22:34:30.430 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-28T22:34:31.897Z[ recovery-image] Feb 28 22:34:30.456 INFO O| Feb 28 22:34:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54732025-02-28T22:34:31.897Z[ recovery-image] Feb 28 22:34:30.457 INFO O| Feb 28 22:34:30.457 INFO STEP 266 (remove_files) COMPLETE
54742025-02-28T22:34:31.900Z[ recovery-image] Feb 28 22:34:30.457 INFO O| Feb 28 22:34:30.457 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-28T22:34:31.922Z[ recovery-image] Feb 28 22:34:30.482 INFO O| Feb 28 22:34:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54762025-02-28T22:34:31.931Z[ recovery-image] Feb 28 22:34:30.491 INFO O| Feb 28 22:34:30.491 INFO STEP 267 (remove_files) COMPLETE
54772025-02-28T22:34:31.931Z[ recovery-image] Feb 28 22:34:30.491 INFO O| Feb 28 22:34:30.491 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-28T22:34:31.991Z[ recovery-image] Feb 28 22:34:30.551 INFO O| Feb 28 22:34:30.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54792025-02-28T22:34:32.013Z[ recovery-image] Feb 28 22:34:30.572 INFO O| Feb 28 22:34:30.572 INFO STEP 268 (remove_files) COMPLETE
54802025-02-28T22:34:32.014Z[ recovery-image] Feb 28 22:34:30.572 INFO O| Feb 28 22:34:30.572 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-28T22:34:32.050Z[ recovery-image] Feb 28 22:34:30.609 INFO O| Feb 28 22:34:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54822025-02-28T22:34:32.053Z[ recovery-image] Feb 28 22:34:30.609 INFO O| Feb 28 22:34:30.609 INFO STEP 269 (remove_files) COMPLETE
54832025-02-28T22:34:32.053Z[ recovery-image] Feb 28 22:34:30.609 INFO O| Feb 28 22:34:30.609 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-28T22:34:32.075Z[ recovery-image] Feb 28 22:34:30.635 INFO O| Feb 28 22:34:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54852025-02-28T22:34:32.078Z[ recovery-image] Feb 28 22:34:30.635 INFO O| Feb 28 22:34:30.635 INFO STEP 270 (remove_files) COMPLETE
54862025-02-28T22:34:32.078Z[ recovery-image] Feb 28 22:34:30.635 INFO O| Feb 28 22:34:30.635 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-28T22:34:32.099Z[ recovery-image] Feb 28 22:34:30.658 INFO O| Feb 28 22:34:30.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54882025-02-28T22:34:32.099Z[ recovery-image] Feb 28 22:34:30.659 INFO O| Feb 28 22:34:30.659 INFO STEP 271 (remove_files) COMPLETE
54892025-02-28T22:34:32.102Z[ recovery-image] Feb 28 22:34:30.659 INFO O| Feb 28 22:34:30.659 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-28T22:34:32.123Z[ recovery-image] Feb 28 22:34:30.683 INFO O| Feb 28 22:34:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54912025-02-28T22:34:32.123Z[ recovery-image] Feb 28 22:34:30.683 INFO O| Feb 28 22:34:30.683 INFO STEP 272 (remove_files) COMPLETE
54922025-02-28T22:34:32.127Z[ recovery-image] Feb 28 22:34:30.683 INFO O| Feb 28 22:34:30.683 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-28T22:34:32.146Z[ recovery-image] Feb 28 22:34:30.706 INFO O| Feb 28 22:34:30.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54942025-02-28T22:34:32.146Z[ recovery-image] Feb 28 22:34:30.706 INFO O| Feb 28 22:34:30.706 INFO STEP 273 (remove_files) COMPLETE
54952025-02-28T22:34:32.149Z[ recovery-image] Feb 28 22:34:30.706 INFO O| Feb 28 22:34:30.706 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-28T22:34:32.170Z[ recovery-image] Feb 28 22:34:30.729 INFO O| Feb 28 22:34:30.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54972025-02-28T22:34:32.170Z[ recovery-image] Feb 28 22:34:30.729 INFO O| Feb 28 22:34:30.729 INFO STEP 274 (remove_files) COMPLETE
54982025-02-28T22:34:32.170Z[ recovery-image] Feb 28 22:34:30.729 INFO O| Feb 28 22:34:30.729 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-28T22:34:32.193Z[ recovery-image] Feb 28 22:34:30.753 INFO O| Feb 28 22:34:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
55002025-02-28T22:34:32.193Z[ recovery-image] Feb 28 22:34:30.753 INFO O| Feb 28 22:34:30.753 INFO STEP 275 (remove_files) COMPLETE
55012025-02-28T22:34:32.194Z[ recovery-image] Feb 28 22:34:30.753 INFO O| Feb 28 22:34:30.753 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-28T22:34:32.241Z[ recovery-image] Feb 28 22:34:30.801 INFO O| Feb 28 22:34:30.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
55032025-02-28T22:34:32.241Z[ recovery-image] Feb 28 22:34:30.801 INFO O| Feb 28 22:34:30.801 INFO STEP 276 (remove_files) COMPLETE
55042025-02-28T22:34:32.244Z[ recovery-image] Feb 28 22:34:30.801 INFO O| Feb 28 22:34:30.801 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-28T22:34:32.266Z[ recovery-image] Feb 28 22:34:30.826 INFO O| Feb 28 22:34:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
55062025-02-28T22:34:32.267Z[ recovery-image] Feb 28 22:34:30.826 INFO O| Feb 28 22:34:30.826 INFO STEP 277 (remove_files) COMPLETE
55072025-02-28T22:34:32.269Z[ recovery-image] Feb 28 22:34:30.827 INFO O| Feb 28 22:34:30.826 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-28T22:34:32.290Z[ recovery-image] Feb 28 22:34:30.850 INFO O| Feb 28 22:34:30.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
55092025-02-28T22:34:32.290Z[ recovery-image] Feb 28 22:34:30.850 INFO O| Feb 28 22:34:30.850 INFO STEP 278 (remove_files) COMPLETE
55102025-02-28T22:34:32.290Z[ recovery-image] Feb 28 22:34:30.850 INFO O| Feb 28 22:34:30.850 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-28T22:34:32.314Z[ recovery-image] Feb 28 22:34:30.874 INFO O| Feb 28 22:34:30.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
55122025-02-28T22:34:32.314Z[ recovery-image] Feb 28 22:34:30.874 INFO O| Feb 28 22:34:30.874 INFO STEP 279 (remove_files) COMPLETE
55132025-02-28T22:34:32.318Z[ recovery-image] Feb 28 22:34:30.874 INFO O| Feb 28 22:34:30.874 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-28T22:34:32.338Z[ recovery-image] Feb 28 22:34:30.898 INFO O| Feb 28 22:34:30.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
55152025-02-28T22:34:32.342Z[ recovery-image] Feb 28 22:34:30.899 INFO O| Feb 28 22:34:30.898 INFO STEP 280 (remove_files) COMPLETE
55162025-02-28T22:34:32.342Z[ recovery-image] Feb 28 22:34:30.899 INFO O| Feb 28 22:34:30.898 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-28T22:34:32.363Z[ recovery-image] Feb 28 22:34:30.923 INFO O| Feb 28 22:34:30.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
55182025-02-28T22:34:32.363Z[ recovery-image] Feb 28 22:34:30.923 INFO O| Feb 28 22:34:30.923 INFO STEP 281 (remove_files) COMPLETE
55192025-02-28T22:34:32.366Z[ recovery-image] Feb 28 22:34:30.923 INFO O| Feb 28 22:34:30.923 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-28T22:34:32.387Z[ recovery-image] Feb 28 22:34:30.946 INFO O| Feb 28 22:34:30.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
55212025-02-28T22:34:32.387Z[ recovery-image] Feb 28 22:34:30.946 INFO O| Feb 28 22:34:30.946 INFO STEP 282 (remove_files) COMPLETE
55222025-02-28T22:34:32.387Z[ recovery-image] Feb 28 22:34:30.946 INFO O| Feb 28 22:34:30.946 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-28T22:34:32.410Z[ recovery-image] Feb 28 22:34:30.970 INFO O| Feb 28 22:34:30.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
55242025-02-28T22:34:32.410Z[ recovery-image] Feb 28 22:34:30.970 INFO O| Feb 28 22:34:30.970 INFO STEP 283 (remove_files) COMPLETE
55252025-02-28T22:34:32.410Z[ recovery-image] Feb 28 22:34:30.970 INFO O| Feb 28 22:34:30.970 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-28T22:34:32.433Z[ recovery-image] Feb 28 22:34:30.993 INFO O| Feb 28 22:34:30.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
55272025-02-28T22:34:32.433Z[ recovery-image] Feb 28 22:34:30.993 INFO O| Feb 28 22:34:30.993 INFO STEP 284 (remove_files) COMPLETE
55282025-02-28T22:34:32.436Z[ recovery-image] Feb 28 22:34:30.993 INFO O| Feb 28 22:34:30.993 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-28T22:34:32.458Z[ recovery-image] Feb 28 22:34:31.018 INFO O| Feb 28 22:34:31.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
55302025-02-28T22:34:32.460Z[ recovery-image] Feb 28 22:34:31.018 INFO O| Feb 28 22:34:31.018 INFO STEP 285 (remove_files) COMPLETE
55312025-02-28T22:34:32.462Z[ recovery-image] Feb 28 22:34:31.019 INFO O| Feb 28 22:34:31.018 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-28T22:34:32.482Z[ recovery-image] Feb 28 22:34:31.042 INFO O| Feb 28 22:34:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
55332025-02-28T22:34:32.482Z[ recovery-image] Feb 28 22:34:31.042 INFO O| Feb 28 22:34:31.042 INFO STEP 286 (remove_files) COMPLETE
55342025-02-28T22:34:32.485Z[ recovery-image] Feb 28 22:34:31.042 INFO O| Feb 28 22:34:31.042 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-28T22:34:32.506Z[ recovery-image] Feb 28 22:34:31.066 INFO O| Feb 28 22:34:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
55362025-02-28T22:34:32.506Z[ recovery-image] Feb 28 22:34:31.066 INFO O| Feb 28 22:34:31.066 INFO STEP 287 (remove_files) COMPLETE
55372025-02-28T22:34:32.509Z[ recovery-image] Feb 28 22:34:31.066 INFO O| Feb 28 22:34:31.066 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-28T22:34:32.529Z[ recovery-image] Feb 28 22:34:31.089 INFO O| Feb 28 22:34:31.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
55392025-02-28T22:34:32.529Z[ recovery-image] Feb 28 22:34:31.089 INFO O| Feb 28 22:34:31.089 INFO STEP 288 (remove_files) COMPLETE
55402025-02-28T22:34:32.532Z[ recovery-image] Feb 28 22:34:31.089 INFO O| Feb 28 22:34:31.089 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-28T22:34:32.555Z[ recovery-image] Feb 28 22:34:31.115 INFO O| Feb 28 22:34:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
55422025-02-28T22:34:32.558Z[ recovery-image] Feb 28 22:34:31.115 INFO O| Feb 28 22:34:31.115 INFO STEP 289 (remove_files) COMPLETE
55432025-02-28T22:34:32.558Z[ recovery-image] Feb 28 22:34:31.115 INFO O| Feb 28 22:34:31.115 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-28T22:34:32.591Z[ recovery-image] Feb 28 22:34:31.151 INFO O| Feb 28 22:34:31.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
55452025-02-28T22:34:32.595Z[ recovery-image] Feb 28 22:34:31.151 INFO O| Feb 28 22:34:31.151 INFO STEP 290 (remove_files) COMPLETE
55462025-02-28T22:34:32.595Z[ recovery-image] Feb 28 22:34:31.151 INFO O| Feb 28 22:34:31.151 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-28T22:34:32.629Z[ recovery-image] Feb 28 22:34:31.188 INFO O| Feb 28 22:34:31.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
55482025-02-28T22:34:32.632Z[ recovery-image] Feb 28 22:34:31.188 INFO O| Feb 28 22:34:31.188 INFO STEP 291 (remove_files) COMPLETE
55492025-02-28T22:34:32.632Z[ recovery-image] Feb 28 22:34:31.188 INFO O| Feb 28 22:34:31.188 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-28T22:34:32.670Z[ recovery-image] Feb 28 22:34:31.229 INFO O| Feb 28 22:34:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
55512025-02-28T22:34:32.670Z[ recovery-image] Feb 28 22:34:31.230 INFO O| Feb 28 22:34:31.230 INFO STEP 292 (remove_files) COMPLETE
55522025-02-28T22:34:32.673Z[ recovery-image] Feb 28 22:34:31.230 INFO O| Feb 28 22:34:31.230 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-28T22:34:32.707Z[ recovery-image] Feb 28 22:34:31.266 INFO O| Feb 28 22:34:31.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
55542025-02-28T22:34:32.710Z[ recovery-image] Feb 28 22:34:31.267 INFO O| Feb 28 22:34:31.267 INFO STEP 293 (remove_files) COMPLETE
55552025-02-28T22:34:32.710Z[ recovery-image] Feb 28 22:34:31.267 INFO O| Feb 28 22:34:31.267 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-28T22:34:32.788Z[ recovery-image] Feb 28 22:34:31.348 INFO O| Feb 28 22:34:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
55572025-02-28T22:34:32.791Z[ recovery-image] Feb 28 22:34:31.348 INFO O| Feb 28 22:34:31.348 INFO STEP 294 (remove_files) COMPLETE
55582025-02-28T22:34:32.791Z[ recovery-image] Feb 28 22:34:31.348 INFO O| Feb 28 22:34:31.348 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-28T22:34:32.816Z[ recovery-image] Feb 28 22:34:31.375 INFO O| Feb 28 22:34:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
55602025-02-28T22:34:32.819Z[ recovery-image] Feb 28 22:34:31.376 INFO O| Feb 28 22:34:31.376 INFO STEP 295 (remove_files) COMPLETE
55612025-02-28T22:34:32.819Z[ recovery-image] Feb 28 22:34:31.376 INFO O| Feb 28 22:34:31.376 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-28T22:34:32.841Z[ recovery-image] Feb 28 22:34:31.401 INFO O| Feb 28 22:34:31.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55632025-02-28T22:34:32.846Z[ recovery-image] Feb 28 22:34:31.401 INFO O| Feb 28 22:34:31.401 INFO STEP 296 (remove_files) COMPLETE
55642025-02-28T22:34:32.846Z[ recovery-image] Feb 28 22:34:31.401 INFO O| Feb 28 22:34:31.401 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-28T22:34:32.866Z[ recovery-image] Feb 28 22:34:31.426 INFO O| Feb 28 22:34:31.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55662025-02-28T22:34:32.871Z[ recovery-image] Feb 28 22:34:31.426 INFO O| Feb 28 22:34:31.426 INFO STEP 297 (remove_files) COMPLETE
55672025-02-28T22:34:32.871Z[ recovery-image] Feb 28 22:34:31.426 INFO O| Feb 28 22:34:31.426 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-28T22:34:32.890Z[ recovery-image] Feb 28 22:34:31.450 INFO O| Feb 28 22:34:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55692025-02-28T22:34:32.895Z[ recovery-image] Feb 28 22:34:31.450 INFO O| Feb 28 22:34:31.450 INFO STEP 298 (remove_files) COMPLETE
55702025-02-28T22:34:32.895Z[ recovery-image] Feb 28 22:34:31.450 INFO O| Feb 28 22:34:31.450 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-28T22:34:32.916Z[ recovery-image] Feb 28 22:34:31.474 INFO O| Feb 28 22:34:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55722025-02-28T22:34:32.919Z[ recovery-image] Feb 28 22:34:31.475 INFO O| Feb 28 22:34:31.475 INFO STEP 299 (remove_files) COMPLETE
55732025-02-28T22:34:32.919Z[ recovery-image] Feb 28 22:34:31.475 INFO O| Feb 28 22:34:31.475 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-28T22:34:32.951Z[ recovery-image] Feb 28 22:34:31.511 INFO O| Feb 28 22:34:31.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55752025-02-28T22:34:32.951Z[ recovery-image] Feb 28 22:34:31.511 INFO O| Feb 28 22:34:31.511 INFO STEP 300 (remove_files) COMPLETE
55762025-02-28T22:34:32.955Z[ recovery-image] Feb 28 22:34:31.511 INFO O| Feb 28 22:34:31.511 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-28T22:34:32.974Z[ recovery-image] Feb 28 22:34:31.534 INFO O| Feb 28 22:34:31.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55782025-02-28T22:34:32.974Z[ recovery-image] Feb 28 22:34:31.534 INFO O| Feb 28 22:34:31.534 INFO STEP 301 (remove_files) COMPLETE
55792025-02-28T22:34:32.974Z[ recovery-image] Feb 28 22:34:31.534 INFO O| Feb 28 22:34:31.534 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-28T22:34:32.997Z[ recovery-image] Feb 28 22:34:31.556 INFO O| Feb 28 22:34:31.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55812025-02-28T22:34:32.997Z[ recovery-image] Feb 28 22:34:31.556 INFO O| Feb 28 22:34:31.556 INFO STEP 302 (remove_files) COMPLETE
55822025-02-28T22:34:33.000Z[ recovery-image] Feb 28 22:34:31.557 INFO O| Feb 28 22:34:31.556 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-28T22:34:33.020Z[ recovery-image] Feb 28 22:34:31.579 INFO O| Feb 28 22:34:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55842025-02-28T22:34:33.020Z[ recovery-image] Feb 28 22:34:31.580 INFO O| Feb 28 22:34:31.579 INFO STEP 303 (remove_files) COMPLETE
55852025-02-28T22:34:33.020Z[ recovery-image] Feb 28 22:34:31.580 INFO O| Feb 28 22:34:31.580 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-28T22:34:33.044Z[ recovery-image] Feb 28 22:34:31.604 INFO O| Feb 28 22:34:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55872025-02-28T22:34:33.048Z[ recovery-image] Feb 28 22:34:31.604 INFO O| Feb 28 22:34:31.604 INFO STEP 304 (remove_files) COMPLETE
55882025-02-28T22:34:33.048Z[ recovery-image] Feb 28 22:34:31.604 INFO O| Feb 28 22:34:31.604 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-28T22:34:33.074Z[ recovery-image] Feb 28 22:34:31.633 INFO O| Feb 28 22:34:31.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55902025-02-28T22:34:33.077Z[ recovery-image] Feb 28 22:34:31.634 INFO O| Feb 28 22:34:31.634 INFO STEP 305 (remove_files) COMPLETE
55912025-02-28T22:34:33.077Z[ recovery-image] Feb 28 22:34:31.634 INFO O| Feb 28 22:34:31.634 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-28T22:34:33.159Z[ recovery-image] Feb 28 22:34:31.718 INFO O| Feb 28 22:34:31.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55932025-02-28T22:34:33.159Z[ recovery-image] Feb 28 22:34:31.718 INFO O| Feb 28 22:34:31.718 INFO STEP 306 (remove_files) COMPLETE
55942025-02-28T22:34:33.159Z[ recovery-image] Feb 28 22:34:31.718 INFO O| Feb 28 22:34:31.718 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-28T22:34:33.275Z[ recovery-image] Feb 28 22:34:31.835 INFO O| Feb 28 22:34:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55962025-02-28T22:34:33.275Z[ recovery-image] Feb 28 22:34:31.835 INFO O| Feb 28 22:34:31.835 INFO STEP 307 (remove_files) COMPLETE
55972025-02-28T22:34:33.275Z[ recovery-image] Feb 28 22:34:31.835 INFO O| Feb 28 22:34:31.835 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-28T22:34:33.299Z[ recovery-image] Feb 28 22:34:31.858 INFO O| Feb 28 22:34:31.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55992025-02-28T22:34:33.299Z[ recovery-image] Feb 28 22:34:31.858 INFO O| Feb 28 22:34:31.858 INFO STEP 308 (remove_files) COMPLETE
56002025-02-28T22:34:33.299Z[ recovery-image] Feb 28 22:34:31.858 INFO O| Feb 28 22:34:31.858 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-28T22:34:33.321Z[ recovery-image] Feb 28 22:34:31.881 INFO O| Feb 28 22:34:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
56022025-02-28T22:34:33.322Z[ recovery-image] Feb 28 22:34:31.881 INFO O| Feb 28 22:34:31.881 INFO STEP 309 (remove_files) COMPLETE
56032025-02-28T22:34:33.322Z[ recovery-image] Feb 28 22:34:31.881 INFO O| Feb 28 22:34:31.881 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-28T22:34:33.385Z[ recovery-image] Feb 28 22:34:31.945 INFO O| Feb 28 22:34:31.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
56052025-02-28T22:34:33.385Z[ recovery-image] Feb 28 22:34:31.945 INFO O| Feb 28 22:34:31.945 INFO STEP 310 (remove_files) COMPLETE
56062025-02-28T22:34:33.385Z[ recovery-image] Feb 28 22:34:31.945 INFO O| Feb 28 22:34:31.945 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-28T22:34:33.418Z[ recovery-image] Feb 28 22:34:31.977 INFO O| Feb 28 22:34:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
56082025-02-28T22:34:33.422Z[ recovery-image] Feb 28 22:34:31.978 INFO O| Feb 28 22:34:31.978 INFO STEP 311 (remove_files) COMPLETE
56092025-02-28T22:34:33.422Z[ recovery-image] Feb 28 22:34:31.978 INFO O| Feb 28 22:34:31.978 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-28T22:34:33.439Z[ recovery-image] Feb 28 22:34:31.999 INFO O| Feb 28 22:34:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
56112025-02-28T22:34:33.445Z[ recovery-image] Feb 28 22:34:31.999 INFO O| Feb 28 22:34:31.999 INFO STEP 312 (remove_files) COMPLETE
56122025-02-28T22:34:33.445Z[ recovery-image] Feb 28 22:34:31.999 INFO O| Feb 28 22:34:31.999 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-28T22:34:33.460Z[ recovery-image] Feb 28 22:34:32.020 INFO O| Feb 28 22:34:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
56142025-02-28T22:34:33.464Z[ recovery-image] Feb 28 22:34:32.020 INFO O| Feb 28 22:34:32.020 INFO STEP 313 (remove_files) COMPLETE
56152025-02-28T22:34:33.464Z[ recovery-image] Feb 28 22:34:32.020 INFO O| Feb 28 22:34:32.020 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-28T22:34:33.480Z[ recovery-image] Feb 28 22:34:32.040 INFO O| Feb 28 22:34:32.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
56172025-02-28T22:34:33.480Z[ recovery-image] Feb 28 22:34:32.040 INFO O| Feb 28 22:34:32.040 INFO STEP 314 (remove_files) COMPLETE
56182025-02-28T22:34:33.483Z[ recovery-image] Feb 28 22:34:32.040 INFO O| Feb 28 22:34:32.040 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-28T22:34:33.516Z[ recovery-image] Feb 28 22:34:32.075 INFO O| Feb 28 22:34:32.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
56202025-02-28T22:34:33.516Z[ recovery-image] Feb 28 22:34:32.075 INFO O| Feb 28 22:34:32.075 INFO STEP 315 (remove_files) COMPLETE
56212025-02-28T22:34:33.516Z[ recovery-image] Feb 28 22:34:32.075 INFO O| Feb 28 22:34:32.075 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-28T22:34:33.538Z[ recovery-image] Feb 28 22:34:32.097 INFO O| Feb 28 22:34:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
56232025-02-28T22:34:33.538Z[ recovery-image] Feb 28 22:34:32.097 INFO O| Feb 28 22:34:32.097 INFO STEP 316 (remove_files) COMPLETE
56242025-02-28T22:34:33.538Z[ recovery-image] Feb 28 22:34:32.097 INFO O| Feb 28 22:34:32.097 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-28T22:34:33.589Z[ recovery-image] Feb 28 22:34:32.148 INFO O| Feb 28 22:34:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
56262025-02-28T22:34:33.589Z[ recovery-image] Feb 28 22:34:32.148 INFO O| Feb 28 22:34:32.148 INFO STEP 317 (remove_files) COMPLETE
56272025-02-28T22:34:33.592Z[ recovery-image] Feb 28 22:34:32.148 INFO O| Feb 28 22:34:32.148 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-28T22:34:33.609Z[ recovery-image] Feb 28 22:34:32.169 INFO O| Feb 28 22:34:32.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
56292025-02-28T22:34:33.609Z[ recovery-image] Feb 28 22:34:32.169 INFO O| Feb 28 22:34:32.169 INFO STEP 318 (remove_files) COMPLETE
56302025-02-28T22:34:33.609Z[ recovery-image] Feb 28 22:34:32.169 INFO O| Feb 28 22:34:32.169 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-28T22:34:33.676Z[ recovery-image] Feb 28 22:34:32.235 INFO O| Feb 28 22:34:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
56322025-02-28T22:34:33.676Z[ recovery-image] Feb 28 22:34:32.235 INFO O| Feb 28 22:34:32.235 INFO STEP 319 (remove_files) COMPLETE
56332025-02-28T22:34:33.676Z[ recovery-image] Feb 28 22:34:32.235 INFO O| Feb 28 22:34:32.235 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-28T22:34:33.701Z[ recovery-image] Feb 28 22:34:32.260 INFO O| Feb 28 22:34:32.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
56352025-02-28T22:34:33.702Z[ recovery-image] Feb 28 22:34:32.260 INFO O| Feb 28 22:34:32.260 INFO STEP 320 (remove_files) COMPLETE
56362025-02-28T22:34:33.705Z[ recovery-image] Feb 28 22:34:32.261 INFO O| Feb 28 22:34:32.260 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-28T22:34:33.724Z[ recovery-image] Feb 28 22:34:32.283 INFO O| Feb 28 22:34:32.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
56382025-02-28T22:34:33.724Z[ recovery-image] Feb 28 22:34:32.284 INFO O| Feb 28 22:34:32.283 INFO STEP 321 (remove_files) COMPLETE
56392025-02-28T22:34:33.727Z[ recovery-image] Feb 28 22:34:32.284 INFO O| Feb 28 22:34:32.284 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-28T22:34:33.750Z[ recovery-image] Feb 28 22:34:32.309 INFO O| Feb 28 22:34:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
56412025-02-28T22:34:33.751Z[ recovery-image] Feb 28 22:34:32.309 INFO O| Feb 28 22:34:32.309 INFO STEP 322 (remove_files) COMPLETE
56422025-02-28T22:34:33.751Z[ recovery-image] Feb 28 22:34:32.309 INFO O| Feb 28 22:34:32.309 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-28T22:34:33.781Z[ recovery-image] Feb 28 22:34:32.337 INFO O| Feb 28 22:34:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
56442025-02-28T22:34:33.781Z[ recovery-image] Feb 28 22:34:32.338 INFO O| Feb 28 22:34:32.338 INFO STEP 323 (remove_files) COMPLETE
56452025-02-28T22:34:33.781Z[ recovery-image] Feb 28 22:34:32.338 INFO O| Feb 28 22:34:32.338 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-28T22:34:33.814Z[ recovery-image] Feb 28 22:34:32.374 INFO O| Feb 28 22:34:32.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
56472025-02-28T22:34:33.814Z[ recovery-image] Feb 28 22:34:32.374 INFO O| Feb 28 22:34:32.374 INFO STEP 324 (remove_files) COMPLETE
56482025-02-28T22:34:33.814Z[ recovery-image] Feb 28 22:34:32.374 INFO O| Feb 28 22:34:32.374 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-28T22:34:33.846Z[ recovery-image] Feb 28 22:34:32.405 INFO O| Feb 28 22:34:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
56502025-02-28T22:34:33.849Z[ recovery-image] Feb 28 22:34:32.405 INFO O| Feb 28 22:34:32.405 INFO STEP 325 (remove_files) COMPLETE
56512025-02-28T22:34:33.849Z[ recovery-image] Feb 28 22:34:32.405 INFO O| Feb 28 22:34:32.405 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-28T22:34:33.869Z[ recovery-image] Feb 28 22:34:32.429 INFO O| Feb 28 22:34:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
56532025-02-28T22:34:33.873Z[ recovery-image] Feb 28 22:34:32.429 INFO O| Feb 28 22:34:32.429 INFO STEP 326 (remove_files) COMPLETE
56542025-02-28T22:34:33.873Z[ recovery-image] Feb 28 22:34:32.429 INFO O| Feb 28 22:34:32.429 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-28T22:34:33.892Z[ recovery-image] Feb 28 22:34:32.452 INFO O| Feb 28 22:34:32.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
56562025-02-28T22:34:33.892Z[ recovery-image] Feb 28 22:34:32.452 INFO O| Feb 28 22:34:32.452 INFO STEP 327 (remove_files) COMPLETE
56572025-02-28T22:34:33.892Z[ recovery-image] Feb 28 22:34:32.452 INFO O| Feb 28 22:34:32.452 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-28T22:34:33.932Z[ recovery-image] Feb 28 22:34:32.490 INFO O| Feb 28 22:34:32.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56592025-02-28T22:34:33.932Z[ recovery-image] Feb 28 22:34:32.490 INFO O| Feb 28 22:34:32.490 INFO STEP 328 (remove_files) COMPLETE
56602025-02-28T22:34:33.932Z[ recovery-image] Feb 28 22:34:32.490 INFO O| Feb 28 22:34:32.490 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-28T22:34:33.993Z[ recovery-image] Feb 28 22:34:32.553 INFO O| Feb 28 22:34:32.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56622025-02-28T22:34:33.993Z[ recovery-image] Feb 28 22:34:32.553 INFO O| Feb 28 22:34:32.553 INFO STEP 329 (remove_files) COMPLETE
56632025-02-28T22:34:33.993Z[ recovery-image] Feb 28 22:34:32.553 INFO O| Feb 28 22:34:32.553 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-28T22:34:34.016Z[ recovery-image] Feb 28 22:34:32.575 INFO O| Feb 28 22:34:32.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56652025-02-28T22:34:34.016Z[ recovery-image] Feb 28 22:34:32.575 INFO O| Feb 28 22:34:32.575 INFO STEP 330 (remove_files) COMPLETE
56662025-02-28T22:34:34.016Z[ recovery-image] Feb 28 22:34:32.575 INFO O| Feb 28 22:34:32.575 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-28T22:34:34.039Z[ recovery-image] Feb 28 22:34:32.599 INFO O| Feb 28 22:34:32.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56682025-02-28T22:34:34.040Z[ recovery-image] Feb 28 22:34:32.599 INFO O| Feb 28 22:34:32.599 INFO STEP 331 (remove_files) COMPLETE
56692025-02-28T22:34:34.043Z[ recovery-image] Feb 28 22:34:32.599 INFO O| Feb 28 22:34:32.599 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-28T22:34:34.069Z[ recovery-image] Feb 28 22:34:32.627 INFO O| Feb 28 22:34:32.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56712025-02-28T22:34:34.069Z[ recovery-image] Feb 28 22:34:32.627 INFO O| Feb 28 22:34:32.627 INFO STEP 332 (remove_files) COMPLETE
56722025-02-28T22:34:34.069Z[ recovery-image] Feb 28 22:34:32.627 INFO O| Feb 28 22:34:32.627 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-28T22:34:34.102Z[ recovery-image] Feb 28 22:34:32.661 INFO O| Feb 28 22:34:32.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56742025-02-28T22:34:34.102Z[ recovery-image] Feb 28 22:34:32.662 INFO O| Feb 28 22:34:32.662 INFO STEP 333 (remove_files) COMPLETE
56752025-02-28T22:34:34.102Z[ recovery-image] Feb 28 22:34:32.662 INFO O| Feb 28 22:34:32.662 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-28T22:34:34.137Z[ recovery-image] Feb 28 22:34:32.695 INFO O| Feb 28 22:34:32.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56772025-02-28T22:34:34.137Z[ recovery-image] Feb 28 22:34:32.695 INFO O| Feb 28 22:34:32.695 INFO STEP 334 (remove_files) COMPLETE
56782025-02-28T22:34:34.137Z[ recovery-image] Feb 28 22:34:32.695 INFO O| Feb 28 22:34:32.695 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-28T22:34:34.158Z[ recovery-image] Feb 28 22:34:32.718 INFO O| Feb 28 22:34:32.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56802025-02-28T22:34:34.158Z[ recovery-image] Feb 28 22:34:32.718 INFO O| Feb 28 22:34:32.718 INFO STEP 335 (remove_files) COMPLETE
56812025-02-28T22:34:34.158Z[ recovery-image] Feb 28 22:34:32.718 INFO O| Feb 28 22:34:32.718 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-28T22:34:34.180Z[ recovery-image] Feb 28 22:34:32.739 INFO O| Feb 28 22:34:32.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56832025-02-28T22:34:34.180Z[ recovery-image] Feb 28 22:34:32.739 INFO O| Feb 28 22:34:32.739 INFO STEP 336 (remove_files) COMPLETE
56842025-02-28T22:34:34.183Z[ recovery-image] Feb 28 22:34:32.739 INFO O| Feb 28 22:34:32.739 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-28T22:34:34.224Z[ recovery-image] Feb 28 22:34:32.783 INFO O| Feb 28 22:34:32.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56862025-02-28T22:34:34.227Z[ recovery-image] Feb 28 22:34:32.783 INFO O| Feb 28 22:34:32.783 INFO STEP 337 (remove_files) COMPLETE
56872025-02-28T22:34:34.227Z[ recovery-image] Feb 28 22:34:32.783 INFO O| Feb 28 22:34:32.783 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-28T22:34:34.248Z[ recovery-image] Feb 28 22:34:32.808 INFO O| Feb 28 22:34:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56892025-02-28T22:34:34.251Z[ recovery-image] Feb 28 22:34:32.808 INFO O| Feb 28 22:34:32.808 INFO STEP 338 (remove_files) COMPLETE
56902025-02-28T22:34:34.251Z[ recovery-image] Feb 28 22:34:32.808 INFO O| Feb 28 22:34:32.808 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-28T22:34:34.288Z[ recovery-image] Feb 28 22:34:32.847 INFO O| Feb 28 22:34:32.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56922025-02-28T22:34:34.288Z[ recovery-image] Feb 28 22:34:32.848 INFO O| Feb 28 22:34:32.848 INFO STEP 339 (remove_files) COMPLETE
56932025-02-28T22:34:34.288Z[ recovery-image] Feb 28 22:34:32.848 INFO O| Feb 28 22:34:32.848 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-28T22:34:34.311Z[ recovery-image] Feb 28 22:34:32.871 INFO O| Feb 28 22:34:32.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56952025-02-28T22:34:34.311Z[ recovery-image] Feb 28 22:34:32.871 INFO O| Feb 28 22:34:32.871 INFO STEP 340 (remove_files) COMPLETE
56962025-02-28T22:34:34.312Z[ recovery-image] Feb 28 22:34:32.871 INFO O| Feb 28 22:34:32.871 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-28T22:34:34.336Z[ recovery-image] Feb 28 22:34:32.896 INFO O| Feb 28 22:34:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56982025-02-28T22:34:34.340Z[ recovery-image] Feb 28 22:34:32.896 INFO O| Feb 28 22:34:32.896 INFO STEP 341 (remove_files) COMPLETE
56992025-02-28T22:34:34.340Z[ recovery-image] Feb 28 22:34:32.896 INFO O| Feb 28 22:34:32.896 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-28T22:34:34.360Z[ recovery-image] Feb 28 22:34:32.919 INFO O| Feb 28 22:34:32.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
57012025-02-28T22:34:34.363Z[ recovery-image] Feb 28 22:34:32.920 INFO O| Feb 28 22:34:32.920 INFO STEP 342 (remove_files) COMPLETE
57022025-02-28T22:34:34.363Z[ recovery-image] Feb 28 22:34:32.920 INFO O| Feb 28 22:34:32.920 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-28T22:34:34.383Z[ recovery-image] Feb 28 22:34:32.943 INFO O| Feb 28 22:34:32.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
57042025-02-28T22:34:34.386Z[ recovery-image] Feb 28 22:34:32.943 INFO O| Feb 28 22:34:32.943 INFO STEP 343 (remove_files) COMPLETE
57052025-02-28T22:34:34.386Z[ recovery-image] Feb 28 22:34:32.943 INFO O| Feb 28 22:34:32.943 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-28T22:34:34.408Z[ recovery-image] Feb 28 22:34:32.967 INFO O| Feb 28 22:34:32.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
57072025-02-28T22:34:34.408Z[ recovery-image] Feb 28 22:34:32.967 INFO O| Feb 28 22:34:32.967 INFO STEP 344 (remove_files) COMPLETE
57082025-02-28T22:34:34.408Z[ recovery-image] Feb 28 22:34:32.967 INFO O| Feb 28 22:34:32.967 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-28T22:34:34.431Z[ recovery-image] Feb 28 22:34:32.991 INFO O| Feb 28 22:34:32.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
57102025-02-28T22:34:34.432Z[ recovery-image] Feb 28 22:34:32.991 INFO O| Feb 28 22:34:32.991 INFO STEP 345 (remove_files) COMPLETE
57112025-02-28T22:34:34.432Z[ recovery-image] Feb 28 22:34:32.991 INFO O| Feb 28 22:34:32.991 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-28T22:34:34.491Z[ recovery-image] Feb 28 22:34:33.050 INFO O| Feb 28 22:34:33.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
57132025-02-28T22:34:34.494Z[ recovery-image] Feb 28 22:34:33.050 INFO O| Feb 28 22:34:33.050 INFO STEP 346 (remove_files) COMPLETE
57142025-02-28T22:34:34.496Z[ recovery-image] Feb 28 22:34:33.051 INFO O| Feb 28 22:34:33.050 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-28T22:34:34.514Z[ recovery-image] Feb 28 22:34:33.073 INFO O| Feb 28 22:34:33.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
57162025-02-28T22:34:34.517Z[ recovery-image] Feb 28 22:34:33.074 INFO O| Feb 28 22:34:33.074 INFO STEP 347 (remove_files) COMPLETE
57172025-02-28T22:34:34.517Z[ recovery-image] Feb 28 22:34:33.074 INFO O| Feb 28 22:34:33.074 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-28T22:34:34.534Z[ recovery-image] Feb 28 22:34:33.093 INFO O| Feb 28 22:34:33.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
57192025-02-28T22:34:34.551Z[ recovery-image] Feb 28 22:34:33.111 INFO O| Feb 28 22:34:33.111 INFO STEP 348 (remove_files) COMPLETE
57202025-02-28T22:34:34.551Z[ recovery-image] Feb 28 22:34:33.111 INFO O| Feb 28 22:34:33.111 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-28T22:34:34.590Z[ recovery-image] Feb 28 22:34:33.150 INFO O| Feb 28 22:34:33.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
57222025-02-28T22:34:34.590Z[ recovery-image] Feb 28 22:34:33.150 INFO O| Feb 28 22:34:33.150 INFO STEP 349 (remove_files) COMPLETE
57232025-02-28T22:34:34.590Z[ recovery-image] Feb 28 22:34:33.150 INFO O| Feb 28 22:34:33.150 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-28T22:34:34.634Z[ recovery-image] Feb 28 22:34:33.172 INFO O| Feb 28 22:34:33.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
57252025-02-28T22:34:34.634Z[ recovery-image] Feb 28 22:34:33.172 INFO O| Feb 28 22:34:33.172 INFO STEP 350 (remove_files) COMPLETE
57262025-02-28T22:34:34.634Z[ recovery-image] Feb 28 22:34:33.172 INFO O| Feb 28 22:34:33.172 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-28T22:34:34.657Z[ recovery-image] Feb 28 22:34:33.214 INFO O| Feb 28 22:34:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
57282025-02-28T22:34:34.657Z[ recovery-image] Feb 28 22:34:33.214 INFO O| Feb 28 22:34:33.214 INFO STEP 351 (remove_files) COMPLETE
57292025-02-28T22:34:34.658Z[ recovery-image] Feb 28 22:34:33.214 INFO O| Feb 28 22:34:33.214 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-28T22:34:34.753Z[ recovery-image] Feb 28 22:34:33.295 INFO O| Feb 28 22:34:33.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
57312025-02-28T22:34:34.753Z[ recovery-image] Feb 28 22:34:33.296 INFO O| Feb 28 22:34:33.296 INFO STEP 352 (remove_files) COMPLETE
57322025-02-28T22:34:34.753Z[ recovery-image] Feb 28 22:34:33.296 INFO O| Feb 28 22:34:33.296 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-28T22:34:34.761Z[ recovery-image] Feb 28 22:34:33.321 INFO O| Feb 28 22:34:33.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
57342025-02-28T22:34:34.761Z[ recovery-image] Feb 28 22:34:33.321 INFO O| Feb 28 22:34:33.321 INFO STEP 353 (remove_files) COMPLETE
57352025-02-28T22:34:34.765Z[ recovery-image] Feb 28 22:34:33.321 INFO O| Feb 28 22:34:33.321 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-28T22:34:34.787Z[ recovery-image] Feb 28 22:34:33.346 INFO O| Feb 28 22:34:33.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
57372025-02-28T22:34:34.790Z[ recovery-image] Feb 28 22:34:33.347 INFO O| Feb 28 22:34:33.347 INFO STEP 354 (remove_files) COMPLETE
57382025-02-28T22:34:34.791Z[ recovery-image] Feb 28 22:34:33.347 INFO O| Feb 28 22:34:33.347 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-28T22:34:34.812Z[ recovery-image] Feb 28 22:34:33.372 INFO O| Feb 28 22:34:33.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
57402025-02-28T22:34:34.816Z[ recovery-image] Feb 28 22:34:33.372 INFO O| Feb 28 22:34:33.372 INFO STEP 355 (remove_files) COMPLETE
57412025-02-28T22:34:34.816Z[ recovery-image] Feb 28 22:34:33.372 INFO O| Feb 28 22:34:33.372 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-28T22:34:34.838Z[ recovery-image] Feb 28 22:34:33.398 INFO O| Feb 28 22:34:33.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
57432025-02-28T22:34:34.842Z[ recovery-image] Feb 28 22:34:33.398 INFO O| Feb 28 22:34:33.398 INFO STEP 356 (remove_files) COMPLETE
57442025-02-28T22:34:34.842Z[ recovery-image] Feb 28 22:34:33.398 INFO O| Feb 28 22:34:33.398 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-28T22:34:34.862Z[ recovery-image] Feb 28 22:34:33.422 INFO O| Feb 28 22:34:33.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
57462025-02-28T22:34:34.866Z[ recovery-image] Feb 28 22:34:33.422 INFO O| Feb 28 22:34:33.422 INFO STEP 357 (remove_files) COMPLETE
57472025-02-28T22:34:34.866Z[ recovery-image] Feb 28 22:34:33.422 INFO O| Feb 28 22:34:33.422 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-28T22:34:34.885Z[ recovery-image] Feb 28 22:34:33.445 INFO O| Feb 28 22:34:33.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57492025-02-28T22:34:34.885Z[ recovery-image] Feb 28 22:34:33.445 INFO O| Feb 28 22:34:33.445 INFO STEP 358 (remove_files) COMPLETE
57502025-02-28T22:34:34.889Z[ recovery-image] Feb 28 22:34:33.445 INFO O| Feb 28 22:34:33.445 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-28T22:34:34.926Z[ recovery-image] Feb 28 22:34:33.484 INFO O| Feb 28 22:34:33.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57522025-02-28T22:34:34.926Z[ recovery-image] Feb 28 22:34:33.484 INFO O| Feb 28 22:34:33.484 INFO STEP 359 (remove_files) COMPLETE
57532025-02-28T22:34:34.930Z[ recovery-image] Feb 28 22:34:33.485 INFO O| Feb 28 22:34:33.484 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-28T22:34:34.948Z[ recovery-image] Feb 28 22:34:33.508 INFO O| Feb 28 22:34:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57552025-02-28T22:34:34.964Z[ recovery-image] Feb 28 22:34:33.524 INFO O| Feb 28 22:34:33.524 INFO STEP 360 (remove_files) COMPLETE
57562025-02-28T22:34:34.964Z[ recovery-image] Feb 28 22:34:33.524 INFO O| Feb 28 22:34:33.524 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-28T22:34:34.989Z[ recovery-image] Feb 28 22:34:33.549 INFO O| Feb 28 22:34:33.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57582025-02-28T22:34:34.993Z[ recovery-image] Feb 28 22:34:33.549 INFO O| Feb 28 22:34:33.549 INFO STEP 361 (remove_files) COMPLETE
57592025-02-28T22:34:34.993Z[ recovery-image] Feb 28 22:34:33.549 INFO O| Feb 28 22:34:33.549 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-28T22:34:35.013Z[ recovery-image] Feb 28 22:34:33.572 INFO O| Feb 28 22:34:33.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57612025-02-28T22:34:35.017Z[ recovery-image] Feb 28 22:34:33.572 INFO O| Feb 28 22:34:33.572 INFO STEP 362 (remove_files) COMPLETE
57622025-02-28T22:34:35.017Z[ recovery-image] Feb 28 22:34:33.572 INFO O| Feb 28 22:34:33.572 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-28T22:34:35.037Z[ recovery-image] Feb 28 22:34:33.596 INFO O| Feb 28 22:34:33.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57642025-02-28T22:34:35.041Z[ recovery-image] Feb 28 22:34:33.597 INFO O| Feb 28 22:34:33.597 INFO STEP 363 (remove_files) COMPLETE
57652025-02-28T22:34:35.041Z[ recovery-image] Feb 28 22:34:33.597 INFO O| Feb 28 22:34:33.597 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-28T22:34:35.078Z[ recovery-image] Feb 28 22:34:33.638 INFO O| Feb 28 22:34:33.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57672025-02-28T22:34:35.082Z[ recovery-image] Feb 28 22:34:33.638 INFO O| Feb 28 22:34:33.638 INFO STEP 364 (remove_files) COMPLETE
57682025-02-28T22:34:35.082Z[ recovery-image] Feb 28 22:34:33.638 INFO O| Feb 28 22:34:33.638 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-28T22:34:35.101Z[ recovery-image] Feb 28 22:34:33.660 INFO O| Feb 28 22:34:33.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57702025-02-28T22:34:35.104Z[ recovery-image] Feb 28 22:34:33.660 INFO O| Feb 28 22:34:33.660 INFO STEP 365 (remove_files) COMPLETE
57712025-02-28T22:34:35.104Z[ recovery-image] Feb 28 22:34:33.660 INFO O| Feb 28 22:34:33.660 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-28T22:34:35.123Z[ recovery-image] Feb 28 22:34:33.682 INFO O| Feb 28 22:34:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57732025-02-28T22:34:35.126Z[ recovery-image] Feb 28 22:34:33.683 INFO O| Feb 28 22:34:33.683 INFO STEP 366 (remove_files) COMPLETE
57742025-02-28T22:34:35.127Z[ recovery-image] Feb 28 22:34:33.683 INFO O| Feb 28 22:34:33.683 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-28T22:34:35.161Z[ recovery-image] Feb 28 22:34:33.721 INFO O| Feb 28 22:34:33.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57762025-02-28T22:34:35.165Z[ recovery-image] Feb 28 22:34:33.721 INFO O| Feb 28 22:34:33.721 INFO STEP 367 (remove_files) COMPLETE
57772025-02-28T22:34:35.165Z[ recovery-image] Feb 28 22:34:33.721 INFO O| Feb 28 22:34:33.721 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-28T22:34:35.182Z[ recovery-image] Feb 28 22:34:33.741 INFO O| Feb 28 22:34:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57792025-02-28T22:34:35.185Z[ recovery-image] Feb 28 22:34:33.741 INFO O| Feb 28 22:34:33.741 INFO STEP 368 (remove_files) COMPLETE
57802025-02-28T22:34:35.185Z[ recovery-image] Feb 28 22:34:33.741 INFO O| Feb 28 22:34:33.741 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-28T22:34:35.202Z[ recovery-image] Feb 28 22:34:33.761 INFO O| Feb 28 22:34:33.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57822025-02-28T22:34:35.206Z[ recovery-image] Feb 28 22:34:33.762 INFO O| Feb 28 22:34:33.762 INFO STEP 369 (remove_files) COMPLETE
57832025-02-28T22:34:35.206Z[ recovery-image] Feb 28 22:34:33.762 INFO O| Feb 28 22:34:33.762 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-28T22:34:35.244Z[ recovery-image] Feb 28 22:34:33.783 INFO O| Feb 28 22:34:33.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57852025-02-28T22:34:35.247Z[ recovery-image] Feb 28 22:34:33.784 INFO O| Feb 28 22:34:33.784 INFO STEP 370 (remove_files) COMPLETE
57862025-02-28T22:34:35.248Z[ recovery-image] Feb 28 22:34:33.784 INFO O| Feb 28 22:34:33.784 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-28T22:34:35.248Z[ recovery-image] Feb 28 22:34:33.804 INFO O| Feb 28 22:34:33.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57882025-02-28T22:34:35.248Z[ recovery-image] Feb 28 22:34:33.804 INFO O| Feb 28 22:34:33.804 INFO STEP 371 (remove_files) COMPLETE
57892025-02-28T22:34:35.248Z[ recovery-image] Feb 28 22:34:33.804 INFO O| Feb 28 22:34:33.804 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-28T22:34:35.267Z[ recovery-image] Feb 28 22:34:33.827 INFO O| Feb 28 22:34:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57912025-02-28T22:34:35.271Z[ recovery-image] Feb 28 22:34:33.827 INFO O| Feb 28 22:34:33.827 INFO STEP 372 (remove_files) COMPLETE
57922025-02-28T22:34:35.271Z[ recovery-image] Feb 28 22:34:33.827 INFO O| Feb 28 22:34:33.827 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-28T22:34:35.290Z[ recovery-image] Feb 28 22:34:33.849 INFO O| Feb 28 22:34:33.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57942025-02-28T22:34:35.294Z[ recovery-image] Feb 28 22:34:33.849 INFO O| Feb 28 22:34:33.849 INFO STEP 373 (remove_files) COMPLETE
57952025-02-28T22:34:35.294Z[ recovery-image] Feb 28 22:34:33.850 INFO O| Feb 28 22:34:33.849 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-02-28T22:34:35.312Z[ recovery-image] Feb 28 22:34:33.871 INFO O| Feb 28 22:34:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57972025-02-28T22:34:35.315Z[ recovery-image] Feb 28 22:34:33.871 INFO O| Feb 28 22:34:33.871 INFO STEP 374 (remove_files) COMPLETE
57982025-02-28T22:34:35.315Z[ recovery-image] Feb 28 22:34:33.871 INFO O| Feb 28 22:34:33.871 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-02-28T22:34:35.333Z[ recovery-image] Feb 28 22:34:33.892 INFO O| Feb 28 22:34:33.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
58002025-02-28T22:34:35.336Z[ recovery-image] Feb 28 22:34:33.892 INFO O| Feb 28 22:34:33.892 INFO STEP 375 (remove_files) COMPLETE
58012025-02-28T22:34:35.336Z[ recovery-image] Feb 28 22:34:33.892 INFO O| Feb 28 22:34:33.892 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-02-28T22:34:35.355Z[ recovery-image] Feb 28 22:34:33.914 INFO O| Feb 28 22:34:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
58032025-02-28T22:34:35.359Z[ recovery-image] Feb 28 22:34:33.914 INFO O| Feb 28 22:34:33.914 INFO STEP 376 (remove_files) COMPLETE
58042025-02-28T22:34:35.359Z[ recovery-image] Feb 28 22:34:33.915 INFO O| Feb 28 22:34:33.914 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-02-28T22:34:35.377Z[ recovery-image] Feb 28 22:34:33.936 INFO O| Feb 28 22:34:33.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
58062025-02-28T22:34:35.381Z[ recovery-image] Feb 28 22:34:33.936 INFO O| Feb 28 22:34:33.936 INFO STEP 377 (remove_files) COMPLETE
58072025-02-28T22:34:35.381Z[ recovery-image] Feb 28 22:34:33.937 INFO O| Feb 28 22:34:33.936 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-02-28T22:34:35.401Z[ recovery-image] Feb 28 22:34:33.960 INFO O| Feb 28 22:34:33.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
58092025-02-28T22:34:35.404Z[ recovery-image] Feb 28 22:34:33.960 INFO O| Feb 28 22:34:33.960 INFO STEP 378 (remove_files) COMPLETE
58102025-02-28T22:34:35.404Z[ recovery-image] Feb 28 22:34:33.961 INFO O| Feb 28 22:34:33.960 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-02-28T22:34:35.424Z[ recovery-image] Feb 28 22:34:33.983 INFO O| Feb 28 22:34:33.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
58122025-02-28T22:34:35.427Z[ recovery-image] Feb 28 22:34:33.983 INFO O| Feb 28 22:34:33.983 INFO STEP 379 (remove_files) COMPLETE
58132025-02-28T22:34:35.427Z[ recovery-image] Feb 28 22:34:33.983 INFO O| Feb 28 22:34:33.983 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-02-28T22:34:35.453Z[ recovery-image] Feb 28 22:34:34.012 INFO O| Feb 28 22:34:34.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
58152025-02-28T22:34:35.456Z[ recovery-image] Feb 28 22:34:34.012 INFO O| Feb 28 22:34:34.012 INFO STEP 380 (remove_files) COMPLETE
58162025-02-28T22:34:35.456Z[ recovery-image] Feb 28 22:34:34.012 INFO O| Feb 28 22:34:34.012 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-02-28T22:34:35.477Z[ recovery-image] Feb 28 22:34:34.036 INFO O| Feb 28 22:34:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
58182025-02-28T22:34:35.480Z[ recovery-image] Feb 28 22:34:34.036 INFO O| Feb 28 22:34:34.036 INFO STEP 381 (remove_files) COMPLETE
58192025-02-28T22:34:35.480Z[ recovery-image] Feb 28 22:34:34.037 INFO O| Feb 28 22:34:34.036 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-02-28T22:34:35.501Z[ recovery-image] Feb 28 22:34:34.060 INFO O| Feb 28 22:34:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
58212025-02-28T22:34:35.504Z[ recovery-image] Feb 28 22:34:34.060 INFO O| Feb 28 22:34:34.060 INFO STEP 382 (remove_files) COMPLETE
58222025-02-28T22:34:35.504Z[ recovery-image] Feb 28 22:34:34.060 INFO O| Feb 28 22:34:34.060 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-02-28T22:34:35.524Z[ recovery-image] Feb 28 22:34:34.083 INFO O| Feb 28 22:34:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
58242025-02-28T22:34:35.527Z[ recovery-image] Feb 28 22:34:34.083 INFO O| Feb 28 22:34:34.083 INFO STEP 383 (remove_files) COMPLETE
58252025-02-28T22:34:35.527Z[ recovery-image] Feb 28 22:34:34.083 INFO O| Feb 28 22:34:34.083 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-02-28T22:34:35.546Z[ recovery-image] Feb 28 22:34:34.105 INFO O| Feb 28 22:34:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
58272025-02-28T22:34:35.549Z[ recovery-image] Feb 28 22:34:34.105 INFO O| Feb 28 22:34:34.105 INFO STEP 384 (remove_files) COMPLETE
58282025-02-28T22:34:35.549Z[ recovery-image] Feb 28 22:34:34.106 INFO O| Feb 28 22:34:34.105 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-02-28T22:34:35.567Z[ recovery-image] Feb 28 22:34:34.126 INFO O| Feb 28 22:34:34.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
58302025-02-28T22:34:35.567Z[ recovery-image] Feb 28 22:34:34.126 INFO O| Feb 28 22:34:34.126 INFO STEP 385 (remove_files) COMPLETE
58312025-02-28T22:34:35.568Z[ recovery-image] Feb 28 22:34:34.126 INFO O| Feb 28 22:34:34.126 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-02-28T22:34:35.571Z[ host-image] Feb 28 22:34:34.128 INFO O| Feb 28 22:34:34.128 INFO O| Planning: Solver setup ... Done
58332025-02-28T22:34:35.578Z[ host-image] Feb 28 22:34:34.137 INFO O| Feb 28 22:34:34.137 INFO O| Planning: Running solver ... Done
58342025-02-28T22:34:35.613Z[ recovery-image] Feb 28 22:34:34.172 INFO O| Feb 28 22:34:34.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
58352025-02-28T22:34:35.613Z[ recovery-image] Feb 28 22:34:34.172 INFO O| Feb 28 22:34:34.172 INFO STEP 386 (remove_files) COMPLETE
58362025-02-28T22:34:35.618Z[ recovery-image] Feb 28 22:34:34.172 INFO O| Feb 28 22:34:34.172 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-28T22:34:35.672Z[ recovery-image] Feb 28 22:34:34.229 INFO O| Feb 28 22:34:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
58382025-02-28T22:34:35.672Z[ recovery-image] Feb 28 22:34:34.230 INFO O| Feb 28 22:34:34.230 INFO STEP 387 (remove_files) COMPLETE
58392025-02-28T22:34:35.672Z[ recovery-image] Feb 28 22:34:34.230 INFO O| Feb 28 22:34:34.230 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-28T22:34:35.689Z[ host-image] Feb 28 22:34:34.249 INFO O| Feb 28 22:34:34.249 INFO O| Planning: Finding local manifests ... Done
58412025-02-28T22:34:35.693Z[ host-image] Feb 28 22:34:34.251 INFO O| Feb 28 22:34:34.251 INFO O| Planning: Fetching manifests: 0/5 0% complete
58422025-02-28T22:34:35.696Z[ recovery-image] Feb 28 22:34:34.253 INFO O| Feb 28 22:34:34.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
58432025-02-28T22:34:35.696Z[ recovery-image] Feb 28 22:34:34.253 INFO O| Feb 28 22:34:34.253 INFO STEP 388 (remove_files) COMPLETE
58442025-02-28T22:34:35.696Z[ recovery-image] Feb 28 22:34:34.253 INFO O| Feb 28 22:34:34.253 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-28T22:34:35.716Z[ recovery-image] Feb 28 22:34:34.276 INFO O| Feb 28 22:34:34.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
58462025-02-28T22:34:35.720Z[ recovery-image] Feb 28 22:34:34.276 INFO O| Feb 28 22:34:34.276 INFO STEP 389 (remove_files) COMPLETE
58472025-02-28T22:34:35.720Z[ recovery-image] Feb 28 22:34:34.276 INFO O| Feb 28 22:34:34.276 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-28T22:34:35.744Z[ recovery-image] Feb 28 22:34:34.302 INFO O| Feb 28 22:34:34.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
58492025-02-28T22:34:35.744Z[ recovery-image] Feb 28 22:34:34.302 INFO O| Feb 28 22:34:34.302 INFO STEP 390 (remove_files) COMPLETE
58502025-02-28T22:34:35.744Z[ recovery-image] Feb 28 22:34:34.302 INFO O| Feb 28 22:34:34.302 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-28T22:34:35.767Z[ recovery-image] Feb 28 22:34:34.326 INFO O| Feb 28 22:34:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58522025-02-28T22:34:35.767Z[ recovery-image] Feb 28 22:34:34.326 INFO O| Feb 28 22:34:34.326 INFO STEP 391 (remove_files) COMPLETE
58532025-02-28T22:34:35.769Z[ recovery-image] Feb 28 22:34:34.326 INFO O| Feb 28 22:34:34.326 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-28T22:34:35.790Z[ recovery-image] Feb 28 22:34:34.349 INFO O| Feb 28 22:34:34.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58552025-02-28T22:34:35.790Z[ recovery-image] Feb 28 22:34:34.350 INFO O| Feb 28 22:34:34.350 INFO STEP 392 (remove_files) COMPLETE
58562025-02-28T22:34:35.790Z[ recovery-image] Feb 28 22:34:34.350 INFO O| Feb 28 22:34:34.350 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-28T22:34:35.824Z[ recovery-image] Feb 28 22:34:34.383 INFO O| Feb 28 22:34:34.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58582025-02-28T22:34:35.824Z[ recovery-image] Feb 28 22:34:34.383 INFO O| Feb 28 22:34:34.383 INFO STEP 393 (remove_files) COMPLETE
58592025-02-28T22:34:35.824Z[ recovery-image] Feb 28 22:34:34.383 INFO O| Feb 28 22:34:34.383 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-28T22:34:35.847Z[ recovery-image] Feb 28 22:34:34.406 INFO O| Feb 28 22:34:34.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58612025-02-28T22:34:35.847Z[ recovery-image] Feb 28 22:34:34.407 INFO O| Feb 28 22:34:34.407 INFO STEP 394 (remove_files) COMPLETE
58622025-02-28T22:34:35.851Z[ recovery-image] Feb 28 22:34:34.407 INFO O| Feb 28 22:34:34.407 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-28T22:34:35.869Z[ recovery-image] Feb 28 22:34:34.428 INFO O| Feb 28 22:34:34.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58642025-02-28T22:34:35.869Z[ recovery-image] Feb 28 22:34:34.428 INFO O| Feb 28 22:34:34.428 INFO STEP 395 (remove_files) COMPLETE
58652025-02-28T22:34:35.869Z[ recovery-image] Feb 28 22:34:34.428 INFO O| Feb 28 22:34:34.428 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-28T22:34:35.890Z[ recovery-image] Feb 28 22:34:34.449 INFO O| Feb 28 22:34:34.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58672025-02-28T22:34:35.890Z[ recovery-image] Feb 28 22:34:34.450 INFO O| Feb 28 22:34:34.450 INFO STEP 396 (remove_files) COMPLETE
58682025-02-28T22:34:35.890Z[ recovery-image] Feb 28 22:34:34.450 INFO O| Feb 28 22:34:34.450 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-28T22:34:35.912Z[ recovery-image] Feb 28 22:34:34.471 INFO O| Feb 28 22:34:34.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58702025-02-28T22:34:35.912Z[ recovery-image] Feb 28 22:34:34.471 INFO O| Feb 28 22:34:34.471 INFO STEP 397 (remove_files) COMPLETE
58712025-02-28T22:34:35.912Z[ recovery-image] Feb 28 22:34:34.471 INFO O| Feb 28 22:34:34.471 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-28T22:34:35.934Z[ recovery-image] Feb 28 22:34:34.493 INFO O| Feb 28 22:34:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58732025-02-28T22:34:35.935Z[ recovery-image] Feb 28 22:34:34.493 INFO O| Feb 28 22:34:34.493 INFO STEP 398 (remove_files) COMPLETE
58742025-02-28T22:34:35.935Z[ recovery-image] Feb 28 22:34:34.493 INFO O| Feb 28 22:34:34.493 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-28T22:34:35.940Z[ host-image] Feb 28 22:34:34.499 INFO O| Feb 28 22:34:34.499 INFO O| Planning: Fetching manifests: 5/5 100% complete
58762025-02-28T22:34:35.954Z[ recovery-image] Feb 28 22:34:34.513 INFO O| Feb 28 22:34:34.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58772025-02-28T22:34:35.954Z[ recovery-image] Feb 28 22:34:34.513 INFO O| Feb 28 22:34:34.513 INFO STEP 399 (remove_files) COMPLETE
58782025-02-28T22:34:35.954Z[ recovery-image] Feb 28 22:34:34.513 INFO O| Feb 28 22:34:34.513 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-28T22:34:35.976Z[ recovery-image] Feb 28 22:34:34.535 INFO O| Feb 28 22:34:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58802025-02-28T22:34:35.979Z[ recovery-image] Feb 28 22:34:34.535 INFO O| Feb 28 22:34:34.535 INFO STEP 400 (remove_files) COMPLETE
58812025-02-28T22:34:35.980Z[ recovery-image] Feb 28 22:34:34.536 INFO O| Feb 28 22:34:34.536 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-28T22:34:35.990Z[ host-image] Feb 28 22:34:34.549 INFO O| Feb 28 22:34:34.549 INFO O| Planning: Package planning ... Done
58832025-02-28T22:34:35.996Z[ host-image] Feb 28 22:34:34.556 INFO O| Feb 28 22:34:34.556 INFO O| Planning: Merging actions ... Done
58842025-02-28T22:34:36.000Z[ recovery-image] Feb 28 22:34:34.559 INFO O| Feb 28 22:34:34.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58852025-02-28T22:34:36.004Z[ recovery-image] Feb 28 22:34:34.560 INFO O| Feb 28 22:34:34.559 INFO STEP 401 (remove_files) COMPLETE
58862025-02-28T22:34:36.004Z[ recovery-image] Feb 28 22:34:34.560 INFO O| Feb 28 22:34:34.560 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-28T22:34:36.022Z[ recovery-image] Feb 28 22:34:34.581 INFO O| Feb 28 22:34:34.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58882025-02-28T22:34:36.025Z[ recovery-image] Feb 28 22:34:34.582 INFO O| Feb 28 22:34:34.582 INFO STEP 402 (remove_files) COMPLETE
58892025-02-28T22:34:36.025Z[ recovery-image] Feb 28 22:34:34.582 INFO O| Feb 28 22:34:34.582 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-28T22:34:36.047Z[ recovery-image] Feb 28 22:34:34.606 INFO O| Feb 28 22:34:34.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58912025-02-28T22:34:36.051Z[ recovery-image] Feb 28 22:34:34.606 INFO O| Feb 28 22:34:34.606 INFO STEP 403 (remove_files) COMPLETE
58922025-02-28T22:34:36.051Z[ recovery-image] Feb 28 22:34:34.607 INFO O| Feb 28 22:34:34.606 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-28T22:34:36.072Z[ recovery-image] Feb 28 22:34:34.631 INFO O| Feb 28 22:34:34.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58942025-02-28T22:34:36.076Z[ recovery-image] Feb 28 22:34:34.631 INFO O| Feb 28 22:34:34.631 INFO STEP 404 (remove_files) COMPLETE
58952025-02-28T22:34:36.076Z[ recovery-image] Feb 28 22:34:34.631 INFO O| Feb 28 22:34:34.631 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-28T22:34:36.095Z[ recovery-image] Feb 28 22:34:34.654 INFO O| Feb 28 22:34:34.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58972025-02-28T22:34:36.098Z[ recovery-image] Feb 28 22:34:34.654 INFO O| Feb 28 22:34:34.654 INFO STEP 405 (remove_files) COMPLETE
58982025-02-28T22:34:36.098Z[ recovery-image] Feb 28 22:34:34.654 INFO O| Feb 28 22:34:34.654 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-28T22:34:36.117Z[ recovery-image] Feb 28 22:34:34.676 INFO O| Feb 28 22:34:34.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
59002025-02-28T22:34:36.120Z[ recovery-image] Feb 28 22:34:34.676 INFO O| Feb 28 22:34:34.676 INFO STEP 406 (remove_files) COMPLETE
59012025-02-28T22:34:36.120Z[ recovery-image] Feb 28 22:34:34.676 INFO O| Feb 28 22:34:34.676 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-28T22:34:36.140Z[ recovery-image] Feb 28 22:34:34.699 INFO O| Feb 28 22:34:34.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
59032025-02-28T22:34:36.144Z[ recovery-image] Feb 28 22:34:34.699 INFO O| Feb 28 22:34:34.699 INFO STEP 407 (remove_files) COMPLETE
59042025-02-28T22:34:36.144Z[ recovery-image] Feb 28 22:34:34.699 INFO O| Feb 28 22:34:34.699 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-28T22:34:36.161Z[ recovery-image] Feb 28 22:34:34.720 INFO O| Feb 28 22:34:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
59062025-02-28T22:34:36.164Z[ recovery-image] Feb 28 22:34:34.720 INFO O| Feb 28 22:34:34.720 INFO STEP 408 (remove_files) COMPLETE
59072025-02-28T22:34:36.164Z[ recovery-image] Feb 28 22:34:34.720 INFO O| Feb 28 22:34:34.720 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-28T22:34:36.182Z[ host-image] Feb 28 22:34:34.742 INFO O| Feb 28 22:34:34.741 INFO O| Planning: Checking for conflicting actions ... Done
59092025-02-28T22:34:36.186Z[ recovery-image] Feb 28 22:34:34.743 INFO O| Feb 28 22:34:34.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
59102025-02-28T22:34:36.186Z[ recovery-image] Feb 28 22:34:34.743 INFO O| Feb 28 22:34:34.743 INFO STEP 409 (remove_files) COMPLETE
59112025-02-28T22:34:36.186Z[ recovery-image] Feb 28 22:34:34.743 INFO O| Feb 28 22:34:34.743 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-28T22:34:36.186Z[ host-image] Feb 28 22:34:34.744 INFO O| Feb 28 22:34:34.744 INFO O| Planning: Consolidating action changes ... Done
59132025-02-28T22:34:36.235Z[ recovery-image] Feb 28 22:34:34.794 INFO O| Feb 28 22:34:34.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
59142025-02-28T22:34:36.235Z[ recovery-image] Feb 28 22:34:34.794 INFO O| Feb 28 22:34:34.794 INFO STEP 410 (remove_files) COMPLETE
59152025-02-28T22:34:36.240Z[ recovery-image] Feb 28 22:34:34.794 INFO O| Feb 28 22:34:34.794 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-02-28T22:34:36.255Z[ recovery-image] Feb 28 22:34:34.814 INFO O| Feb 28 22:34:34.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
59172025-02-28T22:34:36.255Z[ recovery-image] Feb 28 22:34:34.814 INFO O| Feb 28 22:34:34.814 INFO STEP 411 (remove_files) COMPLETE
59182025-02-28T22:34:36.256Z[ recovery-image] Feb 28 22:34:34.814 INFO O| Feb 28 22:34:34.814 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-02-28T22:34:36.276Z[ recovery-image] Feb 28 22:34:34.834 INFO O| Feb 28 22:34:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
59202025-02-28T22:34:36.276Z[ recovery-image] Feb 28 22:34:34.834 INFO O| Feb 28 22:34:34.834 INFO STEP 412 (remove_files) COMPLETE
59212025-02-28T22:34:36.276Z[ recovery-image] Feb 28 22:34:34.834 INFO O| Feb 28 22:34:34.834 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-02-28T22:34:36.296Z[ recovery-image] Feb 28 22:34:34.854 INFO O| Feb 28 22:34:34.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
59232025-02-28T22:34:36.296Z[ recovery-image] Feb 28 22:34:34.854 INFO O| Feb 28 22:34:34.854 INFO STEP 413 (remove_files) COMPLETE
59242025-02-28T22:34:36.296Z[ recovery-image] Feb 28 22:34:34.854 INFO O| Feb 28 22:34:34.854 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-02-28T22:34:36.316Z[ recovery-image] Feb 28 22:34:34.874 INFO O| Feb 28 22:34:34.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
59262025-02-28T22:34:36.316Z[ recovery-image] Feb 28 22:34:34.875 INFO O| Feb 28 22:34:34.875 INFO STEP 414 (remove_files) COMPLETE
59272025-02-28T22:34:36.316Z[ recovery-image] Feb 28 22:34:34.875 INFO O| Feb 28 22:34:34.875 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-02-28T22:34:36.334Z[ recovery-image] Feb 28 22:34:34.893 INFO O| Feb 28 22:34:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
59292025-02-28T22:34:36.334Z[ recovery-image] Feb 28 22:34:34.893 INFO O| Feb 28 22:34:34.893 INFO STEP 415 (remove_files) COMPLETE
59302025-02-28T22:34:36.334Z[ recovery-image] Feb 28 22:34:34.894 INFO O| Feb 28 22:34:34.893 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-02-28T22:34:36.369Z[ recovery-image] Feb 28 22:34:34.928 INFO O| Feb 28 22:34:34.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
59322025-02-28T22:34:36.369Z[ recovery-image] Feb 28 22:34:34.928 INFO O| Feb 28 22:34:34.928 INFO STEP 416 (remove_files) COMPLETE
59332025-02-28T22:34:36.369Z[ recovery-image] Feb 28 22:34:34.928 INFO O| Feb 28 22:34:34.928 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-28T22:34:36.399Z[ recovery-image] Feb 28 22:34:34.959 INFO O| Feb 28 22:34:34.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
59352025-02-28T22:34:36.400Z[ recovery-image] Feb 28 22:34:34.959 INFO O| Feb 28 22:34:34.959 INFO STEP 417 (remove_files) COMPLETE
59362025-02-28T22:34:36.400Z[ recovery-image] Feb 28 22:34:34.959 INFO O| Feb 28 22:34:34.959 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-28T22:34:36.421Z[ recovery-image] Feb 28 22:34:34.980 INFO O| Feb 28 22:34:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
59382025-02-28T22:34:36.421Z[ recovery-image] Feb 28 22:34:34.980 INFO O| Feb 28 22:34:34.980 INFO STEP 418 (remove_files) COMPLETE
59392025-02-28T22:34:36.422Z[ recovery-image] Feb 28 22:34:34.980 INFO O| Feb 28 22:34:34.980 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-02-28T22:34:36.442Z[ recovery-image] Feb 28 22:34:35.001 INFO O| Feb 28 22:34:35.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
59412025-02-28T22:34:36.442Z[ recovery-image] Feb 28 22:34:35.001 INFO O| Feb 28 22:34:35.001 INFO STEP 419 (remove_files) COMPLETE
59422025-02-28T22:34:36.443Z[ recovery-image] Feb 28 22:34:35.001 INFO O| Feb 28 22:34:35.001 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-28T22:34:36.466Z[ recovery-image] Feb 28 22:34:35.025 INFO O| Feb 28 22:34:35.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
59442025-02-28T22:34:36.466Z[ recovery-image] Feb 28 22:34:35.025 INFO O| Feb 28 22:34:35.025 INFO STEP 420 (remove_files) COMPLETE
59452025-02-28T22:34:36.466Z[ recovery-image] Feb 28 22:34:35.025 INFO O| Feb 28 22:34:35.025 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-28T22:34:36.489Z[ recovery-image] Feb 28 22:34:35.048 INFO O| Feb 28 22:34:35.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
59472025-02-28T22:34:36.489Z[ recovery-image] Feb 28 22:34:35.048 INFO O| Feb 28 22:34:35.048 INFO STEP 421 (remove_files) COMPLETE
59482025-02-28T22:34:36.489Z[ recovery-image] Feb 28 22:34:35.048 INFO O| Feb 28 22:34:35.048 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-02-28T22:34:36.538Z[ recovery-image] Feb 28 22:34:35.097 INFO O| Feb 28 22:34:35.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
59502025-02-28T22:34:36.540Z[ recovery-image] Feb 28 22:34:35.098 INFO O| Feb 28 22:34:35.098 INFO STEP 422 (remove_files) COMPLETE
59512025-02-28T22:34:36.540Z[ recovery-image] Feb 28 22:34:35.098 INFO O| Feb 28 22:34:35.098 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-02-28T22:34:36.573Z[ recovery-image] Feb 28 22:34:35.132 INFO O| Feb 28 22:34:35.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
59532025-02-28T22:34:36.573Z[ recovery-image] Feb 28 22:34:35.132 INFO O| Feb 28 22:34:35.132 INFO STEP 423 (remove_files) COMPLETE
59542025-02-28T22:34:36.573Z[ recovery-image] Feb 28 22:34:35.132 INFO O| Feb 28 22:34:35.132 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-02-28T22:34:36.592Z[ recovery-image] Feb 28 22:34:35.151 INFO O| Feb 28 22:34:35.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59562025-02-28T22:34:36.592Z[ recovery-image] Feb 28 22:34:35.151 INFO O| Feb 28 22:34:35.151 INFO STEP 424 (remove_files) COMPLETE
59572025-02-28T22:34:36.592Z[ recovery-image] Feb 28 22:34:35.151 INFO O| Feb 28 22:34:35.151 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-02-28T22:34:36.634Z[ recovery-image] Feb 28 22:34:35.193 INFO O| Feb 28 22:34:35.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59592025-02-28T22:34:36.634Z[ recovery-image] Feb 28 22:34:35.193 INFO O| Feb 28 22:34:35.193 INFO STEP 425 (remove_files) COMPLETE
59602025-02-28T22:34:36.637Z[ recovery-image] Feb 28 22:34:35.193 INFO O| Feb 28 22:34:35.193 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-02-28T22:34:36.657Z[ recovery-image] Feb 28 22:34:35.216 INFO O| Feb 28 22:34:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59622025-02-28T22:34:36.657Z[ recovery-image] Feb 28 22:34:35.216 INFO O| Feb 28 22:34:35.216 INFO STEP 426 (remove_files) COMPLETE
59632025-02-28T22:34:36.657Z[ recovery-image] Feb 28 22:34:35.216 INFO O| Feb 28 22:34:35.216 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-02-28T22:34:36.679Z[ recovery-image] Feb 28 22:34:35.238 INFO O| Feb 28 22:34:35.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59652025-02-28T22:34:36.679Z[ recovery-image] Feb 28 22:34:35.238 INFO O| Feb 28 22:34:35.238 INFO STEP 427 (remove_files) COMPLETE
59662025-02-28T22:34:36.679Z[ recovery-image] Feb 28 22:34:35.238 INFO O| Feb 28 22:34:35.238 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-02-28T22:34:36.689Z[ host-image] Feb 28 22:34:35.248 INFO O| Feb 28 22:34:35.248 INFO O| Planning: Evaluating mediators ... Done
59682025-02-28T22:34:36.693Z[ host-image] Feb 28 22:34:35.250 INFO O| Feb 28 22:34:35.250 INFO O| Planning: Planning completed in 6.86 seconds
59692025-02-28T22:34:36.696Z[ host-image] Feb 28 22:34:35.253 INFO O| Feb 28 22:34:35.253 INFO O| Packages to install: 5
59702025-02-28T22:34:36.696Z[ host-image] Feb 28 22:34:35.253 INFO O| Feb 28 22:34:35.253 INFO O| Services to change: 2
59712025-02-28T22:34:36.713Z[ host-image] Feb 28 22:34:35.272 INFO O| Feb 28 22:34:35.272 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
59722025-02-28T22:34:36.723Z[ recovery-image] Feb 28 22:34:35.283 INFO O| Feb 28 22:34:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59732025-02-28T22:34:36.727Z[ recovery-image] Feb 28 22:34:35.283 INFO O| Feb 28 22:34:35.283 INFO STEP 428 (remove_files) COMPLETE
59742025-02-28T22:34:36.727Z[ recovery-image] Feb 28 22:34:35.283 INFO O| Feb 28 22:34:35.283 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-28T22:34:36.746Z[ recovery-image] Feb 28 22:34:35.305 INFO O| Feb 28 22:34:35.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59762025-02-28T22:34:36.746Z[ recovery-image] Feb 28 22:34:35.305 INFO O| Feb 28 22:34:35.305 INFO STEP 429 (remove_files) COMPLETE
59772025-02-28T22:34:36.746Z[ recovery-image] Feb 28 22:34:35.305 INFO O| Feb 28 22:34:35.305 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-28T22:34:36.767Z[ recovery-image] Feb 28 22:34:35.326 INFO O| Feb 28 22:34:35.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59792025-02-28T22:34:36.793Z[ recovery-image] Feb 28 22:34:35.351 INFO O| Feb 28 22:34:35.351 INFO STEP 430 (remove_files) COMPLETE
59802025-02-28T22:34:36.793Z[ recovery-image] Feb 28 22:34:35.351 INFO O| Feb 28 22:34:35.351 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-28T22:34:36.826Z[ recovery-image] Feb 28 22:34:35.385 INFO O| Feb 28 22:34:35.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59822025-02-28T22:34:36.826Z[ recovery-image] Feb 28 22:34:35.385 INFO O| Feb 28 22:34:35.385 INFO STEP 431 (remove_files) COMPLETE
59832025-02-28T22:34:36.826Z[ recovery-image] Feb 28 22:34:35.385 INFO O| Feb 28 22:34:35.385 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-28T22:34:36.858Z[ recovery-image] Feb 28 22:34:35.417 INFO O| Feb 28 22:34:35.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59852025-02-28T22:34:36.861Z[ recovery-image] Feb 28 22:34:35.417 INFO O| Feb 28 22:34:35.417 INFO STEP 432 (remove_files) COMPLETE
59862025-02-28T22:34:36.861Z[ recovery-image] Feb 28 22:34:35.417 INFO O| Feb 28 22:34:35.417 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-28T22:34:36.879Z[ recovery-image] Feb 28 22:34:35.438 INFO O| Feb 28 22:34:35.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59882025-02-28T22:34:36.883Z[ recovery-image] Feb 28 22:34:35.439 INFO O| Feb 28 22:34:35.439 INFO STEP 433 (remove_files) COMPLETE
59892025-02-28T22:34:36.883Z[ recovery-image] Feb 28 22:34:35.439 INFO O| Feb 28 22:34:35.439 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-28T22:34:36.899Z[ recovery-image] Feb 28 22:34:35.458 INFO O| Feb 28 22:34:35.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59912025-02-28T22:34:36.902Z[ recovery-image] Feb 28 22:34:35.458 INFO O| Feb 28 22:34:35.458 INFO STEP 434 (remove_files) COMPLETE
59922025-02-28T22:34:36.902Z[ recovery-image] Feb 28 22:34:35.458 INFO O| Feb 28 22:34:35.458 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-28T22:34:36.919Z[ recovery-image] Feb 28 22:34:35.478 INFO O| Feb 28 22:34:35.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59942025-02-28T22:34:36.925Z[ recovery-image] Feb 28 22:34:35.484 INFO O| Feb 28 22:34:35.484 INFO STEP 435 (remove_files) COMPLETE
59952025-02-28T22:34:36.925Z[ recovery-image] Feb 28 22:34:35.484 INFO O| Feb 28 22:34:35.484 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-28T22:34:36.946Z[ recovery-image] Feb 28 22:34:35.505 INFO O| Feb 28 22:34:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59972025-02-28T22:34:36.949Z[ recovery-image] Feb 28 22:34:35.505 INFO O| Feb 28 22:34:35.505 INFO STEP 436 (remove_files) COMPLETE
59982025-02-28T22:34:36.949Z[ recovery-image] Feb 28 22:34:35.505 INFO O| Feb 28 22:34:35.505 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-28T22:34:36.967Z[ recovery-image] Feb 28 22:34:35.526 INFO O| Feb 28 22:34:35.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
60002025-02-28T22:34:36.970Z[ recovery-image] Feb 28 22:34:35.526 INFO O| Feb 28 22:34:35.526 INFO STEP 437 (remove_files) COMPLETE
60012025-02-28T22:34:36.970Z[ recovery-image] Feb 28 22:34:35.526 INFO O| Feb 28 22:34:35.526 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-28T22:34:36.986Z[ recovery-image] Feb 28 22:34:35.545 INFO O| Feb 28 22:34:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
60032025-02-28T22:34:36.989Z[ recovery-image] Feb 28 22:34:35.545 INFO O| Feb 28 22:34:35.545 INFO STEP 438 (remove_files) COMPLETE
60042025-02-28T22:34:36.989Z[ recovery-image] Feb 28 22:34:35.545 INFO O| Feb 28 22:34:35.545 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-28T22:34:37.009Z[ recovery-image] Feb 28 22:34:35.565 INFO O| Feb 28 22:34:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
60062025-02-28T22:34:37.009Z[ recovery-image] Feb 28 22:34:35.565 INFO O| Feb 28 22:34:35.565 INFO STEP 439 (remove_files) COMPLETE
60072025-02-28T22:34:37.009Z[ recovery-image] Feb 28 22:34:35.566 INFO O| Feb 28 22:34:35.565 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-28T22:34:37.031Z[ recovery-image] Feb 28 22:34:35.590 INFO O| Feb 28 22:34:35.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
60092025-02-28T22:34:37.031Z[ recovery-image] Feb 28 22:34:35.590 INFO O| Feb 28 22:34:35.590 INFO STEP 440 (remove_files) COMPLETE
60102025-02-28T22:34:37.031Z[ recovery-image] Feb 28 22:34:35.590 INFO O| Feb 28 22:34:35.590 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-28T22:34:37.054Z[ recovery-image] Feb 28 22:34:35.613 INFO O| Feb 28 22:34:35.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
60122025-02-28T22:34:37.054Z[ recovery-image] Feb 28 22:34:35.613 INFO O| Feb 28 22:34:35.613 INFO STEP 441 (remove_files) COMPLETE
60132025-02-28T22:34:37.054Z[ recovery-image] Feb 28 22:34:35.613 INFO O| Feb 28 22:34:35.613 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-28T22:34:37.076Z[ recovery-image] Feb 28 22:34:35.635 INFO O| Feb 28 22:34:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
60152025-02-28T22:34:37.076Z[ recovery-image] Feb 28 22:34:35.635 INFO O| Feb 28 22:34:35.635 INFO STEP 442 (remove_files) COMPLETE
60162025-02-28T22:34:37.077Z[ recovery-image] Feb 28 22:34:35.635 INFO O| Feb 28 22:34:35.635 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-28T22:34:37.112Z[ recovery-image] Feb 28 22:34:35.671 INFO O| Feb 28 22:34:35.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
60182025-02-28T22:34:37.112Z[ recovery-image] Feb 28 22:34:35.671 INFO O| Feb 28 22:34:35.671 INFO STEP 443 (remove_files) COMPLETE
60192025-02-28T22:34:37.112Z[ recovery-image] Feb 28 22:34:35.671 INFO O| Feb 28 22:34:35.671 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-28T22:34:37.132Z[ recovery-image] Feb 28 22:34:35.691 INFO O| Feb 28 22:34:35.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
60212025-02-28T22:34:37.132Z[ recovery-image] Feb 28 22:34:35.692 INFO O| Feb 28 22:34:35.691 INFO STEP 444 (remove_files) COMPLETE
60222025-02-28T22:34:37.133Z[ recovery-image] Feb 28 22:34:35.692 INFO O| Feb 28 22:34:35.692 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-28T22:34:37.152Z[ recovery-image] Feb 28 22:34:35.711 INFO O| Feb 28 22:34:35.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
60242025-02-28T22:34:37.152Z[ recovery-image] Feb 28 22:34:35.712 INFO O| Feb 28 22:34:35.711 INFO STEP 445 (remove_files) COMPLETE
60252025-02-28T22:34:37.156Z[ recovery-image] Feb 28 22:34:35.712 INFO O| Feb 28 22:34:35.712 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-28T22:34:37.173Z[ recovery-image] Feb 28 22:34:35.732 INFO O| Feb 28 22:34:35.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
60272025-02-28T22:34:37.177Z[ recovery-image] Feb 28 22:34:35.732 INFO O| Feb 28 22:34:35.732 INFO STEP 446 (remove_files) COMPLETE
60282025-02-28T22:34:37.177Z[ recovery-image] Feb 28 22:34:35.732 INFO O| Feb 28 22:34:35.732 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-28T22:34:37.194Z[ recovery-image] Feb 28 22:34:35.753 INFO O| Feb 28 22:34:35.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
60302025-02-28T22:34:37.194Z[ recovery-image] Feb 28 22:34:35.753 INFO O| Feb 28 22:34:35.753 INFO STEP 447 (remove_files) COMPLETE
60312025-02-28T22:34:37.195Z[ recovery-image] Feb 28 22:34:35.753 INFO O| Feb 28 22:34:35.753 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-28T22:34:37.227Z[ recovery-image] Feb 28 22:34:35.786 INFO O| Feb 28 22:34:35.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
60332025-02-28T22:34:37.227Z[ recovery-image] Feb 28 22:34:35.786 INFO O| Feb 28 22:34:35.786 INFO STEP 448 (remove_files) COMPLETE
60342025-02-28T22:34:37.231Z[ recovery-image] Feb 28 22:34:35.786 INFO O| Feb 28 22:34:35.786 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-28T22:34:37.250Z[ recovery-image] Feb 28 22:34:35.809 INFO O| Feb 28 22:34:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
60362025-02-28T22:34:37.250Z[ recovery-image] Feb 28 22:34:35.809 INFO O| Feb 28 22:34:35.809 INFO STEP 449 (remove_files) COMPLETE
60372025-02-28T22:34:37.254Z[ recovery-image] Feb 28 22:34:35.809 INFO O| Feb 28 22:34:35.809 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-02-28T22:34:37.272Z[ recovery-image] Feb 28 22:34:35.831 INFO O| Feb 28 22:34:35.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
60392025-02-28T22:34:37.275Z[ recovery-image] Feb 28 22:34:35.831 INFO O| Feb 28 22:34:35.831 INFO STEP 450 (remove_files) COMPLETE
60402025-02-28T22:34:37.275Z[ recovery-image] Feb 28 22:34:35.831 INFO O| Feb 28 22:34:35.831 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-28T22:34:37.337Z[ recovery-image] Feb 28 22:34:35.896 INFO O| Feb 28 22:34:35.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
60422025-02-28T22:34:37.337Z[ recovery-image] Feb 28 22:34:35.896 INFO O| Feb 28 22:34:35.896 INFO STEP 451 (remove_files) COMPLETE
60432025-02-28T22:34:37.341Z[ recovery-image] Feb 28 22:34:35.896 INFO O| Feb 28 22:34:35.896 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-28T22:34:37.380Z[ recovery-image] Feb 28 22:34:35.939 INFO O| Feb 28 22:34:35.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
60452025-02-28T22:34:37.380Z[ recovery-image] Feb 28 22:34:35.939 INFO O| Feb 28 22:34:35.939 INFO STEP 452 (remove_files) COMPLETE
60462025-02-28T22:34:37.383Z[ recovery-image] Feb 28 22:34:35.939 INFO O| Feb 28 22:34:35.939 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-02-28T22:34:37.402Z[ recovery-image] Feb 28 22:34:35.961 INFO O| Feb 28 22:34:35.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
60482025-02-28T22:34:37.402Z[ recovery-image] Feb 28 22:34:35.961 INFO O| Feb 28 22:34:35.961 INFO STEP 453 (remove_files) COMPLETE
60492025-02-28T22:34:37.406Z[ recovery-image] Feb 28 22:34:35.962 INFO O| Feb 28 22:34:35.961 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-02-28T22:34:37.426Z[ recovery-image] Feb 28 22:34:35.985 INFO O| Feb 28 22:34:35.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
60512025-02-28T22:34:37.430Z[ recovery-image] Feb 28 22:34:35.985 INFO O| Feb 28 22:34:35.985 INFO STEP 454 (remove_files) COMPLETE
60522025-02-28T22:34:37.430Z[ recovery-image] Feb 28 22:34:35.985 INFO O| Feb 28 22:34:35.985 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-02-28T22:34:37.489Z[ recovery-image] Feb 28 22:34:36.048 INFO O| Feb 28 22:34:36.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60542025-02-28T22:34:37.489Z[ recovery-image] Feb 28 22:34:36.048 INFO O| Feb 28 22:34:36.048 INFO STEP 455 (remove_files) COMPLETE
60552025-02-28T22:34:37.492Z[ recovery-image] Feb 28 22:34:36.048 INFO O| Feb 28 22:34:36.048 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-02-28T22:34:37.514Z[ recovery-image] Feb 28 22:34:36.073 INFO O| Feb 28 22:34:36.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60572025-02-28T22:34:37.514Z[ recovery-image] Feb 28 22:34:36.073 INFO O| Feb 28 22:34:36.073 INFO STEP 456 (remove_files) COMPLETE
60582025-02-28T22:34:37.518Z[ recovery-image] Feb 28 22:34:36.073 INFO O| Feb 28 22:34:36.073 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-02-28T22:34:37.535Z[ recovery-image] Feb 28 22:34:36.094 INFO O| Feb 28 22:34:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60602025-02-28T22:34:37.535Z[ recovery-image] Feb 28 22:34:36.094 INFO O| Feb 28 22:34:36.094 INFO STEP 457 (remove_files) COMPLETE
60612025-02-28T22:34:37.535Z[ recovery-image] Feb 28 22:34:36.094 INFO O| Feb 28 22:34:36.094 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-02-28T22:34:37.556Z[ recovery-image] Feb 28 22:34:36.115 INFO O| Feb 28 22:34:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60632025-02-28T22:34:37.556Z[ recovery-image] Feb 28 22:34:36.115 INFO O| Feb 28 22:34:36.115 INFO STEP 458 (remove_files) COMPLETE
60642025-02-28T22:34:37.561Z[ recovery-image] Feb 28 22:34:36.115 INFO O| Feb 28 22:34:36.115 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-02-28T22:34:37.579Z[ recovery-image] Feb 28 22:34:36.137 INFO O| Feb 28 22:34:36.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60662025-02-28T22:34:37.579Z[ recovery-image] Feb 28 22:34:36.137 INFO O| Feb 28 22:34:36.137 INFO STEP 459 (remove_files) COMPLETE
60672025-02-28T22:34:37.580Z[ recovery-image] Feb 28 22:34:36.137 INFO O| Feb 28 22:34:36.137 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-02-28T22:34:37.607Z[ recovery-image] Feb 28 22:34:36.166 INFO O| Feb 28 22:34:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60692025-02-28T22:34:37.607Z[ recovery-image] Feb 28 22:34:36.166 INFO O| Feb 28 22:34:36.166 INFO STEP 460 (remove_files) COMPLETE
60702025-02-28T22:34:37.607Z[ recovery-image] Feb 28 22:34:36.166 INFO O| Feb 28 22:34:36.166 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-02-28T22:34:37.632Z[ recovery-image] Feb 28 22:34:36.191 INFO O| Feb 28 22:34:36.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60722025-02-28T22:34:37.632Z[ recovery-image] Feb 28 22:34:36.191 INFO O| Feb 28 22:34:36.191 INFO STEP 461 (remove_files) COMPLETE
60732025-02-28T22:34:37.632Z[ recovery-image] Feb 28 22:34:36.191 INFO O| Feb 28 22:34:36.191 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-02-28T22:34:37.653Z[ recovery-image] Feb 28 22:34:36.212 INFO O| Feb 28 22:34:36.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60752025-02-28T22:34:37.653Z[ recovery-image] Feb 28 22:34:36.212 INFO O| Feb 28 22:34:36.212 INFO STEP 462 (remove_files) COMPLETE
60762025-02-28T22:34:37.653Z[ recovery-image] Feb 28 22:34:36.212 INFO O| Feb 28 22:34:36.212 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-02-28T22:34:37.676Z[ recovery-image] Feb 28 22:34:36.235 INFO O| Feb 28 22:34:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60782025-02-28T22:34:37.680Z[ recovery-image] Feb 28 22:34:36.236 INFO O| Feb 28 22:34:36.235 INFO STEP 463 (remove_files) COMPLETE
60792025-02-28T22:34:37.680Z[ recovery-image] Feb 28 22:34:36.236 INFO O| Feb 28 22:34:36.236 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-02-28T22:34:37.708Z[ recovery-image] Feb 28 22:34:36.267 INFO O| Feb 28 22:34:36.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60812025-02-28T22:34:37.709Z[ recovery-image] Feb 28 22:34:36.267 INFO O| Feb 28 22:34:36.267 INFO STEP 464 (remove_files) COMPLETE
60822025-02-28T22:34:37.709Z[ recovery-image] Feb 28 22:34:36.267 INFO O| Feb 28 22:34:36.267 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-02-28T22:34:37.733Z[ recovery-image] Feb 28 22:34:36.292 INFO O| Feb 28 22:34:36.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60842025-02-28T22:34:37.736Z[ recovery-image] Feb 28 22:34:36.292 INFO O| Feb 28 22:34:36.292 INFO STEP 465 (remove_files) COMPLETE
60852025-02-28T22:34:37.736Z[ recovery-image] Feb 28 22:34:36.292 INFO O| Feb 28 22:34:36.292 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-02-28T22:34:37.758Z[ recovery-image] Feb 28 22:34:36.317 INFO O| Feb 28 22:34:36.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60872025-02-28T22:34:37.758Z[ recovery-image] Feb 28 22:34:36.317 INFO O| Feb 28 22:34:36.317 INFO STEP 466 (remove_files) COMPLETE
60882025-02-28T22:34:37.758Z[ recovery-image] Feb 28 22:34:36.317 INFO O| Feb 28 22:34:36.317 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-02-28T22:34:37.816Z[ recovery-image] Feb 28 22:34:36.373 INFO O| Feb 28 22:34:36.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60902025-02-28T22:34:37.819Z[ recovery-image] Feb 28 22:34:36.374 INFO O| Feb 28 22:34:36.373 INFO STEP 467 (remove_files) COMPLETE
60912025-02-28T22:34:37.819Z[ recovery-image] Feb 28 22:34:36.374 INFO O| Feb 28 22:34:36.373 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-02-28T22:34:37.885Z[ recovery-image] Feb 28 22:34:36.433 INFO O| Feb 28 22:34:36.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60932025-02-28T22:34:37.885Z[ recovery-image] Feb 28 22:34:36.433 INFO O| Feb 28 22:34:36.433 INFO STEP 468 (remove_files) COMPLETE
60942025-02-28T22:34:37.889Z[ recovery-image] Feb 28 22:34:36.433 INFO O| Feb 28 22:34:36.433 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-02-28T22:34:37.897Z[ recovery-image] Feb 28 22:34:36.456 INFO O| Feb 28 22:34:36.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60962025-02-28T22:34:37.901Z[ recovery-image] Feb 28 22:34:36.457 INFO O| Feb 28 22:34:36.457 INFO STEP 469 (remove_files) COMPLETE
60972025-02-28T22:34:37.901Z[ recovery-image] Feb 28 22:34:36.457 INFO O| Feb 28 22:34:36.457 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-02-28T22:34:37.921Z[ recovery-image] Feb 28 22:34:36.480 INFO O| Feb 28 22:34:36.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60992025-02-28T22:34:37.921Z[ recovery-image] Feb 28 22:34:36.480 INFO O| Feb 28 22:34:36.480 INFO STEP 470 (remove_files) COMPLETE
61002025-02-28T22:34:37.921Z[ recovery-image] Feb 28 22:34:36.480 INFO O| Feb 28 22:34:36.480 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-02-28T22:34:37.942Z[ recovery-image] Feb 28 22:34:36.500 INFO O| Feb 28 22:34:36.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
61022025-02-28T22:34:37.943Z[ recovery-image] Feb 28 22:34:36.500 INFO O| Feb 28 22:34:36.500 INFO STEP 471 (remove_files) COMPLETE
61032025-02-28T22:34:37.943Z[ recovery-image] Feb 28 22:34:36.500 INFO O| Feb 28 22:34:36.500 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-02-28T22:34:37.961Z[ recovery-image] Feb 28 22:34:36.520 INFO O| Feb 28 22:34:36.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
61052025-02-28T22:34:37.961Z[ recovery-image] Feb 28 22:34:36.520 INFO O| Feb 28 22:34:36.520 INFO STEP 472 (remove_files) COMPLETE
61062025-02-28T22:34:37.962Z[ recovery-image] Feb 28 22:34:36.520 INFO O| Feb 28 22:34:36.520 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-02-28T22:34:37.981Z[ recovery-image] Feb 28 22:34:36.540 INFO O| Feb 28 22:34:36.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
61082025-02-28T22:34:37.981Z[ recovery-image] Feb 28 22:34:36.540 INFO O| Feb 28 22:34:36.540 INFO STEP 473 (remove_files) COMPLETE
61092025-02-28T22:34:37.981Z[ recovery-image] Feb 28 22:34:36.540 INFO O| Feb 28 22:34:36.540 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-02-28T22:34:38.022Z[ recovery-image] Feb 28 22:34:36.576 INFO O| Feb 28 22:34:36.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
61112025-02-28T22:34:38.022Z[ recovery-image] Feb 28 22:34:36.576 INFO O| Feb 28 22:34:36.576 INFO STEP 474 (remove_files) COMPLETE
61122025-02-28T22:34:38.022Z[ recovery-image] Feb 28 22:34:36.576 INFO O| Feb 28 22:34:36.576 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-02-28T22:34:38.043Z[ recovery-image] Feb 28 22:34:36.600 INFO O| Feb 28 22:34:36.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
61142025-02-28T22:34:38.044Z[ recovery-image] Feb 28 22:34:36.601 INFO O| Feb 28 22:34:36.601 INFO STEP 475 (remove_files) COMPLETE
61152025-02-28T22:34:38.049Z[ recovery-image] Feb 28 22:34:36.601 INFO O| Feb 28 22:34:36.601 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-02-28T22:34:38.066Z[ recovery-image] Feb 28 22:34:36.625 INFO O| Feb 28 22:34:36.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
61172025-02-28T22:34:38.070Z[ recovery-image] Feb 28 22:34:36.625 INFO O| Feb 28 22:34:36.625 INFO STEP 476 (remove_files) COMPLETE
61182025-02-28T22:34:38.070Z[ recovery-image] Feb 28 22:34:36.626 INFO O| Feb 28 22:34:36.626 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-02-28T22:34:38.088Z[ recovery-image] Feb 28 22:34:36.647 INFO O| Feb 28 22:34:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
61202025-02-28T22:34:38.088Z[ recovery-image] Feb 28 22:34:36.647 INFO O| Feb 28 22:34:36.647 INFO STEP 477 (remove_files) COMPLETE
61212025-02-28T22:34:38.092Z[ recovery-image] Feb 28 22:34:36.647 INFO O| Feb 28 22:34:36.647 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-28T22:34:38.113Z[ recovery-image] Feb 28 22:34:36.672 INFO O| Feb 28 22:34:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
61232025-02-28T22:34:38.117Z[ recovery-image] Feb 28 22:34:36.673 INFO O| Feb 28 22:34:36.672 INFO STEP 478 (remove_files) COMPLETE
61242025-02-28T22:34:38.118Z[ recovery-image] Feb 28 22:34:36.673 INFO O| Feb 28 22:34:36.673 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-28T22:34:38.137Z[ recovery-image] Feb 28 22:34:36.696 INFO O| Feb 28 22:34:36.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
61262025-02-28T22:34:38.141Z[ recovery-image] Feb 28 22:34:36.696 INFO O| Feb 28 22:34:36.696 INFO STEP 479 (remove_files) COMPLETE
61272025-02-28T22:34:38.141Z[ recovery-image] Feb 28 22:34:36.696 INFO O| Feb 28 22:34:36.696 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-28T22:34:38.161Z[ recovery-image] Feb 28 22:34:36.720 INFO O| Feb 28 22:34:36.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
61292025-02-28T22:34:38.161Z[ recovery-image] Feb 28 22:34:36.720 INFO O| Feb 28 22:34:36.719 INFO STEP 480 (remove_files) COMPLETE
61302025-02-28T22:34:38.164Z[ recovery-image] Feb 28 22:34:36.720 INFO O| Feb 28 22:34:36.719 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-28T22:34:38.224Z[ recovery-image] Feb 28 22:34:36.782 INFO O| Feb 28 22:34:36.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
61322025-02-28T22:34:38.224Z[ recovery-image] Feb 28 22:34:36.782 INFO O| Feb 28 22:34:36.782 INFO STEP 481 (remove_files) COMPLETE
61332025-02-28T22:34:38.224Z[ recovery-image] Feb 28 22:34:36.782 INFO O| Feb 28 22:34:36.782 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-28T22:34:38.245Z[ recovery-image] Feb 28 22:34:36.804 INFO O| Feb 28 22:34:36.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
61352025-02-28T22:34:38.245Z[ recovery-image] Feb 28 22:34:36.804 INFO O| Feb 28 22:34:36.804 INFO STEP 482 (remove_files) COMPLETE
61362025-02-28T22:34:38.245Z[ recovery-image] Feb 28 22:34:36.804 INFO O| Feb 28 22:34:36.804 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-28T22:34:38.267Z[ recovery-image] Feb 28 22:34:36.825 INFO O| Feb 28 22:34:36.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
61382025-02-28T22:34:38.267Z[ recovery-image] Feb 28 22:34:36.825 INFO O| Feb 28 22:34:36.825 INFO STEP 483 (remove_files) COMPLETE
61392025-02-28T22:34:38.270Z[ recovery-image] Feb 28 22:34:36.825 INFO O| Feb 28 22:34:36.825 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-28T22:34:38.289Z[ recovery-image] Feb 28 22:34:36.846 INFO O| Feb 28 22:34:36.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
61412025-02-28T22:34:38.289Z[ recovery-image] Feb 28 22:34:36.846 INFO O| Feb 28 22:34:36.846 INFO STEP 484 (remove_files) COMPLETE
61422025-02-28T22:34:38.289Z[ recovery-image] Feb 28 22:34:36.846 INFO O| Feb 28 22:34:36.846 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-28T22:34:38.326Z[ recovery-image] Feb 28 22:34:36.884 INFO O| Feb 28 22:34:36.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
61442025-02-28T22:34:38.326Z[ recovery-image] Feb 28 22:34:36.884 INFO O| Feb 28 22:34:36.884 INFO STEP 485 (remove_files) COMPLETE
61452025-02-28T22:34:38.326Z[ recovery-image] Feb 28 22:34:36.884 INFO O| Feb 28 22:34:36.884 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-28T22:34:38.429Z[ recovery-image] Feb 28 22:34:36.987 INFO O| Feb 28 22:34:36.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
61472025-02-28T22:34:38.435Z[ recovery-image] Feb 28 22:34:36.987 INFO O| Feb 28 22:34:36.987 INFO STEP 486 (remove_files) COMPLETE
61482025-02-28T22:34:38.435Z[ recovery-image] Feb 28 22:34:36.987 INFO O| Feb 28 22:34:36.987 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-28T22:34:38.497Z[ recovery-image] Feb 28 22:34:37.055 INFO O| Feb 28 22:34:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
61502025-02-28T22:34:38.497Z[ recovery-image] Feb 28 22:34:37.055 INFO O| Feb 28 22:34:37.055 INFO STEP 487 (remove_files) COMPLETE
61512025-02-28T22:34:38.502Z[ recovery-image] Feb 28 22:34:37.055 INFO O| Feb 28 22:34:37.055 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-02-28T22:34:38.521Z[ recovery-image] Feb 28 22:34:37.079 INFO O| Feb 28 22:34:37.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
61532025-02-28T22:34:38.521Z[ recovery-image] Feb 28 22:34:37.080 INFO O| Feb 28 22:34:37.080 INFO STEP 488 (remove_files) COMPLETE
61542025-02-28T22:34:38.521Z[ recovery-image] Feb 28 22:34:37.080 INFO O| Feb 28 22:34:37.080 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-28T22:34:38.575Z[ recovery-image] Feb 28 22:34:37.133 INFO O| Feb 28 22:34:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61562025-02-28T22:34:38.575Z[ recovery-image] Feb 28 22:34:37.133 INFO O| Feb 28 22:34:37.133 INFO STEP 489 (remove_files) COMPLETE
61572025-02-28T22:34:38.578Z[ recovery-image] Feb 28 22:34:37.133 INFO O| Feb 28 22:34:37.133 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-02-28T22:34:38.594Z[ recovery-image] Feb 28 22:34:37.153 INFO O| Feb 28 22:34:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61592025-02-28T22:34:38.594Z[ recovery-image] Feb 28 22:34:37.153 INFO O| Feb 28 22:34:37.153 INFO STEP 490 (remove_files) COMPLETE
61602025-02-28T22:34:38.598Z[ recovery-image] Feb 28 22:34:37.153 INFO O| Feb 28 22:34:37.153 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-02-28T22:34:38.647Z[ recovery-image] Feb 28 22:34:37.206 INFO O| Feb 28 22:34:37.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61622025-02-28T22:34:38.647Z[ recovery-image] Feb 28 22:34:37.206 INFO O| Feb 28 22:34:37.206 INFO STEP 491 (remove_files) COMPLETE
61632025-02-28T22:34:38.647Z[ recovery-image] Feb 28 22:34:37.206 INFO O| Feb 28 22:34:37.206 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-02-28T22:34:38.708Z[ recovery-image] Feb 28 22:34:37.267 INFO O| Feb 28 22:34:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61652025-02-28T22:34:38.708Z[ recovery-image] Feb 28 22:34:37.267 INFO O| Feb 28 22:34:37.267 INFO STEP 492 (remove_files) COMPLETE
61662025-02-28T22:34:38.708Z[ recovery-image] Feb 28 22:34:37.267 INFO O| Feb 28 22:34:37.267 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-02-28T22:34:38.731Z[ recovery-image] Feb 28 22:34:37.290 INFO O| Feb 28 22:34:37.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61682025-02-28T22:34:38.732Z[ recovery-image] Feb 28 22:34:37.290 INFO O| Feb 28 22:34:37.290 INFO STEP 493 (remove_files) COMPLETE
61692025-02-28T22:34:38.732Z[ recovery-image] Feb 28 22:34:37.290 INFO O| Feb 28 22:34:37.290 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-02-28T22:34:38.754Z[ recovery-image] Feb 28 22:34:37.312 INFO O| Feb 28 22:34:37.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61712025-02-28T22:34:38.769Z[ recovery-image] Feb 28 22:34:37.326 INFO O| Feb 28 22:34:37.326 INFO STEP 494 (remove_files) COMPLETE
61722025-02-28T22:34:38.770Z[ recovery-image] Feb 28 22:34:37.326 INFO O| Feb 28 22:34:37.326 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-02-28T22:34:38.826Z[ recovery-image] Feb 28 22:34:37.385 INFO O| Feb 28 22:34:37.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61742025-02-28T22:34:38.826Z[ recovery-image] Feb 28 22:34:37.385 INFO O| Feb 28 22:34:37.385 INFO STEP 495 (remove_files) COMPLETE
61752025-02-28T22:34:38.826Z[ recovery-image] Feb 28 22:34:37.385 INFO O| Feb 28 22:34:37.385 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-02-28T22:34:38.866Z[ recovery-image] Feb 28 22:34:37.425 INFO O| Feb 28 22:34:37.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61772025-02-28T22:34:38.869Z[ recovery-image] Feb 28 22:34:37.425 INFO O| Feb 28 22:34:37.425 INFO STEP 496 (remove_files) COMPLETE
61782025-02-28T22:34:38.869Z[ recovery-image] Feb 28 22:34:37.425 INFO O| Feb 28 22:34:37.425 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-02-28T22:34:38.889Z[ recovery-image] Feb 28 22:34:37.448 INFO O| Feb 28 22:34:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61802025-02-28T22:34:38.893Z[ recovery-image] Feb 28 22:34:37.448 INFO O| Feb 28 22:34:37.448 INFO STEP 497 (remove_files) COMPLETE
61812025-02-28T22:34:38.893Z[ recovery-image] Feb 28 22:34:37.448 INFO O| Feb 28 22:34:37.448 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-28T22:34:38.912Z[ recovery-image] Feb 28 22:34:37.471 INFO O| Feb 28 22:34:37.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61832025-02-28T22:34:38.912Z[ recovery-image] Feb 28 22:34:37.471 INFO O| Feb 28 22:34:37.471 INFO STEP 498 (remove_files) COMPLETE
61842025-02-28T22:34:38.913Z[ recovery-image] Feb 28 22:34:37.471 INFO O| Feb 28 22:34:37.471 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-28T22:34:38.935Z[ recovery-image] Feb 28 22:34:37.494 INFO O| Feb 28 22:34:37.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61862025-02-28T22:34:38.935Z[ recovery-image] Feb 28 22:34:37.494 INFO O| Feb 28 22:34:37.494 INFO STEP 499 (remove_files) COMPLETE
61872025-02-28T22:34:38.935Z[ recovery-image] Feb 28 22:34:37.494 INFO O| Feb 28 22:34:37.494 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-28T22:34:38.959Z[ recovery-image] Feb 28 22:34:37.518 INFO O| Feb 28 22:34:37.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61892025-02-28T22:34:38.959Z[ recovery-image] Feb 28 22:34:37.518 INFO O| Feb 28 22:34:37.518 INFO STEP 500 (remove_files) COMPLETE
61902025-02-28T22:34:38.959Z[ recovery-image] Feb 28 22:34:37.518 INFO O| Feb 28 22:34:37.518 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-28T22:34:38.982Z[ recovery-image] Feb 28 22:34:37.541 INFO O| Feb 28 22:34:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61922025-02-28T22:34:38.986Z[ recovery-image] Feb 28 22:34:37.541 INFO O| Feb 28 22:34:37.541 INFO STEP 501 (remove_files) COMPLETE
61932025-02-28T22:34:38.986Z[ recovery-image] Feb 28 22:34:37.541 INFO O| Feb 28 22:34:37.541 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-28T22:34:39.005Z[ recovery-image] Feb 28 22:34:37.564 INFO O| Feb 28 22:34:37.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61952025-02-28T22:34:39.009Z[ recovery-image] Feb 28 22:34:37.564 INFO O| Feb 28 22:34:37.564 INFO STEP 502 (remove_files) COMPLETE
61962025-02-28T22:34:39.009Z[ recovery-image] Feb 28 22:34:37.564 INFO O| Feb 28 22:34:37.564 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-28T22:34:39.029Z[ recovery-image] Feb 28 22:34:37.588 INFO O| Feb 28 22:34:37.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61982025-02-28T22:34:39.047Z[ recovery-image] Feb 28 22:34:37.606 INFO O| Feb 28 22:34:37.606 INFO STEP 503 (remove_files) COMPLETE
61992025-02-28T22:34:39.047Z[ recovery-image] Feb 28 22:34:37.606 INFO O| Feb 28 22:34:37.606 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-28T22:34:39.080Z[ recovery-image] Feb 28 22:34:37.639 INFO O| Feb 28 22:34:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
62012025-02-28T22:34:39.095Z[ recovery-image] Feb 28 22:34:37.654 INFO O| Feb 28 22:34:37.654 INFO STEP 504 (remove_files) COMPLETE
62022025-02-28T22:34:39.095Z[ recovery-image] Feb 28 22:34:37.654 INFO O| Feb 28 22:34:37.654 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-28T22:34:39.136Z[ recovery-image] Feb 28 22:34:37.694 INFO O| Feb 28 22:34:37.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62042025-02-28T22:34:39.155Z[ recovery-image] Feb 28 22:34:37.714 INFO O| Feb 28 22:34:37.714 INFO STEP 505 (remove_files) COMPLETE
62052025-02-28T22:34:39.155Z[ recovery-image] Feb 28 22:34:37.714 INFO O| Feb 28 22:34:37.714 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-28T22:34:39.189Z[ recovery-image] Feb 28 22:34:37.748 INFO O| Feb 28 22:34:37.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62072025-02-28T22:34:39.189Z[ recovery-image] Feb 28 22:34:37.748 INFO O| Feb 28 22:34:37.748 INFO STEP 506 (remove_files) COMPLETE
62082025-02-28T22:34:39.189Z[ recovery-image] Feb 28 22:34:37.748 INFO O| Feb 28 22:34:37.748 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-28T22:34:39.213Z[ recovery-image] Feb 28 22:34:37.771 INFO O| Feb 28 22:34:37.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
62102025-02-28T22:34:39.214Z[ recovery-image] Feb 28 22:34:37.771 INFO O| Feb 28 22:34:37.771 INFO STEP 507 (remove_files) COMPLETE
62112025-02-28T22:34:39.217Z[ recovery-image] Feb 28 22:34:37.771 INFO O| Feb 28 22:34:37.771 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-28T22:34:39.238Z[ recovery-image] Feb 28 22:34:37.796 INFO O| Feb 28 22:34:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
62132025-02-28T22:34:39.241Z[ recovery-image] Feb 28 22:34:37.796 INFO O| Feb 28 22:34:37.796 INFO STEP 508 (remove_files) COMPLETE
62142025-02-28T22:34:39.241Z[ recovery-image] Feb 28 22:34:37.797 INFO O| Feb 28 22:34:37.796 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-28T22:34:39.283Z[ recovery-image] Feb 28 22:34:37.842 INFO O| Feb 28 22:34:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
62162025-02-28T22:34:39.283Z[ recovery-image] Feb 28 22:34:37.842 INFO O| Feb 28 22:34:37.842 INFO STEP 509 (remove_files) COMPLETE
62172025-02-28T22:34:39.287Z[ recovery-image] Feb 28 22:34:37.842 INFO O| Feb 28 22:34:37.842 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-28T22:34:39.343Z[ recovery-image] Feb 28 22:34:37.902 INFO O| Feb 28 22:34:37.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
62192025-02-28T22:34:39.343Z[ recovery-image] Feb 28 22:34:37.902 INFO O| Feb 28 22:34:37.902 INFO STEP 510 (remove_files) COMPLETE
62202025-02-28T22:34:39.346Z[ recovery-image] Feb 28 22:34:37.902 INFO O| Feb 28 22:34:37.902 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-28T22:34:39.378Z[ recovery-image] Feb 28 22:34:37.937 INFO O| Feb 28 22:34:37.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
62222025-02-28T22:34:39.379Z[ recovery-image] Feb 28 22:34:37.937 INFO O| Feb 28 22:34:37.937 INFO STEP 511 (remove_files) COMPLETE
62232025-02-28T22:34:39.379Z[ recovery-image] Feb 28 22:34:37.937 INFO O| Feb 28 22:34:37.937 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-28T22:34:39.401Z[ recovery-image] Feb 28 22:34:37.960 INFO O| Feb 28 22:34:37.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
62252025-02-28T22:34:39.401Z[ recovery-image] Feb 28 22:34:37.960 INFO O| Feb 28 22:34:37.960 INFO STEP 512 (remove_files) COMPLETE
62262025-02-28T22:34:39.401Z[ recovery-image] Feb 28 22:34:37.960 INFO O| Feb 28 22:34:37.960 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-28T22:34:39.425Z[ recovery-image] Feb 28 22:34:37.984 INFO O| Feb 28 22:34:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
62282025-02-28T22:34:39.425Z[ recovery-image] Feb 28 22:34:37.984 INFO O| Feb 28 22:34:37.984 INFO STEP 513 (remove_files) COMPLETE
62292025-02-28T22:34:39.428Z[ recovery-image] Feb 28 22:34:37.984 INFO O| Feb 28 22:34:37.984 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-28T22:34:39.450Z[ recovery-image] Feb 28 22:34:38.008 INFO O| Feb 28 22:34:38.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
62312025-02-28T22:34:39.450Z[ recovery-image] Feb 28 22:34:38.009 INFO O| Feb 28 22:34:38.008 INFO STEP 514 (remove_files) COMPLETE
62322025-02-28T22:34:39.450Z[ recovery-image] Feb 28 22:34:38.009 INFO O| Feb 28 22:34:38.009 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-28T22:34:39.474Z[ recovery-image] Feb 28 22:34:38.033 INFO O| Feb 28 22:34:38.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
62342025-02-28T22:34:39.474Z[ recovery-image] Feb 28 22:34:38.033 INFO O| Feb 28 22:34:38.033 INFO STEP 515 (remove_files) COMPLETE
62352025-02-28T22:34:39.474Z[ recovery-image] Feb 28 22:34:38.033 INFO O| Feb 28 22:34:38.033 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-28T22:34:39.613Z[ recovery-image] Feb 28 22:34:38.116 INFO O| Feb 28 22:34:38.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
62372025-02-28T22:34:39.613Z[ recovery-image] Feb 28 22:34:38.116 INFO O| Feb 28 22:34:38.116 INFO STEP 516 (remove_files) COMPLETE
62382025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.116 INFO O| Feb 28 22:34:38.116 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.150 INFO O| Feb 28 22:34:38.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
62402025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.150 INFO O| Feb 28 22:34:38.150 INFO STEP 517 (remove_files) COMPLETE
62412025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.150 INFO O| Feb 28 22:34:38.150 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.173 INFO O| Feb 28 22:34:38.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
62432025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.174 INFO O| Feb 28 22:34:38.174 INFO STEP 518 (remove_files) COMPLETE
62442025-02-28T22:34:39.616Z[ recovery-image] Feb 28 22:34:38.174 INFO O| Feb 28 22:34:38.174 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-28T22:34:39.652Z[ recovery-image] Feb 28 22:34:38.211 INFO O| Feb 28 22:34:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
62462025-02-28T22:34:39.652Z[ recovery-image] Feb 28 22:34:38.211 INFO O| Feb 28 22:34:38.211 INFO STEP 519 (remove_files) COMPLETE
62472025-02-28T22:34:39.655Z[ recovery-image] Feb 28 22:34:38.211 INFO O| Feb 28 22:34:38.211 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-28T22:34:39.680Z[ recovery-image] Feb 28 22:34:38.234 INFO O| Feb 28 22:34:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
62492025-02-28T22:34:39.683Z[ recovery-image] Feb 28 22:34:38.234 INFO O| Feb 28 22:34:38.234 INFO STEP 520 (remove_files) COMPLETE
62502025-02-28T22:34:39.683Z[ recovery-image] Feb 28 22:34:38.234 INFO O| Feb 28 22:34:38.234 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-28T22:34:39.702Z[ recovery-image] Feb 28 22:34:38.260 INFO O| Feb 28 22:34:38.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
62522025-02-28T22:34:39.705Z[ recovery-image] Feb 28 22:34:38.261 INFO O| Feb 28 22:34:38.261 INFO STEP 521 (remove_files) COMPLETE
62532025-02-28T22:34:39.705Z[ recovery-image] Feb 28 22:34:38.261 INFO O| Feb 28 22:34:38.261 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-28T22:34:39.728Z[ recovery-image] Feb 28 22:34:38.286 INFO O| Feb 28 22:34:38.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62552025-02-28T22:34:39.750Z[ recovery-image] Feb 28 22:34:38.307 INFO O| Feb 28 22:34:38.307 INFO STEP 522 (remove_files) COMPLETE
62562025-02-28T22:34:39.750Z[ recovery-image] Feb 28 22:34:38.307 INFO O| Feb 28 22:34:38.307 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-28T22:34:39.825Z[ recovery-image] Feb 28 22:34:38.383 INFO O| Feb 28 22:34:38.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62582025-02-28T22:34:39.828Z[ recovery-image] Feb 28 22:34:38.383 INFO O| Feb 28 22:34:38.383 INFO STEP 523 (remove_files) COMPLETE
62592025-02-28T22:34:39.829Z[ recovery-image] Feb 28 22:34:38.383 INFO O| Feb 28 22:34:38.383 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-28T22:34:39.848Z[ recovery-image] Feb 28 22:34:38.406 INFO O| Feb 28 22:34:38.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62612025-02-28T22:34:39.848Z[ recovery-image] Feb 28 22:34:38.407 INFO O| Feb 28 22:34:38.407 INFO STEP 524 (remove_files) COMPLETE
62622025-02-28T22:34:39.854Z[ recovery-image] Feb 28 22:34:38.407 INFO O| Feb 28 22:34:38.407 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-28T22:34:39.873Z[ recovery-image] Feb 28 22:34:38.431 INFO O| Feb 28 22:34:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62642025-02-28T22:34:39.873Z[ recovery-image] Feb 28 22:34:38.431 INFO O| Feb 28 22:34:38.431 INFO STEP 525 (remove_files) COMPLETE
62652025-02-28T22:34:39.873Z[ recovery-image] Feb 28 22:34:38.431 INFO O| Feb 28 22:34:38.431 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-28T22:34:39.897Z[ recovery-image] Feb 28 22:34:38.456 INFO O| Feb 28 22:34:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62672025-02-28T22:34:39.897Z[ recovery-image] Feb 28 22:34:38.456 INFO O| Feb 28 22:34:38.456 INFO STEP 526 (remove_files) COMPLETE
62682025-02-28T22:34:39.897Z[ recovery-image] Feb 28 22:34:38.456 INFO O| Feb 28 22:34:38.456 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-28T22:34:39.924Z[ recovery-image] Feb 28 22:34:38.482 INFO O| Feb 28 22:34:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62702025-02-28T22:34:39.924Z[ recovery-image] Feb 28 22:34:38.482 INFO O| Feb 28 22:34:38.482 INFO STEP 527 (remove_files) COMPLETE
62712025-02-28T22:34:39.924Z[ recovery-image] Feb 28 22:34:38.482 INFO O| Feb 28 22:34:38.482 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-28T22:34:39.950Z[ recovery-image] Feb 28 22:34:38.508 INFO O| Feb 28 22:34:38.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62732025-02-28T22:34:39.950Z[ recovery-image] Feb 28 22:34:38.508 INFO O| Feb 28 22:34:38.508 INFO STEP 528 (remove_files) COMPLETE
62742025-02-28T22:34:39.950Z[ recovery-image] Feb 28 22:34:38.508 INFO O| Feb 28 22:34:38.508 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-28T22:34:39.974Z[ recovery-image] Feb 28 22:34:38.533 INFO O| Feb 28 22:34:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62762025-02-28T22:34:39.974Z[ recovery-image] Feb 28 22:34:38.533 INFO O| Feb 28 22:34:38.533 INFO STEP 529 (remove_files) COMPLETE
62772025-02-28T22:34:39.974Z[ recovery-image] Feb 28 22:34:38.533 INFO O| Feb 28 22:34:38.533 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-28T22:34:39.999Z[ recovery-image] Feb 28 22:34:38.557 INFO O| Feb 28 22:34:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62792025-02-28T22:34:40.000Z[ recovery-image] Feb 28 22:34:38.557 INFO O| Feb 28 22:34:38.557 INFO STEP 530 (remove_files) COMPLETE
62802025-02-28T22:34:40.000Z[ recovery-image] Feb 28 22:34:38.557 INFO O| Feb 28 22:34:38.557 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-28T22:34:40.023Z[ recovery-image] Feb 28 22:34:38.581 INFO O| Feb 28 22:34:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62822025-02-28T22:34:40.023Z[ recovery-image] Feb 28 22:34:38.581 INFO O| Feb 28 22:34:38.581 INFO STEP 531 (remove_files) COMPLETE
62832025-02-28T22:34:40.023Z[ recovery-image] Feb 28 22:34:38.581 INFO O| Feb 28 22:34:38.581 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-28T22:34:40.045Z[ recovery-image] Feb 28 22:34:38.603 INFO O| Feb 28 22:34:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62852025-02-28T22:34:40.045Z[ recovery-image] Feb 28 22:34:38.604 INFO O| Feb 28 22:34:38.603 INFO STEP 532 (remove_files) COMPLETE
62862025-02-28T22:34:40.045Z[ recovery-image] Feb 28 22:34:38.604 INFO O| Feb 28 22:34:38.603 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-28T22:34:40.069Z[ recovery-image] Feb 28 22:34:38.627 INFO O| Feb 28 22:34:38.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62882025-02-28T22:34:40.069Z[ recovery-image] Feb 28 22:34:38.627 INFO O| Feb 28 22:34:38.627 INFO STEP 533 (remove_files) COMPLETE
62892025-02-28T22:34:40.069Z[ recovery-image] Feb 28 22:34:38.627 INFO O| Feb 28 22:34:38.627 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-28T22:34:40.092Z[ recovery-image] Feb 28 22:34:38.650 INFO O| Feb 28 22:34:38.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62912025-02-28T22:34:40.092Z[ recovery-image] Feb 28 22:34:38.650 INFO O| Feb 28 22:34:38.650 INFO STEP 534 (remove_files) COMPLETE
62922025-02-28T22:34:40.092Z[ recovery-image] Feb 28 22:34:38.650 INFO O| Feb 28 22:34:38.650 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-28T22:34:40.125Z[ recovery-image] Feb 28 22:34:38.684 INFO O| Feb 28 22:34:38.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62942025-02-28T22:34:40.126Z[ recovery-image] Feb 28 22:34:38.684 INFO O| Feb 28 22:34:38.684 INFO STEP 535 (remove_files) COMPLETE
62952025-02-28T22:34:40.126Z[ recovery-image] Feb 28 22:34:38.684 INFO O| Feb 28 22:34:38.684 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-28T22:34:40.181Z[ recovery-image] Feb 28 22:34:38.739 INFO O| Feb 28 22:34:38.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62972025-02-28T22:34:40.184Z[ recovery-image] Feb 28 22:34:38.739 INFO O| Feb 28 22:34:38.739 INFO STEP 536 (remove_files) COMPLETE
62982025-02-28T22:34:40.184Z[ recovery-image] Feb 28 22:34:38.739 INFO O| Feb 28 22:34:38.739 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-28T22:34:40.222Z[ recovery-image] Feb 28 22:34:38.780 INFO O| Feb 28 22:34:38.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
63002025-02-28T22:34:40.223Z[ recovery-image] Feb 28 22:34:38.780 INFO O| Feb 28 22:34:38.780 INFO STEP 537 (remove_files) COMPLETE
63012025-02-28T22:34:40.223Z[ recovery-image] Feb 28 22:34:38.780 INFO O| Feb 28 22:34:38.780 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-28T22:34:40.263Z[ recovery-image] Feb 28 22:34:38.821 INFO O| Feb 28 22:34:38.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
63032025-02-28T22:34:40.263Z[ recovery-image] Feb 28 22:34:38.821 INFO O| Feb 28 22:34:38.821 INFO STEP 538 (remove_files) COMPLETE
63042025-02-28T22:34:40.263Z[ recovery-image] Feb 28 22:34:38.821 INFO O| Feb 28 22:34:38.821 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-28T22:34:40.287Z[ recovery-image] Feb 28 22:34:38.846 INFO O| Feb 28 22:34:38.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
63062025-02-28T22:34:40.287Z[ recovery-image] Feb 28 22:34:38.846 INFO O| Feb 28 22:34:38.846 INFO STEP 539 (remove_files) COMPLETE
63072025-02-28T22:34:40.287Z[ recovery-image] Feb 28 22:34:38.846 INFO O| Feb 28 22:34:38.846 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-28T22:34:40.312Z[ recovery-image] Feb 28 22:34:38.871 INFO O| Feb 28 22:34:38.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
63092025-02-28T22:34:40.316Z[ recovery-image] Feb 28 22:34:38.871 INFO O| Feb 28 22:34:38.871 INFO STEP 540 (remove_files) COMPLETE
63102025-02-28T22:34:40.317Z[ recovery-image] Feb 28 22:34:38.871 INFO O| Feb 28 22:34:38.871 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-28T22:34:40.337Z[ recovery-image] Feb 28 22:34:38.895 INFO O| Feb 28 22:34:38.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
63122025-02-28T22:34:40.337Z[ recovery-image] Feb 28 22:34:38.895 INFO O| Feb 28 22:34:38.895 INFO STEP 541 (remove_files) COMPLETE
63132025-02-28T22:34:40.340Z[ recovery-image] Feb 28 22:34:38.895 INFO O| Feb 28 22:34:38.895 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-28T22:34:40.360Z[ recovery-image] Feb 28 22:34:38.918 INFO O| Feb 28 22:34:38.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
63152025-02-28T22:34:40.361Z[ recovery-image] Feb 28 22:34:38.918 INFO O| Feb 28 22:34:38.918 INFO STEP 542 (remove_files) COMPLETE
63162025-02-28T22:34:40.361Z[ recovery-image] Feb 28 22:34:38.918 INFO O| Feb 28 22:34:38.918 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-28T22:34:40.416Z[ recovery-image] Feb 28 22:34:38.975 INFO O| Feb 28 22:34:38.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
63182025-02-28T22:34:40.416Z[ recovery-image] Feb 28 22:34:38.975 INFO O| Feb 28 22:34:38.975 INFO STEP 543 (remove_files) COMPLETE
63192025-02-28T22:34:40.416Z[ recovery-image] Feb 28 22:34:38.975 INFO O| Feb 28 22:34:38.975 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-28T22:34:40.438Z[ recovery-image] Feb 28 22:34:38.996 INFO O| Feb 28 22:34:38.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
63212025-02-28T22:34:40.438Z[ recovery-image] Feb 28 22:34:38.996 INFO O| Feb 28 22:34:38.996 INFO STEP 544 (remove_files) COMPLETE
63222025-02-28T22:34:40.438Z[ recovery-image] Feb 28 22:34:38.996 INFO O| Feb 28 22:34:38.996 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-28T22:34:40.459Z[ recovery-image] Feb 28 22:34:39.017 INFO O| Feb 28 22:34:39.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
63242025-02-28T22:34:40.459Z[ recovery-image] Feb 28 22:34:39.017 INFO O| Feb 28 22:34:39.017 INFO STEP 545 (remove_files) COMPLETE
63252025-02-28T22:34:40.459Z[ recovery-image] Feb 28 22:34:39.017 INFO O| Feb 28 22:34:39.017 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-28T22:34:40.481Z[ recovery-image] Feb 28 22:34:39.039 INFO O| Feb 28 22:34:39.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
63272025-02-28T22:34:40.481Z[ recovery-image] Feb 28 22:34:39.039 INFO O| Feb 28 22:34:39.039 INFO STEP 546 (remove_files) COMPLETE
63282025-02-28T22:34:40.482Z[ recovery-image] Feb 28 22:34:39.039 INFO O| Feb 28 22:34:39.039 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-28T22:34:40.514Z[ recovery-image] Feb 28 22:34:39.072 INFO O| Feb 28 22:34:39.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
63302025-02-28T22:34:40.514Z[ recovery-image] Feb 28 22:34:39.072 INFO O| Feb 28 22:34:39.072 INFO STEP 547 (remove_files) COMPLETE
63312025-02-28T22:34:40.514Z[ recovery-image] Feb 28 22:34:39.072 INFO O| Feb 28 22:34:39.072 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-28T22:34:40.552Z[ recovery-image] Feb 28 22:34:39.111 INFO O| Feb 28 22:34:39.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
63332025-02-28T22:34:40.552Z[ recovery-image] Feb 28 22:34:39.111 INFO O| Feb 28 22:34:39.111 INFO STEP 548 (remove_files) COMPLETE
63342025-02-28T22:34:40.552Z[ recovery-image] Feb 28 22:34:39.111 INFO O| Feb 28 22:34:39.111 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-28T22:34:40.585Z[ recovery-image] Feb 28 22:34:39.143 INFO O| Feb 28 22:34:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
63362025-02-28T22:34:40.585Z[ recovery-image] Feb 28 22:34:39.143 INFO O| Feb 28 22:34:39.143 INFO STEP 549 (remove_files) COMPLETE
63372025-02-28T22:34:40.585Z[ recovery-image] Feb 28 22:34:39.143 INFO O| Feb 28 22:34:39.143 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-28T22:34:40.608Z[ recovery-image] Feb 28 22:34:39.165 INFO O| Feb 28 22:34:39.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
63392025-02-28T22:34:40.613Z[ recovery-image] Feb 28 22:34:39.165 INFO O| Feb 28 22:34:39.165 INFO STEP 550 (remove_files) COMPLETE
63402025-02-28T22:34:40.613Z[ recovery-image] Feb 28 22:34:39.166 INFO O| Feb 28 22:34:39.166 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-28T22:34:40.666Z[ recovery-image] Feb 28 22:34:39.224 INFO O| Feb 28 22:34:39.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
63422025-02-28T22:34:40.669Z[ recovery-image] Feb 28 22:34:39.225 INFO O| Feb 28 22:34:39.225 INFO STEP 551 (remove_files) COMPLETE
63432025-02-28T22:34:40.669Z[ recovery-image] Feb 28 22:34:39.225 INFO O| Feb 28 22:34:39.225 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-28T22:34:40.691Z[ recovery-image] Feb 28 22:34:39.247 INFO O| Feb 28 22:34:39.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
63452025-02-28T22:34:40.694Z[ recovery-image] Feb 28 22:34:39.248 INFO O| Feb 28 22:34:39.248 INFO STEP 552 (remove_files) COMPLETE
63462025-02-28T22:34:40.694Z[ recovery-image] Feb 28 22:34:39.248 INFO O| Feb 28 22:34:39.248 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-28T22:34:40.711Z[ recovery-image] Feb 28 22:34:39.269 INFO O| Feb 28 22:34:39.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
63482025-02-28T22:34:40.714Z[ recovery-image] Feb 28 22:34:39.269 INFO O| Feb 28 22:34:39.269 INFO STEP 553 (remove_files) COMPLETE
63492025-02-28T22:34:40.714Z[ recovery-image] Feb 28 22:34:39.269 INFO O| Feb 28 22:34:39.269 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-28T22:34:40.734Z[ recovery-image] Feb 28 22:34:39.292 INFO O| Feb 28 22:34:39.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
63512025-02-28T22:34:40.737Z[ recovery-image] Feb 28 22:34:39.292 INFO O| Feb 28 22:34:39.292 INFO STEP 554 (remove_files) COMPLETE
63522025-02-28T22:34:40.737Z[ recovery-image] Feb 28 22:34:39.293 INFO O| Feb 28 22:34:39.293 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-28T22:34:40.756Z[ recovery-image] Feb 28 22:34:39.314 INFO O| Feb 28 22:34:39.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63542025-02-28T22:34:40.759Z[ recovery-image] Feb 28 22:34:39.315 INFO O| Feb 28 22:34:39.315 INFO STEP 555 (remove_files) COMPLETE
63552025-02-28T22:34:40.759Z[ recovery-image] Feb 28 22:34:39.315 INFO O| Feb 28 22:34:39.315 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-28T22:34:40.797Z[ recovery-image] Feb 28 22:34:39.356 INFO O| Feb 28 22:34:39.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63572025-02-28T22:34:40.801Z[ recovery-image] Feb 28 22:34:39.356 INFO O| Feb 28 22:34:39.356 INFO STEP 556 (remove_files) COMPLETE
63582025-02-28T22:34:40.801Z[ recovery-image] Feb 28 22:34:39.356 INFO O| Feb 28 22:34:39.356 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-28T22:34:40.851Z[ recovery-image] Feb 28 22:34:39.409 INFO O| Feb 28 22:34:39.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63602025-02-28T22:34:40.854Z[ recovery-image] Feb 28 22:34:39.410 INFO O| Feb 28 22:34:39.409 INFO STEP 557 (remove_files) COMPLETE
63612025-02-28T22:34:40.854Z[ recovery-image] Feb 28 22:34:39.410 INFO O| Feb 28 22:34:39.410 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-28T22:34:40.874Z[ recovery-image] Feb 28 22:34:39.432 INFO O| Feb 28 22:34:39.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63632025-02-28T22:34:40.877Z[ recovery-image] Feb 28 22:34:39.432 INFO O| Feb 28 22:34:39.432 INFO STEP 558 (remove_files) COMPLETE
63642025-02-28T22:34:40.877Z[ recovery-image] Feb 28 22:34:39.433 INFO O| Feb 28 22:34:39.432 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-28T22:34:40.897Z[ recovery-image] Feb 28 22:34:39.456 INFO O| Feb 28 22:34:39.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63662025-02-28T22:34:40.901Z[ recovery-image] Feb 28 22:34:39.456 INFO O| Feb 28 22:34:39.456 INFO STEP 559 (remove_files) COMPLETE
63672025-02-28T22:34:40.901Z[ recovery-image] Feb 28 22:34:39.456 INFO O| Feb 28 22:34:39.456 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-28T22:34:40.921Z[ recovery-image] Feb 28 22:34:39.479 INFO O| Feb 28 22:34:39.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63692025-02-28T22:34:40.924Z[ recovery-image] Feb 28 22:34:39.479 INFO O| Feb 28 22:34:39.479 INFO STEP 560 (remove_files) COMPLETE
63702025-02-28T22:34:40.924Z[ recovery-image] Feb 28 22:34:39.480 INFO O| Feb 28 22:34:39.480 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-28T22:34:40.972Z[ recovery-image] Feb 28 22:34:39.530 INFO O| Feb 28 22:34:39.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63722025-02-28T22:34:40.972Z[ recovery-image] Feb 28 22:34:39.530 INFO O| Feb 28 22:34:39.530 INFO STEP 561 (remove_files) COMPLETE
63732025-02-28T22:34:40.975Z[ recovery-image] Feb 28 22:34:39.530 INFO O| Feb 28 22:34:39.530 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-28T22:34:41.008Z[ recovery-image] Feb 28 22:34:39.566 INFO O| Feb 28 22:34:39.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63752025-02-28T22:34:41.008Z[ recovery-image] Feb 28 22:34:39.566 INFO O| Feb 28 22:34:39.566 INFO STEP 562 (remove_files) COMPLETE
63762025-02-28T22:34:41.012Z[ recovery-image] Feb 28 22:34:39.566 INFO O| Feb 28 22:34:39.566 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-28T22:34:41.027Z[ recovery-image] Feb 28 22:34:39.585 INFO O| Feb 28 22:34:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63782025-02-28T22:34:41.027Z[ recovery-image] Feb 28 22:34:39.585 INFO O| Feb 28 22:34:39.585 INFO STEP 563 (remove_files) COMPLETE
63792025-02-28T22:34:41.031Z[ recovery-image] Feb 28 22:34:39.585 INFO O| Feb 28 22:34:39.585 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-28T22:34:41.047Z[ recovery-image] Feb 28 22:34:39.604 INFO O| Feb 28 22:34:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63812025-02-28T22:34:41.047Z[ recovery-image] Feb 28 22:34:39.605 INFO O| Feb 28 22:34:39.604 INFO STEP 564 (remove_files) COMPLETE
63822025-02-28T22:34:41.051Z[ recovery-image] Feb 28 22:34:39.605 INFO O| Feb 28 22:34:39.605 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-02-28T22:34:41.067Z[ recovery-image] Feb 28 22:34:39.625 INFO O| Feb 28 22:34:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63842025-02-28T22:34:41.087Z[ recovery-image] Feb 28 22:34:39.645 INFO O| Feb 28 22:34:39.645 INFO STEP 565 (remove_files) COMPLETE
63852025-02-28T22:34:41.087Z[ recovery-image] Feb 28 22:34:39.645 INFO O| Feb 28 22:34:39.645 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-02-28T22:34:41.141Z[ recovery-image] Feb 28 22:34:39.699 INFO O| Feb 28 22:34:39.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63872025-02-28T22:34:41.141Z[ recovery-image] Feb 28 22:34:39.699 INFO O| Feb 28 22:34:39.699 INFO STEP 566 (remove_files) COMPLETE
63882025-02-28T22:34:41.141Z[ recovery-image] Feb 28 22:34:39.699 INFO O| Feb 28 22:34:39.699 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-28T22:34:41.188Z[ recovery-image] Feb 28 22:34:39.746 INFO O| Feb 28 22:34:39.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63902025-02-28T22:34:41.188Z[ recovery-image] Feb 28 22:34:39.747 INFO O| Feb 28 22:34:39.746 INFO STEP 567 (remove_files) COMPLETE
63912025-02-28T22:34:41.192Z[ recovery-image] Feb 28 22:34:39.747 INFO O| Feb 28 22:34:39.746 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-28T22:34:41.213Z[ recovery-image] Feb 28 22:34:39.770 INFO O| Feb 28 22:34:39.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63932025-02-28T22:34:41.213Z[ recovery-image] Feb 28 22:34:39.770 INFO O| Feb 28 22:34:39.770 INFO STEP 568 (remove_files) COMPLETE
63942025-02-28T22:34:41.213Z[ recovery-image] Feb 28 22:34:39.770 INFO O| Feb 28 22:34:39.770 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-28T22:34:41.235Z[ recovery-image] Feb 28 22:34:39.793 INFO O| Feb 28 22:34:39.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63962025-02-28T22:34:41.235Z[ recovery-image] Feb 28 22:34:39.794 INFO O| Feb 28 22:34:39.794 INFO STEP 569 (remove_files) COMPLETE
63972025-02-28T22:34:41.239Z[ recovery-image] Feb 28 22:34:39.794 INFO O| Feb 28 22:34:39.794 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-28T22:34:41.257Z[ recovery-image] Feb 28 22:34:39.816 INFO O| Feb 28 22:34:39.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63992025-02-28T22:34:41.257Z[ recovery-image] Feb 28 22:34:39.816 INFO O| Feb 28 22:34:39.816 INFO STEP 570 (remove_files) COMPLETE
64002025-02-28T22:34:41.257Z[ recovery-image] Feb 28 22:34:39.816 INFO O| Feb 28 22:34:39.816 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-28T22:34:41.294Z[ recovery-image] Feb 28 22:34:39.851 INFO O| Feb 28 22:34:39.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64022025-02-28T22:34:41.298Z[ recovery-image] Feb 28 22:34:39.851 INFO O| Feb 28 22:34:39.851 INFO STEP 571 (remove_files) COMPLETE
64032025-02-28T22:34:41.299Z[ recovery-image] Feb 28 22:34:39.852 INFO O| Feb 28 22:34:39.851 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-28T22:34:41.333Z[ recovery-image] Feb 28 22:34:39.891 INFO O| Feb 28 22:34:39.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64052025-02-28T22:34:41.393Z[ recovery-image] Feb 28 22:34:39.915 INFO O| Feb 28 22:34:39.915 INFO STEP 572 (remove_files) COMPLETE
64062025-02-28T22:34:41.393Z[ recovery-image] Feb 28 22:34:39.915 INFO O| Feb 28 22:34:39.915 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-28T22:34:41.393Z[ recovery-image] Feb 28 22:34:39.939 INFO O| Feb 28 22:34:39.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64082025-02-28T22:34:41.397Z[ recovery-image] Feb 28 22:34:39.939 INFO O| Feb 28 22:34:39.939 INFO STEP 573 (remove_files) COMPLETE
64092025-02-28T22:34:41.402Z[ recovery-image] Feb 28 22:34:39.939 INFO O| Feb 28 22:34:39.939 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-28T22:34:41.405Z[ recovery-image] Feb 28 22:34:39.961 INFO O| Feb 28 22:34:39.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64112025-02-28T22:34:41.405Z[ recovery-image] Feb 28 22:34:39.961 INFO O| Feb 28 22:34:39.961 INFO STEP 574 (remove_files) COMPLETE
64122025-02-28T22:34:41.405Z[ recovery-image] Feb 28 22:34:39.961 INFO O| Feb 28 22:34:39.961 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-28T22:34:41.425Z[ recovery-image] Feb 28 22:34:39.983 INFO O| Feb 28 22:34:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
64142025-02-28T22:34:41.429Z[ recovery-image] Feb 28 22:34:39.983 INFO O| Feb 28 22:34:39.983 INFO STEP 575 (remove_files) COMPLETE
64152025-02-28T22:34:41.429Z[ recovery-image] Feb 28 22:34:39.983 INFO O| Feb 28 22:34:39.983 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-28T22:34:41.446Z[ recovery-image] Feb 28 22:34:40.004 INFO O| Feb 28 22:34:40.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
64172025-02-28T22:34:41.446Z[ recovery-image] Feb 28 22:34:40.004 INFO O| Feb 28 22:34:40.004 INFO STEP 576 (remove_files) COMPLETE
64182025-02-28T22:34:41.449Z[ recovery-image] Feb 28 22:34:40.004 INFO O| Feb 28 22:34:40.004 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-28T22:34:41.495Z[ recovery-image] Feb 28 22:34:40.053 INFO O| Feb 28 22:34:40.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
64202025-02-28T22:34:41.495Z[ recovery-image] Feb 28 22:34:40.053 INFO O| Feb 28 22:34:40.053 INFO STEP 577 (remove_files) COMPLETE
64212025-02-28T22:34:41.495Z[ recovery-image] Feb 28 22:34:40.053 INFO O| Feb 28 22:34:40.053 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-28T22:34:41.518Z[ recovery-image] Feb 28 22:34:40.075 INFO O| Feb 28 22:34:40.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
64232025-02-28T22:34:41.518Z[ recovery-image] Feb 28 22:34:40.075 INFO O| Feb 28 22:34:40.075 INFO STEP 578 (remove_files) COMPLETE
64242025-02-28T22:34:41.518Z[ recovery-image] Feb 28 22:34:40.075 INFO O| Feb 28 22:34:40.075 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-28T22:34:41.538Z[ recovery-image] Feb 28 22:34:40.096 INFO O| Feb 28 22:34:40.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64262025-02-28T22:34:41.538Z[ recovery-image] Feb 28 22:34:40.097 INFO O| Feb 28 22:34:40.097 INFO STEP 579 (remove_files) COMPLETE
64272025-02-28T22:34:41.545Z[ recovery-image] Feb 28 22:34:40.097 INFO O| Feb 28 22:34:40.097 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-28T22:34:41.559Z[ recovery-image] Feb 28 22:34:40.117 INFO O| Feb 28 22:34:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64292025-02-28T22:34:41.559Z[ recovery-image] Feb 28 22:34:40.117 INFO O| Feb 28 22:34:40.117 INFO STEP 580 (remove_files) COMPLETE
64302025-02-28T22:34:41.562Z[ recovery-image] Feb 28 22:34:40.117 INFO O| Feb 28 22:34:40.117 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-28T22:34:41.582Z[ recovery-image] Feb 28 22:34:40.140 INFO O| Feb 28 22:34:40.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
64322025-02-28T22:34:41.583Z[ recovery-image] Feb 28 22:34:40.140 INFO O| Feb 28 22:34:40.140 INFO STEP 581 (remove_files) COMPLETE
64332025-02-28T22:34:41.586Z[ recovery-image] Feb 28 22:34:40.140 INFO O| Feb 28 22:34:40.140 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-28T22:34:41.611Z[ recovery-image] Feb 28 22:34:40.169 INFO O| Feb 28 22:34:40.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64352025-02-28T22:34:41.614Z[ recovery-image] Feb 28 22:34:40.170 INFO O| Feb 28 22:34:40.169 INFO STEP 582 (remove_files) COMPLETE
64362025-02-28T22:34:41.614Z[ recovery-image] Feb 28 22:34:40.170 INFO O| Feb 28 22:34:40.170 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-28T22:34:41.697Z[ recovery-image] Feb 28 22:34:40.256 INFO O| Feb 28 22:34:40.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
64382025-02-28T22:34:41.697Z[ recovery-image] Feb 28 22:34:40.256 INFO O| Feb 28 22:34:40.256 INFO STEP 583 (remove_files) COMPLETE
64392025-02-28T22:34:41.697Z[ recovery-image] Feb 28 22:34:40.256 INFO O| Feb 28 22:34:40.256 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-02-28T22:34:41.716Z[ recovery-image] Feb 28 22:34:40.273 INFO O| Feb 28 22:34:40.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
64412025-02-28T22:34:41.716Z[ recovery-image] Feb 28 22:34:40.273 INFO O| Feb 28 22:34:40.273 INFO STEP 584 (remove_files) COMPLETE
64422025-02-28T22:34:41.716Z[ recovery-image] Feb 28 22:34:40.273 INFO O| Feb 28 22:34:40.273 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-02-28T22:34:41.736Z[ recovery-image] Feb 28 22:34:40.292 INFO O| Feb 28 22:34:40.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
64442025-02-28T22:34:41.737Z[ recovery-image] Feb 28 22:34:40.292 INFO O| Feb 28 22:34:40.292 INFO STEP 585 (remove_files) COMPLETE
64452025-02-28T22:34:41.737Z[ recovery-image] Feb 28 22:34:40.292 INFO O| Feb 28 22:34:40.292 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-28T22:34:41.741Z[ host-image] Feb 28 22:34:40.299 INFO O| Feb 28 22:34:40.299 INFO O| Download: 90/117 items 1.2/1.5MB 79% complete (2.5M/s)
64472025-02-28T22:34:41.771Z[ recovery-image] Feb 28 22:34:40.330 INFO O| Feb 28 22:34:40.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
64482025-02-28T22:34:41.771Z[ recovery-image] Feb 28 22:34:40.330 INFO O| Feb 28 22:34:40.330 INFO STEP 586 (remove_files) COMPLETE
64492025-02-28T22:34:41.775Z[ recovery-image] Feb 28 22:34:40.330 INFO O| Feb 28 22:34:40.330 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-28T22:34:41.794Z[ recovery-image] Feb 28 22:34:40.352 INFO O| Feb 28 22:34:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
64512025-02-28T22:34:41.794Z[ recovery-image] Feb 28 22:34:40.353 INFO O| Feb 28 22:34:40.352 INFO STEP 587 (remove_files) COMPLETE
64522025-02-28T22:34:41.794Z[ recovery-image] Feb 28 22:34:40.353 INFO O| Feb 28 22:34:40.353 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-28T22:34:41.820Z[ recovery-image] Feb 28 22:34:40.376 INFO O| Feb 28 22:34:40.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64542025-02-28T22:34:41.820Z[ recovery-image] Feb 28 22:34:40.376 INFO O| Feb 28 22:34:40.376 INFO STEP 588 (remove_files) COMPLETE
64552025-02-28T22:34:41.820Z[ recovery-image] Feb 28 22:34:40.376 INFO O| Feb 28 22:34:40.376 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-28T22:34:41.841Z[ recovery-image] Feb 28 22:34:40.399 INFO O| Feb 28 22:34:40.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64572025-02-28T22:34:41.841Z[ recovery-image] Feb 28 22:34:40.399 INFO O| Feb 28 22:34:40.399 INFO STEP 589 (remove_files) COMPLETE
64582025-02-28T22:34:41.842Z[ recovery-image] Feb 28 22:34:40.399 INFO O| Feb 28 22:34:40.399 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-28T22:34:41.863Z[ recovery-image] Feb 28 22:34:40.422 INFO O| Feb 28 22:34:40.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64602025-02-28T22:34:41.863Z[ recovery-image] Feb 28 22:34:40.422 INFO O| Feb 28 22:34:40.422 INFO STEP 590 (remove_files) COMPLETE
64612025-02-28T22:34:41.869Z[ recovery-image] Feb 28 22:34:40.422 INFO O| Feb 28 22:34:40.422 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-28T22:34:41.924Z[ recovery-image] Feb 28 22:34:40.482 INFO O| Feb 28 22:34:40.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64632025-02-28T22:34:41.927Z[ recovery-image] Feb 28 22:34:40.482 INFO O| Feb 28 22:34:40.482 INFO STEP 591 (remove_files) COMPLETE
64642025-02-28T22:34:41.927Z[ recovery-image] Feb 28 22:34:40.482 INFO O| Feb 28 22:34:40.482 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-28T22:34:41.945Z[ recovery-image] Feb 28 22:34:40.503 INFO O| Feb 28 22:34:40.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64662025-02-28T22:34:41.948Z[ recovery-image] Feb 28 22:34:40.503 INFO O| Feb 28 22:34:40.503 INFO STEP 592 (remove_files) COMPLETE
64672025-02-28T22:34:41.948Z[ recovery-image] Feb 28 22:34:40.503 INFO O| Feb 28 22:34:40.503 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-28T22:34:41.965Z[ recovery-image] Feb 28 22:34:40.523 INFO O| Feb 28 22:34:40.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64692025-02-28T22:34:41.968Z[ recovery-image] Feb 28 22:34:40.523 INFO O| Feb 28 22:34:40.523 INFO STEP 593 (remove_files) COMPLETE
64702025-02-28T22:34:41.968Z[ recovery-image] Feb 28 22:34:40.523 INFO O| Feb 28 22:34:40.523 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-28T22:34:41.984Z[ recovery-image] Feb 28 22:34:40.542 INFO O| Feb 28 22:34:40.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64722025-02-28T22:34:41.987Z[ recovery-image] Feb 28 22:34:40.542 INFO O| Feb 28 22:34:40.542 INFO STEP 594 (remove_files) COMPLETE
64732025-02-28T22:34:41.987Z[ recovery-image] Feb 28 22:34:40.542 INFO O| Feb 28 22:34:40.542 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-28T22:34:42.004Z[ recovery-image] Feb 28 22:34:40.562 INFO O| Feb 28 22:34:40.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64752025-02-28T22:34:42.007Z[ recovery-image] Feb 28 22:34:40.562 INFO O| Feb 28 22:34:40.562 INFO STEP 595 (remove_files) COMPLETE
64762025-02-28T22:34:42.007Z[ recovery-image] Feb 28 22:34:40.563 INFO O| Feb 28 22:34:40.563 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-28T22:34:42.025Z[ recovery-image] Feb 28 22:34:40.582 INFO O| Feb 28 22:34:40.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64782025-02-28T22:34:42.030Z[ recovery-image] Feb 28 22:34:40.583 INFO O| Feb 28 22:34:40.583 INFO STEP 596 (remove_files) COMPLETE
64792025-02-28T22:34:42.030Z[ recovery-image] Feb 28 22:34:40.583 INFO O| Feb 28 22:34:40.583 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-28T22:34:42.046Z[ recovery-image] Feb 28 22:34:40.604 INFO O| Feb 28 22:34:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64812025-02-28T22:34:42.049Z[ recovery-image] Feb 28 22:34:40.604 INFO O| Feb 28 22:34:40.604 INFO STEP 597 (remove_files) COMPLETE
64822025-02-28T22:34:42.049Z[ recovery-image] Feb 28 22:34:40.604 INFO O| Feb 28 22:34:40.604 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-28T22:34:42.068Z[ recovery-image] Feb 28 22:34:40.626 INFO O| Feb 28 22:34:40.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64842025-02-28T22:34:42.071Z[ recovery-image] Feb 28 22:34:40.626 INFO O| Feb 28 22:34:40.626 INFO STEP 598 (remove_files) COMPLETE
64852025-02-28T22:34:42.071Z[ recovery-image] Feb 28 22:34:40.626 INFO O| Feb 28 22:34:40.626 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-28T22:34:42.088Z[ recovery-image] Feb 28 22:34:40.647 INFO O| Feb 28 22:34:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64872025-02-28T22:34:42.092Z[ recovery-image] Feb 28 22:34:40.647 INFO O| Feb 28 22:34:40.647 INFO STEP 599 (remove_files) COMPLETE
64882025-02-28T22:34:42.092Z[ recovery-image] Feb 28 22:34:40.647 INFO O| Feb 28 22:34:40.647 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-28T22:34:42.109Z[ recovery-image] Feb 28 22:34:40.667 INFO O| Feb 28 22:34:40.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64902025-02-28T22:34:42.112Z[ recovery-image] Feb 28 22:34:40.667 INFO O| Feb 28 22:34:40.667 INFO STEP 600 (remove_files) COMPLETE
64912025-02-28T22:34:42.112Z[ recovery-image] Feb 28 22:34:40.667 INFO O| Feb 28 22:34:40.667 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-28T22:34:42.130Z[ recovery-image] Feb 28 22:34:40.688 INFO O| Feb 28 22:34:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64932025-02-28T22:34:42.130Z[ recovery-image] Feb 28 22:34:40.688 INFO O| Feb 28 22:34:40.688 INFO STEP 601 (remove_files) COMPLETE
64942025-02-28T22:34:42.130Z[ recovery-image] Feb 28 22:34:40.688 INFO O| Feb 28 22:34:40.688 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-28T22:34:42.152Z[ recovery-image] Feb 28 22:34:40.710 INFO O| Feb 28 22:34:40.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64962025-02-28T22:34:42.153Z[ recovery-image] Feb 28 22:34:40.710 INFO O| Feb 28 22:34:40.710 INFO STEP 602 (remove_files) COMPLETE
64972025-02-28T22:34:42.153Z[ recovery-image] Feb 28 22:34:40.710 INFO O| Feb 28 22:34:40.710 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-28T22:34:42.175Z[ recovery-image] Feb 28 22:34:40.733 INFO O| Feb 28 22:34:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64992025-02-28T22:34:42.175Z[ recovery-image] Feb 28 22:34:40.733 INFO O| Feb 28 22:34:40.733 INFO STEP 603 (remove_files) COMPLETE
65002025-02-28T22:34:42.178Z[ recovery-image] Feb 28 22:34:40.733 INFO O| Feb 28 22:34:40.733 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-28T22:34:42.196Z[ recovery-image] Feb 28 22:34:40.754 INFO O| Feb 28 22:34:40.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
65022025-02-28T22:34:42.201Z[ recovery-image] Feb 28 22:34:40.754 INFO O| Feb 28 22:34:40.754 INFO STEP 604 (remove_files) COMPLETE
65032025-02-28T22:34:42.201Z[ recovery-image] Feb 28 22:34:40.754 INFO O| Feb 28 22:34:40.754 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-28T22:34:42.217Z[ recovery-image] Feb 28 22:34:40.773 INFO O| Feb 28 22:34:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65052025-02-28T22:34:42.217Z[ recovery-image] Feb 28 22:34:40.773 INFO O| Feb 28 22:34:40.773 INFO STEP 605 (remove_files) COMPLETE
65062025-02-28T22:34:42.217Z[ recovery-image] Feb 28 22:34:40.773 INFO O| Feb 28 22:34:40.773 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-28T22:34:42.232Z[ host-image] Feb 28 22:34:40.790 INFO O| Feb 28 22:34:40.790 INFO O| Download: Completed 1.46 MB in 5.52 seconds (270k/s)
65082025-02-28T22:34:42.276Z[ host-image] Feb 28 22:34:40.834 INFO O| Feb 28 22:34:40.834 INFO O| Actions: 1/306 actions (Installing new actions)
65092025-02-28T22:34:42.332Z[ recovery-image] Feb 28 22:34:40.890 INFO O| Feb 28 22:34:40.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65102025-02-28T22:34:42.332Z[ recovery-image] Feb 28 22:34:40.890 INFO O| Feb 28 22:34:40.890 INFO STEP 606 (remove_files) COMPLETE
65112025-02-28T22:34:42.336Z[ recovery-image] Feb 28 22:34:40.890 INFO O| Feb 28 22:34:40.890 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-28T22:34:42.404Z[ recovery-image] Feb 28 22:34:40.962 INFO O| Feb 28 22:34:40.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
65132025-02-28T22:34:42.404Z[ recovery-image] Feb 28 22:34:40.962 INFO O| Feb 28 22:34:40.962 INFO STEP 607 (remove_files) COMPLETE
65142025-02-28T22:34:42.404Z[ recovery-image] Feb 28 22:34:40.963 INFO O| Feb 28 22:34:40.962 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-28T22:34:42.426Z[ recovery-image] Feb 28 22:34:40.984 INFO O| Feb 28 22:34:40.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
65162025-02-28T22:34:42.426Z[ recovery-image] Feb 28 22:34:40.984 INFO O| Feb 28 22:34:40.984 INFO STEP 608 (remove_files) COMPLETE
65172025-02-28T22:34:42.426Z[ recovery-image] Feb 28 22:34:40.984 INFO O| Feb 28 22:34:40.984 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-28T22:34:42.458Z[ recovery-image] Feb 28 22:34:41.016 INFO O| Feb 28 22:34:41.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
65192025-02-28T22:34:42.458Z[ recovery-image] Feb 28 22:34:41.016 INFO O| Feb 28 22:34:41.016 INFO STEP 609 (remove_files) COMPLETE
65202025-02-28T22:34:42.462Z[ recovery-image] Feb 28 22:34:41.016 INFO O| Feb 28 22:34:41.016 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-28T22:34:42.465Z[ host-image] Feb 28 22:34:41.023 INFO O| Feb 28 22:34:41.023 INFO O| Actions: Completed 306 actions in 0.19 seconds.
65222025-02-28T22:34:42.539Z[ recovery-image] Feb 28 22:34:41.097 INFO O| Feb 28 22:34:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65232025-02-28T22:34:42.540Z[ recovery-image] Feb 28 22:34:41.098 INFO O| Feb 28 22:34:41.098 INFO STEP 610 (remove_files) COMPLETE
65242025-02-28T22:34:42.540Z[ recovery-image] Feb 28 22:34:41.098 INFO O| Feb 28 22:34:41.098 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-28T22:34:42.569Z[ recovery-image] Feb 28 22:34:41.125 INFO O| Feb 28 22:34:41.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
65262025-02-28T22:34:42.569Z[ recovery-image] Feb 28 22:34:41.125 INFO O| Feb 28 22:34:41.125 INFO STEP 611 (remove_files) COMPLETE
65272025-02-28T22:34:42.569Z[ recovery-image] Feb 28 22:34:41.125 INFO O| Feb 28 22:34:41.125 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-28T22:34:42.593Z[ recovery-image] Feb 28 22:34:41.151 INFO O| Feb 28 22:34:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
65292025-02-28T22:34:42.593Z[ recovery-image] Feb 28 22:34:41.151 INFO O| Feb 28 22:34:41.151 INFO STEP 612 (remove_files) COMPLETE
65302025-02-28T22:34:42.593Z[ recovery-image] Feb 28 22:34:41.151 INFO O| Feb 28 22:34:41.151 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-28T22:34:42.651Z[ recovery-image] Feb 28 22:34:41.206 INFO O| Feb 28 22:34:41.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
65322025-02-28T22:34:42.651Z[ recovery-image] Feb 28 22:34:41.206 INFO O| Feb 28 22:34:41.206 INFO STEP 613 (remove_files) COMPLETE
65332025-02-28T22:34:42.651Z[ recovery-image] Feb 28 22:34:41.206 INFO O| Feb 28 22:34:41.206 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-28T22:34:42.674Z[ recovery-image] Feb 28 22:34:41.232 INFO O| Feb 28 22:34:41.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
65352025-02-28T22:34:42.674Z[ recovery-image] Feb 28 22:34:41.232 INFO O| Feb 28 22:34:41.232 INFO STEP 614 (remove_files) COMPLETE
65362025-02-28T22:34:42.677Z[ recovery-image] Feb 28 22:34:41.232 INFO O| Feb 28 22:34:41.232 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-28T22:34:42.701Z[ recovery-image] Feb 28 22:34:41.259 INFO O| Feb 28 22:34:41.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
65382025-02-28T22:34:42.704Z[ recovery-image] Feb 28 22:34:41.259 INFO O| Feb 28 22:34:41.259 INFO STEP 615 (remove_files) COMPLETE
65392025-02-28T22:34:42.704Z[ recovery-image] Feb 28 22:34:41.259 INFO O| Feb 28 22:34:41.259 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-28T22:34:42.726Z[ recovery-image] Feb 28 22:34:41.284 INFO O| Feb 28 22:34:41.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
65412025-02-28T22:34:42.730Z[ recovery-image] Feb 28 22:34:41.284 INFO O| Feb 28 22:34:41.284 INFO STEP 616 (remove_files) COMPLETE
65422025-02-28T22:34:42.730Z[ recovery-image] Feb 28 22:34:41.284 INFO O| Feb 28 22:34:41.284 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-28T22:34:42.749Z[ recovery-image] Feb 28 22:34:41.307 INFO O| Feb 28 22:34:41.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
65442025-02-28T22:34:42.752Z[ recovery-image] Feb 28 22:34:41.307 INFO O| Feb 28 22:34:41.307 INFO STEP 617 (remove_files) COMPLETE
65452025-02-28T22:34:42.752Z[ recovery-image] Feb 28 22:34:41.307 INFO O| Feb 28 22:34:41.307 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-28T22:34:42.790Z[ recovery-image] Feb 28 22:34:41.348 INFO O| Feb 28 22:34:41.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
65472025-02-28T22:34:42.793Z[ recovery-image] Feb 28 22:34:41.348 INFO O| Feb 28 22:34:41.348 INFO STEP 618 (remove_files) COMPLETE
65482025-02-28T22:34:42.793Z[ recovery-image] Feb 28 22:34:41.348 INFO O| Feb 28 22:34:41.348 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-28T22:34:42.815Z[ recovery-image] Feb 28 22:34:41.373 INFO O| Feb 28 22:34:41.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65502025-02-28T22:34:42.818Z[ recovery-image] Feb 28 22:34:41.373 INFO O| Feb 28 22:34:41.373 INFO STEP 619 (remove_files) COMPLETE
65512025-02-28T22:34:42.818Z[ recovery-image] Feb 28 22:34:41.373 INFO O| Feb 28 22:34:41.373 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-28T22:34:42.848Z[ recovery-image] Feb 28 22:34:41.405 INFO O| Feb 28 22:34:41.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65532025-02-28T22:34:42.848Z[ recovery-image] Feb 28 22:34:41.405 INFO O| Feb 28 22:34:41.405 INFO STEP 620 (remove_files) COMPLETE
65542025-02-28T22:34:42.851Z[ recovery-image] Feb 28 22:34:41.405 INFO O| Feb 28 22:34:41.405 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-28T22:34:42.914Z[ recovery-image] Feb 28 22:34:41.471 INFO O| Feb 28 22:34:41.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65562025-02-28T22:34:42.914Z[ recovery-image] Feb 28 22:34:41.471 INFO O| Feb 28 22:34:41.471 INFO STEP 621 (remove_files) COMPLETE
65572025-02-28T22:34:42.917Z[ recovery-image] Feb 28 22:34:41.471 INFO O| Feb 28 22:34:41.471 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-28T22:34:42.935Z[ recovery-image] Feb 28 22:34:41.493 INFO O| Feb 28 22:34:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65592025-02-28T22:34:42.935Z[ recovery-image] Feb 28 22:34:41.493 INFO O| Feb 28 22:34:41.493 INFO STEP 622 (remove_files) COMPLETE
65602025-02-28T22:34:42.935Z[ recovery-image] Feb 28 22:34:41.493 INFO O| Feb 28 22:34:41.493 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-28T22:34:42.955Z[ recovery-image] Feb 28 22:34:41.513 INFO O| Feb 28 22:34:41.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65622025-02-28T22:34:42.959Z[ recovery-image] Feb 28 22:34:41.513 INFO O| Feb 28 22:34:41.513 INFO STEP 623 (remove_files) COMPLETE
65632025-02-28T22:34:42.959Z[ recovery-image] Feb 28 22:34:41.513 INFO O| Feb 28 22:34:41.513 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-28T22:34:42.992Z[ recovery-image] Feb 28 22:34:41.550 INFO O| Feb 28 22:34:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65652025-02-28T22:34:42.993Z[ recovery-image] Feb 28 22:34:41.550 INFO O| Feb 28 22:34:41.550 INFO STEP 624 (remove_files) COMPLETE
65662025-02-28T22:34:42.993Z[ recovery-image] Feb 28 22:34:41.550 INFO O| Feb 28 22:34:41.550 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-28T22:34:43.015Z[ recovery-image] Feb 28 22:34:41.573 INFO O| Feb 28 22:34:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65682025-02-28T22:34:43.015Z[ recovery-image] Feb 28 22:34:41.573 INFO O| Feb 28 22:34:41.573 INFO STEP 625 (remove_files) COMPLETE
65692025-02-28T22:34:43.018Z[ recovery-image] Feb 28 22:34:41.573 INFO O| Feb 28 22:34:41.573 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-28T22:34:43.055Z[ recovery-image] Feb 28 22:34:41.613 INFO O| Feb 28 22:34:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65712025-02-28T22:34:43.059Z[ recovery-image] Feb 28 22:34:41.613 INFO O| Feb 28 22:34:41.613 INFO STEP 626 (remove_files) COMPLETE
65722025-02-28T22:34:43.059Z[ recovery-image] Feb 28 22:34:41.614 INFO O| Feb 28 22:34:41.613 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-28T22:34:43.074Z[ host-image] Feb 28 22:34:41.632 INFO O| Feb 28 22:34:41.632 INFO O| Done
65742025-02-28T22:34:43.074Z[ host-image] Feb 28 22:34:41.632 INFO O| Feb 28 22:34:41.632 INFO O| Done
65752025-02-28T22:34:43.116Z[ recovery-image] Feb 28 22:34:41.674 INFO O| Feb 28 22:34:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65762025-02-28T22:34:43.138Z[ recovery-image] Feb 28 22:34:41.695 INFO O| Feb 28 22:34:41.695 INFO STEP 627 (remove_files) COMPLETE
65772025-02-28T22:34:43.138Z[ recovery-image] Feb 28 22:34:41.695 INFO O| Feb 28 22:34:41.695 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-28T22:34:43.218Z[ recovery-image] Feb 28 22:34:41.776 INFO O| Feb 28 22:34:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65792025-02-28T22:34:43.230Z[ recovery-image] Feb 28 22:34:41.787 INFO O| Feb 28 22:34:41.787 INFO STEP 628 (remove_files) COMPLETE
65802025-02-28T22:34:43.230Z[ recovery-image] Feb 28 22:34:41.787 INFO O| Feb 28 22:34:41.787 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-28T22:34:43.263Z[ recovery-image] Feb 28 22:34:41.820 INFO O| Feb 28 22:34:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65822025-02-28T22:34:43.263Z[ recovery-image] Feb 28 22:34:41.820 INFO O| Feb 28 22:34:41.820 INFO STEP 629 (remove_files) COMPLETE
65832025-02-28T22:34:43.267Z[ recovery-image] Feb 28 22:34:41.820 INFO O| Feb 28 22:34:41.820 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-28T22:34:43.284Z[ recovery-image] Feb 28 22:34:41.841 INFO O| Feb 28 22:34:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65852025-02-28T22:34:43.284Z[ recovery-image] Feb 28 22:34:41.841 INFO O| Feb 28 22:34:41.841 INFO STEP 630 (remove_files) COMPLETE
65862025-02-28T22:34:43.284Z[ recovery-image] Feb 28 22:34:41.841 INFO O| Feb 28 22:34:41.841 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-28T22:34:43.312Z[ recovery-image] Feb 28 22:34:41.870 INFO O| Feb 28 22:34:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65882025-02-28T22:34:43.316Z[ recovery-image] Feb 28 22:34:41.870 INFO O| Feb 28 22:34:41.870 INFO STEP 631 (remove_files) COMPLETE
65892025-02-28T22:34:43.317Z[ recovery-image] Feb 28 22:34:41.871 INFO O| Feb 28 22:34:41.871 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-28T22:34:43.336Z[ recovery-image] Feb 28 22:34:41.894 INFO O| Feb 28 22:34:41.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65912025-02-28T22:34:43.339Z[ recovery-image] Feb 28 22:34:41.894 INFO O| Feb 28 22:34:41.894 INFO STEP 632 (remove_files) COMPLETE
65922025-02-28T22:34:43.339Z[ recovery-image] Feb 28 22:34:41.894 INFO O| Feb 28 22:34:41.894 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-28T22:34:43.374Z[ recovery-image] Feb 28 22:34:41.932 INFO O| Feb 28 22:34:41.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65942025-02-28T22:34:43.377Z[ recovery-image] Feb 28 22:34:41.932 INFO O| Feb 28 22:34:41.932 INFO STEP 633 (remove_files) COMPLETE
65952025-02-28T22:34:43.378Z[ recovery-image] Feb 28 22:34:41.932 INFO O| Feb 28 22:34:41.932 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-02-28T22:34:43.398Z[ recovery-image] Feb 28 22:34:41.956 INFO O| Feb 28 22:34:41.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65972025-02-28T22:34:43.401Z[ recovery-image] Feb 28 22:34:41.956 INFO O| Feb 28 22:34:41.956 INFO STEP 634 (remove_files) COMPLETE
65982025-02-28T22:34:43.401Z[ recovery-image] Feb 28 22:34:41.956 INFO O| Feb 28 22:34:41.956 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-02-28T22:34:43.428Z[ recovery-image] Feb 28 22:34:41.984 INFO O| Feb 28 22:34:41.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
66002025-02-28T22:34:43.428Z[ recovery-image] Feb 28 22:34:41.984 INFO O| Feb 28 22:34:41.984 INFO STEP 635 (remove_files) COMPLETE
66012025-02-28T22:34:43.428Z[ recovery-image] Feb 28 22:34:41.984 INFO O| Feb 28 22:34:41.984 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-02-28T22:34:43.465Z[ recovery-image] Feb 28 22:34:42.023 INFO O| Feb 28 22:34:42.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66032025-02-28T22:34:43.465Z[ recovery-image] Feb 28 22:34:42.023 INFO O| Feb 28 22:34:42.023 INFO STEP 636 (remove_files) COMPLETE
66042025-02-28T22:34:43.465Z[ recovery-image] Feb 28 22:34:42.023 INFO O| Feb 28 22:34:42.023 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-02-28T22:34:43.512Z[ recovery-image] Feb 28 22:34:42.070 INFO O| Feb 28 22:34:42.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
66062025-02-28T22:34:43.512Z[ recovery-image] Feb 28 22:34:42.070 INFO O| Feb 28 22:34:42.070 INFO STEP 637 (remove_files) COMPLETE
66072025-02-28T22:34:43.512Z[ recovery-image] Feb 28 22:34:42.070 INFO O| Feb 28 22:34:42.070 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-02-28T22:34:43.536Z[ recovery-image] Feb 28 22:34:42.094 INFO O| Feb 28 22:34:42.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66092025-02-28T22:34:43.536Z[ recovery-image] Feb 28 22:34:42.095 INFO O| Feb 28 22:34:42.094 INFO STEP 638 (remove_files) COMPLETE
66102025-02-28T22:34:43.540Z[ recovery-image] Feb 28 22:34:42.095 INFO O| Feb 28 22:34:42.094 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-02-28T22:34:43.590Z[ recovery-image] Feb 28 22:34:42.148 INFO O| Feb 28 22:34:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66122025-02-28T22:34:43.590Z[ recovery-image] Feb 28 22:34:42.149 INFO O| Feb 28 22:34:42.148 INFO STEP 639 (remove_files) COMPLETE
66132025-02-28T22:34:43.594Z[ recovery-image] Feb 28 22:34:42.149 INFO O| Feb 28 22:34:42.149 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-02-28T22:34:43.612Z[ recovery-image] Feb 28 22:34:42.170 INFO O| Feb 28 22:34:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66152025-02-28T22:34:43.612Z[ recovery-image] Feb 28 22:34:42.170 INFO O| Feb 28 22:34:42.170 INFO STEP 640 (remove_files) COMPLETE
66162025-02-28T22:34:43.612Z[ recovery-image] Feb 28 22:34:42.170 INFO O| Feb 28 22:34:42.170 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-02-28T22:34:43.645Z[ recovery-image] Feb 28 22:34:42.203 INFO O| Feb 28 22:34:42.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66182025-02-28T22:34:43.648Z[ recovery-image] Feb 28 22:34:42.204 INFO O| Feb 28 22:34:42.203 INFO STEP 641 (remove_files) COMPLETE
66192025-02-28T22:34:43.648Z[ recovery-image] Feb 28 22:34:42.204 INFO O| Feb 28 22:34:42.204 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-28T22:34:43.668Z[ recovery-image] Feb 28 22:34:42.226 INFO O| Feb 28 22:34:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66212025-02-28T22:34:43.672Z[ recovery-image] Feb 28 22:34:42.227 INFO O| Feb 28 22:34:42.227 INFO STEP 642 (remove_files) COMPLETE
66222025-02-28T22:34:43.672Z[ recovery-image] Feb 28 22:34:42.227 INFO O| Feb 28 22:34:42.227 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-28T22:34:43.713Z[ recovery-image] Feb 28 22:34:42.271 INFO O| Feb 28 22:34:42.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66242025-02-28T22:34:43.713Z[ recovery-image] Feb 28 22:34:42.271 INFO O| Feb 28 22:34:42.271 INFO STEP 643 (remove_files) COMPLETE
66252025-02-28T22:34:43.716Z[ recovery-image] Feb 28 22:34:42.271 INFO O| Feb 28 22:34:42.271 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-28T22:34:43.737Z[ recovery-image] Feb 28 22:34:42.295 INFO O| Feb 28 22:34:42.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66272025-02-28T22:34:43.740Z[ recovery-image] Feb 28 22:34:42.295 INFO O| Feb 28 22:34:42.295 INFO STEP 644 (remove_files) COMPLETE
66282025-02-28T22:34:43.740Z[ recovery-image] Feb 28 22:34:42.295 INFO O| Feb 28 22:34:42.295 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-28T22:34:43.773Z[ recovery-image] Feb 28 22:34:42.330 INFO O| Feb 28 22:34:42.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66302025-02-28T22:34:43.773Z[ recovery-image] Feb 28 22:34:42.331 INFO O| Feb 28 22:34:42.331 INFO STEP 645 (remove_files) COMPLETE
66312025-02-28T22:34:43.778Z[ recovery-image] Feb 28 22:34:42.331 INFO O| Feb 28 22:34:42.331 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-28T22:34:43.809Z[ recovery-image] Feb 28 22:34:42.367 INFO O| Feb 28 22:34:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66332025-02-28T22:34:43.809Z[ recovery-image] Feb 28 22:34:42.367 INFO O| Feb 28 22:34:42.367 INFO STEP 646 (remove_files) COMPLETE
66342025-02-28T22:34:43.809Z[ recovery-image] Feb 28 22:34:42.367 INFO O| Feb 28 22:34:42.367 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-28T22:34:43.843Z[ recovery-image] Feb 28 22:34:42.401 INFO O| Feb 28 22:34:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66362025-02-28T22:34:43.868Z[ recovery-image] Feb 28 22:34:42.426 INFO O| Feb 28 22:34:42.426 INFO STEP 647 (remove_files) COMPLETE
66372025-02-28T22:34:43.868Z[ recovery-image] Feb 28 22:34:42.426 INFO O| Feb 28 22:34:42.426 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-28T22:34:43.891Z[ recovery-image] Feb 28 22:34:42.449 INFO O| Feb 28 22:34:42.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66392025-02-28T22:34:43.894Z[ recovery-image] Feb 28 22:34:42.449 INFO O| Feb 28 22:34:42.449 INFO STEP 648 (remove_files) COMPLETE
66402025-02-28T22:34:43.894Z[ recovery-image] Feb 28 22:34:42.449 INFO O| Feb 28 22:34:42.449 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-02-28T22:34:43.914Z[ recovery-image] Feb 28 22:34:42.472 INFO O| Feb 28 22:34:42.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66422025-02-28T22:34:43.918Z[ recovery-image] Feb 28 22:34:42.472 INFO O| Feb 28 22:34:42.472 INFO STEP 649 (remove_files) COMPLETE
66432025-02-28T22:34:43.918Z[ recovery-image] Feb 28 22:34:42.472 INFO O| Feb 28 22:34:42.472 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-02-28T22:34:43.951Z[ recovery-image] Feb 28 22:34:42.509 INFO O| Feb 28 22:34:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66452025-02-28T22:34:43.951Z[ recovery-image] Feb 28 22:34:42.509 INFO O| Feb 28 22:34:42.509 INFO STEP 650 (remove_files) COMPLETE
66462025-02-28T22:34:43.954Z[ recovery-image] Feb 28 22:34:42.509 INFO O| Feb 28 22:34:42.509 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-02-28T22:34:43.974Z[ recovery-image] Feb 28 22:34:42.532 INFO O| Feb 28 22:34:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66482025-02-28T22:34:43.974Z[ recovery-image] Feb 28 22:34:42.532 INFO O| Feb 28 22:34:42.532 INFO STEP 651 (remove_files) COMPLETE
66492025-02-28T22:34:43.974Z[ recovery-image] Feb 28 22:34:42.532 INFO O| Feb 28 22:34:42.532 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-28T22:34:43.995Z[ recovery-image] Feb 28 22:34:42.553 INFO O| Feb 28 22:34:42.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66512025-02-28T22:34:43.995Z[ recovery-image] Feb 28 22:34:42.553 INFO O| Feb 28 22:34:42.553 INFO STEP 652 (remove_files) COMPLETE
66522025-02-28T22:34:43.995Z[ recovery-image] Feb 28 22:34:42.553 INFO O| Feb 28 22:34:42.553 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-28T22:34:44.016Z[ recovery-image] Feb 28 22:34:42.574 INFO O| Feb 28 22:34:42.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66542025-02-28T22:34:44.016Z[ recovery-image] Feb 28 22:34:42.574 INFO O| Feb 28 22:34:42.574 INFO STEP 653 (remove_files) COMPLETE
66552025-02-28T22:34:44.016Z[ recovery-image] Feb 28 22:34:42.574 INFO O| Feb 28 22:34:42.574 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-28T22:34:44.053Z[ recovery-image] Feb 28 22:34:42.611 INFO O| Feb 28 22:34:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66572025-02-28T22:34:44.054Z[ recovery-image] Feb 28 22:34:42.611 INFO O| Feb 28 22:34:42.611 INFO STEP 654 (remove_files) COMPLETE
66582025-02-28T22:34:44.054Z[ recovery-image] Feb 28 22:34:42.611 INFO O| Feb 28 22:34:42.611 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-02-28T22:34:44.075Z[ recovery-image] Feb 28 22:34:42.633 INFO O| Feb 28 22:34:42.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66602025-02-28T22:34:44.075Z[ recovery-image] Feb 28 22:34:42.633 INFO O| Feb 28 22:34:42.633 INFO STEP 655 (remove_files) COMPLETE
66612025-02-28T22:34:44.079Z[ recovery-image] Feb 28 22:34:42.633 INFO O| Feb 28 22:34:42.633 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-02-28T22:34:44.099Z[ recovery-image] Feb 28 22:34:42.656 INFO O| Feb 28 22:34:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66632025-02-28T22:34:44.099Z[ recovery-image] Feb 28 22:34:42.656 INFO O| Feb 28 22:34:42.656 INFO STEP 656 (remove_files) COMPLETE
66642025-02-28T22:34:44.099Z[ recovery-image] Feb 28 22:34:42.656 INFO O| Feb 28 22:34:42.656 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-02-28T22:34:44.120Z[ recovery-image] Feb 28 22:34:42.678 INFO O| Feb 28 22:34:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66662025-02-28T22:34:44.120Z[ recovery-image] Feb 28 22:34:42.678 INFO O| Feb 28 22:34:42.678 INFO STEP 657 (remove_files) COMPLETE
66672025-02-28T22:34:44.123Z[ recovery-image] Feb 28 22:34:42.678 INFO O| Feb 28 22:34:42.678 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-02-28T22:34:44.144Z[ recovery-image] Feb 28 22:34:42.702 INFO O| Feb 28 22:34:42.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66692025-02-28T22:34:44.144Z[ recovery-image] Feb 28 22:34:42.702 INFO O| Feb 28 22:34:42.702 INFO STEP 658 (remove_files) COMPLETE
66702025-02-28T22:34:44.144Z[ recovery-image] Feb 28 22:34:42.702 INFO O| Feb 28 22:34:42.702 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-02-28T22:34:44.165Z[ recovery-image] Feb 28 22:34:42.723 INFO O| Feb 28 22:34:42.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66722025-02-28T22:34:44.165Z[ recovery-image] Feb 28 22:34:42.723 INFO O| Feb 28 22:34:42.723 INFO STEP 659 (remove_files) COMPLETE
66732025-02-28T22:34:44.165Z[ recovery-image] Feb 28 22:34:42.723 INFO O| Feb 28 22:34:42.723 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-28T22:34:44.185Z[ recovery-image] Feb 28 22:34:42.743 INFO O| Feb 28 22:34:42.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66752025-02-28T22:34:44.187Z[ recovery-image] Feb 28 22:34:42.743 INFO O| Feb 28 22:34:42.743 INFO STEP 660 (remove_files) COMPLETE
66762025-02-28T22:34:44.187Z[ recovery-image] Feb 28 22:34:42.743 INFO O| Feb 28 22:34:42.743 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-28T22:34:44.208Z[ recovery-image] Feb 28 22:34:42.766 INFO O| Feb 28 22:34:42.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66782025-02-28T22:34:44.208Z[ recovery-image] Feb 28 22:34:42.766 INFO O| Feb 28 22:34:42.766 INFO STEP 661 (remove_files) COMPLETE
66792025-02-28T22:34:44.211Z[ recovery-image] Feb 28 22:34:42.766 INFO O| Feb 28 22:34:42.766 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-28T22:34:44.232Z[ recovery-image] Feb 28 22:34:42.790 INFO O| Feb 28 22:34:42.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66812025-02-28T22:34:44.236Z[ recovery-image] Feb 28 22:34:42.790 INFO O| Feb 28 22:34:42.790 INFO STEP 662 (remove_files) COMPLETE
66822025-02-28T22:34:44.236Z[ recovery-image] Feb 28 22:34:42.790 INFO O| Feb 28 22:34:42.790 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-28T22:34:44.255Z[ recovery-image] Feb 28 22:34:42.812 INFO O| Feb 28 22:34:42.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66842025-02-28T22:34:44.258Z[ recovery-image] Feb 28 22:34:42.813 INFO O| Feb 28 22:34:42.812 INFO STEP 663 (remove_files) COMPLETE
66852025-02-28T22:34:44.258Z[ recovery-image] Feb 28 22:34:42.813 INFO O| Feb 28 22:34:42.813 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-28T22:34:44.277Z[ recovery-image] Feb 28 22:34:42.834 INFO O| Feb 28 22:34:42.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66872025-02-28T22:34:44.277Z[ recovery-image] Feb 28 22:34:42.834 INFO O| Feb 28 22:34:42.834 INFO STEP 664 (remove_files) COMPLETE
66882025-02-28T22:34:44.277Z[ recovery-image] Feb 28 22:34:42.834 INFO O| Feb 28 22:34:42.834 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-28T22:34:44.298Z[ recovery-image] Feb 28 22:34:42.856 INFO O| Feb 28 22:34:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66902025-02-28T22:34:44.298Z[ recovery-image] Feb 28 22:34:42.856 INFO O| Feb 28 22:34:42.856 INFO STEP 665 (remove_files) COMPLETE
66912025-02-28T22:34:44.303Z[ recovery-image] Feb 28 22:34:42.856 INFO O| Feb 28 22:34:42.856 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-28T22:34:44.320Z[ recovery-image] Feb 28 22:34:42.877 INFO O| Feb 28 22:34:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66932025-02-28T22:34:44.320Z[ recovery-image] Feb 28 22:34:42.877 INFO O| Feb 28 22:34:42.877 INFO STEP 666 (remove_files) COMPLETE
66942025-02-28T22:34:44.323Z[ recovery-image] Feb 28 22:34:42.878 INFO O| Feb 28 22:34:42.877 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-28T22:34:44.342Z[ recovery-image] Feb 28 22:34:42.900 INFO O| Feb 28 22:34:42.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66962025-02-28T22:34:44.342Z[ recovery-image] Feb 28 22:34:42.900 INFO O| Feb 28 22:34:42.900 INFO STEP 667 (remove_files) COMPLETE
66972025-02-28T22:34:44.346Z[ recovery-image] Feb 28 22:34:42.900 INFO O| Feb 28 22:34:42.900 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-28T22:34:44.366Z[ recovery-image] Feb 28 22:34:42.924 INFO O| Feb 28 22:34:42.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66992025-02-28T22:34:44.366Z[ recovery-image] Feb 28 22:34:42.924 INFO O| Feb 28 22:34:42.924 INFO STEP 668 (remove_files) COMPLETE
67002025-02-28T22:34:44.366Z[ recovery-image] Feb 28 22:34:42.924 INFO O| Feb 28 22:34:42.924 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-28T22:34:44.390Z[ recovery-image] Feb 28 22:34:42.948 INFO O| Feb 28 22:34:42.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67022025-02-28T22:34:44.393Z[ recovery-image] Feb 28 22:34:42.948 INFO O| Feb 28 22:34:42.948 INFO STEP 669 (remove_files) COMPLETE
67032025-02-28T22:34:44.393Z[ recovery-image] Feb 28 22:34:42.948 INFO O| Feb 28 22:34:42.948 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-28T22:34:44.418Z[ recovery-image] Feb 28 22:34:42.976 INFO O| Feb 28 22:34:42.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
67052025-02-28T22:34:44.418Z[ recovery-image] Feb 28 22:34:42.976 INFO O| Feb 28 22:34:42.976 INFO STEP 670 (remove_files) COMPLETE
67062025-02-28T22:34:44.418Z[ recovery-image] Feb 28 22:34:42.976 INFO O| Feb 28 22:34:42.976 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-28T22:34:44.440Z[ recovery-image] Feb 28 22:34:42.997 INFO O| Feb 28 22:34:42.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
67082025-02-28T22:34:44.440Z[ recovery-image] Feb 28 22:34:42.997 INFO O| Feb 28 22:34:42.997 INFO STEP 671 (remove_files) COMPLETE
67092025-02-28T22:34:44.440Z[ recovery-image] Feb 28 22:34:42.997 INFO O| Feb 28 22:34:42.997 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-28T22:34:44.826Z[ recovery-image] Feb 28 22:34:43.033 INFO O| Feb 28 22:34:43.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
67112025-02-28T22:34:44.826Z[ recovery-image] Feb 28 22:34:43.033 INFO O| Feb 28 22:34:43.033 INFO STEP 672 (remove_files) COMPLETE
67122025-02-28T22:34:44.826Z[ recovery-image] Feb 28 22:34:43.033 INFO O| Feb 28 22:34:43.033 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-28T22:34:44.858Z[ recovery-image] Feb 28 22:34:43.053 INFO O| Feb 28 22:34:43.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67142025-02-28T22:34:44.858Z[ recovery-image] Feb 28 22:34:43.053 INFO O| Feb 28 22:34:43.053 INFO STEP 673 (remove_files) COMPLETE
67152025-02-28T22:34:44.858Z[ recovery-image] Feb 28 22:34:43.053 INFO O| Feb 28 22:34:43.053 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-28T22:34:44.859Z[ host-image] Feb 28 22:34:43.066 INFO O| Feb 28 22:34:43.066 INFO O| Done
67172025-02-28T22:34:44.859Z[ recovery-image] Feb 28 22:34:43.079 INFO O| Feb 28 22:34:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67182025-02-28T22:34:44.859Z[ recovery-image] Feb 28 22:34:43.079 INFO O| Feb 28 22:34:43.079 INFO STEP 674 (remove_files) COMPLETE
67192025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.079 INFO O| Feb 28 22:34:43.079 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.099 INFO O| Feb 28 22:34:43.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67212025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.099 INFO O| Feb 28 22:34:43.099 INFO STEP 675 (remove_files) COMPLETE
67222025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.099 INFO O| Feb 28 22:34:43.099 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.141 INFO O| Feb 28 22:34:43.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67242025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.141 INFO O| Feb 28 22:34:43.141 INFO STEP 676 (remove_files) COMPLETE
67252025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.141 INFO O| Feb 28 22:34:43.141 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.162 INFO O| Feb 28 22:34:43.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67272025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.162 INFO O| Feb 28 22:34:43.162 INFO STEP 677 (remove_files) COMPLETE
67282025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.162 INFO O| Feb 28 22:34:43.162 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.187 INFO O| Feb 28 22:34:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67302025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.187 INFO O| Feb 28 22:34:43.187 INFO STEP 678 (remove_files) COMPLETE
67312025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.187 INFO O| Feb 28 22:34:43.187 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.242 INFO O| Feb 28 22:34:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
67332025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.242 INFO O| Feb 28 22:34:43.242 INFO STEP 679 (remove_files) COMPLETE
67342025-02-28T22:34:44.860Z[ recovery-image] Feb 28 22:34:43.242 INFO O| Feb 28 22:34:43.242 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.264 INFO O| Feb 28 22:34:43.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
67362025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.264 INFO O| Feb 28 22:34:43.264 INFO STEP 680 (remove_files) COMPLETE
67372025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.264 INFO O| Feb 28 22:34:43.264 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.306 INFO O| Feb 28 22:34:43.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
67392025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.306 INFO O| Feb 28 22:34:43.306 INFO STEP 681 (remove_files) COMPLETE
67402025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.306 INFO O| Feb 28 22:34:43.306 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.349 INFO O| Feb 28 22:34:43.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
67422025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.349 INFO O| Feb 28 22:34:43.349 INFO STEP 682 (remove_files) COMPLETE
67432025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.349 INFO O| Feb 28 22:34:43.349 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.372 INFO O| Feb 28 22:34:43.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
67452025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.372 INFO O| Feb 28 22:34:43.372 INFO STEP 683 (remove_files) COMPLETE
67462025-02-28T22:34:44.861Z[ recovery-image] Feb 28 22:34:43.372 INFO O| Feb 28 22:34:43.372 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-28T22:34:44.871Z[ recovery-image] Feb 28 22:34:43.429 INFO O| Feb 28 22:34:43.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
67482025-02-28T22:34:44.871Z[ recovery-image] Feb 28 22:34:43.429 INFO O| Feb 28 22:34:43.429 INFO STEP 684 (remove_files) COMPLETE
67492025-02-28T22:34:44.871Z[ recovery-image] Feb 28 22:34:43.429 INFO O| Feb 28 22:34:43.429 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-28T22:34:44.919Z[ recovery-image] Feb 28 22:34:43.477 INFO O| Feb 28 22:34:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67512025-02-28T22:34:44.919Z[ recovery-image] Feb 28 22:34:43.477 INFO O| Feb 28 22:34:43.477 INFO STEP 685 (remove_files) COMPLETE
67522025-02-28T22:34:44.922Z[ recovery-image] Feb 28 22:34:43.477 INFO O| Feb 28 22:34:43.477 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-28T22:34:44.976Z[ recovery-image] Feb 28 22:34:43.534 INFO O| Feb 28 22:34:43.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67542025-02-28T22:34:44.976Z[ recovery-image] Feb 28 22:34:43.534 INFO O| Feb 28 22:34:43.534 INFO STEP 686 (remove_files) COMPLETE
67552025-02-28T22:34:44.976Z[ recovery-image] Feb 28 22:34:43.534 INFO O| Feb 28 22:34:43.534 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-28T22:34:45.002Z[ recovery-image] Feb 28 22:34:43.560 INFO O| Feb 28 22:34:43.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67572025-02-28T22:34:45.003Z[ recovery-image] Feb 28 22:34:43.560 INFO O| Feb 28 22:34:43.560 INFO STEP 687 (remove_files) COMPLETE
67582025-02-28T22:34:45.003Z[ recovery-image] Feb 28 22:34:43.560 INFO O| Feb 28 22:34:43.560 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-28T22:34:45.030Z[ recovery-image] Feb 28 22:34:43.587 INFO O| Feb 28 22:34:43.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67602025-02-28T22:34:45.030Z[ recovery-image] Feb 28 22:34:43.587 INFO O| Feb 28 22:34:43.587 INFO STEP 688 (remove_files) COMPLETE
67612025-02-28T22:34:45.030Z[ recovery-image] Feb 28 22:34:43.588 INFO O| Feb 28 22:34:43.587 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-28T22:34:45.053Z[ recovery-image] Feb 28 22:34:43.610 INFO O| Feb 28 22:34:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67632025-02-28T22:34:45.053Z[ recovery-image] Feb 28 22:34:43.610 INFO O| Feb 28 22:34:43.610 INFO STEP 689 (remove_files) COMPLETE
67642025-02-28T22:34:45.053Z[ recovery-image] Feb 28 22:34:43.610 INFO O| Feb 28 22:34:43.610 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-28T22:34:45.189Z[ recovery-image] Feb 28 22:34:43.746 INFO O| Feb 28 22:34:43.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67662025-02-28T22:34:45.189Z[ recovery-image] Feb 28 22:34:43.746 INFO O| Feb 28 22:34:43.746 INFO STEP 690 (remove_files) COMPLETE
67672025-02-28T22:34:45.189Z[ recovery-image] Feb 28 22:34:43.746 INFO O| Feb 28 22:34:43.746 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-28T22:34:45.238Z[ recovery-image] Feb 28 22:34:43.796 INFO O| Feb 28 22:34:43.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67692025-02-28T22:34:45.241Z[ recovery-image] Feb 28 22:34:43.796 INFO O| Feb 28 22:34:43.796 INFO STEP 691 (remove_files) COMPLETE
67702025-02-28T22:34:45.241Z[ recovery-image] Feb 28 22:34:43.796 INFO O| Feb 28 22:34:43.796 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-28T22:34:45.296Z[ recovery-image] Feb 28 22:34:43.854 INFO O| Feb 28 22:34:43.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67722025-02-28T22:34:45.296Z[ recovery-image] Feb 28 22:34:43.854 INFO O| Feb 28 22:34:43.854 INFO STEP 692 (remove_files) COMPLETE
67732025-02-28T22:34:45.300Z[ recovery-image] Feb 28 22:34:43.854 INFO O| Feb 28 22:34:43.854 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-28T22:34:45.319Z[ recovery-image] Feb 28 22:34:43.877 INFO O| Feb 28 22:34:43.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67752025-02-28T22:34:45.320Z[ recovery-image] Feb 28 22:34:43.877 INFO O| Feb 28 22:34:43.877 INFO STEP 693 (remove_files) COMPLETE
67762025-02-28T22:34:45.320Z[ recovery-image] Feb 28 22:34:43.877 INFO O| Feb 28 22:34:43.877 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-28T22:34:45.340Z[ recovery-image] Feb 28 22:34:43.898 INFO O| Feb 28 22:34:43.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67782025-02-28T22:34:45.340Z[ recovery-image] Feb 28 22:34:43.898 INFO O| Feb 28 22:34:43.898 INFO STEP 694 (remove_files) COMPLETE
67792025-02-28T22:34:45.340Z[ recovery-image] Feb 28 22:34:43.898 INFO O| Feb 28 22:34:43.898 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-28T22:34:45.362Z[ recovery-image] Feb 28 22:34:43.920 INFO O| Feb 28 22:34:43.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67812025-02-28T22:34:45.362Z[ recovery-image] Feb 28 22:34:43.920 INFO O| Feb 28 22:34:43.920 INFO STEP 695 (remove_files) COMPLETE
67822025-02-28T22:34:45.366Z[ recovery-image] Feb 28 22:34:43.920 INFO O| Feb 28 22:34:43.920 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-28T22:34:45.395Z[ recovery-image] Feb 28 22:34:43.953 INFO O| Feb 28 22:34:43.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67842025-02-28T22:34:45.398Z[ recovery-image] Feb 28 22:34:43.953 INFO O| Feb 28 22:34:43.953 INFO STEP 696 (remove_files) COMPLETE
67852025-02-28T22:34:45.398Z[ recovery-image] Feb 28 22:34:43.953 INFO O| Feb 28 22:34:43.953 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-28T22:34:45.417Z[ recovery-image] Feb 28 22:34:43.974 INFO O| Feb 28 22:34:43.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67872025-02-28T22:34:45.420Z[ recovery-image] Feb 28 22:34:43.975 INFO O| Feb 28 22:34:43.974 INFO STEP 697 (remove_files) COMPLETE
67882025-02-28T22:34:45.420Z[ recovery-image] Feb 28 22:34:43.975 INFO O| Feb 28 22:34:43.975 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-28T22:34:45.462Z[ recovery-image] Feb 28 22:34:44.019 INFO O| Feb 28 22:34:44.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67902025-02-28T22:34:45.462Z[ recovery-image] Feb 28 22:34:44.019 INFO O| Feb 28 22:34:44.019 INFO STEP 698 (remove_files) COMPLETE
67912025-02-28T22:34:45.463Z[ recovery-image] Feb 28 22:34:44.019 INFO O| Feb 28 22:34:44.019 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-28T22:34:45.502Z[ recovery-image] Feb 28 22:34:44.060 INFO O| Feb 28 22:34:44.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67932025-02-28T22:34:45.505Z[ recovery-image] Feb 28 22:34:44.060 INFO O| Feb 28 22:34:44.060 INFO STEP 699 (remove_files) COMPLETE
67942025-02-28T22:34:45.505Z[ recovery-image] Feb 28 22:34:44.060 INFO O| Feb 28 22:34:44.060 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-28T22:34:45.540Z[ recovery-image] Feb 28 22:34:44.098 INFO O| Feb 28 22:34:44.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67962025-02-28T22:34:45.540Z[ recovery-image] Feb 28 22:34:44.098 INFO O| Feb 28 22:34:44.098 INFO STEP 700 (remove_files) COMPLETE
67972025-02-28T22:34:45.540Z[ recovery-image] Feb 28 22:34:44.098 INFO O| Feb 28 22:34:44.098 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-28T22:34:45.590Z[ recovery-image] Feb 28 22:34:44.147 INFO O| Feb 28 22:34:44.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67992025-02-28T22:34:45.593Z[ recovery-image] Feb 28 22:34:44.148 INFO O| Feb 28 22:34:44.147 INFO STEP 701 (remove_files) COMPLETE
68002025-02-28T22:34:45.593Z[ recovery-image] Feb 28 22:34:44.148 INFO O| Feb 28 22:34:44.147 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-28T22:34:45.611Z[ recovery-image] Feb 28 22:34:44.168 INFO O| Feb 28 22:34:44.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68022025-02-28T22:34:45.611Z[ recovery-image] Feb 28 22:34:44.168 INFO O| Feb 28 22:34:44.168 INFO STEP 702 (remove_files) COMPLETE
68032025-02-28T22:34:45.611Z[ recovery-image] Feb 28 22:34:44.168 INFO O| Feb 28 22:34:44.168 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-28T22:34:45.691Z[ recovery-image] Feb 28 22:34:44.249 INFO O| Feb 28 22:34:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
68052025-02-28T22:34:45.692Z[ recovery-image] Feb 28 22:34:44.249 INFO O| Feb 28 22:34:44.249 INFO STEP 703 (remove_files) COMPLETE
68062025-02-28T22:34:45.695Z[ recovery-image] Feb 28 22:34:44.249 INFO O| Feb 28 22:34:44.249 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-28T22:34:45.737Z[ recovery-image] Feb 28 22:34:44.295 INFO O| Feb 28 22:34:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
68082025-02-28T22:34:45.737Z[ recovery-image] Feb 28 22:34:44.295 INFO O| Feb 28 22:34:44.295 INFO STEP 704 (remove_files) COMPLETE
68092025-02-28T22:34:45.737Z[ recovery-image] Feb 28 22:34:44.295 INFO O| Feb 28 22:34:44.295 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-28T22:34:45.794Z[ recovery-image] Feb 28 22:34:44.352 INFO O| Feb 28 22:34:44.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68112025-02-28T22:34:45.794Z[ recovery-image] Feb 28 22:34:44.352 INFO O| Feb 28 22:34:44.352 INFO STEP 705 (remove_files) COMPLETE
68122025-02-28T22:34:45.794Z[ recovery-image] Feb 28 22:34:44.352 INFO O| Feb 28 22:34:44.352 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-28T22:34:45.844Z[ recovery-image] Feb 28 22:34:44.402 INFO O| Feb 28 22:34:44.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68142025-02-28T22:34:45.845Z[ recovery-image] Feb 28 22:34:44.402 INFO O| Feb 28 22:34:44.402 INFO STEP 706 (remove_files) COMPLETE
68152025-02-28T22:34:45.845Z[ recovery-image] Feb 28 22:34:44.402 INFO O| Feb 28 22:34:44.402 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-28T22:34:45.882Z[ recovery-image] Feb 28 22:34:44.439 INFO O| Feb 28 22:34:44.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68172025-02-28T22:34:45.887Z[ recovery-image] Feb 28 22:34:44.439 INFO O| Feb 28 22:34:44.439 INFO STEP 707 (remove_files) COMPLETE
68182025-02-28T22:34:45.887Z[ recovery-image] Feb 28 22:34:44.439 INFO O| Feb 28 22:34:44.439 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-28T22:34:45.908Z[ recovery-image] Feb 28 22:34:44.462 INFO O| Feb 28 22:34:44.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68202025-02-28T22:34:45.916Z[ recovery-image] Feb 28 22:34:44.462 INFO O| Feb 28 22:34:44.462 INFO STEP 708 (remove_files) COMPLETE
68212025-02-28T22:34:45.916Z[ recovery-image] Feb 28 22:34:44.462 INFO O| Feb 28 22:34:44.462 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-28T22:34:45.929Z[ recovery-image] Feb 28 22:34:44.486 INFO O| Feb 28 22:34:44.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68232025-02-28T22:34:45.929Z[ recovery-image] Feb 28 22:34:44.486 INFO O| Feb 28 22:34:44.486 INFO STEP 709 (remove_files) COMPLETE
68242025-02-28T22:34:45.929Z[ recovery-image] Feb 28 22:34:44.486 INFO O| Feb 28 22:34:44.486 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-28T22:34:45.953Z[ recovery-image] Feb 28 22:34:44.510 INFO O| Feb 28 22:34:44.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68262025-02-28T22:34:45.954Z[ recovery-image] Feb 28 22:34:44.510 INFO O| Feb 28 22:34:44.510 INFO STEP 710 (remove_files) COMPLETE
68272025-02-28T22:34:45.957Z[ recovery-image] Feb 28 22:34:44.510 INFO O| Feb 28 22:34:44.510 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-28T22:34:46.017Z[ recovery-image] Feb 28 22:34:44.575 INFO O| Feb 28 22:34:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68292025-02-28T22:34:46.018Z[ recovery-image] Feb 28 22:34:44.575 INFO O| Feb 28 22:34:44.575 INFO STEP 711 (remove_files) COMPLETE
68302025-02-28T22:34:46.020Z[ recovery-image] Feb 28 22:34:44.575 INFO O| Feb 28 22:34:44.575 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-28T22:34:46.042Z[ recovery-image] Feb 28 22:34:44.599 INFO O| Feb 28 22:34:44.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68322025-02-28T22:34:46.042Z[ recovery-image] Feb 28 22:34:44.600 INFO O| Feb 28 22:34:44.600 INFO STEP 712 (remove_files) COMPLETE
68332025-02-28T22:34:46.042Z[ recovery-image] Feb 28 22:34:44.600 INFO O| Feb 28 22:34:44.600 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-28T22:34:46.079Z[ recovery-image] Feb 28 22:34:44.637 INFO O| Feb 28 22:34:44.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68352025-02-28T22:34:46.080Z[ recovery-image] Feb 28 22:34:44.637 INFO O| Feb 28 22:34:44.637 INFO STEP 713 (remove_files) COMPLETE
68362025-02-28T22:34:46.082Z[ recovery-image] Feb 28 22:34:44.637 INFO O| Feb 28 22:34:44.637 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-28T22:34:46.113Z[ recovery-image] Feb 28 22:34:44.670 INFO O| Feb 28 22:34:44.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68382025-02-28T22:34:46.116Z[ recovery-image] Feb 28 22:34:44.671 INFO O| Feb 28 22:34:44.671 INFO STEP 714 (remove_files) COMPLETE
68392025-02-28T22:34:46.116Z[ recovery-image] Feb 28 22:34:44.671 INFO O| Feb 28 22:34:44.671 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-28T22:34:46.147Z[ recovery-image] Feb 28 22:34:44.704 INFO O| Feb 28 22:34:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
68412025-02-28T22:34:46.147Z[ recovery-image] Feb 28 22:34:44.704 INFO O| Feb 28 22:34:44.704 INFO STEP 715 (remove_files) COMPLETE
68422025-02-28T22:34:46.147Z[ recovery-image] Feb 28 22:34:44.704 INFO O| Feb 28 22:34:44.704 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-28T22:34:46.168Z[ recovery-image] Feb 28 22:34:44.726 INFO O| Feb 28 22:34:44.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68442025-02-28T22:34:46.174Z[ recovery-image] Feb 28 22:34:44.726 INFO O| Feb 28 22:34:44.726 INFO STEP 716 (remove_files) COMPLETE
68452025-02-28T22:34:46.175Z[ recovery-image] Feb 28 22:34:44.726 INFO O| Feb 28 22:34:44.726 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-28T22:34:46.190Z[ recovery-image] Feb 28 22:34:44.747 INFO O| Feb 28 22:34:44.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
68472025-02-28T22:34:46.191Z[ recovery-image] Feb 28 22:34:44.747 INFO O| Feb 28 22:34:44.747 INFO STEP 717 (remove_files) COMPLETE
68482025-02-28T22:34:46.195Z[ recovery-image] Feb 28 22:34:44.747 INFO O| Feb 28 22:34:44.747 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-28T22:34:46.211Z[ recovery-image] Feb 28 22:34:44.768 INFO O| Feb 28 22:34:44.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68502025-02-28T22:34:46.211Z[ recovery-image] Feb 28 22:34:44.768 INFO O| Feb 28 22:34:44.768 INFO STEP 718 (remove_files) COMPLETE
68512025-02-28T22:34:46.211Z[ recovery-image] Feb 28 22:34:44.768 INFO O| Feb 28 22:34:44.768 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-28T22:34:46.231Z[ recovery-image] Feb 28 22:34:44.788 INFO O| Feb 28 22:34:44.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68532025-02-28T22:34:46.231Z[ recovery-image] Feb 28 22:34:44.788 INFO O| Feb 28 22:34:44.788 INFO STEP 719 (remove_files) COMPLETE
68542025-02-28T22:34:46.231Z[ recovery-image] Feb 28 22:34:44.788 INFO O| Feb 28 22:34:44.788 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-28T22:34:46.252Z[ recovery-image] Feb 28 22:34:44.810 INFO O| Feb 28 22:34:44.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68562025-02-28T22:34:46.252Z[ recovery-image] Feb 28 22:34:44.810 INFO O| Feb 28 22:34:44.810 INFO STEP 720 (remove_files) COMPLETE
68572025-02-28T22:34:46.252Z[ recovery-image] Feb 28 22:34:44.810 INFO O| Feb 28 22:34:44.810 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-28T22:34:46.280Z[ recovery-image] Feb 28 22:34:44.837 INFO O| Feb 28 22:34:44.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68592025-02-28T22:34:46.280Z[ recovery-image] Feb 28 22:34:44.837 INFO O| Feb 28 22:34:44.837 INFO STEP 721 (remove_files) COMPLETE
68602025-02-28T22:34:46.280Z[ recovery-image] Feb 28 22:34:44.837 INFO O| Feb 28 22:34:44.837 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-28T22:34:46.340Z[ recovery-image] Feb 28 22:34:44.898 INFO O| Feb 28 22:34:44.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68622025-02-28T22:34:46.341Z[ recovery-image] Feb 28 22:34:44.898 INFO O| Feb 28 22:34:44.898 INFO STEP 722 (remove_files) COMPLETE
68632025-02-28T22:34:46.344Z[ recovery-image] Feb 28 22:34:44.898 INFO O| Feb 28 22:34:44.898 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-28T22:34:46.363Z[ recovery-image] Feb 28 22:34:44.921 INFO O| Feb 28 22:34:44.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68652025-02-28T22:34:46.363Z[ recovery-image] Feb 28 22:34:44.921 INFO O| Feb 28 22:34:44.921 INFO STEP 723 (remove_files) COMPLETE
68662025-02-28T22:34:46.367Z[ recovery-image] Feb 28 22:34:44.921 INFO O| Feb 28 22:34:44.921 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-28T22:34:46.387Z[ recovery-image] Feb 28 22:34:44.943 INFO O| Feb 28 22:34:44.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68682025-02-28T22:34:46.387Z[ recovery-image] Feb 28 22:34:44.944 INFO O| Feb 28 22:34:44.944 INFO STEP 724 (remove_files) COMPLETE
68692025-02-28T22:34:46.391Z[ recovery-image] Feb 28 22:34:44.944 INFO O| Feb 28 22:34:44.944 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-28T22:34:46.409Z[ recovery-image] Feb 28 22:34:44.967 INFO O| Feb 28 22:34:44.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68712025-02-28T22:34:46.409Z[ recovery-image] Feb 28 22:34:44.967 INFO O| Feb 28 22:34:44.967 INFO STEP 725 (remove_files) COMPLETE
68722025-02-28T22:34:46.412Z[ recovery-image] Feb 28 22:34:44.967 INFO O| Feb 28 22:34:44.967 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-28T22:34:46.432Z[ recovery-image] Feb 28 22:34:44.989 INFO O| Feb 28 22:34:44.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68742025-02-28T22:34:46.432Z[ recovery-image] Feb 28 22:34:44.989 INFO O| Feb 28 22:34:44.989 INFO STEP 726 (remove_files) COMPLETE
68752025-02-28T22:34:46.435Z[ recovery-image] Feb 28 22:34:44.989 INFO O| Feb 28 22:34:44.989 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-28T22:34:46.459Z[ recovery-image] Feb 28 22:34:45.016 INFO O| Feb 28 22:34:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68772025-02-28T22:34:46.462Z[ recovery-image] Feb 28 22:34:45.016 INFO O| Feb 28 22:34:45.016 INFO STEP 727 (remove_files) COMPLETE
68782025-02-28T22:34:46.462Z[ recovery-image] Feb 28 22:34:45.017 INFO O| Feb 28 22:34:45.016 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-28T22:34:46.497Z[ recovery-image] Feb 28 22:34:45.054 INFO O| Feb 28 22:34:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68802025-02-28T22:34:46.499Z[ recovery-image] Feb 28 22:34:45.054 INFO O| Feb 28 22:34:45.054 INFO STEP 728 (remove_files) COMPLETE
68812025-02-28T22:34:46.499Z[ recovery-image] Feb 28 22:34:45.054 INFO O| Feb 28 22:34:45.054 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-28T22:34:46.518Z[ recovery-image] Feb 28 22:34:45.076 INFO O| Feb 28 22:34:45.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68832025-02-28T22:34:46.521Z[ recovery-image] Feb 28 22:34:45.076 INFO O| Feb 28 22:34:45.076 INFO STEP 729 (remove_files) COMPLETE
68842025-02-28T22:34:46.521Z[ recovery-image] Feb 28 22:34:45.076 INFO O| Feb 28 22:34:45.076 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-28T22:34:46.542Z[ recovery-image] Feb 28 22:34:45.099 INFO O| Feb 28 22:34:45.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68862025-02-28T22:34:46.542Z[ recovery-image] Feb 28 22:34:45.099 INFO O| Feb 28 22:34:45.099 INFO STEP 730 (remove_files) COMPLETE
68872025-02-28T22:34:46.545Z[ recovery-image] Feb 28 22:34:45.099 INFO O| Feb 28 22:34:45.099 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-28T22:34:46.627Z[ recovery-image] Feb 28 22:34:45.185 INFO O| Feb 28 22:34:45.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68892025-02-28T22:34:46.631Z[ recovery-image] Feb 28 22:34:45.185 INFO O| Feb 28 22:34:45.185 INFO STEP 731 (remove_files) COMPLETE
68902025-02-28T22:34:46.631Z[ recovery-image] Feb 28 22:34:45.185 INFO O| Feb 28 22:34:45.185 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-28T22:34:46.664Z[ recovery-image] Feb 28 22:34:45.221 INFO O| Feb 28 22:34:45.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68922025-02-28T22:34:46.667Z[ recovery-image] Feb 28 22:34:45.222 INFO O| Feb 28 22:34:45.221 INFO STEP 732 (remove_files) COMPLETE
68932025-02-28T22:34:46.668Z[ recovery-image] Feb 28 22:34:45.222 INFO O| Feb 28 22:34:45.222 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-28T22:34:46.734Z[ recovery-image] Feb 28 22:34:45.291 INFO O| Feb 28 22:34:45.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68952025-02-28T22:34:46.737Z[ recovery-image] Feb 28 22:34:45.291 INFO O| Feb 28 22:34:45.291 INFO STEP 733 (remove_files) COMPLETE
68962025-02-28T22:34:46.737Z[ recovery-image] Feb 28 22:34:45.292 INFO O| Feb 28 22:34:45.291 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-28T22:34:46.755Z[ recovery-image] Feb 28 22:34:45.312 INFO O| Feb 28 22:34:45.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68982025-02-28T22:34:46.758Z[ recovery-image] Feb 28 22:34:45.313 INFO O| Feb 28 22:34:45.313 INFO STEP 734 (remove_files) COMPLETE
68992025-02-28T22:34:46.758Z[ recovery-image] Feb 28 22:34:45.313 INFO O| Feb 28 22:34:45.313 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-28T22:34:46.790Z[ recovery-image] Feb 28 22:34:45.347 INFO O| Feb 28 22:34:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69012025-02-28T22:34:46.793Z[ recovery-image] Feb 28 22:34:45.347 INFO O| Feb 28 22:34:45.347 INFO STEP 735 (remove_files) COMPLETE
69022025-02-28T22:34:46.793Z[ recovery-image] Feb 28 22:34:45.347 INFO O| Feb 28 22:34:45.347 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-28T22:34:46.814Z[ recovery-image] Feb 28 22:34:45.371 INFO O| Feb 28 22:34:45.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69042025-02-28T22:34:46.814Z[ recovery-image] Feb 28 22:34:45.371 INFO O| Feb 28 22:34:45.371 INFO STEP 736 (remove_files) COMPLETE
69052025-02-28T22:34:46.814Z[ recovery-image] Feb 28 22:34:45.371 INFO O| Feb 28 22:34:45.371 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-28T22:34:46.835Z[ recovery-image] Feb 28 22:34:45.393 INFO O| Feb 28 22:34:45.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69072025-02-28T22:34:46.838Z[ recovery-image] Feb 28 22:34:45.393 INFO O| Feb 28 22:34:45.393 INFO STEP 737 (remove_files) COMPLETE
69082025-02-28T22:34:46.838Z[ recovery-image] Feb 28 22:34:45.393 INFO O| Feb 28 22:34:45.393 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-28T22:34:46.871Z[ recovery-image] Feb 28 22:34:45.427 INFO O| Feb 28 22:34:45.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69102025-02-28T22:34:46.871Z[ recovery-image] Feb 28 22:34:45.427 INFO O| Feb 28 22:34:45.427 INFO STEP 738 (remove_files) COMPLETE
69112025-02-28T22:34:46.871Z[ recovery-image] Feb 28 22:34:45.427 INFO O| Feb 28 22:34:45.427 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-28T22:34:46.924Z[ recovery-image] Feb 28 22:34:45.480 INFO O| Feb 28 22:34:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69132025-02-28T22:34:46.924Z[ recovery-image] Feb 28 22:34:45.480 INFO O| Feb 28 22:34:45.480 INFO STEP 739 (remove_files) COMPLETE
69142025-02-28T22:34:46.924Z[ recovery-image] Feb 28 22:34:45.480 INFO O| Feb 28 22:34:45.480 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-28T22:34:46.961Z[ recovery-image] Feb 28 22:34:45.517 INFO O| Feb 28 22:34:45.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69162025-02-28T22:34:46.961Z[ recovery-image] Feb 28 22:34:45.517 INFO O| Feb 28 22:34:45.517 INFO STEP 740 (remove_files) COMPLETE
69172025-02-28T22:34:46.961Z[ recovery-image] Feb 28 22:34:45.517 INFO O| Feb 28 22:34:45.517 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-28T22:34:47.012Z[ recovery-image] Feb 28 22:34:45.569 INFO O| Feb 28 22:34:45.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69192025-02-28T22:34:47.012Z[ recovery-image] Feb 28 22:34:45.570 INFO O| Feb 28 22:34:45.570 INFO STEP 741 (remove_files) COMPLETE
69202025-02-28T22:34:47.012Z[ recovery-image] Feb 28 22:34:45.570 INFO O| Feb 28 22:34:45.570 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-28T22:34:47.038Z[ recovery-image] Feb 28 22:34:45.594 INFO O| Feb 28 22:34:45.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69222025-02-28T22:34:47.038Z[ recovery-image] Feb 28 22:34:45.594 INFO O| Feb 28 22:34:45.594 INFO STEP 742 (remove_files) COMPLETE
69232025-02-28T22:34:47.038Z[ recovery-image] Feb 28 22:34:45.594 INFO O| Feb 28 22:34:45.594 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-28T22:34:47.073Z[ recovery-image] Feb 28 22:34:45.630 INFO O| Feb 28 22:34:45.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69252025-02-28T22:34:47.073Z[ recovery-image] Feb 28 22:34:45.630 INFO O| Feb 28 22:34:45.630 INFO STEP 743 (remove_files) COMPLETE
69262025-02-28T22:34:47.073Z[ recovery-image] Feb 28 22:34:45.630 INFO O| Feb 28 22:34:45.630 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-28T22:34:47.098Z[ recovery-image] Feb 28 22:34:45.655 INFO O| Feb 28 22:34:45.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69282025-02-28T22:34:47.098Z[ recovery-image] Feb 28 22:34:45.656 INFO O| Feb 28 22:34:45.655 INFO STEP 744 (remove_files) COMPLETE
69292025-02-28T22:34:47.101Z[ recovery-image] Feb 28 22:34:45.656 INFO O| Feb 28 22:34:45.655 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-28T22:34:47.119Z[ recovery-image] Feb 28 22:34:45.677 INFO O| Feb 28 22:34:45.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69312025-02-28T22:34:47.119Z[ recovery-image] Feb 28 22:34:45.677 INFO O| Feb 28 22:34:45.677 INFO STEP 745 (remove_files) COMPLETE
69322025-02-28T22:34:47.119Z[ recovery-image] Feb 28 22:34:45.677 INFO O| Feb 28 22:34:45.677 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-28T22:34:47.141Z[ recovery-image] Feb 28 22:34:45.698 INFO O| Feb 28 22:34:45.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69342025-02-28T22:34:47.141Z[ recovery-image] Feb 28 22:34:45.698 INFO O| Feb 28 22:34:45.698 INFO STEP 746 (remove_files) COMPLETE
69352025-02-28T22:34:47.141Z[ recovery-image] Feb 28 22:34:45.698 INFO O| Feb 28 22:34:45.698 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-28T22:34:47.161Z[ recovery-image] Feb 28 22:34:45.719 INFO O| Feb 28 22:34:45.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
69372025-02-28T22:34:47.161Z[ recovery-image] Feb 28 22:34:45.719 INFO O| Feb 28 22:34:45.719 INFO STEP 747 (remove_files) COMPLETE
69382025-02-28T22:34:47.166Z[ recovery-image] Feb 28 22:34:45.719 INFO O| Feb 28 22:34:45.719 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-28T22:34:47.181Z[ recovery-image] Feb 28 22:34:45.739 INFO O| Feb 28 22:34:45.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69402025-02-28T22:34:47.181Z[ recovery-image] Feb 28 22:34:45.739 INFO O| Feb 28 22:34:45.739 INFO STEP 748 (remove_files) COMPLETE
69412025-02-28T22:34:47.181Z[ recovery-image] Feb 28 22:34:45.739 INFO O| Feb 28 22:34:45.739 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-28T22:34:47.202Z[ recovery-image] Feb 28 22:34:45.759 INFO O| Feb 28 22:34:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
69432025-02-28T22:34:47.202Z[ recovery-image] Feb 28 22:34:45.759 INFO O| Feb 28 22:34:45.759 INFO STEP 749 (remove_files) COMPLETE
69442025-02-28T22:34:47.205Z[ recovery-image] Feb 28 22:34:45.759 INFO O| Feb 28 22:34:45.759 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-28T22:34:47.232Z[ recovery-image] Feb 28 22:34:45.789 INFO O| Feb 28 22:34:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
69462025-02-28T22:34:47.232Z[ recovery-image] Feb 28 22:34:45.789 INFO O| Feb 28 22:34:45.789 INFO STEP 750 (remove_files) COMPLETE
69472025-02-28T22:34:47.232Z[ recovery-image] Feb 28 22:34:45.789 INFO O| Feb 28 22:34:45.789 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-28T22:34:47.292Z[ recovery-image] Feb 28 22:34:45.849 INFO O| Feb 28 22:34:45.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69492025-02-28T22:34:47.296Z[ recovery-image] Feb 28 22:34:45.850 INFO O| Feb 28 22:34:45.849 INFO STEP 751 (remove_files) COMPLETE
69502025-02-28T22:34:47.296Z[ recovery-image] Feb 28 22:34:45.850 INFO O| Feb 28 22:34:45.850 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-28T22:34:47.313Z[ recovery-image] Feb 28 22:34:45.870 INFO O| Feb 28 22:34:45.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69522025-02-28T22:34:47.313Z[ recovery-image] Feb 28 22:34:45.871 INFO O| Feb 28 22:34:45.870 INFO STEP 752 (remove_files) COMPLETE
69532025-02-28T22:34:47.313Z[ recovery-image] Feb 28 22:34:45.871 INFO O| Feb 28 22:34:45.871 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-28T22:34:47.334Z[ recovery-image] Feb 28 22:34:45.891 INFO O| Feb 28 22:34:45.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69552025-02-28T22:34:47.334Z[ recovery-image] Feb 28 22:34:45.891 INFO O| Feb 28 22:34:45.891 INFO STEP 753 (remove_files) COMPLETE
69562025-02-28T22:34:47.334Z[ recovery-image] Feb 28 22:34:45.891 INFO O| Feb 28 22:34:45.891 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-28T22:34:47.375Z[ recovery-image] Feb 28 22:34:45.932 INFO O| Feb 28 22:34:45.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69582025-02-28T22:34:47.378Z[ recovery-image] Feb 28 22:34:45.932 INFO O| Feb 28 22:34:45.932 INFO STEP 754 (remove_files) COMPLETE
69592025-02-28T22:34:47.378Z[ recovery-image] Feb 28 22:34:45.932 INFO O| Feb 28 22:34:45.932 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-28T22:34:47.418Z[ recovery-image] Feb 28 22:34:45.975 INFO O| Feb 28 22:34:45.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69612025-02-28T22:34:47.419Z[ recovery-image] Feb 28 22:34:45.975 INFO O| Feb 28 22:34:45.975 INFO STEP 755 (remove_files) COMPLETE
69622025-02-28T22:34:47.422Z[ recovery-image] Feb 28 22:34:45.976 INFO O| Feb 28 22:34:45.976 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-28T22:34:47.440Z[ recovery-image] Feb 28 22:34:45.997 INFO O| Feb 28 22:34:45.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69642025-02-28T22:34:47.443Z[ recovery-image] Feb 28 22:34:45.998 INFO O| Feb 28 22:34:45.998 INFO STEP 756 (remove_files) COMPLETE
69652025-02-28T22:34:47.443Z[ recovery-image] Feb 28 22:34:45.998 INFO O| Feb 28 22:34:45.998 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-28T22:34:47.464Z[ recovery-image] Feb 28 22:34:46.021 INFO O| Feb 28 22:34:46.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69672025-02-28T22:34:47.467Z[ recovery-image] Feb 28 22:34:46.021 INFO O| Feb 28 22:34:46.021 INFO STEP 757 (remove_files) COMPLETE
69682025-02-28T22:34:47.467Z[ recovery-image] Feb 28 22:34:46.021 INFO O| Feb 28 22:34:46.021 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-28T22:34:47.487Z[ recovery-image] Feb 28 22:34:46.044 INFO O| Feb 28 22:34:46.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69702025-02-28T22:34:47.490Z[ recovery-image] Feb 28 22:34:46.044 INFO O| Feb 28 22:34:46.044 INFO STEP 758 (remove_files) COMPLETE
69712025-02-28T22:34:47.490Z[ recovery-image] Feb 28 22:34:46.044 INFO O| Feb 28 22:34:46.044 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-28T22:34:47.526Z[ recovery-image] Feb 28 22:34:46.084 INFO O| Feb 28 22:34:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69732025-02-28T22:34:47.527Z[ recovery-image] Feb 28 22:34:46.084 INFO O| Feb 28 22:34:46.084 INFO STEP 759 (remove_files) COMPLETE
69742025-02-28T22:34:47.527Z[ recovery-image] Feb 28 22:34:46.084 INFO O| Feb 28 22:34:46.084 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-28T22:34:47.550Z[ host-image] Feb 28 22:34:46.107 INFO O| Feb 28 22:34:46.107 INFO O| Done
69762025-02-28T22:34:47.591Z[ recovery-image] Feb 28 22:34:46.148 INFO O| Feb 28 22:34:46.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69772025-02-28T22:34:47.591Z[ recovery-image] Feb 28 22:34:46.148 INFO O| Feb 28 22:34:46.148 INFO STEP 760 (remove_files) COMPLETE
69782025-02-28T22:34:47.591Z[ recovery-image] Feb 28 22:34:46.148 INFO O| Feb 28 22:34:46.148 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-28T22:34:47.594Z[ host-image] Feb 28 22:34:46.149 INFO O| Feb 28 22:34:46.149 INFO O| Done
69802025-02-28T22:34:47.594Z[ host-image] Feb 28 22:34:46.150 INFO O| Feb 28 22:34:46.150 INFO O| Done
69812025-02-28T22:34:47.612Z[ recovery-image] Feb 28 22:34:46.169 INFO O| Feb 28 22:34:46.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69822025-02-28T22:34:47.612Z[ recovery-image] Feb 28 22:34:46.169 INFO O| Feb 28 22:34:46.169 INFO STEP 761 (remove_files) COMPLETE
69832025-02-28T22:34:47.612Z[ recovery-image] Feb 28 22:34:46.169 INFO O| Feb 28 22:34:46.169 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-28T22:34:47.638Z[ recovery-image] Feb 28 22:34:46.195 INFO O| Feb 28 22:34:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69852025-02-28T22:34:47.641Z[ host-image] Feb 28 22:34:46.199 INFO O| Feb 28 22:34:46.199 INFO O| Done
69862025-02-28T22:34:47.661Z[ recovery-image] Feb 28 22:34:46.218 INFO O| Feb 28 22:34:46.218 INFO STEP 762 (remove_files) COMPLETE
69872025-02-28T22:34:47.662Z[ recovery-image] Feb 28 22:34:46.218 INFO O| Feb 28 22:34:46.218 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-28T22:34:47.719Z[ recovery-image] Feb 28 22:34:46.277 INFO O| Feb 28 22:34:46.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69892025-02-28T22:34:47.743Z[ recovery-image] Feb 28 22:34:46.300 INFO O| Feb 28 22:34:46.300 INFO STEP 763 (remove_files) COMPLETE
69902025-02-28T22:34:47.746Z[ recovery-image] Feb 28 22:34:46.300 INFO O| Feb 28 22:34:46.300 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-28T22:34:47.765Z[ recovery-image] Feb 28 22:34:46.321 INFO O| Feb 28 22:34:46.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69922025-02-28T22:34:47.768Z[ recovery-image] Feb 28 22:34:46.321 INFO O| Feb 28 22:34:46.321 INFO STEP 764 (remove_files) COMPLETE
69932025-02-28T22:34:47.768Z[ recovery-image] Feb 28 22:34:46.321 INFO O| Feb 28 22:34:46.321 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-28T22:34:47.785Z[ recovery-image] Feb 28 22:34:46.342 INFO O| Feb 28 22:34:46.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69952025-02-28T22:34:47.789Z[ recovery-image] Feb 28 22:34:46.342 INFO O| Feb 28 22:34:46.342 INFO STEP 765 (remove_files) COMPLETE
69962025-02-28T22:34:47.789Z[ recovery-image] Feb 28 22:34:46.342 INFO O| Feb 28 22:34:46.342 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-28T22:34:47.805Z[ recovery-image] Feb 28 22:34:46.362 INFO O| Feb 28 22:34:46.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69982025-02-28T22:34:47.805Z[ recovery-image] Feb 28 22:34:46.363 INFO O| Feb 28 22:34:46.363 INFO STEP 766 (remove_files) COMPLETE
69992025-02-28T22:34:47.808Z[ recovery-image] Feb 28 22:34:46.363 INFO O| Feb 28 22:34:46.363 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-28T22:34:47.825Z[ recovery-image] Feb 28 22:34:46.382 INFO O| Feb 28 22:34:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
70012025-02-28T22:34:47.828Z[ recovery-image] Feb 28 22:34:46.382 INFO O| Feb 28 22:34:46.382 INFO STEP 767 (remove_files) COMPLETE
70022025-02-28T22:34:47.828Z[ recovery-image] Feb 28 22:34:46.382 INFO O| Feb 28 22:34:46.382 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-28T22:34:47.851Z[ recovery-image] Feb 28 22:34:46.400 INFO O| Feb 28 22:34:46.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
70042025-02-28T22:34:47.851Z[ recovery-image] Feb 28 22:34:46.400 INFO O| Feb 28 22:34:46.400 INFO STEP 768 (remove_files) COMPLETE
70052025-02-28T22:34:47.851Z[ recovery-image] Feb 28 22:34:46.400 INFO O| Feb 28 22:34:46.400 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-28T22:34:47.866Z[ host-image] Feb 28 22:34:46.409 INFO O| Feb 28 22:34:46.409 INFO STEP 12 (pkg_install) COMPLETE
70072025-02-28T22:34:47.866Z[ host-image] Feb 28 22:34:46.409 INFO O| Feb 28 22:34:46.409 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70082025-02-28T22:34:47.869Z[ recovery-image] Feb 28 22:34:46.423 INFO O| Feb 28 22:34:46.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
70092025-02-28T22:34:47.869Z[ recovery-image] Feb 28 22:34:46.423 INFO O| Feb 28 22:34:46.423 INFO STEP 769 (remove_files) COMPLETE
70102025-02-28T22:34:47.869Z[ recovery-image] Feb 28 22:34:46.423 INFO O| Feb 28 22:34:46.423 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-28T22:34:47.872Z[ host-image] Feb 28 22:34:46.429 INFO O| Feb 28 22:34:46.429 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
70122025-02-28T22:34:47.888Z[ recovery-image] Feb 28 22:34:46.446 INFO O| Feb 28 22:34:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70132025-02-28T22:34:47.892Z[ recovery-image] Feb 28 22:34:46.446 INFO O| Feb 28 22:34:46.446 INFO STEP 770 (remove_files) COMPLETE
70142025-02-28T22:34:47.892Z[ recovery-image] Feb 28 22:34:46.446 INFO O| Feb 28 22:34:46.446 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-28T22:34:47.910Z[ recovery-image] Feb 28 22:34:46.467 INFO O| Feb 28 22:34:46.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
70162025-02-28T22:34:47.910Z[ recovery-image] Feb 28 22:34:46.467 INFO O| Feb 28 22:34:46.467 INFO STEP 771 (remove_files) COMPLETE
70172025-02-28T22:34:47.913Z[ recovery-image] Feb 28 22:34:46.467 INFO O| Feb 28 22:34:46.467 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-28T22:34:47.931Z[ recovery-image] Feb 28 22:34:46.488 INFO O| Feb 28 22:34:46.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
70192025-02-28T22:34:47.931Z[ recovery-image] Feb 28 22:34:46.488 INFO O| Feb 28 22:34:46.488 INFO STEP 772 (remove_files) COMPLETE
70202025-02-28T22:34:47.934Z[ recovery-image] Feb 28 22:34:46.489 INFO O| Feb 28 22:34:46.488 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-28T22:34:47.969Z[ recovery-image] Feb 28 22:34:46.526 INFO O| Feb 28 22:34:46.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
70222025-02-28T22:34:47.969Z[ recovery-image] Feb 28 22:34:46.526 INFO O| Feb 28 22:34:46.526 INFO STEP 773 (remove_files) COMPLETE
70232025-02-28T22:34:47.973Z[ recovery-image] Feb 28 22:34:46.526 INFO O| Feb 28 22:34:46.526 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-28T22:34:47.992Z[ recovery-image] Feb 28 22:34:46.550 INFO O| Feb 28 22:34:46.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70252025-02-28T22:34:47.996Z[ recovery-image] Feb 28 22:34:46.550 INFO O| Feb 28 22:34:46.550 INFO STEP 774 (remove_files) COMPLETE
70262025-02-28T22:34:47.996Z[ recovery-image] Feb 28 22:34:46.550 INFO O| Feb 28 22:34:46.550 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-28T22:34:48.034Z[ recovery-image] Feb 28 22:34:46.592 INFO O| Feb 28 22:34:46.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70282025-02-28T22:34:48.034Z[ recovery-image] Feb 28 22:34:46.592 INFO O| Feb 28 22:34:46.592 INFO STEP 775 (remove_files) COMPLETE
70292025-02-28T22:34:48.034Z[ recovery-image] Feb 28 22:34:46.592 INFO O| Feb 28 22:34:46.592 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-28T22:34:48.068Z[ recovery-image] Feb 28 22:34:46.625 INFO O| Feb 28 22:34:46.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70312025-02-28T22:34:48.072Z[ recovery-image] Feb 28 22:34:46.626 INFO O| Feb 28 22:34:46.625 INFO STEP 776 (remove_files) COMPLETE
70322025-02-28T22:34:48.072Z[ recovery-image] Feb 28 22:34:46.626 INFO O| Feb 28 22:34:46.626 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-28T22:34:48.091Z[ recovery-image] Feb 28 22:34:46.649 INFO O| Feb 28 22:34:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
70342025-02-28T22:34:48.095Z[ recovery-image] Feb 28 22:34:46.649 INFO O| Feb 28 22:34:46.649 INFO STEP 777 (remove_files) COMPLETE
70352025-02-28T22:34:48.095Z[ recovery-image] Feb 28 22:34:46.649 INFO O| Feb 28 22:34:46.649 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-28T22:34:48.122Z[ recovery-image] Feb 28 22:34:46.677 INFO O| Feb 28 22:34:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70372025-02-28T22:34:48.122Z[ recovery-image] Feb 28 22:34:46.677 INFO O| Feb 28 22:34:46.677 INFO STEP 778 (remove_files) COMPLETE
70382025-02-28T22:34:48.122Z[ recovery-image] Feb 28 22:34:46.677 INFO O| Feb 28 22:34:46.677 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-28T22:34:48.142Z[ recovery-image] Feb 28 22:34:46.699 INFO O| Feb 28 22:34:46.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
70402025-02-28T22:34:48.142Z[ recovery-image] Feb 28 22:34:46.699 INFO O| Feb 28 22:34:46.699 INFO STEP 779 (remove_files) COMPLETE
70412025-02-28T22:34:48.146Z[ recovery-image] Feb 28 22:34:46.699 INFO O| Feb 28 22:34:46.699 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-28T22:34:48.175Z[ recovery-image] Feb 28 22:34:46.732 INFO O| Feb 28 22:34:46.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
70432025-02-28T22:34:48.175Z[ recovery-image] Feb 28 22:34:46.732 INFO O| Feb 28 22:34:46.732 INFO STEP 780 (remove_files) COMPLETE
70442025-02-28T22:34:48.175Z[ recovery-image] Feb 28 22:34:46.732 INFO O| Feb 28 22:34:46.732 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-28T22:34:48.197Z[ recovery-image] Feb 28 22:34:46.754 INFO O| Feb 28 22:34:46.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
70462025-02-28T22:34:48.197Z[ recovery-image] Feb 28 22:34:46.754 INFO O| Feb 28 22:34:46.754 INFO STEP 781 (remove_files) COMPLETE
70472025-02-28T22:34:48.202Z[ recovery-image] Feb 28 22:34:46.754 INFO O| Feb 28 22:34:46.754 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-28T22:34:48.230Z[ recovery-image] Feb 28 22:34:46.787 INFO O| Feb 28 22:34:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
70492025-02-28T22:34:48.230Z[ recovery-image] Feb 28 22:34:46.787 INFO O| Feb 28 22:34:46.787 INFO STEP 782 (remove_files) COMPLETE
70502025-02-28T22:34:48.230Z[ recovery-image] Feb 28 22:34:46.787 INFO O| Feb 28 22:34:46.787 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-28T22:34:48.286Z[ recovery-image] Feb 28 22:34:46.843 INFO O| Feb 28 22:34:46.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
70522025-02-28T22:34:48.286Z[ recovery-image] Feb 28 22:34:46.843 INFO O| Feb 28 22:34:46.843 INFO STEP 783 (remove_files) COMPLETE
70532025-02-28T22:34:48.286Z[ recovery-image] Feb 28 22:34:46.843 INFO O| Feb 28 22:34:46.843 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-28T22:34:48.306Z[ recovery-image] Feb 28 22:34:46.863 INFO O| Feb 28 22:34:46.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
70552025-02-28T22:34:48.306Z[ recovery-image] Feb 28 22:34:46.863 INFO O| Feb 28 22:34:46.863 INFO STEP 784 (remove_files) COMPLETE
70562025-02-28T22:34:48.306Z[ recovery-image] Feb 28 22:34:46.863 INFO O| Feb 28 22:34:46.863 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-28T22:34:48.327Z[ recovery-image] Feb 28 22:34:46.884 INFO O| Feb 28 22:34:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70582025-02-28T22:34:48.327Z[ recovery-image] Feb 28 22:34:46.885 INFO O| Feb 28 22:34:46.884 INFO STEP 785 (remove_files) COMPLETE
70592025-02-28T22:34:48.327Z[ recovery-image] Feb 28 22:34:46.885 INFO O| Feb 28 22:34:46.884 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-28T22:34:48.349Z[ recovery-image] Feb 28 22:34:46.906 INFO O| Feb 28 22:34:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70612025-02-28T22:34:48.353Z[ recovery-image] Feb 28 22:34:46.907 INFO O| Feb 28 22:34:46.907 INFO STEP 786 (remove_files) COMPLETE
70622025-02-28T22:34:48.353Z[ recovery-image] Feb 28 22:34:46.907 INFO O| Feb 28 22:34:46.907 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-28T22:34:48.370Z[ recovery-image] Feb 28 22:34:46.928 INFO O| Feb 28 22:34:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70642025-02-28T22:34:48.370Z[ recovery-image] Feb 28 22:34:46.928 INFO O| Feb 28 22:34:46.928 INFO STEP 787 (remove_files) COMPLETE
70652025-02-28T22:34:48.370Z[ recovery-image] Feb 28 22:34:46.928 INFO O| Feb 28 22:34:46.928 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-28T22:34:48.411Z[ recovery-image] Feb 28 22:34:46.968 INFO O| Feb 28 22:34:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70672025-02-28T22:34:48.411Z[ recovery-image] Feb 28 22:34:46.968 INFO O| Feb 28 22:34:46.968 INFO STEP 788 (remove_files) COMPLETE
70682025-02-28T22:34:48.411Z[ recovery-image] Feb 28 22:34:46.968 INFO O| Feb 28 22:34:46.968 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-28T22:34:48.433Z[ recovery-image] Feb 28 22:34:46.991 INFO O| Feb 28 22:34:46.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70702025-02-28T22:34:48.433Z[ recovery-image] Feb 28 22:34:46.991 INFO O| Feb 28 22:34:46.991 INFO STEP 789 (remove_files) COMPLETE
70712025-02-28T22:34:48.434Z[ recovery-image] Feb 28 22:34:46.991 INFO O| Feb 28 22:34:46.991 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-28T22:34:48.456Z[ recovery-image] Feb 28 22:34:47.013 INFO O| Feb 28 22:34:47.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70732025-02-28T22:34:48.456Z[ recovery-image] Feb 28 22:34:47.013 INFO O| Feb 28 22:34:47.013 INFO STEP 790 (remove_files) COMPLETE
70742025-02-28T22:34:48.459Z[ recovery-image] Feb 28 22:34:47.013 INFO O| Feb 28 22:34:47.013 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-28T22:34:48.591Z[ recovery-image] Feb 28 22:34:47.148 INFO O| Feb 28 22:34:47.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70762025-02-28T22:34:48.591Z[ recovery-image] Feb 28 22:34:47.148 INFO O| Feb 28 22:34:47.148 INFO STEP 791 (remove_files) COMPLETE
70772025-02-28T22:34:48.591Z[ recovery-image] Feb 28 22:34:47.148 INFO O| Feb 28 22:34:47.148 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-28T22:34:48.613Z[ recovery-image] Feb 28 22:34:47.170 INFO O| Feb 28 22:34:47.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70792025-02-28T22:34:48.613Z[ recovery-image] Feb 28 22:34:47.170 INFO O| Feb 28 22:34:47.170 INFO STEP 792 (remove_files) COMPLETE
70802025-02-28T22:34:48.613Z[ recovery-image] Feb 28 22:34:47.170 INFO O| Feb 28 22:34:47.170 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-28T22:34:48.660Z[ recovery-image] Feb 28 22:34:47.217 INFO O| Feb 28 22:34:47.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70822025-02-28T22:34:48.660Z[ recovery-image] Feb 28 22:34:47.217 INFO O| Feb 28 22:34:47.217 INFO STEP 793 (remove_files) COMPLETE
70832025-02-28T22:34:48.660Z[ recovery-image] Feb 28 22:34:47.217 INFO O| Feb 28 22:34:47.217 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-28T22:34:48.685Z[ recovery-image] Feb 28 22:34:47.242 INFO O| Feb 28 22:34:47.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70852025-02-28T22:34:48.685Z[ recovery-image] Feb 28 22:34:47.242 INFO O| Feb 28 22:34:47.242 INFO STEP 794 (remove_files) COMPLETE
70862025-02-28T22:34:48.685Z[ recovery-image] Feb 28 22:34:47.242 INFO O| Feb 28 22:34:47.242 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-28T22:34:48.708Z[ recovery-image] Feb 28 22:34:47.265 INFO O| Feb 28 22:34:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70882025-02-28T22:34:48.711Z[ recovery-image] Feb 28 22:34:47.266 INFO O| Feb 28 22:34:47.266 INFO STEP 795 (remove_files) COMPLETE
70892025-02-28T22:34:48.711Z[ recovery-image] Feb 28 22:34:47.266 INFO O| Feb 28 22:34:47.266 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-28T22:34:48.731Z[ recovery-image] Feb 28 22:34:47.288 INFO O| Feb 28 22:34:47.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70912025-02-28T22:34:48.731Z[ recovery-image] Feb 28 22:34:47.289 INFO O| Feb 28 22:34:47.289 INFO STEP 796 (remove_files) COMPLETE
70922025-02-28T22:34:48.731Z[ recovery-image] Feb 28 22:34:47.289 INFO O| Feb 28 22:34:47.289 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-28T22:34:48.783Z[ recovery-image] Feb 28 22:34:47.339 INFO O| Feb 28 22:34:47.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70942025-02-28T22:34:48.783Z[ recovery-image] Feb 28 22:34:47.339 INFO O| Feb 28 22:34:47.339 INFO STEP 797 (remove_files) COMPLETE
70952025-02-28T22:34:48.783Z[ recovery-image] Feb 28 22:34:47.339 INFO O| Feb 28 22:34:47.339 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-28T22:34:48.843Z[ recovery-image] Feb 28 22:34:47.400 INFO O| Feb 28 22:34:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70972025-02-28T22:34:48.843Z[ recovery-image] Feb 28 22:34:47.400 INFO O| Feb 28 22:34:47.400 INFO STEP 798 (remove_files) COMPLETE
70982025-02-28T22:34:48.843Z[ recovery-image] Feb 28 22:34:47.400 INFO O| Feb 28 22:34:47.400 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-28T22:34:48.865Z[ recovery-image] Feb 28 22:34:47.422 INFO O| Feb 28 22:34:47.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
71002025-02-28T22:34:48.865Z[ recovery-image] Feb 28 22:34:47.422 INFO O| Feb 28 22:34:47.422 INFO STEP 799 (remove_files) COMPLETE
71012025-02-28T22:34:48.871Z[ recovery-image] Feb 28 22:34:47.422 INFO O| Feb 28 22:34:47.422 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-28T22:34:48.905Z[ recovery-image] Feb 28 22:34:47.462 INFO O| Feb 28 22:34:47.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
71032025-02-28T22:34:48.905Z[ recovery-image] Feb 28 22:34:47.462 INFO O| Feb 28 22:34:47.462 INFO STEP 800 (remove_files) COMPLETE
71042025-02-28T22:34:48.905Z[ recovery-image] Feb 28 22:34:47.462 INFO O| Feb 28 22:34:47.462 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-28T22:34:48.928Z[ recovery-image] Feb 28 22:34:47.486 INFO O| Feb 28 22:34:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
71062025-02-28T22:34:48.928Z[ recovery-image] Feb 28 22:34:47.486 INFO O| Feb 28 22:34:47.485 INFO STEP 801 (remove_files) COMPLETE
71072025-02-28T22:34:48.928Z[ recovery-image] Feb 28 22:34:47.486 INFO O| Feb 28 22:34:47.485 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-28T22:34:48.940Z[ host-image] Feb 28 22:34:47.497 INFO O| Feb 28 22:34:47.497 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71092025-02-28T22:34:48.972Z[ recovery-image] Feb 28 22:34:47.528 INFO O| Feb 28 22:34:47.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
71102025-02-28T22:34:48.972Z[ recovery-image] Feb 28 22:34:47.528 INFO O| Feb 28 22:34:47.528 INFO STEP 802 (remove_files) COMPLETE
71112025-02-28T22:34:48.975Z[ recovery-image] Feb 28 22:34:47.528 INFO O| Feb 28 22:34:47.528 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-28T22:34:49.036Z[ recovery-image] Feb 28 22:34:47.593 INFO O| Feb 28 22:34:47.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
71132025-02-28T22:34:49.036Z[ recovery-image] Feb 28 22:34:47.593 INFO O| Feb 28 22:34:47.593 INFO STEP 803 (remove_files) COMPLETE
71142025-02-28T22:34:49.036Z[ recovery-image] Feb 28 22:34:47.593 INFO O| Feb 28 22:34:47.593 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-28T22:34:49.057Z[ recovery-image] Feb 28 22:34:47.614 INFO O| Feb 28 22:34:47.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
71162025-02-28T22:34:49.057Z[ recovery-image] Feb 28 22:34:47.614 INFO O| Feb 28 22:34:47.614 INFO STEP 804 (remove_files) COMPLETE
71172025-02-28T22:34:49.061Z[ recovery-image] Feb 28 22:34:47.614 INFO O| Feb 28 22:34:47.614 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-28T22:34:49.088Z[ recovery-image] Feb 28 22:34:47.645 INFO O| Feb 28 22:34:47.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
71192025-02-28T22:34:49.088Z[ recovery-image] Feb 28 22:34:47.645 INFO O| Feb 28 22:34:47.645 INFO STEP 805 (remove_files) COMPLETE
71202025-02-28T22:34:49.088Z[ recovery-image] Feb 28 22:34:47.645 INFO O| Feb 28 22:34:47.645 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-28T22:34:49.111Z[ recovery-image] Feb 28 22:34:47.668 INFO O| Feb 28 22:34:47.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
71222025-02-28T22:34:49.111Z[ recovery-image] Feb 28 22:34:47.668 INFO O| Feb 28 22:34:47.668 INFO STEP 806 (remove_files) COMPLETE
71232025-02-28T22:34:49.114Z[ recovery-image] Feb 28 22:34:47.669 INFO O| Feb 28 22:34:47.669 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-28T22:34:49.135Z[ recovery-image] Feb 28 22:34:47.692 INFO O| Feb 28 22:34:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
71252025-02-28T22:34:49.135Z[ recovery-image] Feb 28 22:34:47.692 INFO O| Feb 28 22:34:47.692 INFO STEP 807 (remove_files) COMPLETE
71262025-02-28T22:34:49.135Z[ recovery-image] Feb 28 22:34:47.692 INFO O| Feb 28 22:34:47.692 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-28T22:34:49.159Z[ recovery-image] Feb 28 22:34:47.716 INFO O| Feb 28 22:34:47.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
71282025-02-28T22:34:49.159Z[ recovery-image] Feb 28 22:34:47.717 INFO O| Feb 28 22:34:47.716 INFO STEP 808 (remove_files) COMPLETE
71292025-02-28T22:34:49.163Z[ recovery-image] Feb 28 22:34:47.717 INFO O| Feb 28 22:34:47.717 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-28T22:34:49.220Z[ recovery-image] Feb 28 22:34:47.778 INFO O| Feb 28 22:34:47.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
71312025-02-28T22:34:49.221Z[ recovery-image] Feb 28 22:34:47.778 INFO O| Feb 28 22:34:47.778 INFO STEP 809 (remove_files) COMPLETE
71322025-02-28T22:34:49.225Z[ recovery-image] Feb 28 22:34:47.778 INFO O| Feb 28 22:34:47.778 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-02-28T22:34:49.242Z[ recovery-image] Feb 28 22:34:47.799 INFO O| Feb 28 22:34:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
71342025-02-28T22:34:49.242Z[ recovery-image] Feb 28 22:34:47.799 INFO O| Feb 28 22:34:47.799 INFO STEP 810 (remove_files) COMPLETE
71352025-02-28T22:34:49.245Z[ recovery-image] Feb 28 22:34:47.799 INFO O| Feb 28 22:34:47.799 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-02-28T22:34:49.277Z[ recovery-image] Feb 28 22:34:47.834 INFO O| Feb 28 22:34:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
71372025-02-28T22:34:49.280Z[ recovery-image] Feb 28 22:34:47.837 INFO O| Feb 28 22:34:47.837 INFO STEP 811 (remove_files) COMPLETE
71382025-02-28T22:34:49.280Z[ recovery-image] Feb 28 22:34:47.837 INFO O| Feb 28 22:34:47.837 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-02-28T22:34:49.304Z[ recovery-image] Feb 28 22:34:47.861 INFO O| Feb 28 22:34:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
71402025-02-28T22:34:49.307Z[ recovery-image] Feb 28 22:34:47.861 INFO O| Feb 28 22:34:47.861 INFO STEP 812 (remove_files) COMPLETE
71412025-02-28T22:34:49.307Z[ recovery-image] Feb 28 22:34:47.861 INFO O| Feb 28 22:34:47.861 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-02-28T22:34:49.329Z[ recovery-image] Feb 28 22:34:47.886 INFO O| Feb 28 22:34:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
71432025-02-28T22:34:49.329Z[ recovery-image] Feb 28 22:34:47.886 INFO O| Feb 28 22:34:47.886 INFO STEP 813 (remove_files) COMPLETE
71442025-02-28T22:34:49.329Z[ recovery-image] Feb 28 22:34:47.886 INFO O| Feb 28 22:34:47.886 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-28T22:34:49.352Z[ recovery-image] Feb 28 22:34:47.909 INFO O| Feb 28 22:34:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
71462025-02-28T22:34:49.352Z[ recovery-image] Feb 28 22:34:47.909 INFO O| Feb 28 22:34:47.909 INFO STEP 814 (remove_files) COMPLETE
71472025-02-28T22:34:49.352Z[ recovery-image] Feb 28 22:34:47.909 INFO O| Feb 28 22:34:47.909 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-02-28T22:34:49.411Z[ recovery-image] Feb 28 22:34:47.968 INFO O| Feb 28 22:34:47.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
71492025-02-28T22:34:49.411Z[ recovery-image] Feb 28 22:34:47.968 INFO O| Feb 28 22:34:47.968 INFO STEP 815 (remove_files) COMPLETE
71502025-02-28T22:34:49.411Z[ recovery-image] Feb 28 22:34:47.968 INFO O| Feb 28 22:34:47.968 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-02-28T22:34:49.434Z[ recovery-image] Feb 28 22:34:47.991 INFO O| Feb 28 22:34:47.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
71522025-02-28T22:34:49.437Z[ recovery-image] Feb 28 22:34:47.991 INFO O| Feb 28 22:34:47.991 INFO STEP 816 (remove_files) COMPLETE
71532025-02-28T22:34:49.437Z[ recovery-image] Feb 28 22:34:47.991 INFO O| Feb 28 22:34:47.991 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-02-28T22:34:49.456Z[ recovery-image] Feb 28 22:34:48.013 INFO O| Feb 28 22:34:48.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
71552025-02-28T22:34:49.457Z[ recovery-image] Feb 28 22:34:48.014 INFO O| Feb 28 22:34:48.013 INFO STEP 817 (remove_files) COMPLETE
71562025-02-28T22:34:49.457Z[ recovery-image] Feb 28 22:34:48.014 INFO O| Feb 28 22:34:48.014 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-02-28T22:34:49.479Z[ recovery-image] Feb 28 22:34:48.036 INFO O| Feb 28 22:34:48.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71582025-02-28T22:34:49.479Z[ recovery-image] Feb 28 22:34:48.036 INFO O| Feb 28 22:34:48.036 INFO STEP 818 (remove_files) COMPLETE
71592025-02-28T22:34:49.479Z[ recovery-image] Feb 28 22:34:48.036 INFO O| Feb 28 22:34:48.036 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-02-28T22:34:49.504Z[ recovery-image] Feb 28 22:34:48.060 INFO O| Feb 28 22:34:48.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71612025-02-28T22:34:49.504Z[ recovery-image] Feb 28 22:34:48.060 INFO O| Feb 28 22:34:48.060 INFO STEP 819 (remove_files) COMPLETE
71622025-02-28T22:34:49.508Z[ recovery-image] Feb 28 22:34:48.060 INFO O| Feb 28 22:34:48.060 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-28T22:34:49.567Z[ recovery-image] Feb 28 22:34:48.124 INFO O| Feb 28 22:34:48.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71642025-02-28T22:34:49.568Z[ recovery-image] Feb 28 22:34:48.124 INFO O| Feb 28 22:34:48.124 INFO STEP 820 (remove_files) COMPLETE
71652025-02-28T22:34:49.568Z[ recovery-image] Feb 28 22:34:48.124 INFO O| Feb 28 22:34:48.124 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-28T22:34:49.588Z[ recovery-image] Feb 28 22:34:48.145 INFO O| Feb 28 22:34:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71672025-02-28T22:34:49.592Z[ recovery-image] Feb 28 22:34:48.146 INFO O| Feb 28 22:34:48.146 INFO STEP 821 (remove_files) COMPLETE
71682025-02-28T22:34:49.592Z[ recovery-image] Feb 28 22:34:48.146 INFO O| Feb 28 22:34:48.146 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-02-28T22:34:49.634Z[ recovery-image] Feb 28 22:34:48.189 INFO O| Feb 28 22:34:48.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71702025-02-28T22:34:49.634Z[ recovery-image] Feb 28 22:34:48.189 INFO O| Feb 28 22:34:48.189 INFO STEP 822 (remove_files) COMPLETE
71712025-02-28T22:34:49.637Z[ recovery-image] Feb 28 22:34:48.189 INFO O| Feb 28 22:34:48.189 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-02-28T22:34:49.705Z[ recovery-image] Feb 28 22:34:48.262 INFO O| Feb 28 22:34:48.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71732025-02-28T22:34:49.708Z[ recovery-image] Feb 28 22:34:48.262 INFO O| Feb 28 22:34:48.262 INFO STEP 823 (remove_files) COMPLETE
71742025-02-28T22:34:49.708Z[ recovery-image] Feb 28 22:34:48.262 INFO O| Feb 28 22:34:48.262 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-02-28T22:34:49.724Z[ recovery-image] Feb 28 22:34:48.281 INFO O| Feb 28 22:34:48.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71762025-02-28T22:34:49.724Z[ recovery-image] Feb 28 22:34:48.281 INFO O| Feb 28 22:34:48.281 INFO STEP 824 (remove_files) COMPLETE
71772025-02-28T22:34:49.724Z[ recovery-image] Feb 28 22:34:48.281 INFO O| Feb 28 22:34:48.281 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-02-28T22:34:49.757Z[ recovery-image] Feb 28 22:34:48.314 INFO O| Feb 28 22:34:48.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71792025-02-28T22:34:49.757Z[ recovery-image] Feb 28 22:34:48.314 INFO O| Feb 28 22:34:48.314 INFO STEP 825 (remove_files) COMPLETE
71802025-02-28T22:34:49.757Z[ recovery-image] Feb 28 22:34:48.314 INFO O| Feb 28 22:34:48.314 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-02-28T22:34:49.779Z[ recovery-image] Feb 28 22:34:48.336 INFO O| Feb 28 22:34:48.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71822025-02-28T22:34:49.782Z[ recovery-image] Feb 28 22:34:48.336 INFO O| Feb 28 22:34:48.336 INFO STEP 826 (remove_files) COMPLETE
71832025-02-28T22:34:49.783Z[ recovery-image] Feb 28 22:34:48.336 INFO O| Feb 28 22:34:48.336 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-02-28T22:34:49.799Z[ recovery-image] Feb 28 22:34:48.356 INFO O| Feb 28 22:34:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71852025-02-28T22:34:49.803Z[ recovery-image] Feb 28 22:34:48.357 INFO O| Feb 28 22:34:48.356 INFO STEP 827 (remove_files) COMPLETE
71862025-02-28T22:34:49.803Z[ recovery-image] Feb 28 22:34:48.357 INFO O| Feb 28 22:34:48.356 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-02-28T22:34:49.819Z[ recovery-image] Feb 28 22:34:48.376 INFO O| Feb 28 22:34:48.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71882025-02-28T22:34:49.822Z[ recovery-image] Feb 28 22:34:48.376 INFO O| Feb 28 22:34:48.376 INFO STEP 828 (remove_files) COMPLETE
71892025-02-28T22:34:49.822Z[ recovery-image] Feb 28 22:34:48.376 INFO O| Feb 28 22:34:48.376 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-02-28T22:34:49.842Z[ recovery-image] Feb 28 22:34:48.397 INFO O| Feb 28 22:34:48.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71912025-02-28T22:34:49.842Z[ recovery-image] Feb 28 22:34:48.398 INFO O| Feb 28 22:34:48.398 INFO STEP 829 (remove_files) COMPLETE
71922025-02-28T22:34:49.842Z[ recovery-image] Feb 28 22:34:48.398 INFO O| Feb 28 22:34:48.398 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-02-28T22:34:49.877Z[ recovery-image] Feb 28 22:34:48.434 INFO O| Feb 28 22:34:48.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71942025-02-28T22:34:49.880Z[ recovery-image] Feb 28 22:34:48.434 INFO O| Feb 28 22:34:48.434 INFO STEP 830 (remove_files) COMPLETE
71952025-02-28T22:34:49.880Z[ recovery-image] Feb 28 22:34:48.434 INFO O| Feb 28 22:34:48.434 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-02-28T22:34:49.898Z[ recovery-image] Feb 28 22:34:48.455 INFO O| Feb 28 22:34:48.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71972025-02-28T22:34:49.898Z[ recovery-image] Feb 28 22:34:48.455 INFO O| Feb 28 22:34:48.455 INFO STEP 831 (remove_files) COMPLETE
71982025-02-28T22:34:49.900Z[ recovery-image] Feb 28 22:34:48.455 INFO O| Feb 28 22:34:48.455 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-02-28T22:34:49.938Z[ recovery-image] Feb 28 22:34:48.495 INFO O| Feb 28 22:34:48.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
72002025-02-28T22:34:49.938Z[ recovery-image] Feb 28 22:34:48.495 INFO O| Feb 28 22:34:48.495 INFO STEP 832 (remove_files) COMPLETE
72012025-02-28T22:34:49.938Z[ recovery-image] Feb 28 22:34:48.495 INFO O| Feb 28 22:34:48.495 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-02-28T22:34:49.960Z[ recovery-image] Feb 28 22:34:48.516 INFO O| Feb 28 22:34:48.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
72032025-02-28T22:34:49.960Z[ recovery-image] Feb 28 22:34:48.516 INFO O| Feb 28 22:34:48.516 INFO STEP 833 (remove_files) COMPLETE
72042025-02-28T22:34:49.964Z[ recovery-image] Feb 28 22:34:48.516 INFO O| Feb 28 22:34:48.516 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-02-28T22:34:49.982Z[ recovery-image] Feb 28 22:34:48.539 INFO O| Feb 28 22:34:48.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
72062025-02-28T22:34:49.982Z[ recovery-image] Feb 28 22:34:48.539 INFO O| Feb 28 22:34:48.539 INFO STEP 834 (remove_files) COMPLETE
72072025-02-28T22:34:49.982Z[ recovery-image] Feb 28 22:34:48.539 INFO O| Feb 28 22:34:48.539 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-02-28T22:34:50.005Z[ recovery-image] Feb 28 22:34:48.561 INFO O| Feb 28 22:34:48.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
72092025-02-28T22:34:50.005Z[ recovery-image] Feb 28 22:34:48.562 INFO O| Feb 28 22:34:48.562 INFO STEP 835 (remove_files) COMPLETE
72102025-02-28T22:34:50.005Z[ recovery-image] Feb 28 22:34:48.562 INFO O| Feb 28 22:34:48.562 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-02-28T22:34:50.076Z[ recovery-image] Feb 28 22:34:48.633 INFO O| Feb 28 22:34:48.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
72122025-02-28T22:34:50.079Z[ recovery-image] Feb 28 22:34:48.633 INFO O| Feb 28 22:34:48.633 INFO STEP 836 (remove_files) COMPLETE
72132025-02-28T22:34:50.079Z[ recovery-image] Feb 28 22:34:48.633 INFO O| Feb 28 22:34:48.633 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-02-28T22:34:50.101Z[ recovery-image] Feb 28 22:34:48.658 INFO O| Feb 28 22:34:48.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
72152025-02-28T22:34:50.104Z[ recovery-image] Feb 28 22:34:48.658 INFO O| Feb 28 22:34:48.658 INFO STEP 837 (remove_files) COMPLETE
72162025-02-28T22:34:50.104Z[ recovery-image] Feb 28 22:34:48.658 INFO O| Feb 28 22:34:48.658 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-02-28T22:34:50.125Z[ recovery-image] Feb 28 22:34:48.682 INFO O| Feb 28 22:34:48.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72182025-02-28T22:34:50.129Z[ recovery-image] Feb 28 22:34:48.683 INFO O| Feb 28 22:34:48.683 INFO STEP 838 (remove_files) COMPLETE
72192025-02-28T22:34:50.129Z[ recovery-image] Feb 28 22:34:48.683 INFO O| Feb 28 22:34:48.683 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-02-28T22:34:50.154Z[ recovery-image] Feb 28 22:34:48.711 INFO O| Feb 28 22:34:48.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72212025-02-28T22:34:50.157Z[ recovery-image] Feb 28 22:34:48.711 INFO O| Feb 28 22:34:48.711 INFO STEP 839 (remove_files) COMPLETE
72222025-02-28T22:34:50.157Z[ recovery-image] Feb 28 22:34:48.711 INFO O| Feb 28 22:34:48.711 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-02-28T22:34:50.177Z[ recovery-image] Feb 28 22:34:48.733 INFO O| Feb 28 22:34:48.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72242025-02-28T22:34:50.177Z[ recovery-image] Feb 28 22:34:48.734 INFO O| Feb 28 22:34:48.734 INFO STEP 840 (remove_files) COMPLETE
72252025-02-28T22:34:50.180Z[ recovery-image] Feb 28 22:34:48.734 INFO O| Feb 28 22:34:48.734 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-02-28T22:34:50.206Z[ recovery-image] Feb 28 22:34:48.763 INFO O| Feb 28 22:34:48.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72272025-02-28T22:34:50.206Z[ recovery-image] Feb 28 22:34:48.763 INFO O| Feb 28 22:34:48.763 INFO STEP 841 (remove_files) COMPLETE
72282025-02-28T22:34:50.210Z[ recovery-image] Feb 28 22:34:48.764 INFO O| Feb 28 22:34:48.763 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-02-28T22:34:50.240Z[ recovery-image] Feb 28 22:34:48.797 INFO O| Feb 28 22:34:48.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72302025-02-28T22:34:50.241Z[ recovery-image] Feb 28 22:34:48.797 INFO O| Feb 28 22:34:48.797 INFO STEP 842 (remove_files) COMPLETE
72312025-02-28T22:34:50.241Z[ recovery-image] Feb 28 22:34:48.797 INFO O| Feb 28 22:34:48.797 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-02-28T22:34:50.276Z[ recovery-image] Feb 28 22:34:48.833 INFO O| Feb 28 22:34:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
72332025-02-28T22:34:50.276Z[ recovery-image] Feb 28 22:34:48.833 INFO O| Feb 28 22:34:48.833 INFO STEP 843 (remove_files) COMPLETE
72342025-02-28T22:34:50.279Z[ recovery-image] Feb 28 22:34:48.833 INFO O| Feb 28 22:34:48.833 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-02-28T22:34:50.303Z[ recovery-image] Feb 28 22:34:48.859 INFO O| Feb 28 22:34:48.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
72362025-02-28T22:34:50.303Z[ recovery-image] Feb 28 22:34:48.860 INFO O| Feb 28 22:34:48.860 INFO STEP 844 (remove_files) COMPLETE
72372025-02-28T22:34:50.306Z[ recovery-image] Feb 28 22:34:48.860 INFO O| Feb 28 22:34:48.860 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-02-28T22:34:50.354Z[ recovery-image] Feb 28 22:34:48.911 INFO O| Feb 28 22:34:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
72392025-02-28T22:34:50.354Z[ recovery-image] Feb 28 22:34:48.911 INFO O| Feb 28 22:34:48.911 INFO STEP 845 (remove_files) COMPLETE
72402025-02-28T22:34:50.355Z[ recovery-image] Feb 28 22:34:48.911 INFO O| Feb 28 22:34:48.911 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-02-28T22:34:50.413Z[ recovery-image] Feb 28 22:34:48.970 INFO O| Feb 28 22:34:48.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
72422025-02-28T22:34:50.413Z[ recovery-image] Feb 28 22:34:48.970 INFO O| Feb 28 22:34:48.970 INFO STEP 846 (remove_files) COMPLETE
72432025-02-28T22:34:50.419Z[ recovery-image] Feb 28 22:34:48.970 INFO O| Feb 28 22:34:48.970 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-28T22:34:50.454Z[ recovery-image] Feb 28 22:34:49.011 INFO O| Feb 28 22:34:49.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
72452025-02-28T22:34:50.454Z[ recovery-image] Feb 28 22:34:49.011 INFO O| Feb 28 22:34:49.011 INFO STEP 847 (remove_files) COMPLETE
72462025-02-28T22:34:50.454Z[ recovery-image] Feb 28 22:34:49.011 INFO O| Feb 28 22:34:49.011 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-28T22:34:50.478Z[ recovery-image] Feb 28 22:34:49.035 INFO O| Feb 28 22:34:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
72482025-02-28T22:34:50.478Z[ recovery-image] Feb 28 22:34:49.035 INFO O| Feb 28 22:34:49.035 INFO STEP 848 (remove_files) COMPLETE
72492025-02-28T22:34:50.478Z[ recovery-image] Feb 28 22:34:49.035 INFO O| Feb 28 22:34:49.035 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-28T22:34:50.501Z[ recovery-image] Feb 28 22:34:49.058 INFO O| Feb 28 22:34:49.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72512025-02-28T22:34:50.504Z[ recovery-image] Feb 28 22:34:49.058 INFO O| Feb 28 22:34:49.058 INFO STEP 849 (remove_files) COMPLETE
72522025-02-28T22:34:50.504Z[ recovery-image] Feb 28 22:34:49.058 INFO O| Feb 28 22:34:49.058 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-28T22:34:50.525Z[ recovery-image] Feb 28 22:34:49.082 INFO O| Feb 28 22:34:49.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
72542025-02-28T22:34:50.525Z[ recovery-image] Feb 28 22:34:49.082 INFO O| Feb 28 22:34:49.082 INFO STEP 850 (remove_files) COMPLETE
72552025-02-28T22:34:50.525Z[ recovery-image] Feb 28 22:34:49.082 INFO O| Feb 28 22:34:49.082 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-28T22:34:50.553Z[ recovery-image] Feb 28 22:34:49.109 INFO O| Feb 28 22:34:49.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72572025-02-28T22:34:50.553Z[ recovery-image] Feb 28 22:34:49.110 INFO O| Feb 28 22:34:49.109 INFO STEP 851 (remove_files) COMPLETE
72582025-02-28T22:34:50.553Z[ recovery-image] Feb 28 22:34:49.110 INFO O| Feb 28 22:34:49.110 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-28T22:34:50.576Z[ recovery-image] Feb 28 22:34:49.133 INFO O| Feb 28 22:34:49.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72602025-02-28T22:34:50.576Z[ recovery-image] Feb 28 22:34:49.133 INFO O| Feb 28 22:34:49.133 INFO STEP 852 (remove_files) COMPLETE
72612025-02-28T22:34:50.576Z[ recovery-image] Feb 28 22:34:49.133 INFO O| Feb 28 22:34:49.133 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-28T22:34:50.599Z[ recovery-image] Feb 28 22:34:49.156 INFO O| Feb 28 22:34:49.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72632025-02-28T22:34:50.599Z[ recovery-image] Feb 28 22:34:49.156 INFO O| Feb 28 22:34:49.156 INFO STEP 853 (remove_files) COMPLETE
72642025-02-28T22:34:50.599Z[ recovery-image] Feb 28 22:34:49.156 INFO O| Feb 28 22:34:49.156 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-28T22:34:50.624Z[ recovery-image] Feb 28 22:34:49.180 INFO O| Feb 28 22:34:49.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72662025-02-28T22:34:50.624Z[ recovery-image] Feb 28 22:34:49.181 INFO O| Feb 28 22:34:49.181 INFO STEP 854 (remove_files) COMPLETE
72672025-02-28T22:34:50.627Z[ recovery-image] Feb 28 22:34:49.181 INFO O| Feb 28 22:34:49.181 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-28T22:34:50.675Z[ recovery-image] Feb 28 22:34:49.232 INFO O| Feb 28 22:34:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72692025-02-28T22:34:50.678Z[ recovery-image] Feb 28 22:34:49.232 INFO O| Feb 28 22:34:49.232 INFO STEP 855 (remove_files) COMPLETE
72702025-02-28T22:34:50.678Z[ recovery-image] Feb 28 22:34:49.232 INFO O| Feb 28 22:34:49.232 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-28T22:34:50.696Z[ recovery-image] Feb 28 22:34:49.253 INFO O| Feb 28 22:34:49.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72722025-02-28T22:34:50.697Z[ recovery-image] Feb 28 22:34:49.253 INFO O| Feb 28 22:34:49.253 INFO STEP 856 (remove_files) COMPLETE
72732025-02-28T22:34:50.700Z[ recovery-image] Feb 28 22:34:49.253 INFO O| Feb 28 22:34:49.253 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-28T22:34:50.720Z[ recovery-image] Feb 28 22:34:49.277 INFO O| Feb 28 22:34:49.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72752025-02-28T22:34:50.720Z[ recovery-image] Feb 28 22:34:49.277 INFO O| Feb 28 22:34:49.277 INFO STEP 857 (remove_files) COMPLETE
72762025-02-28T22:34:50.720Z[ recovery-image] Feb 28 22:34:49.277 INFO O| Feb 28 22:34:49.277 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-02-28T22:34:50.769Z[ recovery-image] Feb 28 22:34:49.326 INFO O| Feb 28 22:34:49.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72782025-02-28T22:34:50.771Z[ recovery-image] Feb 28 22:34:49.326 INFO O| Feb 28 22:34:49.326 INFO STEP 858 (remove_files) COMPLETE
72792025-02-28T22:34:50.775Z[ recovery-image] Feb 28 22:34:49.326 INFO O| Feb 28 22:34:49.326 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-02-28T22:34:50.828Z[ recovery-image] Feb 28 22:34:49.385 INFO O| Feb 28 22:34:49.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72812025-02-28T22:34:50.829Z[ recovery-image] Feb 28 22:34:49.385 INFO O| Feb 28 22:34:49.385 INFO STEP 859 (remove_files) COMPLETE
72822025-02-28T22:34:50.829Z[ recovery-image] Feb 28 22:34:49.385 INFO O| Feb 28 22:34:49.385 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-02-28T22:34:50.879Z[ recovery-image] Feb 28 22:34:49.436 INFO O| Feb 28 22:34:49.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72842025-02-28T22:34:50.880Z[ recovery-image] Feb 28 22:34:49.436 INFO O| Feb 28 22:34:49.436 INFO STEP 860 (remove_files) COMPLETE
72852025-02-28T22:34:50.880Z[ recovery-image] Feb 28 22:34:49.436 INFO O| Feb 28 22:34:49.436 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-02-28T22:34:50.911Z[ recovery-image] Feb 28 22:34:49.468 INFO O| Feb 28 22:34:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72872025-02-28T22:34:50.914Z[ recovery-image] Feb 28 22:34:49.468 INFO O| Feb 28 22:34:49.468 INFO STEP 861 (remove_files) COMPLETE
72882025-02-28T22:34:50.914Z[ recovery-image] Feb 28 22:34:49.468 INFO O| Feb 28 22:34:49.468 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-02-28T22:34:50.936Z[ recovery-image] Feb 28 22:34:49.492 INFO O| Feb 28 22:34:49.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72902025-02-28T22:34:50.936Z[ recovery-image] Feb 28 22:34:49.492 INFO O| Feb 28 22:34:49.492 INFO STEP 862 (remove_files) COMPLETE
72912025-02-28T22:34:50.939Z[ recovery-image] Feb 28 22:34:49.492 INFO O| Feb 28 22:34:49.492 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-02-28T22:34:50.960Z[ recovery-image] Feb 28 22:34:49.516 INFO O| Feb 28 22:34:49.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72932025-02-28T22:34:50.963Z[ recovery-image] Feb 28 22:34:49.517 INFO O| Feb 28 22:34:49.517 INFO STEP 863 (remove_files) COMPLETE
72942025-02-28T22:34:50.963Z[ recovery-image] Feb 28 22:34:49.517 INFO O| Feb 28 22:34:49.517 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-02-28T22:34:50.996Z[ recovery-image] Feb 28 22:34:49.552 INFO O| Feb 28 22:34:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72962025-02-28T22:34:50.999Z[ recovery-image] Feb 28 22:34:49.553 INFO O| Feb 28 22:34:49.553 INFO STEP 864 (remove_files) COMPLETE
72972025-02-28T22:34:50.999Z[ recovery-image] Feb 28 22:34:49.553 INFO O| Feb 28 22:34:49.553 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-02-28T22:34:51.066Z[ recovery-image] Feb 28 22:34:49.610 INFO O| Feb 28 22:34:49.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72992025-02-28T22:34:51.070Z[ recovery-image] Feb 28 22:34:49.610 INFO O| Feb 28 22:34:49.610 INFO STEP 865 (remove_files) COMPLETE
73002025-02-28T22:34:51.070Z[ recovery-image] Feb 28 22:34:49.610 INFO O| Feb 28 22:34:49.610 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-02-28T22:34:51.118Z[ recovery-image] Feb 28 22:34:49.673 INFO O| Feb 28 22:34:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73022025-02-28T22:34:51.118Z[ recovery-image] Feb 28 22:34:49.673 INFO O| Feb 28 22:34:49.673 INFO STEP 866 (remove_files) COMPLETE
73032025-02-28T22:34:51.122Z[ recovery-image] Feb 28 22:34:49.673 INFO O| Feb 28 22:34:49.673 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-02-28T22:34:51.145Z[ recovery-image] Feb 28 22:34:49.701 INFO O| Feb 28 22:34:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73052025-02-28T22:34:51.145Z[ recovery-image] Feb 28 22:34:49.701 INFO O| Feb 28 22:34:49.701 INFO STEP 867 (remove_files) COMPLETE
73062025-02-28T22:34:51.148Z[ recovery-image] Feb 28 22:34:49.701 INFO O| Feb 28 22:34:49.701 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-02-28T22:34:51.204Z[ recovery-image] Feb 28 22:34:49.761 INFO O| Feb 28 22:34:49.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73082025-02-28T22:34:51.204Z[ recovery-image] Feb 28 22:34:49.761 INFO O| Feb 28 22:34:49.761 INFO STEP 868 (remove_files) COMPLETE
73092025-02-28T22:34:51.204Z[ recovery-image] Feb 28 22:34:49.761 INFO O| Feb 28 22:34:49.761 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-02-28T22:34:51.233Z[ recovery-image] Feb 28 22:34:49.790 INFO O| Feb 28 22:34:49.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73112025-02-28T22:34:51.233Z[ recovery-image] Feb 28 22:34:49.790 INFO O| Feb 28 22:34:49.790 INFO STEP 869 (remove_files) COMPLETE
73122025-02-28T22:34:51.233Z[ recovery-image] Feb 28 22:34:49.790 INFO O| Feb 28 22:34:49.790 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-02-28T22:34:51.261Z[ recovery-image] Feb 28 22:34:49.816 INFO O| Feb 28 22:34:49.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73142025-02-28T22:34:51.261Z[ recovery-image] Feb 28 22:34:49.816 INFO O| Feb 28 22:34:49.816 INFO STEP 870 (remove_files) COMPLETE
73152025-02-28T22:34:51.261Z[ recovery-image] Feb 28 22:34:49.816 INFO O| Feb 28 22:34:49.816 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-02-28T22:34:51.309Z[ recovery-image] Feb 28 22:34:49.866 INFO O| Feb 28 22:34:49.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73172025-02-28T22:34:51.312Z[ recovery-image] Feb 28 22:34:49.866 INFO O| Feb 28 22:34:49.866 INFO STEP 871 (remove_files) COMPLETE
73182025-02-28T22:34:51.312Z[ recovery-image] Feb 28 22:34:49.866 INFO O| Feb 28 22:34:49.866 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-02-28T22:34:51.335Z[ recovery-image] Feb 28 22:34:49.892 INFO O| Feb 28 22:34:49.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73202025-02-28T22:34:51.338Z[ recovery-image] Feb 28 22:34:49.892 INFO O| Feb 28 22:34:49.892 INFO STEP 872 (remove_files) COMPLETE
73212025-02-28T22:34:51.338Z[ recovery-image] Feb 28 22:34:49.892 INFO O| Feb 28 22:34:49.892 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-02-28T22:34:51.358Z[ recovery-image] Feb 28 22:34:49.915 INFO O| Feb 28 22:34:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73232025-02-28T22:34:51.359Z[ recovery-image] Feb 28 22:34:49.915 INFO O| Feb 28 22:34:49.915 INFO STEP 873 (remove_files) COMPLETE
73242025-02-28T22:34:51.359Z[ recovery-image] Feb 28 22:34:49.915 INFO O| Feb 28 22:34:49.915 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-02-28T22:34:51.383Z[ recovery-image] Feb 28 22:34:49.940 INFO O| Feb 28 22:34:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73262025-02-28T22:34:51.383Z[ recovery-image] Feb 28 22:34:49.940 INFO O| Feb 28 22:34:49.940 INFO STEP 874 (remove_files) COMPLETE
73272025-02-28T22:34:51.383Z[ recovery-image] Feb 28 22:34:49.940 INFO O| Feb 28 22:34:49.940 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-02-28T22:34:51.409Z[ recovery-image] Feb 28 22:34:49.964 INFO O| Feb 28 22:34:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73292025-02-28T22:34:51.409Z[ recovery-image] Feb 28 22:34:49.964 INFO O| Feb 28 22:34:49.964 INFO STEP 875 (remove_files) COMPLETE
73302025-02-28T22:34:51.409Z[ recovery-image] Feb 28 22:34:49.964 INFO O| Feb 28 22:34:49.964 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-02-28T22:34:51.448Z[ recovery-image] Feb 28 22:34:50.004 INFO O| Feb 28 22:34:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73322025-02-28T22:34:51.451Z[ recovery-image] Feb 28 22:34:50.004 INFO O| Feb 28 22:34:50.004 INFO STEP 876 (remove_files) COMPLETE
73332025-02-28T22:34:51.452Z[ recovery-image] Feb 28 22:34:50.004 INFO O| Feb 28 22:34:50.004 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-02-28T22:34:51.484Z[ recovery-image] Feb 28 22:34:50.041 INFO O| Feb 28 22:34:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73352025-02-28T22:34:51.489Z[ recovery-image] Feb 28 22:34:50.041 INFO O| Feb 28 22:34:50.041 INFO STEP 877 (remove_files) COMPLETE
73362025-02-28T22:34:51.489Z[ recovery-image] Feb 28 22:34:50.041 INFO O| Feb 28 22:34:50.041 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-02-28T22:34:51.522Z[ recovery-image] Feb 28 22:34:50.079 INFO O| Feb 28 22:34:50.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73382025-02-28T22:34:51.522Z[ recovery-image] Feb 28 22:34:50.079 INFO O| Feb 28 22:34:50.079 INFO STEP 878 (remove_files) COMPLETE
73392025-02-28T22:34:51.523Z[ recovery-image] Feb 28 22:34:50.079 INFO O| Feb 28 22:34:50.079 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-02-28T22:34:51.544Z[ recovery-image] Feb 28 22:34:50.101 INFO O| Feb 28 22:34:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73412025-02-28T22:34:51.544Z[ recovery-image] Feb 28 22:34:50.101 INFO O| Feb 28 22:34:50.101 INFO STEP 879 (remove_files) COMPLETE
73422025-02-28T22:34:51.544Z[ recovery-image] Feb 28 22:34:50.101 INFO O| Feb 28 22:34:50.101 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-02-28T22:34:51.565Z[ recovery-image] Feb 28 22:34:50.121 INFO O| Feb 28 22:34:50.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73442025-02-28T22:34:51.565Z[ recovery-image] Feb 28 22:34:50.122 INFO O| Feb 28 22:34:50.121 INFO STEP 880 (remove_files) COMPLETE
73452025-02-28T22:34:51.565Z[ recovery-image] Feb 28 22:34:50.122 INFO O| Feb 28 22:34:50.122 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-02-28T22:34:51.595Z[ recovery-image] Feb 28 22:34:50.151 INFO O| Feb 28 22:34:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73472025-02-28T22:34:51.595Z[ recovery-image] Feb 28 22:34:50.151 INFO O| Feb 28 22:34:50.151 INFO STEP 881 (remove_files) COMPLETE
73482025-02-28T22:34:51.595Z[ recovery-image] Feb 28 22:34:50.151 INFO O| Feb 28 22:34:50.151 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-02-28T22:34:51.618Z[ recovery-image] Feb 28 22:34:50.174 INFO O| Feb 28 22:34:50.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73502025-02-28T22:34:51.621Z[ recovery-image] Feb 28 22:34:50.175 INFO O| Feb 28 22:34:50.174 INFO STEP 882 (remove_files) COMPLETE
73512025-02-28T22:34:51.621Z[ recovery-image] Feb 28 22:34:50.175 INFO O| Feb 28 22:34:50.175 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-02-28T22:34:51.638Z[ recovery-image] Feb 28 22:34:50.195 INFO O| Feb 28 22:34:50.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73532025-02-28T22:34:51.642Z[ recovery-image] Feb 28 22:34:50.195 INFO O| Feb 28 22:34:50.195 INFO STEP 883 (remove_files) COMPLETE
73542025-02-28T22:34:51.642Z[ recovery-image] Feb 28 22:34:50.195 INFO O| Feb 28 22:34:50.195 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-02-28T22:34:51.660Z[ recovery-image] Feb 28 22:34:50.216 INFO O| Feb 28 22:34:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73562025-02-28T22:34:51.663Z[ recovery-image] Feb 28 22:34:50.217 INFO O| Feb 28 22:34:50.217 INFO STEP 884 (remove_files) COMPLETE
73572025-02-28T22:34:51.663Z[ recovery-image] Feb 28 22:34:50.217 INFO O| Feb 28 22:34:50.217 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-02-28T22:34:51.681Z[ recovery-image] Feb 28 22:34:50.237 INFO O| Feb 28 22:34:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73592025-02-28T22:34:51.684Z[ recovery-image] Feb 28 22:34:50.237 INFO O| Feb 28 22:34:50.237 INFO STEP 885 (remove_files) COMPLETE
73602025-02-28T22:34:51.684Z[ recovery-image] Feb 28 22:34:50.238 INFO O| Feb 28 22:34:50.237 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-02-28T22:34:51.715Z[ recovery-image] Feb 28 22:34:50.272 INFO O| Feb 28 22:34:50.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73622025-02-28T22:34:51.715Z[ recovery-image] Feb 28 22:34:50.272 INFO O| Feb 28 22:34:50.272 INFO STEP 886 (remove_files) COMPLETE
73632025-02-28T22:34:51.715Z[ recovery-image] Feb 28 22:34:50.272 INFO O| Feb 28 22:34:50.272 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-02-28T22:34:51.737Z[ recovery-image] Feb 28 22:34:50.294 INFO O| Feb 28 22:34:50.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73652025-02-28T22:34:51.737Z[ recovery-image] Feb 28 22:34:50.294 INFO O| Feb 28 22:34:50.294 INFO STEP 887 (remove_files) COMPLETE
73662025-02-28T22:34:51.737Z[ recovery-image] Feb 28 22:34:50.294 INFO O| Feb 28 22:34:50.294 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-02-28T22:34:51.775Z[ recovery-image] Feb 28 22:34:50.332 INFO O| Feb 28 22:34:50.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73682025-02-28T22:34:51.775Z[ recovery-image] Feb 28 22:34:50.332 INFO O| Feb 28 22:34:50.332 INFO STEP 888 (remove_files) COMPLETE
73692025-02-28T22:34:51.775Z[ recovery-image] Feb 28 22:34:50.332 INFO O| Feb 28 22:34:50.332 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-02-28T22:34:51.796Z[ recovery-image] Feb 28 22:34:50.353 INFO O| Feb 28 22:34:50.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73712025-02-28T22:34:51.796Z[ recovery-image] Feb 28 22:34:50.353 INFO O| Feb 28 22:34:50.353 INFO STEP 889 (remove_files) COMPLETE
73722025-02-28T22:34:51.796Z[ recovery-image] Feb 28 22:34:50.353 INFO O| Feb 28 22:34:50.353 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-02-28T22:34:51.825Z[ recovery-image] Feb 28 22:34:50.381 INFO O| Feb 28 22:34:50.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73742025-02-28T22:34:51.828Z[ recovery-image] Feb 28 22:34:50.382 INFO O| Feb 28 22:34:50.381 INFO STEP 890 (remove_files) COMPLETE
73752025-02-28T22:34:51.828Z[ recovery-image] Feb 28 22:34:50.382 INFO O| Feb 28 22:34:50.382 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-02-28T22:34:51.885Z[ recovery-image] Feb 28 22:34:50.441 INFO O| Feb 28 22:34:50.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73772025-02-28T22:34:51.888Z[ recovery-image] Feb 28 22:34:50.442 INFO O| Feb 28 22:34:50.442 INFO STEP 891 (remove_files) COMPLETE
73782025-02-28T22:34:51.888Z[ recovery-image] Feb 28 22:34:50.442 INFO O| Feb 28 22:34:50.442 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-02-28T22:34:51.919Z[ recovery-image] Feb 28 22:34:50.475 INFO O| Feb 28 22:34:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73802025-02-28T22:34:51.919Z[ recovery-image] Feb 28 22:34:50.475 INFO O| Feb 28 22:34:50.475 INFO STEP 892 (remove_files) COMPLETE
73812025-02-28T22:34:51.919Z[ recovery-image] Feb 28 22:34:50.475 INFO O| Feb 28 22:34:50.475 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-02-28T22:34:51.940Z[ recovery-image] Feb 28 22:34:50.497 INFO O| Feb 28 22:34:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73832025-02-28T22:34:51.941Z[ recovery-image] Feb 28 22:34:50.497 INFO O| Feb 28 22:34:50.497 INFO STEP 893 (remove_files) COMPLETE
73842025-02-28T22:34:51.941Z[ recovery-image] Feb 28 22:34:50.497 INFO O| Feb 28 22:34:50.497 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-02-28T22:34:51.974Z[ recovery-image] Feb 28 22:34:50.531 INFO O| Feb 28 22:34:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73862025-02-28T22:34:51.974Z[ recovery-image] Feb 28 22:34:50.531 INFO O| Feb 28 22:34:50.531 INFO STEP 894 (remove_files) COMPLETE
73872025-02-28T22:34:51.974Z[ recovery-image] Feb 28 22:34:50.531 INFO O| Feb 28 22:34:50.531 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-02-28T22:34:52.007Z[ recovery-image] Feb 28 22:34:50.564 INFO O| Feb 28 22:34:50.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73892025-02-28T22:34:52.029Z[ recovery-image] Feb 28 22:34:50.584 INFO O| Feb 28 22:34:50.584 INFO STEP 895 (remove_files) COMPLETE
73902025-02-28T22:34:52.030Z[ recovery-image] Feb 28 22:34:50.584 INFO O| Feb 28 22:34:50.584 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-02-28T22:34:52.063Z[ recovery-image] Feb 28 22:34:50.619 INFO O| Feb 28 22:34:50.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73922025-02-28T22:34:52.063Z[ recovery-image] Feb 28 22:34:50.619 INFO O| Feb 28 22:34:50.619 INFO STEP 896 (remove_files) COMPLETE
73932025-02-28T22:34:52.063Z[ recovery-image] Feb 28 22:34:50.619 INFO O| Feb 28 22:34:50.619 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-02-28T22:34:52.098Z[ recovery-image] Feb 28 22:34:50.654 INFO O| Feb 28 22:34:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73952025-02-28T22:34:52.098Z[ recovery-image] Feb 28 22:34:50.654 INFO O| Feb 28 22:34:50.654 INFO STEP 897 (remove_files) COMPLETE
73962025-02-28T22:34:52.098Z[ recovery-image] Feb 28 22:34:50.654 INFO O| Feb 28 22:34:50.654 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-02-28T22:34:52.118Z[ recovery-image] Feb 28 22:34:50.675 INFO O| Feb 28 22:34:50.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73982025-02-28T22:34:52.118Z[ recovery-image] Feb 28 22:34:50.675 INFO O| Feb 28 22:34:50.675 INFO STEP 898 (remove_files) COMPLETE
73992025-02-28T22:34:52.118Z[ recovery-image] Feb 28 22:34:50.675 INFO O| Feb 28 22:34:50.675 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-02-28T22:34:52.138Z[ recovery-image] Feb 28 22:34:50.695 INFO O| Feb 28 22:34:50.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74012025-02-28T22:34:52.138Z[ recovery-image] Feb 28 22:34:50.695 INFO O| Feb 28 22:34:50.695 INFO STEP 899 (remove_files) COMPLETE
74022025-02-28T22:34:52.138Z[ recovery-image] Feb 28 22:34:50.695 INFO O| Feb 28 22:34:50.695 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-02-28T22:34:52.159Z[ recovery-image] Feb 28 22:34:50.715 INFO O| Feb 28 22:34:50.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74042025-02-28T22:34:52.159Z[ recovery-image] Feb 28 22:34:50.715 INFO O| Feb 28 22:34:50.715 INFO STEP 900 (remove_files) COMPLETE
74052025-02-28T22:34:52.159Z[ recovery-image] Feb 28 22:34:50.715 INFO O| Feb 28 22:34:50.715 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-02-28T22:34:52.179Z[ recovery-image] Feb 28 22:34:50.735 INFO O| Feb 28 22:34:50.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
74072025-02-28T22:34:52.179Z[ recovery-image] Feb 28 22:34:50.735 INFO O| Feb 28 22:34:50.735 INFO STEP 901 (remove_files) COMPLETE
74082025-02-28T22:34:52.179Z[ recovery-image] Feb 28 22:34:50.735 INFO O| Feb 28 22:34:50.735 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-02-28T22:34:52.202Z[ recovery-image] Feb 28 22:34:50.757 INFO O| Feb 28 22:34:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
74102025-02-28T22:34:52.202Z[ recovery-image] Feb 28 22:34:50.757 INFO O| Feb 28 22:34:50.757 INFO STEP 902 (remove_files) COMPLETE
74112025-02-28T22:34:52.202Z[ recovery-image] Feb 28 22:34:50.757 INFO O| Feb 28 22:34:50.757 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-28T22:34:52.238Z[ recovery-image] Feb 28 22:34:50.794 INFO O| Feb 28 22:34:50.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74132025-02-28T22:34:52.238Z[ recovery-image] Feb 28 22:34:50.794 INFO O| Feb 28 22:34:50.794 INFO STEP 903 (remove_files) COMPLETE
74142025-02-28T22:34:52.239Z[ recovery-image] Feb 28 22:34:50.794 INFO O| Feb 28 22:34:50.794 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-28T22:34:52.259Z[ recovery-image] Feb 28 22:34:50.815 INFO O| Feb 28 22:34:50.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
74162025-02-28T22:34:52.259Z[ recovery-image] Feb 28 22:34:50.815 INFO O| Feb 28 22:34:50.815 INFO STEP 904 (remove_files) COMPLETE
74172025-02-28T22:34:52.259Z[ recovery-image] Feb 28 22:34:50.815 INFO O| Feb 28 22:34:50.815 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-28T22:34:52.280Z[ recovery-image] Feb 28 22:34:50.836 INFO O| Feb 28 22:34:50.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74192025-02-28T22:34:52.280Z[ recovery-image] Feb 28 22:34:50.837 INFO O| Feb 28 22:34:50.836 INFO STEP 905 (remove_files) COMPLETE
74202025-02-28T22:34:52.280Z[ recovery-image] Feb 28 22:34:50.837 INFO O| Feb 28 22:34:50.837 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-28T22:34:52.313Z[ recovery-image] Feb 28 22:34:50.869 INFO O| Feb 28 22:34:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74222025-02-28T22:34:52.316Z[ recovery-image] Feb 28 22:34:50.870 INFO O| Feb 28 22:34:50.869 INFO STEP 906 (remove_files) COMPLETE
74232025-02-28T22:34:52.316Z[ recovery-image] Feb 28 22:34:50.870 INFO O| Feb 28 22:34:50.870 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-28T22:34:52.335Z[ recovery-image] Feb 28 22:34:50.892 INFO O| Feb 28 22:34:50.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
74252025-02-28T22:34:52.338Z[ recovery-image] Feb 28 22:34:50.892 INFO O| Feb 28 22:34:50.892 INFO STEP 907 (remove_files) COMPLETE
74262025-02-28T22:34:52.339Z[ recovery-image] Feb 28 22:34:50.892 INFO O| Feb 28 22:34:50.892 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-28T22:34:52.367Z[ recovery-image] Feb 28 22:34:50.923 INFO O| Feb 28 22:34:50.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
74282025-02-28T22:34:52.367Z[ recovery-image] Feb 28 22:34:50.923 INFO O| Feb 28 22:34:50.923 INFO STEP 908 (remove_files) COMPLETE
74292025-02-28T22:34:52.370Z[ recovery-image] Feb 28 22:34:50.923 INFO O| Feb 28 22:34:50.923 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-28T22:34:52.426Z[ recovery-image] Feb 28 22:34:50.981 INFO O| Feb 28 22:34:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74312025-02-28T22:34:52.426Z[ recovery-image] Feb 28 22:34:50.982 INFO O| Feb 28 22:34:50.981 INFO STEP 909 (remove_files) COMPLETE
74322025-02-28T22:34:52.426Z[ recovery-image] Feb 28 22:34:50.982 INFO O| Feb 28 22:34:50.982 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-28T22:34:52.467Z[ recovery-image] Feb 28 22:34:51.023 INFO O| Feb 28 22:34:51.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
74342025-02-28T22:34:52.467Z[ recovery-image] Feb 28 22:34:51.023 INFO O| Feb 28 22:34:51.023 INFO STEP 910 (remove_files) COMPLETE
74352025-02-28T22:34:52.472Z[ recovery-image] Feb 28 22:34:51.023 INFO O| Feb 28 22:34:51.023 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-28T22:34:52.507Z[ recovery-image] Feb 28 22:34:51.062 INFO O| Feb 28 22:34:51.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
74372025-02-28T22:34:52.507Z[ recovery-image] Feb 28 22:34:51.063 INFO O| Feb 28 22:34:51.062 INFO STEP 911 (remove_files) COMPLETE
74382025-02-28T22:34:52.507Z[ recovery-image] Feb 28 22:34:51.063 INFO O| Feb 28 22:34:51.062 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-28T22:34:52.532Z[ recovery-image] Feb 28 22:34:51.088 INFO O| Feb 28 22:34:51.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74402025-02-28T22:34:52.535Z[ recovery-image] Feb 28 22:34:51.088 INFO O| Feb 28 22:34:51.088 INFO STEP 912 (remove_files) COMPLETE
74412025-02-28T22:34:52.535Z[ recovery-image] Feb 28 22:34:51.089 INFO O| Feb 28 22:34:51.088 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-28T22:34:52.553Z[ recovery-image] Feb 28 22:34:51.109 INFO O| Feb 28 22:34:51.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74432025-02-28T22:34:52.556Z[ recovery-image] Feb 28 22:34:51.110 INFO O| Feb 28 22:34:51.110 INFO STEP 913 (remove_files) COMPLETE
74442025-02-28T22:34:52.556Z[ recovery-image] Feb 28 22:34:51.110 INFO O| Feb 28 22:34:51.110 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-28T22:34:52.616Z[ recovery-image] Feb 28 22:34:51.172 INFO O| Feb 28 22:34:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
74462025-02-28T22:34:52.619Z[ recovery-image] Feb 28 22:34:51.173 INFO O| Feb 28 22:34:51.172 INFO STEP 914 (remove_files) COMPLETE
74472025-02-28T22:34:52.619Z[ recovery-image] Feb 28 22:34:51.173 INFO O| Feb 28 22:34:51.173 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-28T22:34:52.638Z[ recovery-image] Feb 28 22:34:51.194 INFO O| Feb 28 22:34:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74492025-02-28T22:34:52.638Z[ recovery-image] Feb 28 22:34:51.194 INFO O| Feb 28 22:34:51.194 INFO STEP 915 (remove_files) COMPLETE
74502025-02-28T22:34:52.638Z[ recovery-image] Feb 28 22:34:51.194 INFO O| Feb 28 22:34:51.194 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-28T22:34:52.658Z[ recovery-image] Feb 28 22:34:51.215 INFO O| Feb 28 22:34:51.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74522025-02-28T22:34:52.658Z[ recovery-image] Feb 28 22:34:51.215 INFO O| Feb 28 22:34:51.215 INFO STEP 916 (remove_files) COMPLETE
74532025-02-28T22:34:52.658Z[ recovery-image] Feb 28 22:34:51.215 INFO O| Feb 28 22:34:51.215 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-28T22:34:52.680Z[ recovery-image] Feb 28 22:34:51.236 INFO O| Feb 28 22:34:51.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74552025-02-28T22:34:52.680Z[ recovery-image] Feb 28 22:34:51.236 INFO O| Feb 28 22:34:51.236 INFO STEP 917 (remove_files) COMPLETE
74562025-02-28T22:34:52.683Z[ recovery-image] Feb 28 22:34:51.237 INFO O| Feb 28 22:34:51.236 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-28T22:34:52.718Z[ recovery-image] Feb 28 22:34:51.273 INFO O| Feb 28 22:34:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74582025-02-28T22:34:52.718Z[ recovery-image] Feb 28 22:34:51.273 INFO O| Feb 28 22:34:51.273 INFO STEP 918 (remove_files) COMPLETE
74592025-02-28T22:34:52.718Z[ recovery-image] Feb 28 22:34:51.273 INFO O| Feb 28 22:34:51.273 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-28T22:34:52.741Z[ recovery-image] Feb 28 22:34:51.298 INFO O| Feb 28 22:34:51.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74612025-02-28T22:34:52.741Z[ recovery-image] Feb 28 22:34:51.298 INFO O| Feb 28 22:34:51.298 INFO STEP 919 (remove_files) COMPLETE
74622025-02-28T22:34:52.741Z[ recovery-image] Feb 28 22:34:51.298 INFO O| Feb 28 22:34:51.298 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-28T22:34:52.762Z[ recovery-image] Feb 28 22:34:51.318 INFO O| Feb 28 22:34:51.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74642025-02-28T22:34:52.763Z[ recovery-image] Feb 28 22:34:51.318 INFO O| Feb 28 22:34:51.318 INFO STEP 920 (remove_files) COMPLETE
74652025-02-28T22:34:52.763Z[ recovery-image] Feb 28 22:34:51.318 INFO O| Feb 28 22:34:51.318 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-28T22:34:52.783Z[ recovery-image] Feb 28 22:34:51.340 INFO O| Feb 28 22:34:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74672025-02-28T22:34:52.783Z[ recovery-image] Feb 28 22:34:51.340 INFO O| Feb 28 22:34:51.340 INFO STEP 921 (remove_files) COMPLETE
74682025-02-28T22:34:52.784Z[ recovery-image] Feb 28 22:34:51.340 INFO O| Feb 28 22:34:51.340 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-28T22:34:52.817Z[ recovery-image] Feb 28 22:34:51.373 INFO O| Feb 28 22:34:51.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74702025-02-28T22:34:52.820Z[ recovery-image] Feb 28 22:34:51.374 INFO O| Feb 28 22:34:51.374 INFO STEP 922 (remove_files) COMPLETE
74712025-02-28T22:34:52.820Z[ recovery-image] Feb 28 22:34:51.374 INFO O| Feb 28 22:34:51.374 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-02-28T22:34:52.842Z[ recovery-image] Feb 28 22:34:51.397 INFO O| Feb 28 22:34:51.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74732025-02-28T22:34:52.842Z[ recovery-image] Feb 28 22:34:51.397 INFO O| Feb 28 22:34:51.397 INFO STEP 923 (remove_files) COMPLETE
74742025-02-28T22:34:52.845Z[ recovery-image] Feb 28 22:34:51.397 INFO O| Feb 28 22:34:51.397 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-02-28T22:34:52.904Z[ recovery-image] Feb 28 22:34:51.461 INFO O| Feb 28 22:34:51.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74762025-02-28T22:34:52.909Z[ recovery-image] Feb 28 22:34:51.461 INFO O| Feb 28 22:34:51.461 INFO STEP 924 (remove_files) COMPLETE
74772025-02-28T22:34:52.909Z[ recovery-image] Feb 28 22:34:51.461 INFO O| Feb 28 22:34:51.461 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-02-28T22:34:52.942Z[ recovery-image] Feb 28 22:34:51.498 INFO O| Feb 28 22:34:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74792025-02-28T22:34:52.942Z[ recovery-image] Feb 28 22:34:51.499 INFO O| Feb 28 22:34:51.498 INFO STEP 925 (remove_files) COMPLETE
74802025-02-28T22:34:52.942Z[ recovery-image] Feb 28 22:34:51.499 INFO O| Feb 28 22:34:51.499 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-02-28T22:34:52.970Z[ recovery-image] Feb 28 22:34:51.526 INFO O| Feb 28 22:34:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74822025-02-28T22:34:52.970Z[ recovery-image] Feb 28 22:34:51.526 INFO O| Feb 28 22:34:51.526 INFO STEP 926 (remove_files) COMPLETE
74832025-02-28T22:34:52.970Z[ recovery-image] Feb 28 22:34:51.526 INFO O| Feb 28 22:34:51.526 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-02-28T22:34:52.994Z[ recovery-image] Feb 28 22:34:51.551 INFO O| Feb 28 22:34:51.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74852025-02-28T22:34:52.994Z[ recovery-image] Feb 28 22:34:51.551 INFO O| Feb 28 22:34:51.551 INFO STEP 927 (remove_files) COMPLETE
74862025-02-28T22:34:52.994Z[ recovery-image] Feb 28 22:34:51.551 INFO O| Feb 28 22:34:51.551 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-02-28T22:34:53.052Z[ recovery-image] Feb 28 22:34:51.608 INFO O| Feb 28 22:34:51.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74882025-02-28T22:34:53.056Z[ recovery-image] Feb 28 22:34:51.608 INFO O| Feb 28 22:34:51.608 INFO STEP 928 (remove_files) COMPLETE
74892025-02-28T22:34:53.056Z[ recovery-image] Feb 28 22:34:51.608 INFO O| Feb 28 22:34:51.608 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-02-28T22:34:53.142Z[ recovery-image] Feb 28 22:34:51.698 INFO O| Feb 28 22:34:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74912025-02-28T22:34:53.145Z[ recovery-image] Feb 28 22:34:51.699 INFO O| Feb 28 22:34:51.699 INFO STEP 929 (remove_files) COMPLETE
74922025-02-28T22:34:53.145Z[ recovery-image] Feb 28 22:34:51.699 INFO O| Feb 28 22:34:51.699 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-02-28T22:34:53.163Z[ recovery-image] Feb 28 22:34:51.719 INFO O| Feb 28 22:34:51.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74942025-02-28T22:34:53.163Z[ recovery-image] Feb 28 22:34:51.719 INFO O| Feb 28 22:34:51.719 INFO STEP 930 (remove_files) COMPLETE
74952025-02-28T22:34:53.167Z[ recovery-image] Feb 28 22:34:51.719 INFO O| Feb 28 22:34:51.719 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-02-28T22:34:53.183Z[ recovery-image] Feb 28 22:34:51.740 INFO O| Feb 28 22:34:51.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74972025-02-28T22:34:53.186Z[ recovery-image] Feb 28 22:34:51.740 INFO O| Feb 28 22:34:51.740 INFO STEP 931 (remove_files) COMPLETE
74982025-02-28T22:34:53.186Z[ recovery-image] Feb 28 22:34:51.740 INFO O| Feb 28 22:34:51.740 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-02-28T22:34:53.205Z[ recovery-image] Feb 28 22:34:51.761 INFO O| Feb 28 22:34:51.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75002025-02-28T22:34:53.206Z[ recovery-image] Feb 28 22:34:51.761 INFO O| Feb 28 22:34:51.761 INFO STEP 932 (remove_files) COMPLETE
75012025-02-28T22:34:53.206Z[ recovery-image] Feb 28 22:34:51.761 INFO O| Feb 28 22:34:51.761 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-02-28T22:34:53.231Z[ recovery-image] Feb 28 22:34:51.785 INFO O| Feb 28 22:34:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75032025-02-28T22:34:53.231Z[ recovery-image] Feb 28 22:34:51.785 INFO O| Feb 28 22:34:51.785 INFO STEP 933 (remove_files) COMPLETE
75042025-02-28T22:34:53.231Z[ recovery-image] Feb 28 22:34:51.785 INFO O| Feb 28 22:34:51.785 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-02-28T22:34:53.251Z[ recovery-image] Feb 28 22:34:51.807 INFO O| Feb 28 22:34:51.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75062025-02-28T22:34:53.251Z[ recovery-image] Feb 28 22:34:51.807 INFO O| Feb 28 22:34:51.807 INFO STEP 934 (remove_files) COMPLETE
75072025-02-28T22:34:53.251Z[ recovery-image] Feb 28 22:34:51.807 INFO O| Feb 28 22:34:51.807 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-02-28T22:34:53.287Z[ recovery-image] Feb 28 22:34:51.843 INFO O| Feb 28 22:34:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
75092025-02-28T22:34:53.290Z[ recovery-image] Feb 28 22:34:51.844 INFO O| Feb 28 22:34:51.843 INFO STEP 935 (remove_files) COMPLETE
75102025-02-28T22:34:53.290Z[ recovery-image] Feb 28 22:34:51.844 INFO O| Feb 28 22:34:51.843 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-02-28T22:34:53.326Z[ recovery-image] Feb 28 22:34:51.882 INFO O| Feb 28 22:34:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
75122025-02-28T22:34:53.326Z[ recovery-image] Feb 28 22:34:51.882 INFO O| Feb 28 22:34:51.882 INFO STEP 936 (remove_files) COMPLETE
75132025-02-28T22:34:53.329Z[ recovery-image] Feb 28 22:34:51.882 INFO O| Feb 28 22:34:51.882 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-02-28T22:34:53.360Z[ recovery-image] Feb 28 22:34:51.916 INFO O| Feb 28 22:34:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
75152025-02-28T22:34:53.365Z[ recovery-image] Feb 28 22:34:51.916 INFO O| Feb 28 22:34:51.916 INFO STEP 937 (remove_files) COMPLETE
75162025-02-28T22:34:53.365Z[ recovery-image] Feb 28 22:34:51.916 INFO O| Feb 28 22:34:51.916 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-02-28T22:34:53.443Z[ recovery-image] Feb 28 22:34:52.000 INFO O| Feb 28 22:34:52.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
75182025-02-28T22:34:53.448Z[ recovery-image] Feb 28 22:34:52.005 INFO O| Feb 28 22:34:52.005 INFO STEP 938 (remove_files) COMPLETE
75192025-02-28T22:34:53.449Z[ recovery-image] Feb 28 22:34:52.005 INFO O| Feb 28 22:34:52.005 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-02-28T22:34:53.476Z[ recovery-image] Feb 28 22:34:52.032 INFO O| Feb 28 22:34:52.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
75212025-02-28T22:34:53.476Z[ recovery-image] Feb 28 22:34:52.032 INFO O| Feb 28 22:34:52.032 INFO STEP 939 (remove_files) COMPLETE
75222025-02-28T22:34:53.479Z[ recovery-image] Feb 28 22:34:52.032 INFO O| Feb 28 22:34:52.032 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-02-28T22:34:53.500Z[ recovery-image] Feb 28 22:34:52.056 INFO O| Feb 28 22:34:52.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
75242025-02-28T22:34:53.500Z[ recovery-image] Feb 28 22:34:52.056 INFO O| Feb 28 22:34:52.056 INFO STEP 940 (remove_files) COMPLETE
75252025-02-28T22:34:53.500Z[ recovery-image] Feb 28 22:34:52.056 INFO O| Feb 28 22:34:52.056 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-02-28T22:34:53.522Z[ recovery-image] Feb 28 22:34:52.078 INFO O| Feb 28 22:34:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75272025-02-28T22:34:53.522Z[ recovery-image] Feb 28 22:34:52.079 INFO O| Feb 28 22:34:52.079 INFO STEP 941 (remove_files) COMPLETE
75282025-02-28T22:34:53.522Z[ recovery-image] Feb 28 22:34:52.079 INFO O| Feb 28 22:34:52.079 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-02-28T22:34:53.560Z[ recovery-image] Feb 28 22:34:52.115 INFO O| Feb 28 22:34:52.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75302025-02-28T22:34:53.560Z[ recovery-image] Feb 28 22:34:52.115 INFO O| Feb 28 22:34:52.115 INFO STEP 942 (remove_files) COMPLETE
75312025-02-28T22:34:53.560Z[ recovery-image] Feb 28 22:34:52.115 INFO O| Feb 28 22:34:52.115 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-02-28T22:34:53.583Z[ recovery-image] Feb 28 22:34:52.138 INFO O| Feb 28 22:34:52.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
75332025-02-28T22:34:53.587Z[ recovery-image] Feb 28 22:34:52.138 INFO O| Feb 28 22:34:52.138 INFO STEP 943 (remove_files) COMPLETE
75342025-02-28T22:34:53.587Z[ recovery-image] Feb 28 22:34:52.138 INFO O| Feb 28 22:34:52.138 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-02-28T22:34:53.604Z[ recovery-image] Feb 28 22:34:52.158 INFO O| Feb 28 22:34:52.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
75362025-02-28T22:34:53.604Z[ recovery-image] Feb 28 22:34:52.158 INFO O| Feb 28 22:34:52.158 INFO STEP 944 (remove_files) COMPLETE
75372025-02-28T22:34:53.604Z[ recovery-image] Feb 28 22:34:52.158 INFO O| Feb 28 22:34:52.158 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-02-28T22:34:53.629Z[ recovery-image] Feb 28 22:34:52.185 INFO O| Feb 28 22:34:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
75392025-02-28T22:34:53.632Z[ recovery-image] Feb 28 22:34:52.185 INFO O| Feb 28 22:34:52.185 INFO STEP 945 (remove_files) COMPLETE
75402025-02-28T22:34:53.632Z[ recovery-image] Feb 28 22:34:52.185 INFO O| Feb 28 22:34:52.185 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-02-28T22:34:53.653Z[ recovery-image] Feb 28 22:34:52.208 INFO O| Feb 28 22:34:52.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
75422025-02-28T22:34:53.657Z[ recovery-image] Feb 28 22:34:52.209 INFO O| Feb 28 22:34:52.209 INFO STEP 946 (remove_files) COMPLETE
75432025-02-28T22:34:53.657Z[ recovery-image] Feb 28 22:34:52.209 INFO O| Feb 28 22:34:52.209 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-02-28T22:34:53.675Z[ recovery-image] Feb 28 22:34:52.232 INFO O| Feb 28 22:34:52.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
75452025-02-28T22:34:53.678Z[ recovery-image] Feb 28 22:34:52.232 INFO O| Feb 28 22:34:52.232 INFO STEP 947 (remove_files) COMPLETE
75462025-02-28T22:34:53.678Z[ recovery-image] Feb 28 22:34:52.232 INFO O| Feb 28 22:34:52.232 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-02-28T22:34:53.704Z[ host-image] Feb 28 22:34:52.260 INFO O| Feb 28 22:34:52.260 INFO O| Planning: Solver setup ... Done
75482025-02-28T22:34:53.708Z[ recovery-image] Feb 28 22:34:52.263 INFO O| Feb 28 22:34:52.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
75492025-02-28T22:34:53.708Z[ recovery-image] Feb 28 22:34:52.263 INFO O| Feb 28 22:34:52.263 INFO STEP 948 (remove_files) COMPLETE
75502025-02-28T22:34:53.708Z[ recovery-image] Feb 28 22:34:52.263 INFO O| Feb 28 22:34:52.263 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-28T22:34:53.712Z[ host-image] Feb 28 22:34:52.269 INFO O| Feb 28 22:34:52.268 INFO O| Planning: Running solver ... Done
75522025-02-28T22:34:53.754Z[ recovery-image] Feb 28 22:34:52.310 INFO O| Feb 28 22:34:52.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
75532025-02-28T22:34:53.754Z[ recovery-image] Feb 28 22:34:52.310 INFO O| Feb 28 22:34:52.310 INFO STEP 949 (remove_files) COMPLETE
75542025-02-28T22:34:53.754Z[ recovery-image] Feb 28 22:34:52.310 INFO O| Feb 28 22:34:52.310 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-28T22:34:53.780Z[ recovery-image] Feb 28 22:34:52.334 INFO O| Feb 28 22:34:52.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75562025-02-28T22:34:53.781Z[ recovery-image] Feb 28 22:34:52.335 INFO O| Feb 28 22:34:52.334 INFO STEP 950 (remove_files) COMPLETE
75572025-02-28T22:34:53.785Z[ recovery-image] Feb 28 22:34:52.335 INFO O| Feb 28 22:34:52.335 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-28T22:34:53.803Z[ recovery-image] Feb 28 22:34:52.359 INFO O| Feb 28 22:34:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75592025-02-28T22:34:53.804Z[ recovery-image] Feb 28 22:34:52.359 INFO O| Feb 28 22:34:52.359 INFO STEP 951 (remove_files) COMPLETE
75602025-02-28T22:34:53.804Z[ recovery-image] Feb 28 22:34:52.359 INFO O| Feb 28 22:34:52.359 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-28T22:34:53.826Z[ recovery-image] Feb 28 22:34:52.382 INFO O| Feb 28 22:34:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75622025-02-28T22:34:53.826Z[ recovery-image] Feb 28 22:34:52.382 INFO O| Feb 28 22:34:52.382 INFO STEP 952 (remove_files) COMPLETE
75632025-02-28T22:34:53.826Z[ recovery-image] Feb 28 22:34:52.382 INFO O| Feb 28 22:34:52.382 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-28T22:34:53.849Z[ recovery-image] Feb 28 22:34:52.405 INFO O| Feb 28 22:34:52.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75652025-02-28T22:34:53.850Z[ recovery-image] Feb 28 22:34:52.405 INFO O| Feb 28 22:34:52.405 INFO STEP 953 (remove_files) COMPLETE
75662025-02-28T22:34:53.850Z[ recovery-image] Feb 28 22:34:52.405 INFO O| Feb 28 22:34:52.405 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-28T22:34:53.874Z[ recovery-image] Feb 28 22:34:52.429 INFO O| Feb 28 22:34:52.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75682025-02-28T22:34:53.874Z[ recovery-image] Feb 28 22:34:52.429 INFO O| Feb 28 22:34:52.429 INFO STEP 954 (remove_files) COMPLETE
75692025-02-28T22:34:53.875Z[ recovery-image] Feb 28 22:34:52.429 INFO O| Feb 28 22:34:52.429 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-28T22:34:53.882Z[ host-image] Feb 28 22:34:52.438 INFO O| Feb 28 22:34:52.438 INFO O| Planning: Finding local manifests ... Done
75712025-02-28T22:34:53.885Z[ host-image] Feb 28 22:34:52.441 INFO O| Feb 28 22:34:52.440 INFO O| Planning: Fetching manifests: 0/6 0% complete
75722025-02-28T22:34:53.897Z[ recovery-image] Feb 28 22:34:52.453 INFO O| Feb 28 22:34:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75732025-02-28T22:34:53.897Z[ recovery-image] Feb 28 22:34:52.453 INFO O| Feb 28 22:34:52.453 INFO STEP 955 (remove_files) COMPLETE
75742025-02-28T22:34:53.898Z[ recovery-image] Feb 28 22:34:52.453 INFO O| Feb 28 22:34:52.453 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-28T22:34:53.974Z[ recovery-image] Feb 28 22:34:52.530 INFO O| Feb 28 22:34:52.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75762025-02-28T22:34:53.974Z[ recovery-image] Feb 28 22:34:52.530 INFO O| Feb 28 22:34:52.530 INFO STEP 956 (remove_files) COMPLETE
75772025-02-28T22:34:53.974Z[ recovery-image] Feb 28 22:34:52.530 INFO O| Feb 28 22:34:52.530 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-28T22:34:54.074Z[ recovery-image] Feb 28 22:34:52.630 INFO O| Feb 28 22:34:52.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75792025-02-28T22:34:54.074Z[ recovery-image] Feb 28 22:34:52.630 INFO O| Feb 28 22:34:52.630 INFO STEP 957 (remove_files) COMPLETE
75802025-02-28T22:34:54.077Z[ recovery-image] Feb 28 22:34:52.630 INFO O| Feb 28 22:34:52.630 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-28T22:34:54.105Z[ recovery-image] Feb 28 22:34:52.661 INFO O| Feb 28 22:34:52.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75822025-02-28T22:34:54.105Z[ recovery-image] Feb 28 22:34:52.662 INFO O| Feb 28 22:34:52.662 INFO STEP 958 (remove_files) COMPLETE
75832025-02-28T22:34:54.108Z[ recovery-image] Feb 28 22:34:52.662 INFO O| Feb 28 22:34:52.662 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-28T22:34:54.170Z[ recovery-image] Feb 28 22:34:52.722 INFO O| Feb 28 22:34:52.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75852025-02-28T22:34:54.170Z[ recovery-image] Feb 28 22:34:52.722 INFO O| Feb 28 22:34:52.722 INFO STEP 959 (remove_files) COMPLETE
75862025-02-28T22:34:54.173Z[ recovery-image] Feb 28 22:34:52.723 INFO O| Feb 28 22:34:52.722 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-28T22:34:54.186Z[ recovery-image] Feb 28 22:34:52.742 INFO O| Feb 28 22:34:52.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75882025-02-28T22:34:54.186Z[ recovery-image] Feb 28 22:34:52.742 INFO O| Feb 28 22:34:52.742 INFO STEP 960 (remove_files) COMPLETE
75892025-02-28T22:34:54.189Z[ recovery-image] Feb 28 22:34:52.742 INFO O| Feb 28 22:34:52.742 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-28T22:34:54.240Z[ recovery-image] Feb 28 22:34:52.796 INFO O| Feb 28 22:34:52.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75912025-02-28T22:34:54.244Z[ recovery-image] Feb 28 22:34:52.796 INFO O| Feb 28 22:34:52.796 INFO STEP 961 (remove_files) COMPLETE
75922025-02-28T22:34:54.245Z[ recovery-image] Feb 28 22:34:52.796 INFO O| Feb 28 22:34:52.796 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-28T22:34:54.299Z[ recovery-image] Feb 28 22:34:52.855 INFO O| Feb 28 22:34:52.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75942025-02-28T22:34:54.300Z[ host-image] Feb 28 22:34:52.855 INFO O| Feb 28 22:34:52.855 INFO O| Planning: Fetching manifests: 6/6 100% complete
75952025-02-28T22:34:54.300Z[ recovery-image] Feb 28 22:34:52.856 INFO O| Feb 28 22:34:52.855 INFO STEP 962 (remove_files) COMPLETE
75962025-02-28T22:34:54.300Z[ recovery-image] Feb 28 22:34:52.856 INFO O| Feb 28 22:34:52.855 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-28T22:34:54.320Z[ recovery-image] Feb 28 22:34:52.876 INFO O| Feb 28 22:34:52.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75982025-02-28T22:34:54.320Z[ recovery-image] Feb 28 22:34:52.877 INFO O| Feb 28 22:34:52.877 INFO STEP 963 (remove_files) COMPLETE
75992025-02-28T22:34:54.323Z[ recovery-image] Feb 28 22:34:52.877 INFO O| Feb 28 22:34:52.877 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-28T22:34:54.348Z[ recovery-image] Feb 28 22:34:52.904 INFO O| Feb 28 22:34:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
76012025-02-28T22:34:54.351Z[ recovery-image] Feb 28 22:34:52.904 INFO O| Feb 28 22:34:52.904 INFO STEP 964 (remove_files) COMPLETE
76022025-02-28T22:34:54.351Z[ recovery-image] Feb 28 22:34:52.905 INFO O| Feb 28 22:34:52.904 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-28T22:34:54.382Z[ host-image] Feb 28 22:34:52.939 INFO O| Feb 28 22:34:52.939 INFO O| Planning: Package planning ... Done
76042025-02-28T22:34:54.391Z[ recovery-image] Feb 28 22:34:52.947 INFO O| Feb 28 22:34:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
76052025-02-28T22:34:54.415Z[ recovery-image] Feb 28 22:34:52.971 INFO O| Feb 28 22:34:52.971 INFO STEP 965 (remove_files) COMPLETE
76062025-02-28T22:34:54.415Z[ recovery-image] Feb 28 22:34:52.971 INFO O| Feb 28 22:34:52.971 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-28T22:34:54.431Z[ host-image] Feb 28 22:34:52.987 INFO O| Feb 28 22:34:52.987 INFO O| Planning: Merging actions ... Done
76082025-02-28T22:34:54.453Z[ recovery-image] Feb 28 22:34:53.009 INFO O| Feb 28 22:34:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
76092025-02-28T22:34:54.456Z[ recovery-image] Feb 28 22:34:53.010 INFO O| Feb 28 22:34:53.009 INFO STEP 966 (remove_files) COMPLETE
76102025-02-28T22:34:54.456Z[ recovery-image] Feb 28 22:34:53.010 INFO O| Feb 28 22:34:53.010 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-28T22:34:54.480Z[ recovery-image] Feb 28 22:34:53.035 INFO O| Feb 28 22:34:53.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
76122025-02-28T22:34:54.481Z[ recovery-image] Feb 28 22:34:53.035 INFO O| Feb 28 22:34:53.035 INFO STEP 967 (remove_files) COMPLETE
76132025-02-28T22:34:54.484Z[ recovery-image] Feb 28 22:34:53.036 INFO O| Feb 28 22:34:53.035 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-28T22:34:54.502Z[ recovery-image] Feb 28 22:34:53.057 INFO O| Feb 28 22:34:53.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
76152025-02-28T22:34:54.502Z[ recovery-image] Feb 28 22:34:53.057 INFO O| Feb 28 22:34:53.057 INFO STEP 968 (remove_files) COMPLETE
76162025-02-28T22:34:54.502Z[ recovery-image] Feb 28 22:34:53.057 INFO O| Feb 28 22:34:53.057 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-28T22:34:54.525Z[ recovery-image] Feb 28 22:34:53.081 INFO O| Feb 28 22:34:53.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
76182025-02-28T22:34:54.529Z[ recovery-image] Feb 28 22:34:53.081 INFO O| Feb 28 22:34:53.081 INFO STEP 969 (remove_files) COMPLETE
76192025-02-28T22:34:54.529Z[ recovery-image] Feb 28 22:34:53.082 INFO O| Feb 28 22:34:53.081 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-28T22:34:54.557Z[ recovery-image] Feb 28 22:34:53.113 INFO O| Feb 28 22:34:53.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
76212025-02-28T22:34:54.557Z[ recovery-image] Feb 28 22:34:53.113 INFO O| Feb 28 22:34:53.113 INFO STEP 970 (remove_files) COMPLETE
76222025-02-28T22:34:54.560Z[ recovery-image] Feb 28 22:34:53.113 INFO O| Feb 28 22:34:53.113 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-28T22:34:54.580Z[ recovery-image] Feb 28 22:34:53.136 INFO O| Feb 28 22:34:53.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
76242025-02-28T22:34:54.580Z[ recovery-image] Feb 28 22:34:53.136 INFO O| Feb 28 22:34:53.136 INFO STEP 971 (remove_files) COMPLETE
76252025-02-28T22:34:54.580Z[ recovery-image] Feb 28 22:34:53.136 INFO O| Feb 28 22:34:53.136 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-28T22:34:54.621Z[ recovery-image] Feb 28 22:34:53.178 INFO O| Feb 28 22:34:53.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
76272025-02-28T22:34:54.622Z[ recovery-image] Feb 28 22:34:53.178 INFO O| Feb 28 22:34:53.178 INFO STEP 972 (remove_files) COMPLETE
76282025-02-28T22:34:54.622Z[ recovery-image] Feb 28 22:34:53.178 INFO O| Feb 28 22:34:53.178 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-28T22:34:54.625Z[ host-image] Feb 28 22:34:53.181 INFO O| Feb 28 22:34:53.181 INFO O| Planning: Checking for conflicting actions ... Done
76302025-02-28T22:34:54.632Z[ host-image] Feb 28 22:34:53.188 INFO O| Feb 28 22:34:53.188 INFO O| Planning: Consolidating action changes ... Done
76312025-02-28T22:34:54.657Z[ recovery-image] Feb 28 22:34:53.213 INFO O| Feb 28 22:34:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
76322025-02-28T22:34:54.659Z[ recovery-image] Feb 28 22:34:53.213 INFO O| Feb 28 22:34:53.213 INFO STEP 973 (remove_files) COMPLETE
76332025-02-28T22:34:54.659Z[ recovery-image] Feb 28 22:34:53.213 INFO O| Feb 28 22:34:53.213 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-28T22:34:54.721Z[ recovery-image] Feb 28 22:34:53.277 INFO O| Feb 28 22:34:53.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
76352025-02-28T22:34:54.721Z[ recovery-image] Feb 28 22:34:53.277 INFO O| Feb 28 22:34:53.277 INFO STEP 974 (remove_files) COMPLETE
76362025-02-28T22:34:54.721Z[ recovery-image] Feb 28 22:34:53.277 INFO O| Feb 28 22:34:53.277 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-28T22:34:54.741Z[ recovery-image] Feb 28 22:34:53.297 INFO O| Feb 28 22:34:53.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
76382025-02-28T22:34:54.741Z[ recovery-image] Feb 28 22:34:53.297 INFO O| Feb 28 22:34:53.297 INFO STEP 975 (remove_files) COMPLETE
76392025-02-28T22:34:54.741Z[ recovery-image] Feb 28 22:34:53.298 INFO O| Feb 28 22:34:53.297 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-28T22:34:54.761Z[ recovery-image] Feb 28 22:34:53.318 INFO O| Feb 28 22:34:53.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
76412025-02-28T22:34:54.761Z[ recovery-image] Feb 28 22:34:53.318 INFO O| Feb 28 22:34:53.318 INFO STEP 976 (remove_files) COMPLETE
76422025-02-28T22:34:54.762Z[ recovery-image] Feb 28 22:34:53.318 INFO O| Feb 28 22:34:53.318 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-28T22:34:54.782Z[ recovery-image] Feb 28 22:34:53.338 INFO O| Feb 28 22:34:53.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
76442025-02-28T22:34:54.782Z[ recovery-image] Feb 28 22:34:53.338 INFO O| Feb 28 22:34:53.338 INFO STEP 977 (remove_files) COMPLETE
76452025-02-28T22:34:54.782Z[ recovery-image] Feb 28 22:34:53.338 INFO O| Feb 28 22:34:53.338 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-28T22:34:54.803Z[ recovery-image] Feb 28 22:34:53.359 INFO O| Feb 28 22:34:53.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
76472025-02-28T22:34:54.803Z[ recovery-image] Feb 28 22:34:53.360 INFO O| Feb 28 22:34:53.359 INFO STEP 978 (remove_files) COMPLETE
76482025-02-28T22:34:54.803Z[ recovery-image] Feb 28 22:34:53.360 INFO O| Feb 28 22:34:53.360 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-28T22:34:54.824Z[ recovery-image] Feb 28 22:34:53.380 INFO O| Feb 28 22:34:53.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
76502025-02-28T22:34:54.824Z[ recovery-image] Feb 28 22:34:53.380 INFO O| Feb 28 22:34:53.380 INFO STEP 979 (remove_files) COMPLETE
76512025-02-28T22:34:54.824Z[ recovery-image] Feb 28 22:34:53.380 INFO O| Feb 28 22:34:53.380 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-28T22:34:54.847Z[ recovery-image] Feb 28 22:34:53.402 INFO O| Feb 28 22:34:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
76532025-02-28T22:34:54.848Z[ recovery-image] Feb 28 22:34:53.402 INFO O| Feb 28 22:34:53.402 INFO STEP 980 (remove_files) COMPLETE
76542025-02-28T22:34:54.848Z[ recovery-image] Feb 28 22:34:53.402 INFO O| Feb 28 22:34:53.402 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-28T22:34:54.880Z[ recovery-image] Feb 28 22:34:53.436 INFO O| Feb 28 22:34:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
76562025-02-28T22:34:54.886Z[ recovery-image] Feb 28 22:34:53.442 INFO O| Feb 28 22:34:53.442 INFO STEP 981 (remove_files) COMPLETE
76572025-02-28T22:34:54.886Z[ recovery-image] Feb 28 22:34:53.442 INFO O| Feb 28 22:34:53.442 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-28T22:34:54.947Z[ host-image] Feb 28 22:34:53.503 INFO O| Feb 28 22:34:53.503 INFO O| Planning: Evaluating mediators ... Done
76592025-02-28T22:34:54.951Z[ recovery-image] Feb 28 22:34:53.505 INFO O| Feb 28 22:34:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
76602025-02-28T22:34:54.951Z[ recovery-image] Feb 28 22:34:53.506 INFO O| Feb 28 22:34:53.505 INFO STEP 982 (remove_files) COMPLETE
76612025-02-28T22:34:54.951Z[ recovery-image] Feb 28 22:34:53.506 INFO O| Feb 28 22:34:53.506 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-28T22:34:54.970Z[ recovery-image] Feb 28 22:34:53.526 INFO O| Feb 28 22:34:53.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76632025-02-28T22:34:54.970Z[ recovery-image] Feb 28 22:34:53.526 INFO O| Feb 28 22:34:53.526 INFO STEP 983 (remove_files) COMPLETE
76642025-02-28T22:34:54.970Z[ recovery-image] Feb 28 22:34:53.526 INFO O| Feb 28 22:34:53.526 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-28T22:34:54.976Z[ host-image] Feb 28 22:34:53.532 INFO O| Feb 28 22:34:53.532 INFO O| Planning: Planning completed in 6.03 seconds
76662025-02-28T22:34:54.980Z[ host-image] Feb 28 22:34:53.536 INFO O| Feb 28 22:34:53.535 INFO O| Packages to install: 6
76672025-02-28T22:34:54.980Z[ host-image] Feb 28 22:34:53.536 INFO O| Feb 28 22:34:53.535 INFO O| Mediators to change: 1
76682025-02-28T22:34:54.984Z[ host-image] Feb 28 22:34:53.536 INFO O| Feb 28 22:34:53.535 INFO O| Services to change: 1
76692025-02-28T22:34:54.990Z[ recovery-image] Feb 28 22:34:53.546 INFO O| Feb 28 22:34:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76702025-02-28T22:34:54.990Z[ recovery-image] Feb 28 22:34:53.546 INFO O| Feb 28 22:34:53.546 INFO STEP 984 (remove_files) COMPLETE
76712025-02-28T22:34:54.993Z[ recovery-image] Feb 28 22:34:53.546 INFO O| Feb 28 22:34:53.546 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-28T22:34:55.010Z[ host-image] Feb 28 22:34:53.565 INFO O| Feb 28 22:34:53.565 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
76732025-02-28T22:34:55.015Z[ recovery-image] Feb 28 22:34:53.571 INFO O| Feb 28 22:34:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76742025-02-28T22:34:55.015Z[ recovery-image] Feb 28 22:34:53.571 INFO O| Feb 28 22:34:53.571 INFO STEP 985 (remove_files) COMPLETE
76752025-02-28T22:34:55.015Z[ recovery-image] Feb 28 22:34:53.571 INFO O| Feb 28 22:34:53.571 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-28T22:34:55.079Z[ recovery-image] Feb 28 22:34:53.635 INFO O| Feb 28 22:34:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76772025-02-28T22:34:55.079Z[ recovery-image] Feb 28 22:34:53.635 INFO O| Feb 28 22:34:53.635 INFO STEP 986 (remove_files) COMPLETE
76782025-02-28T22:34:55.080Z[ recovery-image] Feb 28 22:34:53.635 INFO O| Feb 28 22:34:53.635 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-28T22:34:55.101Z[ recovery-image] Feb 28 22:34:53.657 INFO O| Feb 28 22:34:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76802025-02-28T22:34:55.101Z[ recovery-image] Feb 28 22:34:53.657 INFO O| Feb 28 22:34:53.657 INFO STEP 987 (remove_files) COMPLETE
76812025-02-28T22:34:55.104Z[ recovery-image] Feb 28 22:34:53.658 INFO O| Feb 28 22:34:53.657 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-28T22:34:55.120Z[ recovery-image] Feb 28 22:34:53.676 INFO O| Feb 28 22:34:53.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76832025-02-28T22:34:55.129Z[ recovery-image] Feb 28 22:34:53.685 INFO O| Feb 28 22:34:53.685 INFO STEP 988 (remove_files) COMPLETE
76842025-02-28T22:34:55.129Z[ recovery-image] Feb 28 22:34:53.685 INFO O| Feb 28 22:34:53.685 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-28T22:34:55.158Z[ recovery-image] Feb 28 22:34:53.713 INFO O| Feb 28 22:34:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76862025-02-28T22:34:55.158Z[ recovery-image] Feb 28 22:34:53.714 INFO O| Feb 28 22:34:53.714 INFO STEP 989 (remove_files) COMPLETE
76872025-02-28T22:34:55.158Z[ recovery-image] Feb 28 22:34:53.714 INFO O| Feb 28 22:34:53.714 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-28T22:34:55.210Z[ recovery-image] Feb 28 22:34:53.766 INFO O| Feb 28 22:34:53.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76892025-02-28T22:34:55.211Z[ recovery-image] Feb 28 22:34:53.766 INFO O| Feb 28 22:34:53.766 INFO STEP 990 (remove_files) COMPLETE
76902025-02-28T22:34:55.211Z[ recovery-image] Feb 28 22:34:53.766 INFO O| Feb 28 22:34:53.766 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-28T22:34:55.251Z[ recovery-image] Feb 28 22:34:53.807 INFO O| Feb 28 22:34:53.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76922025-02-28T22:34:55.254Z[ recovery-image] Feb 28 22:34:53.807 INFO O| Feb 28 22:34:53.807 INFO STEP 991 (remove_files) COMPLETE
76932025-02-28T22:34:55.254Z[ recovery-image] Feb 28 22:34:53.808 INFO O| Feb 28 22:34:53.807 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-28T22:34:55.270Z[ recovery-image] Feb 28 22:34:53.826 INFO O| Feb 28 22:34:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76952025-02-28T22:34:55.273Z[ recovery-image] Feb 28 22:34:53.827 INFO O| Feb 28 22:34:53.827 INFO STEP 992 (remove_files) COMPLETE
76962025-02-28T22:34:55.273Z[ recovery-image] Feb 28 22:34:53.827 INFO O| Feb 28 22:34:53.827 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-28T22:34:55.289Z[ recovery-image] Feb 28 22:34:53.845 INFO O| Feb 28 22:34:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76982025-02-28T22:34:55.289Z[ recovery-image] Feb 28 22:34:53.845 INFO O| Feb 28 22:34:53.845 INFO STEP 993 (remove_files) COMPLETE
76992025-02-28T22:34:55.292Z[ recovery-image] Feb 28 22:34:53.845 INFO O| Feb 28 22:34:53.845 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-28T22:34:55.306Z[ recovery-image] Feb 28 22:34:53.863 INFO O| Feb 28 22:34:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
77012025-02-28T22:34:55.335Z[ recovery-image] Feb 28 22:34:53.890 INFO O| Feb 28 22:34:53.890 INFO STEP 994 (remove_files) COMPLETE
77022025-02-28T22:34:55.338Z[ recovery-image] Feb 28 22:34:53.890 INFO O| Feb 28 22:34:53.890 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-28T22:34:55.355Z[ recovery-image] Feb 28 22:34:53.910 INFO O| Feb 28 22:34:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
77042025-02-28T22:34:55.358Z[ recovery-image] Feb 28 22:34:53.910 INFO O| Feb 28 22:34:53.910 INFO STEP 995 (remove_files) COMPLETE
77052025-02-28T22:34:55.359Z[ recovery-image] Feb 28 22:34:53.910 INFO O| Feb 28 22:34:53.910 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-28T22:34:55.372Z[ recovery-image] Feb 28 22:34:53.928 INFO O| Feb 28 22:34:53.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
77072025-02-28T22:34:55.376Z[ recovery-image] Feb 28 22:34:53.928 INFO O| Feb 28 22:34:53.928 INFO STEP 996 (remove_files) COMPLETE
77082025-02-28T22:34:55.376Z[ recovery-image] Feb 28 22:34:53.929 INFO O| Feb 28 22:34:53.929 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-28T22:34:55.392Z[ recovery-image] Feb 28 22:34:53.947 INFO O| Feb 28 22:34:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
77102025-02-28T22:34:55.395Z[ recovery-image] Feb 28 22:34:53.948 INFO O| Feb 28 22:34:53.947 INFO STEP 997 (remove_files) COMPLETE
77112025-02-28T22:34:55.395Z[ recovery-image] Feb 28 22:34:53.948 INFO O| Feb 28 22:34:53.948 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-28T22:34:55.412Z[ recovery-image] Feb 28 22:34:53.968 INFO O| Feb 28 22:34:53.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
77132025-02-28T22:34:55.415Z[ recovery-image] Feb 28 22:34:53.968 INFO O| Feb 28 22:34:53.968 INFO STEP 998 (remove_files) COMPLETE
77142025-02-28T22:34:55.415Z[ recovery-image] Feb 28 22:34:53.968 INFO O| Feb 28 22:34:53.968 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-28T22:34:55.433Z[ recovery-image] Feb 28 22:34:53.989 INFO O| Feb 28 22:34:53.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
77162025-02-28T22:34:55.436Z[ recovery-image] Feb 28 22:34:53.989 INFO O| Feb 28 22:34:53.989 INFO STEP 999 (remove_files) COMPLETE
77172025-02-28T22:34:55.436Z[ recovery-image] Feb 28 22:34:53.990 INFO O| Feb 28 22:34:53.990 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-02-28T22:34:55.458Z[ recovery-image] Feb 28 22:34:54.014 INFO O| Feb 28 22:34:54.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
77192025-02-28T22:34:55.461Z[ recovery-image] Feb 28 22:34:54.014 INFO O| Feb 28 22:34:54.014 INFO STEP 1000 (remove_files) COMPLETE
77202025-02-28T22:34:55.461Z[ recovery-image] Feb 28 22:34:54.014 INFO O| Feb 28 22:34:54.014 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-02-28T22:34:55.481Z[ recovery-image] Feb 28 22:34:54.037 INFO O| Feb 28 22:34:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
77222025-02-28T22:34:55.484Z[ recovery-image] Feb 28 22:34:54.037 INFO O| Feb 28 22:34:54.037 INFO STEP 1001 (remove_files) COMPLETE
77232025-02-28T22:34:55.484Z[ recovery-image] Feb 28 22:34:54.037 INFO O| Feb 28 22:34:54.037 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-02-28T22:34:55.503Z[ recovery-image] Feb 28 22:34:54.059 INFO O| Feb 28 22:34:54.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
77252025-02-28T22:34:55.506Z[ recovery-image] Feb 28 22:34:54.059 INFO O| Feb 28 22:34:54.059 INFO STEP 1002 (remove_files) COMPLETE
77262025-02-28T22:34:55.506Z[ recovery-image] Feb 28 22:34:54.059 INFO O| Feb 28 22:34:54.059 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-02-28T22:34:55.526Z[ recovery-image] Feb 28 22:34:54.081 INFO O| Feb 28 22:34:54.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
77282025-02-28T22:34:55.529Z[ recovery-image] Feb 28 22:34:54.081 INFO O| Feb 28 22:34:54.081 INFO STEP 1003 (remove_files) COMPLETE
77292025-02-28T22:34:55.529Z[ recovery-image] Feb 28 22:34:54.082 INFO O| Feb 28 22:34:54.082 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-02-28T22:34:55.582Z[ recovery-image] Feb 28 22:34:54.138 INFO O| Feb 28 22:34:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
77312025-02-28T22:34:55.582Z[ recovery-image] Feb 28 22:34:54.139 INFO O| Feb 28 22:34:54.139 INFO STEP 1004 (remove_files) COMPLETE
77322025-02-28T22:34:55.583Z[ recovery-image] Feb 28 22:34:54.139 INFO O| Feb 28 22:34:54.139 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-02-28T22:34:55.605Z[ recovery-image] Feb 28 22:34:54.161 INFO O| Feb 28 22:34:54.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
77342025-02-28T22:34:55.605Z[ recovery-image] Feb 28 22:34:54.161 INFO O| Feb 28 22:34:54.161 INFO STEP 1005 (remove_files) COMPLETE
77352025-02-28T22:34:55.605Z[ recovery-image] Feb 28 22:34:54.161 INFO O| Feb 28 22:34:54.161 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-02-28T22:34:55.628Z[ recovery-image] Feb 28 22:34:54.184 INFO O| Feb 28 22:34:54.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
77372025-02-28T22:34:55.628Z[ recovery-image] Feb 28 22:34:54.184 INFO O| Feb 28 22:34:54.184 INFO STEP 1006 (remove_files) COMPLETE
77382025-02-28T22:34:55.628Z[ recovery-image] Feb 28 22:34:54.184 INFO O| Feb 28 22:34:54.184 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-02-28T22:34:55.744Z[ recovery-image] Feb 28 22:34:54.300 INFO O| Feb 28 22:34:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
77402025-02-28T22:34:55.744Z[ recovery-image] Feb 28 22:34:54.300 INFO O| Feb 28 22:34:54.300 INFO STEP 1007 (remove_files) COMPLETE
77412025-02-28T22:34:55.744Z[ recovery-image] Feb 28 22:34:54.300 INFO O| Feb 28 22:34:54.300 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-02-28T22:34:55.822Z[ recovery-image] Feb 28 22:34:54.378 INFO O| Feb 28 22:34:54.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
77432025-02-28T22:34:55.822Z[ recovery-image] Feb 28 22:34:54.378 INFO O| Feb 28 22:34:54.378 INFO STEP 1008 (remove_files) COMPLETE
77442025-02-28T22:34:55.825Z[ recovery-image] Feb 28 22:34:54.378 INFO O| Feb 28 22:34:54.378 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-02-28T22:34:55.847Z[ recovery-image] Feb 28 22:34:54.402 INFO O| Feb 28 22:34:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
77462025-02-28T22:34:55.847Z[ recovery-image] Feb 28 22:34:54.402 INFO O| Feb 28 22:34:54.402 INFO STEP 1009 (remove_files) COMPLETE
77472025-02-28T22:34:55.847Z[ recovery-image] Feb 28 22:34:54.402 INFO O| Feb 28 22:34:54.402 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-02-28T22:34:55.871Z[ recovery-image] Feb 28 22:34:54.425 INFO O| Feb 28 22:34:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
77492025-02-28T22:34:55.871Z[ recovery-image] Feb 28 22:34:54.425 INFO O| Feb 28 22:34:54.425 INFO STEP 1010 (remove_files) COMPLETE
77502025-02-28T22:34:55.871Z[ recovery-image] Feb 28 22:34:54.425 INFO O| Feb 28 22:34:54.425 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-02-28T22:34:55.891Z[ recovery-image] Feb 28 22:34:54.447 INFO O| Feb 28 22:34:54.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
77522025-02-28T22:34:55.892Z[ recovery-image] Feb 28 22:34:54.448 INFO O| Feb 28 22:34:54.448 INFO STEP 1011 (remove_files) COMPLETE
77532025-02-28T22:34:55.892Z[ recovery-image] Feb 28 22:34:54.448 INFO O| Feb 28 22:34:54.448 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-02-28T22:34:55.914Z[ recovery-image] Feb 28 22:34:54.470 INFO O| Feb 28 22:34:54.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
77552025-02-28T22:34:55.914Z[ recovery-image] Feb 28 22:34:54.470 INFO O| Feb 28 22:34:54.470 INFO STEP 1012 (remove_files) COMPLETE
77562025-02-28T22:34:55.914Z[ recovery-image] Feb 28 22:34:54.470 INFO O| Feb 28 22:34:54.470 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-02-28T22:34:55.938Z[ recovery-image] Feb 28 22:34:54.494 INFO O| Feb 28 22:34:54.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
77582025-02-28T22:34:55.938Z[ recovery-image] Feb 28 22:34:54.494 INFO O| Feb 28 22:34:54.494 INFO STEP 1013 (remove_files) COMPLETE
77592025-02-28T22:34:55.938Z[ recovery-image] Feb 28 22:34:54.494 INFO O| Feb 28 22:34:54.494 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-02-28T22:34:55.960Z[ recovery-image] Feb 28 22:34:54.516 INFO O| Feb 28 22:34:54.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
77612025-02-28T22:34:55.963Z[ recovery-image] Feb 28 22:34:54.516 INFO O| Feb 28 22:34:54.516 INFO STEP 1014 (remove_files) COMPLETE
77622025-02-28T22:34:55.964Z[ recovery-image] Feb 28 22:34:54.516 INFO O| Feb 28 22:34:54.516 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-02-28T22:34:55.983Z[ recovery-image] Feb 28 22:34:54.537 INFO O| Feb 28 22:34:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
77642025-02-28T22:34:55.983Z[ recovery-image] Feb 28 22:34:54.537 INFO O| Feb 28 22:34:54.537 INFO STEP 1015 (remove_files) COMPLETE
77652025-02-28T22:34:55.983Z[ recovery-image] Feb 28 22:34:54.537 INFO O| Feb 28 22:34:54.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-02-28T22:34:56.004Z[ recovery-image] Feb 28 22:34:54.560 INFO O| Feb 28 22:34:54.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
77672025-02-28T22:34:56.004Z[ recovery-image] Feb 28 22:34:54.560 INFO O| Feb 28 22:34:54.560 INFO STEP 1016 (remove_files) COMPLETE
77682025-02-28T22:34:56.004Z[ recovery-image] Feb 28 22:34:54.560 INFO O| Feb 28 22:34:54.560 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-02-28T22:34:56.029Z[ recovery-image] Feb 28 22:34:54.584 INFO O| Feb 28 22:34:54.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77702025-02-28T22:34:56.029Z[ recovery-image] Feb 28 22:34:54.584 INFO O| Feb 28 22:34:54.584 INFO STEP 1017 (remove_files) COMPLETE
77712025-02-28T22:34:56.029Z[ recovery-image] Feb 28 22:34:54.584 INFO O| Feb 28 22:34:54.584 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-02-28T22:34:56.053Z[ recovery-image] Feb 28 22:34:54.608 INFO O| Feb 28 22:34:54.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77732025-02-28T22:34:56.053Z[ recovery-image] Feb 28 22:34:54.609 INFO O| Feb 28 22:34:54.608 INFO STEP 1018 (remove_files) COMPLETE
77742025-02-28T22:34:56.057Z[ recovery-image] Feb 28 22:34:54.609 INFO O| Feb 28 22:34:54.609 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-02-28T22:34:56.077Z[ recovery-image] Feb 28 22:34:54.632 INFO O| Feb 28 22:34:54.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77762025-02-28T22:34:56.078Z[ recovery-image] Feb 28 22:34:54.632 INFO O| Feb 28 22:34:54.632 INFO STEP 1019 (remove_files) COMPLETE
77772025-02-28T22:34:56.078Z[ recovery-image] Feb 28 22:34:54.632 INFO O| Feb 28 22:34:54.632 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-02-28T22:34:56.097Z[ recovery-image] Feb 28 22:34:54.652 INFO O| Feb 28 22:34:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77792025-02-28T22:34:56.097Z[ recovery-image] Feb 28 22:34:54.652 INFO O| Feb 28 22:34:54.652 INFO STEP 1020 (remove_files) COMPLETE
77802025-02-28T22:34:56.097Z[ recovery-image] Feb 28 22:34:54.652 INFO O| Feb 28 22:34:54.652 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-02-28T22:34:56.116Z[ recovery-image] Feb 28 22:34:54.672 INFO O| Feb 28 22:34:54.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77822025-02-28T22:34:56.120Z[ recovery-image] Feb 28 22:34:54.672 INFO O| Feb 28 22:34:54.672 INFO STEP 1021 (remove_files) COMPLETE
77832025-02-28T22:34:56.120Z[ recovery-image] Feb 28 22:34:54.672 INFO O| Feb 28 22:34:54.672 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-02-28T22:34:56.140Z[ recovery-image] Feb 28 22:34:54.696 INFO O| Feb 28 22:34:54.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77852025-02-28T22:34:56.140Z[ recovery-image] Feb 28 22:34:54.696 INFO O| Feb 28 22:34:54.696 INFO STEP 1022 (remove_files) COMPLETE
77862025-02-28T22:34:56.140Z[ recovery-image] Feb 28 22:34:54.696 INFO O| Feb 28 22:34:54.696 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-02-28T22:34:56.163Z[ recovery-image] Feb 28 22:34:54.719 INFO O| Feb 28 22:34:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77882025-02-28T22:34:56.163Z[ recovery-image] Feb 28 22:34:54.719 INFO O| Feb 28 22:34:54.719 INFO STEP 1023 (remove_files) COMPLETE
77892025-02-28T22:34:56.166Z[ recovery-image] Feb 28 22:34:54.719 INFO O| Feb 28 22:34:54.719 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-02-28T22:34:56.185Z[ recovery-image] Feb 28 22:34:54.741 INFO O| Feb 28 22:34:54.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77912025-02-28T22:34:56.185Z[ recovery-image] Feb 28 22:34:54.741 INFO O| Feb 28 22:34:54.741 INFO STEP 1024 (remove_files) COMPLETE
77922025-02-28T22:34:56.185Z[ recovery-image] Feb 28 22:34:54.741 INFO O| Feb 28 22:34:54.741 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-02-28T22:34:56.234Z[ recovery-image] Feb 28 22:34:54.790 INFO O| Feb 28 22:34:54.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77942025-02-28T22:34:56.234Z[ recovery-image] Feb 28 22:34:54.790 INFO O| Feb 28 22:34:54.780 INFO STEP 1025 (remove_files) COMPLETE
77952025-02-28T22:34:56.237Z[ recovery-image] Feb 28 22:34:54.790 INFO O| Feb 28 22:34:54.780 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-02-28T22:34:56.245Z[ recovery-image] Feb 28 22:34:54.801 INFO O| Feb 28 22:34:54.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77972025-02-28T22:34:56.247Z[ recovery-image] Feb 28 22:34:54.801 INFO O| Feb 28 22:34:54.801 INFO STEP 1026 (remove_files) COMPLETE
77982025-02-28T22:34:56.249Z[ recovery-image] Feb 28 22:34:54.801 INFO O| Feb 28 22:34:54.801 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-02-28T22:34:56.267Z[ recovery-image] Feb 28 22:34:54.822 INFO O| Feb 28 22:34:54.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
78002025-02-28T22:34:56.270Z[ recovery-image] Feb 28 22:34:54.823 INFO O| Feb 28 22:34:54.823 INFO STEP 1027 (remove_files) COMPLETE
78012025-02-28T22:34:56.271Z[ recovery-image] Feb 28 22:34:54.823 INFO O| Feb 28 22:34:54.823 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-02-28T22:34:56.288Z[ recovery-image] Feb 28 22:34:54.844 INFO O| Feb 28 22:34:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
78032025-02-28T22:34:56.288Z[ recovery-image] Feb 28 22:34:54.844 INFO O| Feb 28 22:34:54.844 INFO STEP 1028 (remove_files) COMPLETE
78042025-02-28T22:34:56.291Z[ recovery-image] Feb 28 22:34:54.844 INFO O| Feb 28 22:34:54.844 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-02-28T22:34:56.311Z[ recovery-image] Feb 28 22:34:54.865 INFO O| Feb 28 22:34:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
78062025-02-28T22:34:56.311Z[ recovery-image] Feb 28 22:34:54.865 INFO O| Feb 28 22:34:54.865 INFO STEP 1029 (remove_files) COMPLETE
78072025-02-28T22:34:56.314Z[ recovery-image] Feb 28 22:34:54.865 INFO O| Feb 28 22:34:54.865 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-02-28T22:34:56.331Z[ recovery-image] Feb 28 22:34:54.887 INFO O| Feb 28 22:34:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
78092025-02-28T22:34:56.331Z[ recovery-image] Feb 28 22:34:54.887 INFO O| Feb 28 22:34:54.887 INFO STEP 1030 (remove_files) COMPLETE
78102025-02-28T22:34:56.334Z[ recovery-image] Feb 28 22:34:54.887 INFO O| Feb 28 22:34:54.887 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-02-28T22:34:56.354Z[ recovery-image] Feb 28 22:34:54.910 INFO O| Feb 28 22:34:54.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
78122025-02-28T22:34:56.354Z[ recovery-image] Feb 28 22:34:54.910 INFO O| Feb 28 22:34:54.910 INFO STEP 1031 (remove_files) COMPLETE
78132025-02-28T22:34:56.354Z[ recovery-image] Feb 28 22:34:54.910 INFO O| Feb 28 22:34:54.910 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-02-28T22:34:56.378Z[ recovery-image] Feb 28 22:34:54.933 INFO O| Feb 28 22:34:54.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
78152025-02-28T22:34:56.378Z[ recovery-image] Feb 28 22:34:54.933 INFO O| Feb 28 22:34:54.933 INFO STEP 1032 (remove_files) COMPLETE
78162025-02-28T22:34:56.379Z[ recovery-image] Feb 28 22:34:54.933 INFO O| Feb 28 22:34:54.933 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-02-28T22:34:56.401Z[ recovery-image] Feb 28 22:34:54.957 INFO O| Feb 28 22:34:54.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
78182025-02-28T22:34:56.401Z[ recovery-image] Feb 28 22:34:54.957 INFO O| Feb 28 22:34:54.957 INFO STEP 1033 (remove_files) COMPLETE
78192025-02-28T22:34:56.401Z[ recovery-image] Feb 28 22:34:54.957 INFO O| Feb 28 22:34:54.957 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-02-28T22:34:56.435Z[ recovery-image] Feb 28 22:34:54.990 INFO O| Feb 28 22:34:54.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
78212025-02-28T22:34:56.435Z[ recovery-image] Feb 28 22:34:54.990 INFO O| Feb 28 22:34:54.990 INFO STEP 1034 (remove_files) COMPLETE
78222025-02-28T22:34:56.435Z[ recovery-image] Feb 28 22:34:54.990 INFO O| Feb 28 22:34:54.990 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-02-28T22:34:56.493Z[ recovery-image] Feb 28 22:34:55.044 INFO O| Feb 28 22:34:55.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
78242025-02-28T22:34:56.493Z[ recovery-image] Feb 28 22:34:55.045 INFO O| Feb 28 22:34:55.045 INFO STEP 1035 (remove_files) COMPLETE
78252025-02-28T22:34:56.493Z[ recovery-image] Feb 28 22:34:55.045 INFO O| Feb 28 22:34:55.045 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-02-28T22:34:56.556Z[ recovery-image] Feb 28 22:34:55.111 INFO O| Feb 28 22:34:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
78272025-02-28T22:34:56.556Z[ recovery-image] Feb 28 22:34:55.111 INFO O| Feb 28 22:34:55.111 INFO STEP 1036 (remove_files) COMPLETE
78282025-02-28T22:34:56.556Z[ recovery-image] Feb 28 22:34:55.111 INFO O| Feb 28 22:34:55.111 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-02-28T22:34:56.587Z[ recovery-image] Feb 28 22:34:55.142 INFO O| Feb 28 22:34:55.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
78302025-02-28T22:34:56.590Z[ recovery-image] Feb 28 22:34:55.143 INFO O| Feb 28 22:34:55.143 INFO STEP 1037 (remove_files) COMPLETE
78312025-02-28T22:34:56.590Z[ recovery-image] Feb 28 22:34:55.143 INFO O| Feb 28 22:34:55.143 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-02-28T22:34:56.613Z[ recovery-image] Feb 28 22:34:55.169 INFO O| Feb 28 22:34:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
78332025-02-28T22:34:56.613Z[ recovery-image] Feb 28 22:34:55.169 INFO O| Feb 28 22:34:55.169 INFO STEP 1038 (remove_files) COMPLETE
78342025-02-28T22:34:56.613Z[ recovery-image] Feb 28 22:34:55.169 INFO O| Feb 28 22:34:55.169 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-02-28T22:34:56.637Z[ recovery-image] Feb 28 22:34:55.193 INFO O| Feb 28 22:34:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
78362025-02-28T22:34:56.640Z[ recovery-image] Feb 28 22:34:55.193 INFO O| Feb 28 22:34:55.193 INFO STEP 1039 (remove_files) COMPLETE
78372025-02-28T22:34:56.640Z[ recovery-image] Feb 28 22:34:55.193 INFO O| Feb 28 22:34:55.193 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-02-28T22:34:56.673Z[ recovery-image] Feb 28 22:34:55.229 INFO O| Feb 28 22:34:55.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
78392025-02-28T22:34:56.673Z[ recovery-image] Feb 28 22:34:55.230 INFO O| Feb 28 22:34:55.230 INFO STEP 1040 (remove_files) COMPLETE
78402025-02-28T22:34:56.677Z[ recovery-image] Feb 28 22:34:55.230 INFO O| Feb 28 22:34:55.230 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-02-28T22:34:56.695Z[ recovery-image] Feb 28 22:34:55.251 INFO O| Feb 28 22:34:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
78422025-02-28T22:34:56.695Z[ recovery-image] Feb 28 22:34:55.251 INFO O| Feb 28 22:34:55.251 INFO STEP 1041 (remove_files) COMPLETE
78432025-02-28T22:34:56.698Z[ recovery-image] Feb 28 22:34:55.251 INFO O| Feb 28 22:34:55.251 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-02-28T22:34:56.718Z[ recovery-image] Feb 28 22:34:55.273 INFO O| Feb 28 22:34:55.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
78452025-02-28T22:34:56.718Z[ recovery-image] Feb 28 22:34:55.273 INFO O| Feb 28 22:34:55.273 INFO STEP 1042 (remove_files) COMPLETE
78462025-02-28T22:34:56.718Z[ recovery-image] Feb 28 22:34:55.273 INFO O| Feb 28 22:34:55.273 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-02-28T22:34:56.738Z[ recovery-image] Feb 28 22:34:55.294 INFO O| Feb 28 22:34:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
78482025-02-28T22:34:56.738Z[ recovery-image] Feb 28 22:34:55.294 INFO O| Feb 28 22:34:55.294 INFO STEP 1043 (remove_files) COMPLETE
78492025-02-28T22:34:56.741Z[ recovery-image] Feb 28 22:34:55.294 INFO O| Feb 28 22:34:55.294 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-02-28T22:34:56.758Z[ recovery-image] Feb 28 22:34:55.314 INFO O| Feb 28 22:34:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
78512025-02-28T22:34:56.758Z[ recovery-image] Feb 28 22:34:55.314 INFO O| Feb 28 22:34:55.314 INFO STEP 1044 (remove_files) COMPLETE
78522025-02-28T22:34:56.758Z[ recovery-image] Feb 28 22:34:55.314 INFO O| Feb 28 22:34:55.314 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-02-28T22:34:56.778Z[ recovery-image] Feb 28 22:34:55.334 INFO O| Feb 28 22:34:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
78542025-02-28T22:34:56.779Z[ recovery-image] Feb 28 22:34:55.334 INFO O| Feb 28 22:34:55.334 INFO STEP 1045 (remove_files) COMPLETE
78552025-02-28T22:34:56.779Z[ recovery-image] Feb 28 22:34:55.335 INFO O| Feb 28 22:34:55.334 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-02-28T22:34:56.800Z[ recovery-image] Feb 28 22:34:55.356 INFO O| Feb 28 22:34:55.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
78572025-02-28T22:34:56.800Z[ recovery-image] Feb 28 22:34:55.356 INFO O| Feb 28 22:34:55.356 INFO STEP 1046 (remove_files) COMPLETE
78582025-02-28T22:34:56.800Z[ recovery-image] Feb 28 22:34:55.356 INFO O| Feb 28 22:34:55.356 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-02-28T22:34:56.820Z[ recovery-image] Feb 28 22:34:55.376 INFO O| Feb 28 22:34:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
78602025-02-28T22:34:56.820Z[ recovery-image] Feb 28 22:34:55.376 INFO O| Feb 28 22:34:55.376 INFO STEP 1047 (remove_files) COMPLETE
78612025-02-28T22:34:56.825Z[ recovery-image] Feb 28 22:34:55.376 INFO O| Feb 28 22:34:55.376 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-02-28T22:34:56.853Z[ recovery-image] Feb 28 22:34:55.409 INFO O| Feb 28 22:34:55.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
78632025-02-28T22:34:56.857Z[ recovery-image] Feb 28 22:34:55.410 INFO O| Feb 28 22:34:55.409 INFO STEP 1048 (remove_files) COMPLETE
78642025-02-28T22:34:56.857Z[ recovery-image] Feb 28 22:34:55.410 INFO O| Feb 28 22:34:55.409 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-02-28T22:34:56.876Z[ recovery-image] Feb 28 22:34:55.431 INFO O| Feb 28 22:34:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
78662025-02-28T22:34:56.876Z[ recovery-image] Feb 28 22:34:55.432 INFO O| Feb 28 22:34:55.432 INFO STEP 1049 (remove_files) COMPLETE
78672025-02-28T22:34:56.876Z[ recovery-image] Feb 28 22:34:55.432 INFO O| Feb 28 22:34:55.432 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-28T22:34:56.916Z[ recovery-image] Feb 28 22:34:55.471 INFO O| Feb 28 22:34:55.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78692025-02-28T22:34:56.916Z[ recovery-image] Feb 28 22:34:55.472 INFO O| Feb 28 22:34:55.472 INFO STEP 1050 (remove_files) COMPLETE
78702025-02-28T22:34:56.916Z[ recovery-image] Feb 28 22:34:55.472 INFO O| Feb 28 22:34:55.472 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-28T22:34:56.936Z[ recovery-image] Feb 28 22:34:55.491 INFO O| Feb 28 22:34:55.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78722025-02-28T22:34:56.936Z[ recovery-image] Feb 28 22:34:55.492 INFO O| Feb 28 22:34:55.492 INFO STEP 1051 (remove_files) COMPLETE
78732025-02-28T22:34:56.936Z[ recovery-image] Feb 28 22:34:55.492 INFO O| Feb 28 22:34:55.492 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-28T22:34:56.957Z[ recovery-image] Feb 28 22:34:55.512 INFO O| Feb 28 22:34:55.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78752025-02-28T22:34:56.957Z[ recovery-image] Feb 28 22:34:55.512 INFO O| Feb 28 22:34:55.512 INFO STEP 1052 (remove_files) COMPLETE
78762025-02-28T22:34:56.957Z[ recovery-image] Feb 28 22:34:55.512 INFO O| Feb 28 22:34:55.512 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-28T22:34:56.976Z[ recovery-image] Feb 28 22:34:55.531 INFO O| Feb 28 22:34:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78782025-02-28T22:34:56.976Z[ recovery-image] Feb 28 22:34:55.531 INFO O| Feb 28 22:34:55.531 INFO STEP 1053 (remove_files) COMPLETE
78792025-02-28T22:34:56.976Z[ recovery-image] Feb 28 22:34:55.531 INFO O| Feb 28 22:34:55.531 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-28T22:34:57.041Z[ recovery-image] Feb 28 22:34:55.597 INFO O| Feb 28 22:34:55.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78812025-02-28T22:34:57.041Z[ recovery-image] Feb 28 22:34:55.597 INFO O| Feb 28 22:34:55.597 INFO STEP 1054 (remove_files) COMPLETE
78822025-02-28T22:34:57.042Z[ recovery-image] Feb 28 22:34:55.597 INFO O| Feb 28 22:34:55.597 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-28T22:34:57.060Z[ recovery-image] Feb 28 22:34:55.616 INFO O| Feb 28 22:34:55.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78842025-02-28T22:34:57.070Z[ recovery-image] Feb 28 22:34:55.626 INFO O| Feb 28 22:34:55.626 INFO STEP 1055 (remove_files) COMPLETE
78852025-02-28T22:34:57.071Z[ recovery-image] Feb 28 22:34:55.626 INFO O| Feb 28 22:34:55.626 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-28T22:34:57.102Z[ recovery-image] Feb 28 22:34:55.657 INFO O| Feb 28 22:34:55.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78872025-02-28T22:34:57.102Z[ recovery-image] Feb 28 22:34:55.658 INFO O| Feb 28 22:34:55.658 INFO STEP 1056 (remove_files) COMPLETE
78882025-02-28T22:34:57.105Z[ recovery-image] Feb 28 22:34:55.658 INFO O| Feb 28 22:34:55.658 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-28T22:34:57.163Z[ recovery-image] Feb 28 22:34:55.719 INFO O| Feb 28 22:34:55.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78902025-02-28T22:34:57.163Z[ recovery-image] Feb 28 22:34:55.719 INFO O| Feb 28 22:34:55.719 INFO STEP 1057 (remove_files) COMPLETE
78912025-02-28T22:34:57.165Z[ recovery-image] Feb 28 22:34:55.719 INFO O| Feb 28 22:34:55.719 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-28T22:34:57.186Z[ recovery-image] Feb 28 22:34:55.741 INFO O| Feb 28 22:34:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78932025-02-28T22:34:57.186Z[ recovery-image] Feb 28 22:34:55.741 INFO O| Feb 28 22:34:55.741 INFO STEP 1058 (remove_files) COMPLETE
78942025-02-28T22:34:57.186Z[ recovery-image] Feb 28 22:34:55.742 INFO O| Feb 28 22:34:55.741 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-28T22:34:57.207Z[ recovery-image] Feb 28 22:34:55.763 INFO O| Feb 28 22:34:55.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78962025-02-28T22:34:57.207Z[ recovery-image] Feb 28 22:34:55.763 INFO O| Feb 28 22:34:55.763 INFO STEP 1059 (remove_files) COMPLETE
78972025-02-28T22:34:57.211Z[ recovery-image] Feb 28 22:34:55.763 INFO O| Feb 28 22:34:55.763 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-28T22:34:57.229Z[ recovery-image] Feb 28 22:34:55.785 INFO O| Feb 28 22:34:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78992025-02-28T22:34:57.229Z[ recovery-image] Feb 28 22:34:55.785 INFO O| Feb 28 22:34:55.785 INFO STEP 1060 (remove_files) COMPLETE
79002025-02-28T22:34:57.229Z[ recovery-image] Feb 28 22:34:55.785 INFO O| Feb 28 22:34:55.785 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-28T22:34:57.252Z[ recovery-image] Feb 28 22:34:55.808 INFO O| Feb 28 22:34:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
79022025-02-28T22:34:57.255Z[ recovery-image] Feb 28 22:34:55.808 INFO O| Feb 28 22:34:55.808 INFO STEP 1061 (remove_files) COMPLETE
79032025-02-28T22:34:57.255Z[ recovery-image] Feb 28 22:34:55.808 INFO O| Feb 28 22:34:55.808 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-28T22:34:57.312Z[ recovery-image] Feb 28 22:34:55.866 INFO O| Feb 28 22:34:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
79052025-02-28T22:34:57.316Z[ recovery-image] Feb 28 22:34:55.866 INFO O| Feb 28 22:34:55.866 INFO STEP 1062 (remove_files) COMPLETE
79062025-02-28T22:34:57.316Z[ recovery-image] Feb 28 22:34:55.867 INFO O| Feb 28 22:34:55.866 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-28T22:34:57.362Z[ recovery-image] Feb 28 22:34:55.918 INFO O| Feb 28 22:34:55.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
79082025-02-28T22:34:57.362Z[ recovery-image] Feb 28 22:34:55.918 INFO O| Feb 28 22:34:55.918 INFO STEP 1063 (remove_files) COMPLETE
79092025-02-28T22:34:57.366Z[ recovery-image] Feb 28 22:34:55.918 INFO O| Feb 28 22:34:55.918 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-28T22:34:57.424Z[ recovery-image] Feb 28 22:34:55.979 INFO O| Feb 28 22:34:55.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
79112025-02-28T22:34:57.427Z[ recovery-image] Feb 28 22:34:55.980 INFO O| Feb 28 22:34:55.979 INFO STEP 1064 (remove_files) COMPLETE
79122025-02-28T22:34:57.427Z[ recovery-image] Feb 28 22:34:55.980 INFO O| Feb 28 22:34:55.980 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-28T22:34:57.447Z[ recovery-image] Feb 28 22:34:56.003 INFO O| Feb 28 22:34:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
79142025-02-28T22:34:57.450Z[ recovery-image] Feb 28 22:34:56.003 INFO O| Feb 28 22:34:56.003 INFO STEP 1065 (remove_files) COMPLETE
79152025-02-28T22:34:57.450Z[ recovery-image] Feb 28 22:34:56.003 INFO O| Feb 28 22:34:56.003 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-28T22:34:57.469Z[ recovery-image] Feb 28 22:34:56.025 INFO O| Feb 28 22:34:56.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
79172025-02-28T22:34:57.472Z[ recovery-image] Feb 28 22:34:56.025 INFO O| Feb 28 22:34:56.025 INFO STEP 1066 (remove_files) COMPLETE
79182025-02-28T22:34:57.472Z[ recovery-image] Feb 28 22:34:56.025 INFO O| Feb 28 22:34:56.025 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-28T22:34:57.492Z[ recovery-image] Feb 28 22:34:56.047 INFO O| Feb 28 22:34:56.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
79202025-02-28T22:34:57.495Z[ recovery-image] Feb 28 22:34:56.048 INFO O| Feb 28 22:34:56.048 INFO STEP 1067 (remove_files) COMPLETE
79212025-02-28T22:34:57.495Z[ recovery-image] Feb 28 22:34:56.048 INFO O| Feb 28 22:34:56.048 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-28T22:34:57.525Z[ recovery-image] Feb 28 22:34:56.081 INFO O| Feb 28 22:34:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
79232025-02-28T22:34:57.525Z[ recovery-image] Feb 28 22:34:56.081 INFO O| Feb 28 22:34:56.081 INFO STEP 1068 (remove_files) COMPLETE
79242025-02-28T22:34:57.529Z[ recovery-image] Feb 28 22:34:56.081 INFO O| Feb 28 22:34:56.081 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-28T22:34:57.548Z[ recovery-image] Feb 28 22:34:56.103 INFO O| Feb 28 22:34:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
79262025-02-28T22:34:57.548Z[ recovery-image] Feb 28 22:34:56.104 INFO O| Feb 28 22:34:56.104 INFO STEP 1069 (remove_files) COMPLETE
79272025-02-28T22:34:57.548Z[ recovery-image] Feb 28 22:34:56.104 INFO O| Feb 28 22:34:56.104 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-28T22:34:57.570Z[ recovery-image] Feb 28 22:34:56.126 INFO O| Feb 28 22:34:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
79292025-02-28T22:34:57.570Z[ recovery-image] Feb 28 22:34:56.126 INFO O| Feb 28 22:34:56.126 INFO STEP 1070 (remove_files) COMPLETE
79302025-02-28T22:34:57.573Z[ recovery-image] Feb 28 22:34:56.126 INFO O| Feb 28 22:34:56.126 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-28T22:34:57.607Z[ recovery-image] Feb 28 22:34:56.162 INFO O| Feb 28 22:34:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
79322025-02-28T22:34:57.607Z[ recovery-image] Feb 28 22:34:56.162 INFO O| Feb 28 22:34:56.162 INFO STEP 1071 (remove_files) COMPLETE
79332025-02-28T22:34:57.607Z[ recovery-image] Feb 28 22:34:56.163 INFO O| Feb 28 22:34:56.162 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-28T22:34:57.659Z[ recovery-image] Feb 28 22:34:56.214 INFO O| Feb 28 22:34:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
79352025-02-28T22:34:57.659Z[ recovery-image] Feb 28 22:34:56.214 INFO O| Feb 28 22:34:56.214 INFO STEP 1072 (remove_files) COMPLETE
79362025-02-28T22:34:57.662Z[ recovery-image] Feb 28 22:34:56.214 INFO O| Feb 28 22:34:56.214 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-28T22:34:57.717Z[ recovery-image] Feb 28 22:34:56.272 INFO O| Feb 28 22:34:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
79382025-02-28T22:34:57.717Z[ recovery-image] Feb 28 22:34:56.273 INFO O| Feb 28 22:34:56.272 INFO STEP 1073 (remove_files) COMPLETE
79392025-02-28T22:34:57.720Z[ recovery-image] Feb 28 22:34:56.273 INFO O| Feb 28 22:34:56.272 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-28T22:34:57.740Z[ recovery-image] Feb 28 22:34:56.295 INFO O| Feb 28 22:34:56.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
79412025-02-28T22:34:57.740Z[ recovery-image] Feb 28 22:34:56.295 INFO O| Feb 28 22:34:56.295 INFO STEP 1074 (remove_files) COMPLETE
79422025-02-28T22:34:57.740Z[ recovery-image] Feb 28 22:34:56.295 INFO O| Feb 28 22:34:56.295 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-28T22:34:57.762Z[ recovery-image] Feb 28 22:34:56.317 INFO O| Feb 28 22:34:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
79442025-02-28T22:34:57.762Z[ recovery-image] Feb 28 22:34:56.317 INFO O| Feb 28 22:34:56.317 INFO STEP 1075 (remove_files) COMPLETE
79452025-02-28T22:34:57.762Z[ recovery-image] Feb 28 22:34:56.317 INFO O| Feb 28 22:34:56.317 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-28T22:34:57.789Z[ recovery-image] Feb 28 22:34:56.344 INFO O| Feb 28 22:34:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
79472025-02-28T22:34:57.789Z[ recovery-image] Feb 28 22:34:56.344 INFO O| Feb 28 22:34:56.344 INFO STEP 1076 (remove_files) COMPLETE
79482025-02-28T22:34:57.793Z[ recovery-image] Feb 28 22:34:56.344 INFO O| Feb 28 22:34:56.344 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-02-28T22:34:57.836Z[ recovery-image] Feb 28 22:34:56.391 INFO O| Feb 28 22:34:56.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
79502025-02-28T22:34:57.836Z[ recovery-image] Feb 28 22:34:56.391 INFO O| Feb 28 22:34:56.391 INFO STEP 1077 (remove_files) COMPLETE
79512025-02-28T22:34:57.836Z[ recovery-image] Feb 28 22:34:56.391 INFO O| Feb 28 22:34:56.391 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-02-28T22:34:57.876Z[ recovery-image] Feb 28 22:34:56.429 INFO O| Feb 28 22:34:56.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
79532025-02-28T22:34:57.876Z[ recovery-image] Feb 28 22:34:56.429 INFO O| Feb 28 22:34:56.429 INFO STEP 1078 (remove_files) COMPLETE
79542025-02-28T22:34:57.879Z[ recovery-image] Feb 28 22:34:56.429 INFO O| Feb 28 22:34:56.429 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-02-28T22:34:58.002Z[ recovery-image] Feb 28 22:34:56.558 INFO O| Feb 28 22:34:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
79562025-02-28T22:34:58.002Z[ recovery-image] Feb 28 22:34:56.558 INFO O| Feb 28 22:34:56.558 INFO STEP 1079 (remove_files) COMPLETE
79572025-02-28T22:34:58.003Z[ recovery-image] Feb 28 22:34:56.558 INFO O| Feb 28 22:34:56.558 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-02-28T22:34:58.027Z[ recovery-image] Feb 28 22:34:56.583 INFO O| Feb 28 22:34:56.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
79592025-02-28T22:34:58.027Z[ recovery-image] Feb 28 22:34:56.583 INFO O| Feb 28 22:34:56.583 INFO STEP 1080 (remove_files) COMPLETE
79602025-02-28T22:34:58.028Z[ recovery-image] Feb 28 22:34:56.583 INFO O| Feb 28 22:34:56.583 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-02-28T22:34:58.047Z[ recovery-image] Feb 28 22:34:56.603 INFO O| Feb 28 22:34:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
79622025-02-28T22:34:58.047Z[ recovery-image] Feb 28 22:34:56.603 INFO O| Feb 28 22:34:56.603 INFO STEP 1081 (remove_files) COMPLETE
79632025-02-28T22:34:58.050Z[ recovery-image] Feb 28 22:34:56.603 INFO O| Feb 28 22:34:56.603 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-02-28T22:34:58.069Z[ recovery-image] Feb 28 22:34:56.625 INFO O| Feb 28 22:34:56.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
79652025-02-28T22:34:58.069Z[ recovery-image] Feb 28 22:34:56.625 INFO O| Feb 28 22:34:56.625 INFO STEP 1082 (remove_files) COMPLETE
79662025-02-28T22:34:58.069Z[ recovery-image] Feb 28 22:34:56.625 INFO O| Feb 28 22:34:56.625 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-02-28T22:34:58.091Z[ recovery-image] Feb 28 22:34:56.646 INFO O| Feb 28 22:34:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79682025-02-28T22:34:58.091Z[ recovery-image] Feb 28 22:34:56.646 INFO O| Feb 28 22:34:56.646 INFO STEP 1083 (remove_files) COMPLETE
79692025-02-28T22:34:58.091Z[ recovery-image] Feb 28 22:34:56.646 INFO O| Feb 28 22:34:56.646 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-02-28T22:34:58.111Z[ recovery-image] Feb 28 22:34:56.667 INFO O| Feb 28 22:34:56.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79712025-02-28T22:34:58.111Z[ recovery-image] Feb 28 22:34:56.667 INFO O| Feb 28 22:34:56.667 INFO STEP 1084 (remove_files) COMPLETE
79722025-02-28T22:34:58.111Z[ recovery-image] Feb 28 22:34:56.667 INFO O| Feb 28 22:34:56.667 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-02-28T22:34:58.132Z[ recovery-image] Feb 28 22:34:56.685 INFO O| Feb 28 22:34:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79742025-02-28T22:34:58.132Z[ recovery-image] Feb 28 22:34:56.686 INFO O| Feb 28 22:34:56.686 INFO STEP 1085 (remove_files) COMPLETE
79752025-02-28T22:34:58.135Z[ recovery-image] Feb 28 22:34:56.686 INFO O| Feb 28 22:34:56.686 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-02-28T22:34:58.150Z[ recovery-image] Feb 28 22:34:56.706 INFO O| Feb 28 22:34:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79772025-02-28T22:34:58.150Z[ recovery-image] Feb 28 22:34:56.706 INFO O| Feb 28 22:34:56.706 INFO STEP 1086 (remove_files) COMPLETE
79782025-02-28T22:34:58.151Z[ recovery-image] Feb 28 22:34:56.706 INFO O| Feb 28 22:34:56.706 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-02-28T22:34:58.170Z[ recovery-image] Feb 28 22:34:56.725 INFO O| Feb 28 22:34:56.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79802025-02-28T22:34:58.171Z[ recovery-image] Feb 28 22:34:56.725 INFO O| Feb 28 22:34:56.725 INFO STEP 1087 (remove_files) COMPLETE
79812025-02-28T22:34:58.171Z[ recovery-image] Feb 28 22:34:56.725 INFO O| Feb 28 22:34:56.725 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-28T22:34:58.189Z[ recovery-image] Feb 28 22:34:56.744 INFO O| Feb 28 22:34:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79832025-02-28T22:34:58.189Z[ recovery-image] Feb 28 22:34:56.744 INFO O| Feb 28 22:34:56.744 INFO STEP 1088 (remove_files) COMPLETE
79842025-02-28T22:34:58.190Z[ recovery-image] Feb 28 22:34:56.744 INFO O| Feb 28 22:34:56.744 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-28T22:34:58.210Z[ recovery-image] Feb 28 22:34:56.766 INFO O| Feb 28 22:34:56.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79862025-02-28T22:34:58.210Z[ recovery-image] Feb 28 22:34:56.766 INFO O| Feb 28 22:34:56.766 INFO STEP 1089 (remove_files) COMPLETE
79872025-02-28T22:34:58.215Z[ recovery-image] Feb 28 22:34:56.766 INFO O| Feb 28 22:34:56.766 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-28T22:34:58.232Z[ recovery-image] Feb 28 22:34:56.787 INFO O| Feb 28 22:34:56.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79892025-02-28T22:34:58.232Z[ recovery-image] Feb 28 22:34:56.788 INFO O| Feb 28 22:34:56.787 INFO STEP 1090 (remove_files) COMPLETE
79902025-02-28T22:34:58.233Z[ recovery-image] Feb 28 22:34:56.788 INFO O| Feb 28 22:34:56.787 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-28T22:34:58.254Z[ recovery-image] Feb 28 22:34:56.809 INFO O| Feb 28 22:34:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79922025-02-28T22:34:58.254Z[ recovery-image] Feb 28 22:34:56.809 INFO O| Feb 28 22:34:56.809 INFO STEP 1091 (remove_files) COMPLETE
79932025-02-28T22:34:58.254Z[ recovery-image] Feb 28 22:34:56.809 INFO O| Feb 28 22:34:56.809 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-28T22:34:58.282Z[ recovery-image] Feb 28 22:34:56.837 INFO O| Feb 28 22:34:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79952025-02-28T22:34:58.282Z[ recovery-image] Feb 28 22:34:56.837 INFO O| Feb 28 22:34:56.837 INFO STEP 1092 (remove_files) COMPLETE
79962025-02-28T22:34:58.282Z[ recovery-image] Feb 28 22:34:56.837 INFO O| Feb 28 22:34:56.837 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-28T22:34:58.311Z[ recovery-image] Feb 28 22:34:56.866 INFO O| Feb 28 22:34:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79982025-02-28T22:34:58.314Z[ recovery-image] Feb 28 22:34:56.866 INFO O| Feb 28 22:34:56.866 INFO STEP 1093 (remove_files) COMPLETE
79992025-02-28T22:34:58.315Z[ recovery-image] Feb 28 22:34:56.867 INFO O| Feb 28 22:34:56.866 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-28T22:34:58.332Z[ recovery-image] Feb 28 22:34:56.888 INFO O| Feb 28 22:34:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
80012025-02-28T22:34:58.335Z[ recovery-image] Feb 28 22:34:56.888 INFO O| Feb 28 22:34:56.888 INFO STEP 1094 (remove_files) COMPLETE
80022025-02-28T22:34:58.335Z[ recovery-image] Feb 28 22:34:56.888 INFO O| Feb 28 22:34:56.888 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-28T22:34:58.358Z[ recovery-image] Feb 28 22:34:56.913 INFO O| Feb 28 22:34:56.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
80042025-02-28T22:34:58.358Z[ recovery-image] Feb 28 22:34:56.913 INFO O| Feb 28 22:34:56.913 INFO STEP 1095 (remove_files) COMPLETE
80052025-02-28T22:34:58.361Z[ recovery-image] Feb 28 22:34:56.914 INFO O| Feb 28 22:34:56.913 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-28T22:34:58.382Z[ recovery-image] Feb 28 22:34:56.938 INFO O| Feb 28 22:34:56.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
80072025-02-28T22:34:58.385Z[ recovery-image] Feb 28 22:34:56.938 INFO O| Feb 28 22:34:56.938 INFO STEP 1096 (remove_files) COMPLETE
80082025-02-28T22:34:58.385Z[ recovery-image] Feb 28 22:34:56.938 INFO O| Feb 28 22:34:56.938 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-28T22:34:58.402Z[ recovery-image] Feb 28 22:34:56.958 INFO O| Feb 28 22:34:56.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
80102025-02-28T22:34:58.405Z[ recovery-image] Feb 28 22:34:56.958 INFO O| Feb 28 22:34:56.958 INFO STEP 1097 (remove_files) COMPLETE
80112025-02-28T22:34:58.405Z[ recovery-image] Feb 28 22:34:56.958 INFO O| Feb 28 22:34:56.958 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-28T22:34:58.423Z[ recovery-image] Feb 28 22:34:56.979 INFO O| Feb 28 22:34:56.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
80132025-02-28T22:34:58.426Z[ recovery-image] Feb 28 22:34:56.979 INFO O| Feb 28 22:34:56.979 INFO STEP 1098 (remove_files) COMPLETE
80142025-02-28T22:34:58.426Z[ recovery-image] Feb 28 22:34:56.979 INFO O| Feb 28 22:34:56.979 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-28T22:34:58.447Z[ recovery-image] Feb 28 22:34:57.001 INFO O| Feb 28 22:34:57.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
80162025-02-28T22:34:58.447Z[ recovery-image] Feb 28 22:34:57.001 INFO O| Feb 28 22:34:57.001 INFO STEP 1099 (remove_files) COMPLETE
80172025-02-28T22:34:58.451Z[ recovery-image] Feb 28 22:34:57.001 INFO O| Feb 28 22:34:57.001 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-28T22:34:58.468Z[ recovery-image] Feb 28 22:34:57.023 INFO O| Feb 28 22:34:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
80192025-02-28T22:34:58.471Z[ recovery-image] Feb 28 22:34:57.023 INFO O| Feb 28 22:34:57.023 INFO STEP 1100 (remove_files) COMPLETE
80202025-02-28T22:34:58.471Z[ recovery-image] Feb 28 22:34:57.024 INFO O| Feb 28 22:34:57.023 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-28T22:34:58.491Z[ recovery-image] Feb 28 22:34:57.046 INFO O| Feb 28 22:34:57.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
80222025-02-28T22:34:58.494Z[ recovery-image] Feb 28 22:34:57.047 INFO O| Feb 28 22:34:57.047 INFO STEP 1101 (remove_files) COMPLETE
80232025-02-28T22:34:58.494Z[ recovery-image] Feb 28 22:34:57.047 INFO O| Feb 28 22:34:57.047 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-28T22:34:58.515Z[ recovery-image] Feb 28 22:34:57.070 INFO O| Feb 28 22:34:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
80252025-02-28T22:34:58.518Z[ recovery-image] Feb 28 22:34:57.071 INFO O| Feb 28 22:34:57.071 INFO STEP 1102 (remove_files) COMPLETE
80262025-02-28T22:34:58.518Z[ recovery-image] Feb 28 22:34:57.071 INFO O| Feb 28 22:34:57.071 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-28T22:34:58.537Z[ recovery-image] Feb 28 22:34:57.093 INFO O| Feb 28 22:34:57.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
80282025-02-28T22:34:58.541Z[ recovery-image] Feb 28 22:34:57.093 INFO O| Feb 28 22:34:57.093 INFO STEP 1103 (remove_files) COMPLETE
80292025-02-28T22:34:58.541Z[ recovery-image] Feb 28 22:34:57.093 INFO O| Feb 28 22:34:57.093 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-28T22:34:58.588Z[ recovery-image] Feb 28 22:34:57.144 INFO O| Feb 28 22:34:57.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
80312025-02-28T22:34:58.588Z[ recovery-image] Feb 28 22:34:57.144 INFO O| Feb 28 22:34:57.144 INFO STEP 1104 (remove_files) COMPLETE
80322025-02-28T22:34:58.593Z[ recovery-image] Feb 28 22:34:57.144 INFO O| Feb 28 22:34:57.144 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-28T22:34:58.610Z[ recovery-image] Feb 28 22:34:57.166 INFO O| Feb 28 22:34:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
80342025-02-28T22:34:58.610Z[ recovery-image] Feb 28 22:34:57.166 INFO O| Feb 28 22:34:57.166 INFO STEP 1105 (remove_files) COMPLETE
80352025-02-28T22:34:58.611Z[ recovery-image] Feb 28 22:34:57.166 INFO O| Feb 28 22:34:57.166 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-28T22:34:58.633Z[ recovery-image] Feb 28 22:34:57.188 INFO O| Feb 28 22:34:57.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
80372025-02-28T22:34:58.636Z[ recovery-image] Feb 28 22:34:57.188 INFO O| Feb 28 22:34:57.188 INFO STEP 1106 (remove_files) COMPLETE
80382025-02-28T22:34:58.636Z[ recovery-image] Feb 28 22:34:57.189 INFO O| Feb 28 22:34:57.189 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-28T22:34:58.655Z[ recovery-image] Feb 28 22:34:57.211 INFO O| Feb 28 22:34:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
80402025-02-28T22:34:58.658Z[ recovery-image] Feb 28 22:34:57.211 INFO O| Feb 28 22:34:57.211 INFO STEP 1107 (remove_files) COMPLETE
80412025-02-28T22:34:58.658Z[ recovery-image] Feb 28 22:34:57.211 INFO O| Feb 28 22:34:57.211 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-28T22:34:58.676Z[ recovery-image] Feb 28 22:34:57.232 INFO O| Feb 28 22:34:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
80432025-02-28T22:34:58.677Z[ recovery-image] Feb 28 22:34:57.232 INFO O| Feb 28 22:34:57.232 INFO STEP 1108 (remove_files) COMPLETE
80442025-02-28T22:34:58.677Z[ recovery-image] Feb 28 22:34:57.232 INFO O| Feb 28 22:34:57.232 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-28T22:34:58.697Z[ recovery-image] Feb 28 22:34:57.252 INFO O| Feb 28 22:34:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
80462025-02-28T22:34:58.697Z[ recovery-image] Feb 28 22:34:57.252 INFO O| Feb 28 22:34:57.252 INFO STEP 1109 (remove_files) COMPLETE
80472025-02-28T22:34:58.700Z[ recovery-image] Feb 28 22:34:57.253 INFO O| Feb 28 22:34:57.252 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-28T22:34:58.718Z[ recovery-image] Feb 28 22:34:57.273 INFO O| Feb 28 22:34:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
80492025-02-28T22:34:58.739Z[ recovery-image] Feb 28 22:34:57.295 INFO O| Feb 28 22:34:57.295 INFO STEP 1110 (remove_files) COMPLETE
80502025-02-28T22:34:58.739Z[ recovery-image] Feb 28 22:34:57.295 INFO O| Feb 28 22:34:57.295 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-28T22:34:58.827Z[ recovery-image] Feb 28 22:34:57.383 INFO O| Feb 28 22:34:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
80522025-02-28T22:34:58.827Z[ recovery-image] Feb 28 22:34:57.383 INFO O| Feb 28 22:34:57.383 INFO STEP 1111 (remove_files) COMPLETE
80532025-02-28T22:34:58.827Z[ recovery-image] Feb 28 22:34:57.383 INFO O| Feb 28 22:34:57.383 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-28T22:34:58.891Z[ recovery-image] Feb 28 22:34:57.446 INFO O| Feb 28 22:34:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
80552025-02-28T22:34:58.891Z[ recovery-image] Feb 28 22:34:57.446 INFO O| Feb 28 22:34:57.446 INFO STEP 1112 (remove_files) COMPLETE
80562025-02-28T22:34:58.891Z[ recovery-image] Feb 28 22:34:57.446 INFO O| Feb 28 22:34:57.446 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-28T22:34:58.956Z[ recovery-image] Feb 28 22:34:57.509 INFO O| Feb 28 22:34:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
80582025-02-28T22:34:58.956Z[ recovery-image] Feb 28 22:34:57.510 INFO O| Feb 28 22:34:57.510 INFO STEP 1113 (remove_files) COMPLETE
80592025-02-28T22:34:58.957Z[ recovery-image] Feb 28 22:34:57.510 INFO O| Feb 28 22:34:57.510 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-28T22:34:58.979Z[ recovery-image] Feb 28 22:34:57.534 INFO O| Feb 28 22:34:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
80612025-02-28T22:34:58.980Z[ recovery-image] Feb 28 22:34:57.534 INFO O| Feb 28 22:34:57.534 INFO STEP 1114 (remove_files) COMPLETE
80622025-02-28T22:34:58.980Z[ recovery-image] Feb 28 22:34:57.534 INFO O| Feb 28 22:34:57.534 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-28T22:34:59.002Z[ recovery-image] Feb 28 22:34:57.557 INFO O| Feb 28 22:34:57.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
80642025-02-28T22:34:59.002Z[ recovery-image] Feb 28 22:34:57.557 INFO O| Feb 28 22:34:57.557 INFO STEP 1115 (remove_files) COMPLETE
80652025-02-28T22:34:59.002Z[ recovery-image] Feb 28 22:34:57.557 INFO O| Feb 28 22:34:57.557 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-28T22:34:59.029Z[ recovery-image] Feb 28 22:34:57.584 INFO O| Feb 28 22:34:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
80672025-02-28T22:34:59.029Z[ recovery-image] Feb 28 22:34:57.585 INFO O| Feb 28 22:34:57.585 INFO STEP 1116 (remove_files) COMPLETE
80682025-02-28T22:34:59.029Z[ recovery-image] Feb 28 22:34:57.585 INFO O| Feb 28 22:34:57.585 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-28T22:34:59.074Z[ recovery-image] Feb 28 22:34:57.630 INFO O| Feb 28 22:34:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80702025-02-28T22:34:59.078Z[ recovery-image] Feb 28 22:34:57.630 INFO O| Feb 28 22:34:57.630 INFO STEP 1117 (remove_files) COMPLETE
80712025-02-28T22:34:59.078Z[ recovery-image] Feb 28 22:34:57.630 INFO O| Feb 28 22:34:57.630 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-28T22:34:59.135Z[ recovery-image] Feb 28 22:34:57.690 INFO O| Feb 28 22:34:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80732025-02-28T22:34:59.135Z[ recovery-image] Feb 28 22:34:57.691 INFO O| Feb 28 22:34:57.690 INFO STEP 1118 (remove_files) COMPLETE
80742025-02-28T22:34:59.135Z[ recovery-image] Feb 28 22:34:57.691 INFO O| Feb 28 22:34:57.691 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-28T22:34:59.156Z[ recovery-image] Feb 28 22:34:57.712 INFO O| Feb 28 22:34:57.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80762025-02-28T22:34:59.156Z[ recovery-image] Feb 28 22:34:57.712 INFO O| Feb 28 22:34:57.712 INFO STEP 1119 (remove_files) COMPLETE
80772025-02-28T22:34:59.157Z[ recovery-image] Feb 28 22:34:57.712 INFO O| Feb 28 22:34:57.712 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-28T22:34:59.176Z[ recovery-image] Feb 28 22:34:57.732 INFO O| Feb 28 22:34:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80792025-02-28T22:34:59.176Z[ recovery-image] Feb 28 22:34:57.732 INFO O| Feb 28 22:34:57.732 INFO STEP 1120 (remove_files) COMPLETE
80802025-02-28T22:34:59.180Z[ recovery-image] Feb 28 22:34:57.732 INFO O| Feb 28 22:34:57.732 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-28T22:34:59.197Z[ recovery-image] Feb 28 22:34:57.752 INFO O| Feb 28 22:34:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80822025-02-28T22:34:59.197Z[ recovery-image] Feb 28 22:34:57.752 INFO O| Feb 28 22:34:57.752 INFO STEP 1121 (remove_files) COMPLETE
80832025-02-28T22:34:59.197Z[ recovery-image] Feb 28 22:34:57.752 INFO O| Feb 28 22:34:57.752 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-28T22:34:59.217Z[ recovery-image] Feb 28 22:34:57.773 INFO O| Feb 28 22:34:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80852025-02-28T22:34:59.217Z[ recovery-image] Feb 28 22:34:57.773 INFO O| Feb 28 22:34:57.773 INFO STEP 1122 (remove_files) COMPLETE
80862025-02-28T22:34:59.220Z[ recovery-image] Feb 28 22:34:57.773 INFO O| Feb 28 22:34:57.773 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-28T22:34:59.239Z[ recovery-image] Feb 28 22:34:57.794 INFO O| Feb 28 22:34:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80882025-02-28T22:34:59.239Z[ recovery-image] Feb 28 22:34:57.794 INFO O| Feb 28 22:34:57.794 INFO STEP 1123 (remove_files) COMPLETE
80892025-02-28T22:34:59.242Z[ recovery-image] Feb 28 22:34:57.795 INFO O| Feb 28 22:34:57.794 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-28T22:34:59.270Z[ recovery-image] Feb 28 22:34:57.825 INFO O| Feb 28 22:34:57.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80912025-02-28T22:34:59.270Z[ recovery-image] Feb 28 22:34:57.825 INFO O| Feb 28 22:34:57.825 INFO STEP 1124 (remove_files) COMPLETE
80922025-02-28T22:34:59.270Z[ recovery-image] Feb 28 22:34:57.825 INFO O| Feb 28 22:34:57.825 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-28T22:34:59.326Z[ recovery-image] Feb 28 22:34:57.881 INFO O| Feb 28 22:34:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80942025-02-28T22:34:59.326Z[ recovery-image] Feb 28 22:34:57.881 INFO O| Feb 28 22:34:57.881 INFO STEP 1125 (remove_files) COMPLETE
80952025-02-28T22:34:59.326Z[ recovery-image] Feb 28 22:34:57.881 INFO O| Feb 28 22:34:57.881 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-28T22:34:59.350Z[ recovery-image] Feb 28 22:34:57.905 INFO O| Feb 28 22:34:57.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80972025-02-28T22:34:59.350Z[ recovery-image] Feb 28 22:34:57.905 INFO O| Feb 28 22:34:57.905 INFO STEP 1126 (remove_files) COMPLETE
80982025-02-28T22:34:59.350Z[ recovery-image] Feb 28 22:34:57.905 INFO O| Feb 28 22:34:57.905 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-28T22:34:59.375Z[ recovery-image] Feb 28 22:34:57.929 INFO O| Feb 28 22:34:57.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
81002025-02-28T22:34:59.375Z[ recovery-image] Feb 28 22:34:57.930 INFO O| Feb 28 22:34:57.929 INFO STEP 1127 (remove_files) COMPLETE
81012025-02-28T22:34:59.375Z[ recovery-image] Feb 28 22:34:57.930 INFO O| Feb 28 22:34:57.930 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-28T22:34:59.400Z[ recovery-image] Feb 28 22:34:57.954 INFO O| Feb 28 22:34:57.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
81032025-02-28T22:34:59.400Z[ recovery-image] Feb 28 22:34:57.954 INFO O| Feb 28 22:34:57.954 INFO STEP 1128 (remove_files) COMPLETE
81042025-02-28T22:34:59.400Z[ recovery-image] Feb 28 22:34:57.954 INFO O| Feb 28 22:34:57.954 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-28T22:34:59.422Z[ recovery-image] Feb 28 22:34:57.977 INFO O| Feb 28 22:34:57.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
81062025-02-28T22:34:59.422Z[ recovery-image] Feb 28 22:34:57.977 INFO O| Feb 28 22:34:57.977 INFO STEP 1129 (remove_files) COMPLETE
81072025-02-28T22:34:59.422Z[ recovery-image] Feb 28 22:34:57.977 INFO O| Feb 28 22:34:57.977 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-28T22:34:59.445Z[ recovery-image] Feb 28 22:34:58.000 INFO O| Feb 28 22:34:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
81092025-02-28T22:34:59.445Z[ recovery-image] Feb 28 22:34:58.001 INFO O| Feb 28 22:34:58.001 INFO STEP 1130 (remove_files) COMPLETE
81102025-02-28T22:34:59.445Z[ recovery-image] Feb 28 22:34:58.001 INFO O| Feb 28 22:34:58.001 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-28T22:34:59.480Z[ recovery-image] Feb 28 22:34:58.035 INFO O| Feb 28 22:34:58.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
81122025-02-28T22:34:59.480Z[ recovery-image] Feb 28 22:34:58.035 INFO O| Feb 28 22:34:58.035 INFO STEP 1131 (remove_files) COMPLETE
81132025-02-28T22:34:59.480Z[ recovery-image] Feb 28 22:34:58.035 INFO O| Feb 28 22:34:58.035 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-28T22:34:59.534Z[ recovery-image] Feb 28 22:34:58.090 INFO O| Feb 28 22:34:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
81152025-02-28T22:34:59.538Z[ recovery-image] Feb 28 22:34:58.090 INFO O| Feb 28 22:34:58.090 INFO STEP 1132 (remove_files) COMPLETE
81162025-02-28T22:34:59.538Z[ recovery-image] Feb 28 22:34:58.090 INFO O| Feb 28 22:34:58.090 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-02-28T22:34:59.562Z[ recovery-image] Feb 28 22:34:58.117 INFO O| Feb 28 22:34:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
81182025-02-28T22:34:59.562Z[ recovery-image] Feb 28 22:34:58.117 INFO O| Feb 28 22:34:58.117 INFO STEP 1133 (remove_files) COMPLETE
81192025-02-28T22:34:59.562Z[ recovery-image] Feb 28 22:34:58.117 INFO O| Feb 28 22:34:58.117 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-02-28T22:34:59.584Z[ recovery-image] Feb 28 22:34:58.139 INFO O| Feb 28 22:34:58.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
81212025-02-28T22:34:59.587Z[ recovery-image] Feb 28 22:34:58.140 INFO O| Feb 28 22:34:58.139 INFO STEP 1134 (remove_files) COMPLETE
81222025-02-28T22:34:59.587Z[ recovery-image] Feb 28 22:34:58.140 INFO O| Feb 28 22:34:58.139 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-02-28T22:34:59.629Z[ recovery-image] Feb 28 22:34:58.185 INFO O| Feb 28 22:34:58.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
81242025-02-28T22:34:59.630Z[ recovery-image] Feb 28 22:34:58.185 INFO O| Feb 28 22:34:58.185 INFO STEP 1135 (remove_files) COMPLETE
81252025-02-28T22:34:59.630Z[ recovery-image] Feb 28 22:34:58.185 INFO O| Feb 28 22:34:58.185 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-02-28T22:34:59.671Z[ recovery-image] Feb 28 22:34:58.224 INFO O| Feb 28 22:34:58.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
81272025-02-28T22:34:59.671Z[ recovery-image] Feb 28 22:34:58.224 INFO O| Feb 28 22:34:58.224 INFO STEP 1136 (remove_files) COMPLETE
81282025-02-28T22:34:59.671Z[ recovery-image] Feb 28 22:34:58.224 INFO O| Feb 28 22:34:58.224 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-02-28T22:34:59.691Z[ recovery-image] Feb 28 22:34:58.246 INFO O| Feb 28 22:34:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
81302025-02-28T22:34:59.691Z[ recovery-image] Feb 28 22:34:58.247 INFO O| Feb 28 22:34:58.247 INFO STEP 1137 (remove_files) COMPLETE
81312025-02-28T22:34:59.694Z[ recovery-image] Feb 28 22:34:58.247 INFO O| Feb 28 22:34:58.247 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-02-28T22:34:59.714Z[ recovery-image] Feb 28 22:34:58.269 INFO O| Feb 28 22:34:58.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
81332025-02-28T22:34:59.714Z[ recovery-image] Feb 28 22:34:58.270 INFO O| Feb 28 22:34:58.270 INFO STEP 1138 (remove_files) COMPLETE
81342025-02-28T22:34:59.714Z[ recovery-image] Feb 28 22:34:58.270 INFO O| Feb 28 22:34:58.270 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-02-28T22:34:59.739Z[ recovery-image] Feb 28 22:34:58.294 INFO O| Feb 28 22:34:58.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
81362025-02-28T22:34:59.739Z[ recovery-image] Feb 28 22:34:58.294 INFO O| Feb 28 22:34:58.294 INFO STEP 1139 (remove_files) COMPLETE
81372025-02-28T22:34:59.739Z[ recovery-image] Feb 28 22:34:58.294 INFO O| Feb 28 22:34:58.294 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-02-28T22:34:59.774Z[ recovery-image] Feb 28 22:34:58.329 INFO O| Feb 28 22:34:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
81392025-02-28T22:34:59.774Z[ recovery-image] Feb 28 22:34:58.329 INFO O| Feb 28 22:34:58.329 INFO STEP 1140 (remove_files) COMPLETE
81402025-02-28T22:34:59.774Z[ recovery-image] Feb 28 22:34:58.329 INFO O| Feb 28 22:34:58.329 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-02-28T22:34:59.808Z[ recovery-image] Feb 28 22:34:58.364 INFO O| Feb 28 22:34:58.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
81422025-02-28T22:34:59.808Z[ recovery-image] Feb 28 22:34:58.364 INFO O| Feb 28 22:34:58.364 INFO STEP 1141 (remove_files) COMPLETE
81432025-02-28T22:34:59.810Z[ recovery-image] Feb 28 22:34:58.364 INFO O| Feb 28 22:34:58.364 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-02-28T22:34:59.830Z[ recovery-image] Feb 28 22:34:58.386 INFO O| Feb 28 22:34:58.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
81452025-02-28T22:34:59.830Z[ recovery-image] Feb 28 22:34:58.386 INFO O| Feb 28 22:34:58.386 INFO STEP 1142 (remove_files) COMPLETE
81462025-02-28T22:34:59.830Z[ recovery-image] Feb 28 22:34:58.386 INFO O| Feb 28 22:34:58.386 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-02-28T22:34:59.852Z[ recovery-image] Feb 28 22:34:58.408 INFO O| Feb 28 22:34:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
81482025-02-28T22:34:59.855Z[ recovery-image] Feb 28 22:34:58.408 INFO O| Feb 28 22:34:58.408 INFO STEP 1143 (remove_files) COMPLETE
81492025-02-28T22:34:59.856Z[ recovery-image] Feb 28 22:34:58.408 INFO O| Feb 28 22:34:58.408 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-02-28T22:34:59.874Z[ recovery-image] Feb 28 22:34:58.430 INFO O| Feb 28 22:34:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
81512025-02-28T22:34:59.874Z[ recovery-image] Feb 28 22:34:58.430 INFO O| Feb 28 22:34:58.430 INFO STEP 1144 (remove_files) COMPLETE
81522025-02-28T22:34:59.874Z[ recovery-image] Feb 28 22:34:58.430 INFO O| Feb 28 22:34:58.430 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-02-28T22:34:59.898Z[ recovery-image] Feb 28 22:34:58.453 INFO O| Feb 28 22:34:58.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
81542025-02-28T22:34:59.898Z[ recovery-image] Feb 28 22:34:58.453 INFO O| Feb 28 22:34:58.453 INFO STEP 1145 (remove_files) COMPLETE
81552025-02-28T22:34:59.898Z[ recovery-image] Feb 28 22:34:58.453 INFO O| Feb 28 22:34:58.453 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-02-28T22:34:59.923Z[ recovery-image] Feb 28 22:34:58.477 INFO O| Feb 28 22:34:58.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
81572025-02-28T22:34:59.923Z[ recovery-image] Feb 28 22:34:58.477 INFO O| Feb 28 22:34:58.477 INFO STEP 1146 (remove_files) COMPLETE
81582025-02-28T22:34:59.923Z[ recovery-image] Feb 28 22:34:58.477 INFO O| Feb 28 22:34:58.477 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-02-28T22:34:59.945Z[ recovery-image] Feb 28 22:34:58.500 INFO O| Feb 28 22:34:58.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
81602025-02-28T22:34:59.945Z[ recovery-image] Feb 28 22:34:58.500 INFO O| Feb 28 22:34:58.500 INFO STEP 1147 (remove_files) COMPLETE
81612025-02-28T22:34:59.945Z[ recovery-image] Feb 28 22:34:58.500 INFO O| Feb 28 22:34:58.500 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-02-28T22:34:59.972Z[ recovery-image] Feb 28 22:34:58.526 INFO O| Feb 28 22:34:58.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
81632025-02-28T22:34:59.972Z[ recovery-image] Feb 28 22:34:58.526 INFO O| Feb 28 22:34:58.526 INFO STEP 1148 (remove_files) COMPLETE
81642025-02-28T22:34:59.972Z[ recovery-image] Feb 28 22:34:58.526 INFO O| Feb 28 22:34:58.526 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-02-28T22:34:59.999Z[ recovery-image] Feb 28 22:34:58.554 INFO O| Feb 28 22:34:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
81662025-02-28T22:34:59.999Z[ recovery-image] Feb 28 22:34:58.554 INFO O| Feb 28 22:34:58.554 INFO STEP 1149 (remove_files) COMPLETE
81672025-02-28T22:34:59.999Z[ recovery-image] Feb 28 22:34:58.554 INFO O| Feb 28 22:34:58.554 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-02-28T22:35:00.022Z[ recovery-image] Feb 28 22:34:58.578 INFO O| Feb 28 22:34:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81692025-02-28T22:35:00.022Z[ recovery-image] Feb 28 22:34:58.578 INFO O| Feb 28 22:34:58.578 INFO STEP 1150 (remove_files) COMPLETE
81702025-02-28T22:35:00.022Z[ recovery-image] Feb 28 22:34:58.578 INFO O| Feb 28 22:34:58.578 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-02-28T22:35:00.026Z[ host-image] Feb 28 22:34:58.580 INFO O| Feb 28 22:34:58.580 INFO O| Download: 997/1140 items 3.4/8.4MB 40% complete (711k/s)
81722025-02-28T22:35:00.047Z[ recovery-image] Feb 28 22:34:58.603 INFO O| Feb 28 22:34:58.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81732025-02-28T22:35:00.047Z[ recovery-image] Feb 28 22:34:58.603 INFO O| Feb 28 22:34:58.603 INFO STEP 1151 (remove_files) COMPLETE
81742025-02-28T22:35:00.049Z[ recovery-image] Feb 28 22:34:58.603 INFO O| Feb 28 22:34:58.603 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-02-28T22:35:00.085Z[ recovery-image] Feb 28 22:34:58.640 INFO O| Feb 28 22:34:58.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81762025-02-28T22:35:00.088Z[ recovery-image] Feb 28 22:34:58.640 INFO O| Feb 28 22:34:58.640 INFO STEP 1152 (remove_files) COMPLETE
81772025-02-28T22:35:00.088Z[ recovery-image] Feb 28 22:34:58.640 INFO O| Feb 28 22:34:58.640 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-02-28T22:35:00.129Z[ recovery-image] Feb 28 22:34:58.684 INFO O| Feb 28 22:34:58.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81792025-02-28T22:35:00.129Z[ recovery-image] Feb 28 22:34:58.684 INFO O| Feb 28 22:34:58.684 INFO STEP 1153 (remove_files) COMPLETE
81802025-02-28T22:35:00.132Z[ recovery-image] Feb 28 22:34:58.684 INFO O| Feb 28 22:34:58.684 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-02-28T22:35:00.151Z[ recovery-image] Feb 28 22:34:58.706 INFO O| Feb 28 22:34:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81822025-02-28T22:35:00.151Z[ recovery-image] Feb 28 22:34:58.706 INFO O| Feb 28 22:34:58.706 INFO STEP 1154 (remove_files) COMPLETE
81832025-02-28T22:35:00.151Z[ recovery-image] Feb 28 22:34:58.706 INFO O| Feb 28 22:34:58.706 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-02-28T22:35:00.173Z[ recovery-image] Feb 28 22:34:58.729 INFO O| Feb 28 22:34:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81852025-02-28T22:35:00.173Z[ recovery-image] Feb 28 22:34:58.729 INFO O| Feb 28 22:34:58.729 INFO STEP 1155 (remove_files) COMPLETE
81862025-02-28T22:35:00.177Z[ recovery-image] Feb 28 22:34:58.729 INFO O| Feb 28 22:34:58.729 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-02-28T22:35:00.198Z[ recovery-image] Feb 28 22:34:58.753 INFO O| Feb 28 22:34:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81882025-02-28T22:35:00.201Z[ recovery-image] Feb 28 22:34:58.753 INFO O| Feb 28 22:34:58.753 INFO STEP 1156 (remove_files) COMPLETE
81892025-02-28T22:35:00.201Z[ recovery-image] Feb 28 22:34:58.753 INFO O| Feb 28 22:34:58.753 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-02-28T22:35:00.221Z[ recovery-image] Feb 28 22:34:58.776 INFO O| Feb 28 22:34:58.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81912025-02-28T22:35:00.221Z[ recovery-image] Feb 28 22:34:58.777 INFO O| Feb 28 22:34:58.777 INFO STEP 1157 (remove_files) COMPLETE
81922025-02-28T22:35:00.221Z[ recovery-image] Feb 28 22:34:58.777 INFO O| Feb 28 22:34:58.777 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-02-28T22:35:00.246Z[ recovery-image] Feb 28 22:34:58.801 INFO O| Feb 28 22:34:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81942025-02-28T22:35:00.247Z[ recovery-image] Feb 28 22:34:58.801 INFO O| Feb 28 22:34:58.801 INFO STEP 1158 (remove_files) COMPLETE
81952025-02-28T22:35:00.247Z[ recovery-image] Feb 28 22:34:58.801 INFO O| Feb 28 22:34:58.801 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-02-28T22:35:00.272Z[ recovery-image] Feb 28 22:34:58.827 INFO O| Feb 28 22:34:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81972025-02-28T22:35:00.284Z[ recovery-image] Feb 28 22:34:58.839 INFO O| Feb 28 22:34:58.839 INFO STEP 1159 (remove_files) COMPLETE
81982025-02-28T22:35:00.284Z[ recovery-image] Feb 28 22:34:58.839 INFO O| Feb 28 22:34:58.839 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-02-28T22:35:00.315Z[ recovery-image] Feb 28 22:34:58.869 INFO O| Feb 28 22:34:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
82002025-02-28T22:35:00.316Z[ recovery-image] Feb 28 22:34:58.869 INFO O| Feb 28 22:34:58.869 INFO STEP 1160 (remove_files) COMPLETE
82012025-02-28T22:35:00.319Z[ recovery-image] Feb 28 22:34:58.869 INFO O| Feb 28 22:34:58.869 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-02-28T22:35:00.358Z[ recovery-image] Feb 28 22:34:58.913 INFO O| Feb 28 22:34:58.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
82032025-02-28T22:35:00.361Z[ recovery-image] Feb 28 22:34:58.914 INFO O| Feb 28 22:34:58.913 INFO STEP 1161 (remove_files) COMPLETE
82042025-02-28T22:35:00.361Z[ recovery-image] Feb 28 22:34:58.914 INFO O| Feb 28 22:34:58.914 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-02-28T22:35:00.382Z[ recovery-image] Feb 28 22:34:58.937 INFO O| Feb 28 22:34:58.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
82062025-02-28T22:35:00.382Z[ recovery-image] Feb 28 22:34:58.937 INFO O| Feb 28 22:34:58.937 INFO STEP 1162 (remove_files) COMPLETE
82072025-02-28T22:35:00.382Z[ recovery-image] Feb 28 22:34:58.937 INFO O| Feb 28 22:34:58.937 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-02-28T22:35:00.405Z[ recovery-image] Feb 28 22:34:58.960 INFO O| Feb 28 22:34:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
82092025-02-28T22:35:00.405Z[ recovery-image] Feb 28 22:34:58.960 INFO O| Feb 28 22:34:58.960 INFO STEP 1163 (remove_files) COMPLETE
82102025-02-28T22:35:00.405Z[ recovery-image] Feb 28 22:34:58.960 INFO O| Feb 28 22:34:58.960 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-02-28T22:35:00.428Z[ recovery-image] Feb 28 22:34:58.984 INFO O| Feb 28 22:34:58.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
82122025-02-28T22:35:00.428Z[ recovery-image] Feb 28 22:34:58.984 INFO O| Feb 28 22:34:58.984 INFO STEP 1164 (remove_files) COMPLETE
82132025-02-28T22:35:00.428Z[ recovery-image] Feb 28 22:34:58.984 INFO O| Feb 28 22:34:58.984 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-02-28T22:35:00.457Z[ recovery-image] Feb 28 22:34:59.012 INFO O| Feb 28 22:34:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
82152025-02-28T22:35:00.460Z[ recovery-image] Feb 28 22:34:59.012 INFO O| Feb 28 22:34:59.012 INFO STEP 1165 (remove_files) COMPLETE
82162025-02-28T22:35:00.460Z[ recovery-image] Feb 28 22:34:59.012 INFO O| Feb 28 22:34:59.012 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
82172025-02-28T22:35:00.500Z[ recovery-image] Feb 28 22:34:59.055 INFO O| Feb 28 22:34:59.055 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
82182025-02-28T22:35:00.503Z[ recovery-image] Feb 28 22:34:59.055 INFO O| Feb 28 22:34:59.055 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
82192025-02-28T22:35:01.250Z[ host-image] Feb 28 22:34:59.805 INFO O| Feb 28 22:34:59.804 INFO O| Download: Completed 8.42 MB in 6.24 seconds (1.4M/s)
82202025-02-28T22:35:01.685Z[ host-image] Feb 28 22:35:00.240 INFO O| Feb 28 22:35:00.240 INFO O| Actions: 1/1361 actions (Installing new actions)
82212025-02-28T22:35:02.339Z[ recovery-image] Feb 28 22:35:00.894 INFO O| Feb 28 22:35:00.894 INFO STEP 1166 (pack_tar) COMPLETE
82222025-02-28T22:35:02.339Z[ recovery-image] Feb 28 22:35:00.894 INFO O| Feb 28 22:35:00.894 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
82232025-02-28T22:35:02.342Z[ recovery-image] Feb 28 22:35:00.894 INFO O| Feb 28 22:35:00.894 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
82242025-02-28T22:35:02.396Z[ host-image] Feb 28 22:35:00.951 INFO O| Feb 28 22:35:00.951 INFO O| Actions: Completed 1361 actions in 0.79 seconds.
82252025-02-28T22:35:02.682Z[ recovery-image] Feb 28 22:35:01.237 INFO O| Feb 28 22:35:01.237 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
82262025-02-28T22:35:02.865Z[ recovery-image] Feb 28 22:35:01.419 INFO O| Feb 28 22:35:01.419 INFO completed processing gimlet/ramdisk-03-recovery-trim
82272025-02-28T22:35:02.874Z[ recovery-image] Feb 28 22:35:01.430 INFO image builder template: zfs-recovery...
82282025-02-28T22:35:02.875Z[ recovery-image] Feb 28 22:35:01.430 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None
82292025-02-28T22:35:02.944Z[ recovery-image] Feb 28 22:35:01.498 INFO O| Feb 28 22:35:01.498 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82302025-02-28T22:35:02.974Z[ recovery-image] Feb 28 22:35:01.529 INFO O| Feb 28 22:35:01.529 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82312025-02-28T22:35:03.142Z[ recovery-image] Feb 28 22:35:01.696 INFO O| Feb 28 22:35:01.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
82322025-02-28T22:35:03.160Z[ host-image] Feb 28 22:35:01.715 INFO O| Feb 28 22:35:01.715 INFO O| Done
82332025-02-28T22:35:03.162Z[ host-image] Feb 28 22:35:01.715 INFO O| Feb 28 22:35:01.715 INFO O| Done
82342025-02-28T22:35:03.296Z[ recovery-image] Feb 28 22:35:01.851 INFO O| Feb 28 22:35:01.851 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82352025-02-28T22:35:03.299Z[ recovery-image] Feb 28 22:35:01.851 INFO O| Feb 28 22:35:01.851 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
82362025-02-28T22:35:03.306Z[ recovery-image] Feb 28 22:35:01.860 INFO O| Feb 28 22:35:01.860 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82372025-02-28T22:35:03.491Z[ recovery-image] Feb 28 22:35:02.045 INFO O| Feb 28 22:35:02.045 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
82382025-02-28T22:35:03.597Z[ recovery-image] Feb 28 22:35:02.151 INFO O| Feb 28 22:35:02.151 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
82392025-02-28T22:35:03.615Z[ recovery-image] Feb 28 22:35:02.170 INFO O| Feb 28 22:35:02.170 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
82402025-02-28T22:35:03.624Z[ recovery-image] Feb 28 22:35:02.179 INFO O| Feb 28 22:35:02.179 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
82412025-02-28T22:35:03.634Z[ recovery-image] Feb 28 22:35:02.189 INFO O| Feb 28 22:35:02.188 INFO no lofi found
82422025-02-28T22:35:03.634Z[ recovery-image] Feb 28 22:35:02.189 INFO O| Feb 28 22:35:02.189 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
82432025-02-28T22:35:03.637Z[ recovery-image] Feb 28 22:35:02.189 INFO O| Feb 28 22:35:02.189 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
82442025-02-28T22:35:04.820Z[ host-image] Feb 28 22:35:03.374 INFO O| Feb 28 22:35:03.374 INFO O| Done
82452025-02-28T22:35:06.458Z[ recovery-image] Feb 28 22:35:05.012 INFO O| Feb 28 22:35:05.012 INFO lofi device = /dev/dsk/c2t1d0p0
82462025-02-28T22:35:06.458Z[ recovery-image] Feb 28 22:35:05.012 INFO O| Feb 28 22:35:05.012 INFO pool device = /dev/dsk/c2t1d0p0
82472025-02-28T22:35:06.461Z[ recovery-image] Feb 28 22:35:05.012 INFO O| Feb 28 22:35:05.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82482025-02-28T22:35:06.692Z[ recovery-image] Feb 28 22:35:05.246 INFO O| Feb 28 22:35:05.245 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82492025-02-28T22:35:06.692Z[ recovery-image] Feb 28 22:35:05.246 INFO O| Feb 28 22:35:05.246 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
82502025-02-28T22:35:06.743Z[ recovery-image] Feb 28 22:35:05.297 INFO O| Feb 28 22:35:05.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
82512025-02-28T22:35:07.075Z[ recovery-image] Feb 28 22:35:05.629 INFO O| Feb 28 22:35:05.629 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
82522025-02-28T22:35:07.154Z[ recovery-image] Feb 28 22:35:05.708 INFO O| Feb 28 22:35:05.708 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
82532025-02-28T22:35:07.183Z[ recovery-image] Feb 28 22:35:05.737 INFO O| Feb 28 22:35:05.737 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
82542025-02-28T22:35:07.206Z[ recovery-image] Feb 28 22:35:05.760 INFO O| Feb 28 22:35:05.760 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82552025-02-28T22:35:07.327Z[ recovery-image] Feb 28 22:35:05.881 INFO O| Feb 28 22:35:05.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82562025-02-28T22:35:07.331Z[ recovery-image] Feb 28 22:35:05.881 INFO O| Feb 28 22:35:05.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82572025-02-28T22:35:07.331Z[ recovery-image] Feb 28 22:35:05.881 INFO O| Feb 28 22:35:05.881 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82582025-02-28T22:35:07.350Z[ recovery-image] Feb 28 22:35:05.904 INFO O| Feb 28 22:35:05.904 INFO boot environment UUID: a0651764-cf5b-4e25-88c1-e4dea998b01a
82592025-02-28T22:35:07.350Z[ recovery-image] Feb 28 22:35:05.904 INFO O| Feb 28 22:35:05.904 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a0651764-cf5b-4e25-88c1-e4dea998b01a
82602025-02-28T22:35:07.392Z[ recovery-image] Feb 28 22:35:05.945 INFO O| Feb 28 22:35:05.945 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82612025-02-28T22:35:07.490Z[ recovery-image] Feb 28 22:35:06.044 INFO O| Feb 28 22:35:06.044 INFO STEP 0 (create_be) COMPLETE
82622025-02-28T22:35:07.490Z[ recovery-image] Feb 28 22:35:06.044 INFO O| Feb 28 22:35:06.044 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82632025-02-28T22:35:07.537Z[ recovery-image] Feb 28 22:35:06.091 INFO O| Feb 28 22:35:06.091 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82642025-02-28T22:35:07.757Z[ host-image] Feb 28 22:35:06.311 INFO O| Feb 28 22:35:06.311 INFO O| Done
82652025-02-28T22:35:07.853Z[ host-image] Feb 28 22:35:06.407 INFO O| Feb 28 22:35:06.406 INFO O| Done
82662025-02-28T22:35:07.856Z[ host-image] Feb 28 22:35:06.408 INFO O| Feb 28 22:35:06.408 INFO O| Done
82672025-02-28T22:35:08.012Z[ host-image] Feb 28 22:35:06.566 INFO O| Feb 28 22:35:06.565 INFO O| Done
82682025-02-28T22:35:08.339Z[ host-image] Feb 28 22:35:06.893 INFO O| Feb 28 22:35:06.893 INFO STEP 13 (pkg_install) COMPLETE
82692025-02-28T22:35:08.339Z[ host-image] Feb 28 22:35:06.893 INFO O| Feb 28 22:35:06.893 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82702025-02-28T22:35:08.359Z[ host-image] Feb 28 22:35:06.912 INFO O| Feb 28 22:35:06.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
82712025-02-28T22:35:11.497Z[ host-image] Feb 28 22:35:10.050 INFO O| Feb 28 22:35:10.050 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82722025-02-28T22:35:13.301Z[ recovery-image] Feb 28 22:35:11.854 INFO O| Feb 28 22:35:11.854 INFO STEP 1 (unpack_tar) COMPLETE
82732025-02-28T22:35:13.301Z[ recovery-image] Feb 28 22:35:11.854 INFO O| Feb 28 22:35:11.854 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82742025-02-28T22:35:13.324Z[ recovery-image] Feb 28 22:35:11.876 INFO O| Feb 28 22:35:11.876 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82752025-02-28T22:35:14.150Z[ recovery-image] Feb 28 22:35:12.703 INFO O| Feb 28 22:35:12.703 INFO STEP 2 (devfsadm) COMPLETE
82762025-02-28T22:35:14.150Z[ recovery-image] Feb 28 22:35:12.703 INFO O| Feb 28 22:35:12.703 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82772025-02-28T22:35:14.171Z[ recovery-image] Feb 28 22:35:12.724 INFO O| Feb 28 22:35:12.724 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82782025-02-28T22:35:14.171Z[ recovery-image] Feb 28 22:35:12.724 INFO O| Feb 28 22:35:12.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82792025-02-28T22:35:14.171Z[ recovery-image] Feb 28 22:35:12.724 INFO O| Feb 28 22:35:12.724 INFO STEP 3 (ensure_dir) COMPLETE
82802025-02-28T22:35:14.176Z[ recovery-image] Feb 28 22:35:12.724 INFO O| Feb 28 22:35:12.724 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82812025-02-28T22:35:14.192Z[ recovery-image] Feb 28 22:35:12.745 INFO O| Feb 28 22:35:12.745 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82822025-02-28T22:35:14.192Z[ recovery-image] Feb 28 22:35:12.745 INFO O| Feb 28 22:35:12.745 INFO STEP 4 (ensure_dir) COMPLETE
82832025-02-28T22:35:14.195Z[ recovery-image] Feb 28 22:35:12.745 INFO O| Feb 28 22:35:12.745 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82842025-02-28T22:35:14.226Z[ recovery-image] Feb 28 22:35:12.779 INFO O| Feb 28 22:35:12.779 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82852025-02-28T22:35:14.226Z[ recovery-image] Feb 28 22:35:12.779 INFO O| Feb 28 22:35:12.779 INFO STEP 5 (ensure_dir) COMPLETE
82862025-02-28T22:35:14.229Z[ recovery-image] Feb 28 22:35:12.779 INFO O| Feb 28 22:35:12.779 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82872025-02-28T22:35:14.248Z[ recovery-image] Feb 28 22:35:12.801 INFO O| Feb 28 22:35:12.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82882025-02-28T22:35:14.249Z[ recovery-image] Feb 28 22:35:12.801 INFO O| Feb 28 22:35:12.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82892025-02-28T22:35:14.249Z[ recovery-image] Feb 28 22:35:12.801 INFO O| Feb 28 22:35:12.801 INFO STEP 6 (ensure_dir) COMPLETE
82902025-02-28T22:35:14.249Z[ recovery-image] Feb 28 22:35:12.801 INFO O| Feb 28 22:35:12.801 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82912025-02-28T22:35:14.270Z[ recovery-image] Feb 28 22:35:12.823 INFO O| Feb 28 22:35:12.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82922025-02-28T22:35:14.270Z[ recovery-image] Feb 28 22:35:12.823 INFO O| Feb 28 22:35:12.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82932025-02-28T22:35:14.273Z[ recovery-image] Feb 28 22:35:12.823 INFO O| Feb 28 22:35:12.823 INFO STEP 7 (ensure_dir) COMPLETE
82942025-02-28T22:35:14.274Z[ recovery-image] Feb 28 22:35:12.823 INFO O| Feb 28 22:35:12.823 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82952025-02-28T22:35:14.291Z[ recovery-image] Feb 28 22:35:12.844 INFO O| Feb 28 22:35:12.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82962025-02-28T22:35:14.294Z[ recovery-image] Feb 28 22:35:12.844 INFO O| Feb 28 22:35:12.844 INFO STEP 8 (remove_files) COMPLETE
82972025-02-28T22:35:14.294Z[ recovery-image] Feb 28 22:35:12.844 INFO O| Feb 28 22:35:12.844 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82982025-02-28T22:35:14.318Z[ recovery-image] Feb 28 22:35:12.871 INFO O| Feb 28 22:35:12.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82992025-02-28T22:35:14.323Z[ recovery-image] Feb 28 22:35:12.872 INFO O| Feb 28 22:35:12.872 INFO STEP 9 (remove_files) COMPLETE
83002025-02-28T22:35:14.323Z[ recovery-image] Feb 28 22:35:12.872 INFO O| Feb 28 22:35:12.872 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83012025-02-28T22:35:14.340Z[ recovery-image] Feb 28 22:35:12.893 INFO O| Feb 28 22:35:12.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
83022025-02-28T22:35:14.343Z[ recovery-image] Feb 28 22:35:12.894 INFO O| Feb 28 22:35:12.894 INFO STEP 10 (remove_files) COMPLETE
83032025-02-28T22:35:14.343Z[ recovery-image] Feb 28 22:35:12.894 INFO O| Feb 28 22:35:12.894 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83042025-02-28T22:35:14.362Z[ recovery-image] Feb 28 22:35:12.914 INFO O| Feb 28 22:35:12.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
83052025-02-28T22:35:14.362Z[ recovery-image] Feb 28 22:35:12.915 INFO O| Feb 28 22:35:12.915 INFO STEP 11 (remove_files) COMPLETE
83062025-02-28T22:35:14.362Z[ recovery-image] Feb 28 22:35:12.915 INFO O| Feb 28 22:35:12.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83072025-02-28T22:35:14.393Z[ recovery-image] Feb 28 22:35:12.946 INFO O| Feb 28 22:35:12.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
83082025-02-28T22:35:14.394Z[ recovery-image] Feb 28 22:35:12.946 INFO O| Feb 28 22:35:12.946 INFO STEP 12 (remove_files) COMPLETE
83092025-02-28T22:35:14.394Z[ recovery-image] Feb 28 22:35:12.946 INFO O| Feb 28 22:35:12.946 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83102025-02-28T22:35:14.416Z[ recovery-image] Feb 28 22:35:12.969 INFO O| Feb 28 22:35:12.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
83112025-02-28T22:35:14.416Z[ recovery-image] Feb 28 22:35:12.969 INFO O| Feb 28 22:35:12.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
83122025-02-28T22:35:14.419Z[ recovery-image] Feb 28 22:35:12.969 INFO O| Feb 28 22:35:12.969 INFO STEP 13 (ensure_dir) COMPLETE
83132025-02-28T22:35:14.419Z[ recovery-image] Feb 28 22:35:12.969 INFO O| Feb 28 22:35:12.969 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83142025-02-28T22:35:14.559Z[ recovery-image] Feb 28 22:35:13.111 INFO O| Feb 28 22:35:13.111 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
83152025-02-28T22:35:14.559Z[ recovery-image] Feb 28 22:35:13.111 INFO O| Feb 28 22:35:13.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
83162025-02-28T22:35:14.563Z[ recovery-image] Feb 28 22:35:13.111 INFO O| Feb 28 22:35:13.111 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
83172025-02-28T22:35:14.563Z[ recovery-image] Feb 28 22:35:13.112 INFO O| Feb 28 22:35:13.112 INFO STEP 14 (ensure_dir) COMPLETE
83182025-02-28T22:35:14.563Z[ recovery-image] Feb 28 22:35:13.112 INFO O| Feb 28 22:35:13.112 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192025-02-28T22:35:14.593Z[ recovery-image] Feb 28 22:35:13.146 INFO O| Feb 28 22:35:13.146 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
83202025-02-28T22:35:14.593Z[ recovery-image] Feb 28 22:35:13.146 INFO O| Feb 28 22:35:13.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
83212025-02-28T22:35:14.593Z[ recovery-image] Feb 28 22:35:13.146 INFO O| Feb 28 22:35:13.146 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
83222025-02-28T22:35:14.596Z[ recovery-image] Feb 28 22:35:13.146 INFO O| Feb 28 22:35:13.146 INFO STEP 15 (ensure_dir) COMPLETE
83232025-02-28T22:35:14.596Z[ recovery-image] Feb 28 22:35:13.146 INFO O| Feb 28 22:35:13.146 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83242025-02-28T22:35:14.632Z[ recovery-image] Feb 28 22:35:13.185 INFO O| Feb 28 22:35:13.185 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
83252025-02-28T22:35:14.632Z[ recovery-image] Feb 28 22:35:13.185 INFO O| Feb 28 22:35:13.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
83262025-02-28T22:35:14.632Z[ recovery-image] Feb 28 22:35:13.185 INFO O| Feb 28 22:35:13.185 INFO STEP 16 (ensure_dir) COMPLETE
83272025-02-28T22:35:14.635Z[ recovery-image] Feb 28 22:35:13.185 INFO O| Feb 28 22:35:13.185 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83282025-02-28T22:35:14.674Z[ recovery-image] Feb 28 22:35:13.227 INFO O| Feb 28 22:35:13.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
83292025-02-28T22:35:14.674Z[ recovery-image] Feb 28 22:35:13.227 INFO O| Feb 28 22:35:13.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
83302025-02-28T22:35:14.674Z[ recovery-image] Feb 28 22:35:13.227 INFO O| Feb 28 22:35:13.227 INFO STEP 17 (ensure_dir) COMPLETE
83312025-02-28T22:35:14.678Z[ recovery-image] Feb 28 22:35:13.227 INFO O| Feb 28 22:35:13.227 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83322025-02-28T22:35:14.696Z[ recovery-image] Feb 28 22:35:13.249 INFO O| Feb 28 22:35:13.249 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83332025-02-28T22:35:14.696Z[ recovery-image] Feb 28 22:35:13.249 INFO O| Feb 28 22:35:13.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
83342025-02-28T22:35:14.699Z[ recovery-image] Feb 28 22:35:13.249 INFO O| Feb 28 22:35:13.249 INFO ok!
83352025-02-28T22:35:14.699Z[ recovery-image] Feb 28 22:35:13.249 INFO O| Feb 28 22:35:13.249 INFO STEP 18 (ensure_symlink) COMPLETE
83362025-02-28T22:35:14.699Z[ recovery-image] Feb 28 22:35:13.249 INFO O| Feb 28 22:35:13.249 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83372025-02-28T22:35:14.718Z[ recovery-image] Feb 28 22:35:13.271 INFO O| Feb 28 22:35:13.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
83382025-02-28T22:35:14.718Z[ recovery-image] Feb 28 22:35:13.271 INFO O| Feb 28 22:35:13.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
83392025-02-28T22:35:14.722Z[ recovery-image] Feb 28 22:35:13.271 INFO O| Feb 28 22:35:13.271 INFO ok!
83402025-02-28T22:35:14.722Z[ recovery-image] Feb 28 22:35:13.271 INFO O| Feb 28 22:35:13.271 INFO STEP 19 (ensure_file) COMPLETE
83412025-02-28T22:35:14.722Z[ recovery-image] Feb 28 22:35:13.271 INFO O| Feb 28 22:35:13.271 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83422025-02-28T22:35:14.740Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83432025-02-28T22:35:14.740Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83442025-02-28T22:35:14.744Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
83452025-02-28T22:35:14.744Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO ok!
83462025-02-28T22:35:14.744Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO STEP 20 (ensure_symlink) COMPLETE
83472025-02-28T22:35:14.744Z[ recovery-image] Feb 28 22:35:13.293 INFO O| Feb 28 22:35:13.293 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83482025-02-28T22:35:14.778Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83492025-02-28T22:35:14.779Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83502025-02-28T22:35:14.782Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83512025-02-28T22:35:14.782Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO ok!
83522025-02-28T22:35:14.782Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO STEP 21 (ensure_symlink) COMPLETE
83532025-02-28T22:35:14.782Z[ recovery-image] Feb 28 22:35:13.331 INFO O| Feb 28 22:35:13.331 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83542025-02-28T22:35:14.800Z[ recovery-image] Feb 28 22:35:13.353 INFO O| Feb 28 22:35:13.353 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83552025-02-28T22:35:14.800Z[ recovery-image] Feb 28 22:35:13.353 INFO O| Feb 28 22:35:13.353 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83562025-02-28T22:35:14.804Z[ recovery-image] Feb 28 22:35:13.354 INFO O| Feb 28 22:35:13.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
83572025-02-28T22:35:14.804Z[ recovery-image] Feb 28 22:35:13.354 INFO O| Feb 28 22:35:13.354 INFO ok!
83582025-02-28T22:35:14.804Z[ recovery-image] Feb 28 22:35:13.354 INFO O| Feb 28 22:35:13.354 INFO STEP 22 (ensure_symlink) COMPLETE
83592025-02-28T22:35:14.804Z[ recovery-image] Feb 28 22:35:13.354 INFO O| Feb 28 22:35:13.354 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83602025-02-28T22:35:14.864Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83612025-02-28T22:35:14.864Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83622025-02-28T22:35:14.864Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
83632025-02-28T22:35:14.864Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO ok!
83642025-02-28T22:35:14.867Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO STEP 23 (ensure_symlink) COMPLETE
83652025-02-28T22:35:14.867Z[ recovery-image] Feb 28 22:35:13.416 INFO O| Feb 28 22:35:13.416 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83662025-02-28T22:35:14.883Z[ recovery-image] Feb 28 22:35:13.436 INFO O| Feb 28 22:35:13.436 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83672025-02-28T22:35:14.884Z[ recovery-image] Feb 28 22:35:13.437 INFO O| Feb 28 22:35:13.437 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
83682025-02-28T22:35:14.887Z[ recovery-image] Feb 28 22:35:13.437 INFO O| Feb 28 22:35:13.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
83692025-02-28T22:35:14.887Z[ recovery-image] Feb 28 22:35:13.437 INFO O| Feb 28 22:35:13.437 INFO ok!
83702025-02-28T22:35:14.887Z[ recovery-image] Feb 28 22:35:13.437 INFO O| Feb 28 22:35:13.437 INFO STEP 24 (ensure_file) COMPLETE
83712025-02-28T22:35:14.887Z[ recovery-image] Feb 28 22:35:13.437 INFO O| Feb 28 22:35:13.437 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83722025-02-28T22:35:14.906Z[ recovery-image] Feb 28 22:35:13.459 INFO O| Feb 28 22:35:13.459 INFO updating shadow file
83732025-02-28T22:35:14.909Z[ recovery-image] Feb 28 22:35:13.460 INFO O| Feb 28 22:35:13.460 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83742025-02-28T22:35:14.909Z[ recovery-image] Feb 28 22:35:13.460 INFO O| Feb 28 22:35:13.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83752025-02-28T22:35:14.909Z[ recovery-image] Feb 28 22:35:13.460 INFO O| Feb 28 22:35:13.460 INFO STEP 25 (shadow) COMPLETE
83762025-02-28T22:35:14.909Z[ recovery-image] Feb 28 22:35:13.460 INFO O| Feb 28 22:35:13.460 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83772025-02-28T22:35:14.929Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.481 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83782025-02-28T22:35:14.929Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.482 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83792025-02-28T22:35:14.929Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83802025-02-28T22:35:14.932Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.482 INFO ok!
83812025-02-28T22:35:14.932Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.482 INFO STEP 26 (ensure_file) COMPLETE
83822025-02-28T22:35:14.932Z[ recovery-image] Feb 28 22:35:13.482 INFO O| Feb 28 22:35:13.482 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83832025-02-28T22:35:14.951Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.504 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83842025-02-28T22:35:14.952Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.505 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83852025-02-28T22:35:14.952Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83862025-02-28T22:35:14.955Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.505 INFO ok!
83872025-02-28T22:35:14.955Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.505 INFO STEP 27 (ensure_file) COMPLETE
83882025-02-28T22:35:14.955Z[ recovery-image] Feb 28 22:35:13.505 INFO O| Feb 28 22:35:13.505 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83892025-02-28T22:35:14.997Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83902025-02-28T22:35:14.998Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83912025-02-28T22:35:15.002Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83922025-02-28T22:35:15.002Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83932025-02-28T22:35:15.002Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO ok!
83942025-02-28T22:35:15.002Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO STEP 28 (ensure_file) COMPLETE
83952025-02-28T22:35:15.002Z[ recovery-image] Feb 28 22:35:13.550 INFO O| Feb 28 22:35:13.550 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83962025-02-28T22:35:15.029Z[ recovery-image] Feb 28 22:35:13.581 INFO O| Feb 28 22:35:13.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83972025-02-28T22:35:15.029Z[ recovery-image] Feb 28 22:35:13.581 INFO O| Feb 28 22:35:13.581 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83982025-02-28T22:35:15.032Z[ recovery-image] Feb 28 22:35:13.582 INFO O| Feb 28 22:35:13.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83992025-02-28T22:35:15.032Z[ recovery-image] Feb 28 22:35:13.582 INFO O| Feb 28 22:35:13.582 INFO ok!
84002025-02-28T22:35:15.032Z[ recovery-image] Feb 28 22:35:13.582 INFO O| Feb 28 22:35:13.582 INFO STEP 29 (ensure_file) COMPLETE
84012025-02-28T22:35:15.032Z[ recovery-image] Feb 28 22:35:13.582 INFO O| Feb 28 22:35:13.582 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84022025-02-28T22:35:15.051Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
84032025-02-28T22:35:15.051Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
84042025-02-28T22:35:15.054Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
84052025-02-28T22:35:15.054Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO ok!
84062025-02-28T22:35:15.054Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO STEP 30 (ensure_file) COMPLETE
84072025-02-28T22:35:15.054Z[ recovery-image] Feb 28 22:35:13.604 INFO O| Feb 28 22:35:13.604 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84082025-02-28T22:35:15.093Z[ recovery-image] Feb 28 22:35:13.646 INFO O| Feb 28 22:35:13.646 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84092025-02-28T22:35:15.096Z[ recovery-image] Feb 28 22:35:13.646 INFO O| Feb 28 22:35:13.646 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
84102025-02-28T22:35:15.097Z[ recovery-image] Feb 28 22:35:13.647 INFO O| Feb 28 22:35:13.646 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
84112025-02-28T22:35:15.097Z[ recovery-image] Feb 28 22:35:13.647 INFO O| Feb 28 22:35:13.647 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
84122025-02-28T22:35:15.097Z[ recovery-image] Feb 28 22:35:13.647 INFO O| Feb 28 22:35:13.647 INFO ok!
84132025-02-28T22:35:15.097Z[ recovery-image] Feb 28 22:35:13.647 INFO O| Feb 28 22:35:13.647 INFO STEP 31 (ensure_file) COMPLETE
84142025-02-28T22:35:15.097Z[ recovery-image] Feb 28 22:35:13.647 INFO O| Feb 28 22:35:13.647 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84152025-02-28T22:35:15.140Z[ recovery-image] Feb 28 22:35:13.693 INFO O| Feb 28 22:35:13.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84162025-02-28T22:35:15.143Z[ recovery-image] Feb 28 22:35:13.693 INFO O| Feb 28 22:35:13.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
84172025-02-28T22:35:15.143Z[ recovery-image] Feb 28 22:35:13.693 INFO O| Feb 28 22:35:13.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
84182025-02-28T22:35:15.143Z[ recovery-image] Feb 28 22:35:13.693 INFO O| Feb 28 22:35:13.693 INFO ok!
84192025-02-28T22:35:15.143Z[ recovery-image] Feb 28 22:35:13.693 INFO O| Feb 28 22:35:13.693 INFO STEP 32 (ensure_file) COMPLETE
84202025-02-28T22:35:15.143Z[ recovery-image] Feb 28 22:35:13.694 INFO O| Feb 28 22:35:13.694 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84212025-02-28T22:35:15.184Z[ recovery-image] Feb 28 22:35:13.737 INFO O| Feb 28 22:35:13.737 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84222025-02-28T22:35:15.187Z[ recovery-image] Feb 28 22:35:13.737 INFO O| Feb 28 22:35:13.737 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
84232025-02-28T22:35:15.187Z[ recovery-image] Feb 28 22:35:13.737 INFO O| Feb 28 22:35:13.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
84242025-02-28T22:35:15.187Z[ recovery-image] Feb 28 22:35:13.737 INFO O| Feb 28 22:35:13.737 INFO ok!
84252025-02-28T22:35:15.187Z[ recovery-image] Feb 28 22:35:13.738 INFO O| Feb 28 22:35:13.737 INFO STEP 33 (ensure_file) COMPLETE
84262025-02-28T22:35:15.187Z[ recovery-image] Feb 28 22:35:13.738 INFO O| Feb 28 22:35:13.738 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84272025-02-28T22:35:15.208Z[ recovery-image] Feb 28 22:35:13.761 INFO O| Feb 28 22:35:13.760 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
84282025-02-28T22:35:15.208Z[ recovery-image] Feb 28 22:35:13.761 INFO O| Feb 28 22:35:13.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
84292025-02-28T22:35:15.228Z[ recovery-image] Feb 28 22:35:13.781 INFO O| Feb 28 22:35:13.781 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84302025-02-28T22:35:15.231Z[ recovery-image] Feb 28 22:35:13.781 INFO O| Feb 28 22:35:13.781 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84312025-02-28T22:35:15.232Z[ recovery-image] Feb 28 22:35:13.781 INFO O| Feb 28 22:35:13.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84322025-02-28T22:35:15.232Z[ recovery-image] Feb 28 22:35:13.781 INFO O| Feb 28 22:35:13.781 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84332025-02-28T22:35:15.232Z[ recovery-image] Feb 28 22:35:13.781 INFO O| Feb 28 22:35:13.781 INFO ok!
84342025-02-28T22:35:15.232Z[ recovery-image] Feb 28 22:35:13.782 INFO O| Feb 28 22:35:13.781 INFO STEP 34 (ensure_file) COMPLETE
84352025-02-28T22:35:15.232Z[ recovery-image] Feb 28 22:35:13.782 INFO O| Feb 28 22:35:13.782 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84362025-02-28T22:35:15.253Z[ recovery-image] Feb 28 22:35:13.805 INFO O| Feb 28 22:35:13.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84372025-02-28T22:35:15.256Z[ recovery-image] Feb 28 22:35:13.806 INFO O| Feb 28 22:35:13.806 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84382025-02-28T22:35:15.256Z[ recovery-image] Feb 28 22:35:13.806 INFO O| Feb 28 22:35:13.806 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84392025-02-28T22:35:15.256Z[ recovery-image] Feb 28 22:35:13.806 INFO O| Feb 28 22:35:13.806 INFO STEP 35 (ensure_dir) COMPLETE
84402025-02-28T22:35:15.256Z[ recovery-image] Feb 28 22:35:13.806 INFO O| Feb 28 22:35:13.806 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84412025-02-28T22:35:15.296Z[ recovery-image] Feb 28 22:35:13.849 INFO O| Feb 28 22:35:13.849 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
84422025-02-28T22:35:15.296Z[ recovery-image] Feb 28 22:35:13.849 INFO O| Feb 28 22:35:13.849 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
84432025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.849 INFO O| Feb 28 22:35:13.849 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
84442025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.849 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
84452025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
84462025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.850 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
84472025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.850 INFO ok!
84482025-02-28T22:35:15.301Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.850 INFO STEP 36 (ensure_file) COMPLETE
84492025-02-28T22:35:15.302Z[ recovery-image] Feb 28 22:35:13.850 INFO O| Feb 28 22:35:13.850 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84502025-02-28T22:35:15.332Z[ recovery-image] Feb 28 22:35:13.884 INFO O| Feb 28 22:35:13.884 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84512025-02-28T22:35:15.332Z[ recovery-image] Feb 28 22:35:13.884 INFO O| Feb 28 22:35:13.884 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
84522025-02-28T22:35:15.335Z[ recovery-image] Feb 28 22:35:13.885 INFO O| Feb 28 22:35:13.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84532025-02-28T22:35:15.335Z[ recovery-image] Feb 28 22:35:13.885 INFO O| Feb 28 22:35:13.885 INFO ok!
84542025-02-28T22:35:15.335Z[ recovery-image] Feb 28 22:35:13.885 INFO O| Feb 28 22:35:13.885 INFO STEP 37 (ensure_symlink) COMPLETE
84552025-02-28T22:35:15.335Z[ recovery-image] Feb 28 22:35:13.885 INFO O| Feb 28 22:35:13.885 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84562025-02-28T22:35:15.385Z[ recovery-image] Feb 28 22:35:13.938 INFO O| Feb 28 22:35:13.938 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84572025-02-28T22:35:15.385Z[ recovery-image] Feb 28 22:35:13.938 INFO O| Feb 28 22:35:13.938 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
84582025-02-28T22:35:15.409Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84592025-02-28T22:35:15.409Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84602025-02-28T22:35:15.409Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84612025-02-28T22:35:15.409Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84622025-02-28T22:35:15.409Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO ok!
84632025-02-28T22:35:15.412Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO STEP 38 (ensure_file) COMPLETE
84642025-02-28T22:35:15.413Z[ recovery-image] Feb 28 22:35:13.962 INFO O| Feb 28 22:35:13.962 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84652025-02-28T22:35:15.441Z[ recovery-image] Feb 28 22:35:13.994 INFO O| Feb 28 22:35:13.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84662025-02-28T22:35:15.442Z[ recovery-image] Feb 28 22:35:13.994 INFO O| Feb 28 22:35:13.994 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
84672025-02-28T22:35:15.465Z[ recovery-image] Feb 28 22:35:14.018 INFO O| Feb 28 22:35:14.018 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84682025-02-28T22:35:15.465Z[ recovery-image] Feb 28 22:35:14.018 INFO O| Feb 28 22:35:14.018 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84692025-02-28T22:35:15.468Z[ recovery-image] Feb 28 22:35:14.018 INFO O| Feb 28 22:35:14.018 INFO ok!
84702025-02-28T22:35:15.468Z[ recovery-image] Feb 28 22:35:14.018 INFO O| Feb 28 22:35:14.018 INFO STEP 39 (ensure_file) COMPLETE
84712025-02-28T22:35:15.468Z[ recovery-image] Feb 28 22:35:14.018 INFO O| Feb 28 22:35:14.018 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84722025-02-28T22:35:15.497Z[ recovery-image] Feb 28 22:35:14.050 INFO O| Feb 28 22:35:14.049 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84732025-02-28T22:35:15.500Z[ recovery-image] Feb 28 22:35:14.050 INFO O| Feb 28 22:35:14.049 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84742025-02-28T22:35:15.562Z[ recovery-image] Feb 28 22:35:14.115 INFO O| Feb 28 22:35:14.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84752025-02-28T22:35:15.562Z[ recovery-image] Feb 28 22:35:14.115 INFO O| Feb 28 22:35:14.115 INFO ok!
84762025-02-28T22:35:15.565Z[ recovery-image] Feb 28 22:35:14.115 INFO O| Feb 28 22:35:14.115 INFO STEP 40 (ensure_file) COMPLETE
84772025-02-28T22:35:15.567Z[ recovery-image] Feb 28 22:35:14.115 INFO O| Feb 28 22:35:14.115 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84782025-02-28T22:35:15.589Z[ recovery-image] Feb 28 22:35:14.142 INFO O| Feb 28 22:35:14.142 INFO updating shadow file
84792025-02-28T22:35:15.592Z[ recovery-image] Feb 28 22:35:14.142 INFO O| Feb 28 22:35:14.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84802025-02-28T22:35:15.592Z[ recovery-image] Feb 28 22:35:14.142 INFO O| Feb 28 22:35:14.142 INFO STEP 41 (shadow) COMPLETE
84812025-02-28T22:35:15.592Z[ recovery-image] Feb 28 22:35:14.142 INFO O| Feb 28 22:35:14.142 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84822025-02-28T22:35:15.617Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.169 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84832025-02-28T22:35:15.617Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84842025-02-28T22:35:15.622Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84852025-02-28T22:35:15.622Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84862025-02-28T22:35:15.622Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO ok!
84872025-02-28T22:35:15.622Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO STEP 42 (ensure_file) COMPLETE
84882025-02-28T22:35:15.622Z[ recovery-image] Feb 28 22:35:14.170 INFO O| Feb 28 22:35:14.170 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84892025-02-28T22:35:15.682Z[ recovery-image] Feb 28 22:35:14.235 INFO O| Feb 28 22:35:14.235 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84902025-02-28T22:35:15.682Z[ recovery-image] Feb 28 22:35:14.235 INFO O| Feb 28 22:35:14.235 INFO STEP 43 (ensure_dir) COMPLETE
84912025-02-28T22:35:15.686Z[ recovery-image] Feb 28 22:35:14.235 INFO O| Feb 28 22:35:14.235 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84922025-02-28T22:35:15.706Z[ recovery-image] Feb 28 22:35:14.259 INFO O| Feb 28 22:35:14.259 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84932025-02-28T22:35:15.706Z[ recovery-image] Feb 28 22:35:14.259 INFO O| Feb 28 22:35:14.259 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84942025-02-28T22:35:15.710Z[ recovery-image] Feb 28 22:35:14.259 INFO O| Feb 28 22:35:14.259 INFO STEP 44 (ensure_dir) COMPLETE
84952025-02-28T22:35:15.710Z[ recovery-image] Feb 28 22:35:14.259 INFO O| Feb 28 22:35:14.259 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84962025-02-28T22:35:15.737Z[ recovery-image] Feb 28 22:35:14.290 INFO O| Feb 28 22:35:14.289 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84972025-02-28T22:35:15.740Z[ recovery-image] Feb 28 22:35:14.290 INFO O| Feb 28 22:35:14.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84982025-02-28T22:35:15.740Z[ recovery-image] Feb 28 22:35:14.290 INFO O| Feb 28 22:35:14.290 INFO STEP 45 (ensure_dir) COMPLETE
84992025-02-28T22:35:15.740Z[ recovery-image] Feb 28 22:35:14.290 INFO O| Feb 28 22:35:14.290 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85002025-02-28T22:35:15.838Z[ recovery-image] Feb 28 22:35:14.391 INFO O| Feb 28 22:35:14.391 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85012025-02-28T22:35:15.838Z[ recovery-image] Feb 28 22:35:14.391 INFO O| Feb 28 22:35:14.391 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
85022025-02-28T22:35:15.901Z[ recovery-image] Feb 28 22:35:14.454 INFO O| Feb 28 22:35:14.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
85032025-02-28T22:35:15.901Z[ recovery-image] Feb 28 22:35:14.454 INFO O| Feb 28 22:35:14.454 INFO ok!
85042025-02-28T22:35:15.905Z[ recovery-image] Feb 28 22:35:14.454 INFO O| Feb 28 22:35:14.454 INFO STEP 46 (ensure_file) COMPLETE
85052025-02-28T22:35:15.906Z[ recovery-image] Feb 28 22:35:14.454 INFO O| Feb 28 22:35:14.454 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85062025-02-28T22:35:15.925Z[ recovery-image] Feb 28 22:35:14.478 INFO O| Feb 28 22:35:14.478 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
85072025-02-28T22:35:15.925Z[ recovery-image] Feb 28 22:35:14.478 INFO O| Feb 28 22:35:14.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
85082025-02-28T22:35:15.925Z[ recovery-image] Feb 28 22:35:14.478 INFO O| Feb 28 22:35:14.478 INFO STEP 47 (ensure_dir) COMPLETE
85092025-02-28T22:35:15.925Z[ recovery-image] Feb 28 22:35:14.478 INFO O| Feb 28 22:35:14.478 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85102025-02-28T22:35:15.948Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85112025-02-28T22:35:15.949Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85122025-02-28T22:35:15.949Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
85132025-02-28T22:35:15.953Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO ok!
85142025-02-28T22:35:15.953Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO STEP 48 (ensure_file) COMPLETE
85152025-02-28T22:35:15.953Z[ recovery-image] Feb 28 22:35:14.500 INFO O| Feb 28 22:35:14.500 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162025-02-28T22:35:16.030Z[ recovery-image] Feb 28 22:35:14.583 INFO O| Feb 28 22:35:14.582 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
85172025-02-28T22:35:16.030Z[ recovery-image] Feb 28 22:35:14.583 INFO O| Feb 28 22:35:14.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
85182025-02-28T22:35:16.030Z[ recovery-image] Feb 28 22:35:14.583 INFO O| Feb 28 22:35:14.583 INFO STEP 49 (ensure_dir) COMPLETE
85192025-02-28T22:35:16.033Z[ recovery-image] Feb 28 22:35:14.583 INFO O| Feb 28 22:35:14.583 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202025-02-28T22:35:16.051Z[ recovery-image] Feb 28 22:35:14.604 INFO O| Feb 28 22:35:14.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85212025-02-28T22:35:16.051Z[ recovery-image] Feb 28 22:35:14.604 INFO O| Feb 28 22:35:14.604 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85222025-02-28T22:35:16.886Z[ host-image] Feb 28 22:35:15.438 INFO O| Feb 28 22:35:15.438 INFO O| Planning: Solver setup ... Done
85232025-02-28T22:35:16.894Z[ host-image] Feb 28 22:35:15.447 INFO O| Feb 28 22:35:15.447 INFO O| Planning: Running solver ... Done
85242025-02-28T22:35:17.116Z[ host-image] Feb 28 22:35:15.668 INFO O| Feb 28 22:35:15.668 INFO O| Planning: Finding local manifests ... Done
85252025-02-28T22:35:17.119Z[ host-image] Feb 28 22:35:15.669 INFO O| Feb 28 22:35:15.669 INFO O| Planning: Fetching manifests: 0/1 0% complete
85262025-02-28T22:35:17.410Z[ host-image] Feb 28 22:35:15.962 INFO O| Feb 28 22:35:15.962 INFO O| Planning: Fetching manifests: 1/1 100% complete
85272025-02-28T22:35:17.445Z[ host-image] Feb 28 22:35:15.998 INFO O| Feb 28 22:35:15.998 INFO O| Planning: Package planning ... Done
85282025-02-28T22:35:17.448Z[ host-image] Feb 28 22:35:15.998 INFO O| Feb 28 22:35:15.998 INFO O| Planning: Merging actions ... Done
85292025-02-28T22:35:17.597Z[ host-image] Feb 28 22:35:16.150 INFO O| Feb 28 22:35:16.149 INFO O| Planning: Checking for conflicting actions ... Done
85302025-02-28T22:35:17.601Z[ host-image] Feb 28 22:35:16.150 INFO O| Feb 28 22:35:16.150 INFO O| Planning: Consolidating action changes ... Done
85312025-02-28T22:35:18.062Z[ recovery-image] Feb 28 22:35:16.614 INFO O| Feb 28 22:35:16.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85322025-02-28T22:35:18.062Z[ recovery-image] Feb 28 22:35:16.614 INFO O| Feb 28 22:35:16.614 INFO ok!
85332025-02-28T22:35:18.062Z[ recovery-image] Feb 28 22:35:16.614 INFO O| Feb 28 22:35:16.614 INFO STEP 50 (ensure_file) COMPLETE
85342025-02-28T22:35:18.065Z[ recovery-image] Feb 28 22:35:16.614 INFO O| Feb 28 22:35:16.614 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85352025-02-28T22:35:18.065Z[ host-image] Feb 28 22:35:16.615 INFO O| Feb 28 22:35:16.615 INFO O| Planning: Evaluating mediators ... Done
85362025-02-28T22:35:18.065Z[ host-image] Feb 28 22:35:16.616 INFO O| Feb 28 22:35:16.616 INFO O| Planning: Planning completed in 6.56 seconds
85372025-02-28T22:35:18.070Z[ host-image] Feb 28 22:35:16.618 INFO O| Feb 28 22:35:16.618 INFO O| Packages to install: 1
85382025-02-28T22:35:18.082Z[ recovery-image] Feb 28 22:35:16.635 INFO O| Feb 28 22:35:16.635 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85392025-02-28T22:35:18.082Z[ recovery-image] Feb 28 22:35:16.635 INFO O| Feb 28 22:35:16.635 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85402025-02-28T22:35:18.086Z[ host-image] Feb 28 22:35:16.637 INFO O| Feb 28 22:35:16.637 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
85412025-02-28T22:35:18.134Z[ recovery-image] Feb 28 22:35:16.687 INFO O| Feb 28 22:35:16.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85422025-02-28T22:35:18.135Z[ recovery-image] Feb 28 22:35:16.687 INFO O| Feb 28 22:35:16.687 INFO ok!
85432025-02-28T22:35:18.139Z[ recovery-image] Feb 28 22:35:16.687 INFO O| Feb 28 22:35:16.687 INFO STEP 51 (ensure_file) COMPLETE
85442025-02-28T22:35:18.139Z[ recovery-image] Feb 28 22:35:16.687 INFO O| Feb 28 22:35:16.687 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85452025-02-28T22:35:18.176Z[ recovery-image] Feb 28 22:35:16.729 INFO O| Feb 28 22:35:16.729 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85462025-02-28T22:35:18.177Z[ recovery-image] Feb 28 22:35:16.729 INFO O| Feb 28 22:35:16.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85472025-02-28T22:35:18.177Z[ recovery-image] Feb 28 22:35:16.729 INFO O| Feb 28 22:35:16.729 INFO STEP 52 (ensure_dir) COMPLETE
85482025-02-28T22:35:18.180Z[ recovery-image] Feb 28 22:35:16.729 INFO O| Feb 28 22:35:16.729 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85492025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85502025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
85512025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
85522025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO ok!
85532025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO STEP 53 (ensure_file) COMPLETE
85542025-02-28T22:35:18.216Z[ recovery-image] Feb 28 22:35:16.768 INFO O| Feb 28 22:35:16.768 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85552025-02-28T22:35:18.237Z[ recovery-image] Feb 28 22:35:16.789 INFO O| Feb 28 22:35:16.789 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85562025-02-28T22:35:18.237Z[ recovery-image] Feb 28 22:35:16.790 INFO O| Feb 28 22:35:16.789 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
85572025-02-28T22:35:18.240Z[ recovery-image] Feb 28 22:35:16.790 INFO O| Feb 28 22:35:16.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
85582025-02-28T22:35:18.240Z[ recovery-image] Feb 28 22:35:16.790 INFO O| Feb 28 22:35:16.790 INFO ok!
85592025-02-28T22:35:18.240Z[ recovery-image] Feb 28 22:35:16.790 INFO O| Feb 28 22:35:16.790 INFO STEP 54 (ensure_file) COMPLETE
85602025-02-28T22:35:18.240Z[ recovery-image] Feb 28 22:35:16.790 INFO O| Feb 28 22:35:16.790 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85612025-02-28T22:35:18.259Z[ recovery-image] Feb 28 22:35:16.812 INFO O| Feb 28 22:35:16.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85622025-02-28T22:35:18.259Z[ recovery-image] Feb 28 22:35:16.812 INFO O| Feb 28 22:35:16.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85632025-02-28T22:35:18.263Z[ recovery-image] Feb 28 22:35:16.812 INFO O| Feb 28 22:35:16.812 INFO STEP 55 (ensure_dir) COMPLETE
85642025-02-28T22:35:18.263Z[ recovery-image] Feb 28 22:35:16.812 INFO O| Feb 28 22:35:16.812 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85652025-02-28T22:35:18.303Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85662025-02-28T22:35:18.303Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.856 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
85672025-02-28T22:35:18.303Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85682025-02-28T22:35:18.304Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.856 INFO ok!
85692025-02-28T22:35:18.311Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.856 INFO STEP 56 (ensure_file) COMPLETE
85702025-02-28T22:35:18.311Z[ recovery-image] Feb 28 22:35:16.856 INFO O| Feb 28 22:35:16.856 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85712025-02-28T22:35:18.326Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85722025-02-28T22:35:18.326Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
85732025-02-28T22:35:18.326Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
85742025-02-28T22:35:18.326Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO ok!
85752025-02-28T22:35:18.326Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO STEP 57 (ensure_file) COMPLETE
85762025-02-28T22:35:18.330Z[ recovery-image] Feb 28 22:35:16.878 INFO O| Feb 28 22:35:16.878 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85772025-02-28T22:35:18.347Z[ recovery-image] Feb 28 22:35:16.899 INFO O| Feb 28 22:35:16.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85782025-02-28T22:35:18.348Z[ recovery-image] Feb 28 22:35:16.899 INFO O| Feb 28 22:35:16.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85792025-02-28T22:35:18.348Z[ recovery-image] Feb 28 22:35:16.899 INFO O| Feb 28 22:35:16.899 INFO STEP 58 (ensure_dir) COMPLETE
85802025-02-28T22:35:18.352Z[ recovery-image] Feb 28 22:35:16.899 INFO O| Feb 28 22:35:16.899 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812025-02-28T22:35:18.369Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85822025-02-28T22:35:18.369Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
85832025-02-28T22:35:18.369Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85842025-02-28T22:35:18.369Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO ok!
85852025-02-28T22:35:18.373Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO STEP 59 (ensure_file) COMPLETE
85862025-02-28T22:35:18.373Z[ recovery-image] Feb 28 22:35:16.921 INFO O| Feb 28 22:35:16.921 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85872025-02-28T22:35:18.391Z[ recovery-image] Feb 28 22:35:16.943 INFO O| Feb 28 22:35:16.943 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85882025-02-28T22:35:18.391Z[ recovery-image] Feb 28 22:35:16.943 INFO O| Feb 28 22:35:16.943 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85892025-02-28T22:35:18.391Z[ recovery-image] Feb 28 22:35:16.943 INFO O| Feb 28 22:35:16.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85902025-02-28T22:35:18.394Z[ recovery-image] Feb 28 22:35:16.943 INFO O| Feb 28 22:35:16.943 INFO ok!
85912025-02-28T22:35:18.395Z[ recovery-image] Feb 28 22:35:16.943 INFO O| Feb 28 22:35:16.943 INFO STEP 60 (ensure_file) COMPLETE
85922025-02-28T22:35:18.395Z[ recovery-image] Feb 28 22:35:16.944 INFO O| Feb 28 22:35:16.943 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85932025-02-28T22:35:18.414Z[ recovery-image] Feb 28 22:35:16.966 INFO O| Feb 28 22:35:16.966 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85942025-02-28T22:35:18.414Z[ recovery-image] Feb 28 22:35:16.966 INFO O| Feb 28 22:35:16.966 INFO STEP 61 (ensure_dir) COMPLETE
85952025-02-28T22:35:18.417Z[ recovery-image] Feb 28 22:35:16.966 INFO O| Feb 28 22:35:16.966 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962025-02-28T22:35:18.435Z[ recovery-image] Feb 28 22:35:16.987 INFO O| Feb 28 22:35:16.987 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85972025-02-28T22:35:18.435Z[ recovery-image] Feb 28 22:35:16.987 INFO O| Feb 28 22:35:16.987 INFO STEP 62 (ensure_dir) COMPLETE
85982025-02-28T22:35:18.439Z[ recovery-image] Feb 28 22:35:16.987 INFO O| Feb 28 22:35:16.987 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85992025-02-28T22:35:18.458Z[ recovery-image] Feb 28 22:35:17.011 INFO O| Feb 28 22:35:17.011 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
86002025-02-28T22:35:18.458Z[ recovery-image] Feb 28 22:35:17.011 INFO O| Feb 28 22:35:17.011 INFO STEP 63 (ensure_dir) COMPLETE
86012025-02-28T22:35:18.462Z[ recovery-image] Feb 28 22:35:17.011 INFO O| Feb 28 22:35:17.011 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86022025-02-28T22:35:18.480Z[ recovery-image] Feb 28 22:35:17.033 INFO O| Feb 28 22:35:17.033 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
86032025-02-28T22:35:18.484Z[ recovery-image] Feb 28 22:35:17.033 INFO O| Feb 28 22:35:17.033 INFO STEP 64 (ensure_dir) COMPLETE
86042025-02-28T22:35:18.484Z[ recovery-image] Feb 28 22:35:17.033 INFO O| Feb 28 22:35:17.033 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86052025-02-28T22:35:18.502Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86062025-02-28T22:35:18.502Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.054 INFO copying /tmp/.tmpM2JRTw/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86072025-02-28T22:35:18.506Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86082025-02-28T22:35:18.506Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.055 INFO ok!
86092025-02-28T22:35:18.506Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.055 INFO STEP 65 (ensure_file) COMPLETE
86102025-02-28T22:35:18.506Z[ recovery-image] Feb 28 22:35:17.055 INFO O| Feb 28 22:35:17.055 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-02-28T22:35:18.525Z[ recovery-image] Feb 28 22:35:17.077 INFO O| Feb 28 22:35:17.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86122025-02-28T22:35:18.529Z[ recovery-image] Feb 28 22:35:17.078 INFO O| Feb 28 22:35:17.078 INFO STEP 66 (remove_files) COMPLETE
86132025-02-28T22:35:18.529Z[ recovery-image] Feb 28 22:35:17.078 INFO O| Feb 28 22:35:17.078 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142025-02-28T22:35:18.547Z[ recovery-image] Feb 28 22:35:17.100 INFO O| Feb 28 22:35:17.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
86152025-02-28T22:35:18.547Z[ recovery-image] Feb 28 22:35:17.100 INFO O| Feb 28 22:35:17.100 INFO STEP 67 (remove_files) COMPLETE
86162025-02-28T22:35:18.547Z[ recovery-image] Feb 28 22:35:17.100 INFO O| Feb 28 22:35:17.100 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172025-02-28T22:35:18.570Z[ recovery-image] Feb 28 22:35:17.122 INFO O| Feb 28 22:35:17.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
86182025-02-28T22:35:18.573Z[ recovery-image] Feb 28 22:35:17.122 INFO O| Feb 28 22:35:17.122 INFO STEP 68 (remove_files) COMPLETE
86192025-02-28T22:35:18.573Z[ recovery-image] Feb 28 22:35:17.122 INFO O| Feb 28 22:35:17.122 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202025-02-28T22:35:18.603Z[ recovery-image] Feb 28 22:35:17.155 INFO O| Feb 28 22:35:17.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
86212025-02-28T22:35:18.607Z[ recovery-image] Feb 28 22:35:17.155 INFO O| Feb 28 22:35:17.155 INFO STEP 69 (remove_files) COMPLETE
86222025-02-28T22:35:18.607Z[ recovery-image] Feb 28 22:35:17.155 INFO O| Feb 28 22:35:17.155 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232025-02-28T22:35:18.662Z[ recovery-image] Feb 28 22:35:17.214 INFO O| Feb 28 22:35:17.214 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
86242025-02-28T22:35:18.662Z[ recovery-image] Feb 28 22:35:17.214 INFO O| Feb 28 22:35:17.214 INFO STEP 70 (remove_files) COMPLETE
86252025-02-28T22:35:18.665Z[ recovery-image] Feb 28 22:35:17.214 INFO O| Feb 28 22:35:17.214 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262025-02-28T22:35:18.751Z[ recovery-image] Feb 28 22:35:17.303 INFO O| Feb 28 22:35:17.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
86272025-02-28T22:35:18.757Z[ recovery-image] Feb 28 22:35:17.304 INFO O| Feb 28 22:35:17.304 INFO STEP 71 (remove_files) COMPLETE
86282025-02-28T22:35:18.757Z[ recovery-image] Feb 28 22:35:17.304 INFO O| Feb 28 22:35:17.304 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292025-02-28T22:35:18.774Z[ recovery-image] Feb 28 22:35:17.327 INFO O| Feb 28 22:35:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86302025-02-28T22:35:18.774Z[ recovery-image] Feb 28 22:35:17.327 INFO O| Feb 28 22:35:17.327 INFO STEP 72 (remove_files) COMPLETE
86312025-02-28T22:35:18.778Z[ recovery-image] Feb 28 22:35:17.327 INFO O| Feb 28 22:35:17.327 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322025-02-28T22:35:18.796Z[ recovery-image] Feb 28 22:35:17.348 INFO O| Feb 28 22:35:17.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86332025-02-28T22:35:18.796Z[ recovery-image] Feb 28 22:35:17.348 INFO O| Feb 28 22:35:17.348 INFO STEP 73 (remove_files) COMPLETE
86342025-02-28T22:35:18.797Z[ recovery-image] Feb 28 22:35:17.348 INFO O| Feb 28 22:35:17.348 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352025-02-28T22:35:18.823Z[ recovery-image] Feb 28 22:35:17.371 INFO O| Feb 28 22:35:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86362025-02-28T22:35:18.823Z[ recovery-image] Feb 28 22:35:17.371 INFO O| Feb 28 22:35:17.371 INFO STEP 74 (remove_files) COMPLETE
86372025-02-28T22:35:18.823Z[ recovery-image] Feb 28 22:35:17.371 INFO O| Feb 28 22:35:17.371 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382025-02-28T22:35:18.854Z[ recovery-image] Feb 28 22:35:17.406 INFO O| Feb 28 22:35:17.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86392025-02-28T22:35:18.855Z[ recovery-image] Feb 28 22:35:17.406 INFO O| Feb 28 22:35:17.406 INFO STEP 75 (remove_files) COMPLETE
86402025-02-28T22:35:18.855Z[ recovery-image] Feb 28 22:35:17.406 INFO O| Feb 28 22:35:17.406 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412025-02-28T22:35:18.905Z[ recovery-image] Feb 28 22:35:17.457 INFO O| Feb 28 22:35:17.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86422025-02-28T22:35:18.905Z[ recovery-image] Feb 28 22:35:17.457 INFO O| Feb 28 22:35:17.457 INFO STEP 76 (remove_files) COMPLETE
86432025-02-28T22:35:18.905Z[ recovery-image] Feb 28 22:35:17.457 INFO O| Feb 28 22:35:17.457 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442025-02-28T22:35:18.929Z[ recovery-image] Feb 28 22:35:17.481 INFO O| Feb 28 22:35:17.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86452025-02-28T22:35:18.929Z[ recovery-image] Feb 28 22:35:17.481 INFO O| Feb 28 22:35:17.481 INFO STEP 77 (remove_files) COMPLETE
86462025-02-28T22:35:18.929Z[ recovery-image] Feb 28 22:35:17.481 INFO O| Feb 28 22:35:17.481 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472025-02-28T22:35:18.974Z[ recovery-image] Feb 28 22:35:17.526 INFO O| Feb 28 22:35:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86482025-02-28T22:35:18.974Z[ recovery-image] Feb 28 22:35:17.526 INFO O| Feb 28 22:35:17.526 INFO STEP 78 (remove_files) COMPLETE
86492025-02-28T22:35:18.977Z[ recovery-image] Feb 28 22:35:17.526 INFO O| Feb 28 22:35:17.526 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502025-02-28T22:35:18.996Z[ recovery-image] Feb 28 22:35:17.549 INFO O| Feb 28 22:35:17.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86512025-02-28T22:35:18.996Z[ recovery-image] Feb 28 22:35:17.549 INFO O| Feb 28 22:35:17.549 INFO STEP 79 (remove_files) COMPLETE
86522025-02-28T22:35:18.996Z[ recovery-image] Feb 28 22:35:17.549 INFO O| Feb 28 22:35:17.549 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532025-02-28T22:35:19.020Z[ recovery-image] Feb 28 22:35:17.571 INFO O| Feb 28 22:35:17.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86542025-02-28T22:35:19.020Z[ recovery-image] Feb 28 22:35:17.571 INFO O| Feb 28 22:35:17.571 INFO STEP 80 (remove_files) COMPLETE
86552025-02-28T22:35:19.020Z[ recovery-image] Feb 28 22:35:17.571 INFO O| Feb 28 22:35:17.571 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562025-02-28T22:35:19.040Z[ recovery-image] Feb 28 22:35:17.593 INFO O| Feb 28 22:35:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86572025-02-28T22:35:19.041Z[ recovery-image] Feb 28 22:35:17.593 INFO O| Feb 28 22:35:17.593 INFO STEP 81 (remove_files) COMPLETE
86582025-02-28T22:35:19.041Z[ recovery-image] Feb 28 22:35:17.593 INFO O| Feb 28 22:35:17.593 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592025-02-28T22:35:19.064Z[ recovery-image] Feb 28 22:35:17.616 INFO O| Feb 28 22:35:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86602025-02-28T22:35:19.064Z[ recovery-image] Feb 28 22:35:17.616 INFO O| Feb 28 22:35:17.616 INFO STEP 82 (remove_files) COMPLETE
86612025-02-28T22:35:19.064Z[ recovery-image] Feb 28 22:35:17.616 INFO O| Feb 28 22:35:17.616 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622025-02-28T22:35:19.088Z[ recovery-image] Feb 28 22:35:17.640 INFO O| Feb 28 22:35:17.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86632025-02-28T22:35:19.088Z[ recovery-image] Feb 28 22:35:17.640 INFO O| Feb 28 22:35:17.640 INFO STEP 83 (remove_files) COMPLETE
86642025-02-28T22:35:19.088Z[ recovery-image] Feb 28 22:35:17.640 INFO O| Feb 28 22:35:17.640 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652025-02-28T22:35:19.146Z[ host-image] Feb 28 22:35:17.698 INFO O| Feb 28 22:35:17.698 INFO O| Download: Completed 10.27 MB in 1.06 seconds (9.7M/s)
86662025-02-28T22:35:19.191Z[ recovery-image] Feb 28 22:35:17.743 INFO O| Feb 28 22:35:17.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86672025-02-28T22:35:19.194Z[ recovery-image] Feb 28 22:35:17.743 INFO O| Feb 28 22:35:17.743 INFO STEP 84 (remove_files) COMPLETE
86682025-02-28T22:35:19.194Z[ recovery-image] Feb 28 22:35:17.743 INFO O| Feb 28 22:35:17.743 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692025-02-28T22:35:19.266Z[ recovery-image] Feb 28 22:35:17.818 INFO O| Feb 28 22:35:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86702025-02-28T22:35:19.270Z[ recovery-image] Feb 28 22:35:17.819 INFO O| Feb 28 22:35:17.819 INFO STEP 85 (remove_files) COMPLETE
86712025-02-28T22:35:19.270Z[ recovery-image] Feb 28 22:35:17.819 INFO O| Feb 28 22:35:17.819 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722025-02-28T22:35:19.292Z[ recovery-image] Feb 28 22:35:17.844 INFO O| Feb 28 22:35:17.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86732025-02-28T22:35:19.292Z[ recovery-image] Feb 28 22:35:17.844 INFO O| Feb 28 22:35:17.844 INFO STEP 86 (remove_files) COMPLETE
86742025-02-28T22:35:19.292Z[ recovery-image] Feb 28 22:35:17.844 INFO O| Feb 28 22:35:17.844 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752025-02-28T22:35:19.296Z[ host-image] Feb 28 22:35:17.846 INFO O| Feb 28 22:35:17.845 INFO O| Actions: 1/22 actions (Installing new actions)
86762025-02-28T22:35:19.313Z[ recovery-image] Feb 28 22:35:17.865 INFO O| Feb 28 22:35:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
86772025-02-28T22:35:19.317Z[ recovery-image] Feb 28 22:35:17.865 INFO O| Feb 28 22:35:17.865 INFO STEP 87 (remove_files) COMPLETE
86782025-02-28T22:35:19.317Z[ recovery-image] Feb 28 22:35:17.865 INFO O| Feb 28 22:35:17.865 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86792025-02-28T22:35:19.366Z[ recovery-image] Feb 28 22:35:17.894 INFO O| Feb 28 22:35:17.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86802025-02-28T22:35:19.366Z[ recovery-image] Feb 28 22:35:17.894 INFO O| Feb 28 22:35:17.894 INFO STEP 88 (remove_files) COMPLETE
86812025-02-28T22:35:19.366Z[ recovery-image] Feb 28 22:35:17.894 INFO O| Feb 28 22:35:17.894 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86822025-02-28T22:35:19.366Z[ recovery-image] Feb 28 22:35:17.918 INFO O| Feb 28 22:35:17.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86832025-02-28T22:35:19.366Z[ recovery-image] Feb 28 22:35:17.918 INFO O| Feb 28 22:35:17.918 INFO STEP 89 (remove_files) COMPLETE
86842025-02-28T22:35:19.367Z[ recovery-image] Feb 28 22:35:17.918 INFO O| Feb 28 22:35:17.918 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86852025-02-28T22:35:19.411Z[ recovery-image] Feb 28 22:35:17.962 INFO O| Feb 28 22:35:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86862025-02-28T22:35:19.412Z[ recovery-image] Feb 28 22:35:17.963 INFO O| Feb 28 22:35:17.963 INFO STEP 90 (remove_files) COMPLETE
86872025-02-28T22:35:19.412Z[ recovery-image] Feb 28 22:35:17.963 INFO O| Feb 28 22:35:17.963 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86882025-02-28T22:35:19.476Z[ recovery-image] Feb 28 22:35:18.027 INFO O| Feb 28 22:35:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86892025-02-28T22:35:19.479Z[ recovery-image] Feb 28 22:35:18.027 INFO O| Feb 28 22:35:18.027 INFO STEP 91 (remove_files) COMPLETE
86902025-02-28T22:35:19.479Z[ recovery-image] Feb 28 22:35:18.028 INFO O| Feb 28 22:35:18.027 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86912025-02-28T22:35:19.501Z[ recovery-image] Feb 28 22:35:18.053 INFO O| Feb 28 22:35:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86922025-02-28T22:35:19.505Z[ recovery-image] Feb 28 22:35:18.054 INFO O| Feb 28 22:35:18.054 INFO STEP 92 (remove_files) COMPLETE
86932025-02-28T22:35:19.505Z[ recovery-image] Feb 28 22:35:18.054 INFO O| Feb 28 22:35:18.054 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86942025-02-28T22:35:19.553Z[ recovery-image] Feb 28 22:35:18.105 INFO O| Feb 28 22:35:18.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86952025-02-28T22:35:19.557Z[ recovery-image] Feb 28 22:35:18.105 INFO O| Feb 28 22:35:18.105 INFO STEP 93 (remove_files) COMPLETE
86962025-02-28T22:35:19.557Z[ recovery-image] Feb 28 22:35:18.105 INFO O| Feb 28 22:35:18.105 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86972025-02-28T22:35:19.585Z[ recovery-image] Feb 28 22:35:18.136 INFO O| Feb 28 22:35:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86982025-02-28T22:35:19.585Z[ recovery-image] Feb 28 22:35:18.136 INFO O| Feb 28 22:35:18.136 INFO STEP 94 (remove_files) COMPLETE
86992025-02-28T22:35:19.589Z[ recovery-image] Feb 28 22:35:18.136 INFO O| Feb 28 22:35:18.136 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
87002025-02-28T22:35:19.625Z[ recovery-image] Feb 28 22:35:18.177 INFO O| Feb 28 22:35:18.177 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
87012025-02-28T22:35:19.628Z[ recovery-image] Feb 28 22:35:18.177 INFO O| Feb 28 22:35:18.177 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87022025-02-28T22:35:19.830Z[ host-image] Feb 28 22:35:18.382 INFO O| Feb 28 22:35:18.382 INFO O| Actions: Completed 22 actions in 0.54 seconds.
87032025-02-28T22:35:20.466Z[ host-image] Feb 28 22:35:19.014 INFO O| Feb 28 22:35:19.014 INFO O| Done
87042025-02-28T22:35:20.466Z[ host-image] Feb 28 22:35:19.014 INFO O| Feb 28 22:35:19.014 INFO O| Done
87052025-02-28T22:35:22.737Z[ host-image] Feb 28 22:35:21.289 INFO O| Feb 28 22:35:21.289 INFO O| Done
87062025-02-28T22:35:25.860Z[ host-image] Feb 28 22:35:24.410 INFO O| Feb 28 22:35:24.410 INFO O| Done
87072025-02-28T22:35:25.902Z[ host-image] Feb 28 22:35:24.453 INFO O| Feb 28 22:35:24.453 INFO O| Done
87082025-02-28T22:35:25.902Z[ host-image] Feb 28 22:35:24.453 INFO O| Feb 28 22:35:24.453 INFO O| Done
87092025-02-28T22:35:25.920Z[ host-image] Feb 28 22:35:24.471 INFO O| Feb 28 22:35:24.471 INFO O| Done
87102025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO STEP 14 (pkg_install) COMPLETE
87112025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
87122025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO skip step because feature "mfg" is not enabled
87132025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
87142025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO skip step because feature "compliance" is not enabled
87152025-02-28T22:35:26.154Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
87162025-02-28T22:35:26.155Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO skip step because feature "stress" is not enabled
87172025-02-28T22:35:26.155Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
87182025-02-28T22:35:26.155Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO skip step because feature "nfs" is not enabled
87192025-02-28T22:35:26.155Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87202025-02-28T22:35:26.158Z[ host-image] Feb 28 22:35:24.704 INFO O| Feb 28 22:35:24.704 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87212025-02-28T22:35:26.231Z[ host-image] Feb 28 22:35:24.782 INFO O| Feb 28 22:35:24.781 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
87222025-02-28T22:35:26.358Z[ host-image] Feb 28 22:35:24.909 INFO O| Feb 28 22:35:24.909 INFO completed processing gimlet/ramdisk-01-os
87232025-02-28T22:35:26.362Z[ host-image] Feb 28 22:35:24.913 INFO omicron1 baseline generation...
87242025-02-28T22:35:26.362Z[ host-image] Feb 28 22:35:24.913 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
87252025-02-28T22:35:27.228Z[ host-image] Feb 28 22:35:25.778 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23242:20250228T144830Z
87262025-02-28T22:35:31.473Z[ recovery-image] Feb 28 22:35:30.023 INFO O| Feb 28 22:35:30.022 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
87272025-02-28T22:35:31.473Z[ recovery-image] Feb 28 22:35:30.023 INFO O| Feb 28 22:35:30.022 INFO E| svccfg: Loaded 67 smf(7) service descriptions
87282025-02-28T22:35:31.493Z[ recovery-image] Feb 28 22:35:30.043 INFO O| Feb 28 22:35:30.043 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
87292025-02-28T22:35:31.740Z[ recovery-image] Feb 28 22:35:30.291 INFO O| Feb 28 22:35:30.290 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
87302025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.445 INFO O| Feb 28 22:35:30.445 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
87312025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.605 INFO O| Feb 28 22:35:30.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
87322025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.605 INFO O| Feb 28 22:35:30.605 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
87332025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
87342025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO ok!
87352025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
87362025-02-28T22:35:32.209Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO STEP 95 (seed_smf) COMPLETE
87372025-02-28T22:35:32.210Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO steps complete; finalising image!
87382025-02-28T22:35:32.210Z[ recovery-image] Feb 28 22:35:30.608 INFO O| Feb 28 22:35:30.608 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
87392025-02-28T22:35:32.210Z[ recovery-image] Feb 28 22:35:30.688 INFO O| Feb 28 22:35:30.688 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Fri Feb 28 22:35:30 2025)
87402025-02-28T22:35:32.349Z[ recovery-image] Feb 28 22:35:30.899 INFO O| Feb 28 22:35:30.899 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Fri Feb 28 22:35:30 2025)
87412025-02-28T22:35:32.595Z[ recovery-image] Feb 28 22:35:31.145 INFO O| Feb 28 22:35:31.145 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio
87422025-02-28T22:35:32.595Z[ recovery-image] Feb 28 22:35:31.145 INFO O| Feb 28 22:35:31.145 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
87432025-02-28T22:35:33.413Z[ recovery-image] Feb 28 22:35:31.963 INFO O| Feb 28 22:35:31.963 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
87442025-02-28T22:35:33.413Z[ recovery-image] Feb 28 22:35:31.963 INFO O| Feb 28 22:35:31.963 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
87452025-02-28T22:35:39.195Z[ recovery-image] Feb 28 22:35:37.745 INFO O| Feb 28 22:35:37.745 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
87462025-02-28T22:35:39.196Z[ recovery-image] Feb 28 22:35:37.745 INFO O| Feb 28 22:35:37.745 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
87472025-02-28T22:35:39.200Z[ recovery-image] Feb 28 22:35:37.745 INFO O| Feb 28 22:35:37.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
87482025-02-28T22:35:39.200Z[ recovery-image] Feb 28 22:35:37.745 INFO O| Feb 28 22:35:37.745 INFO completed processing gimlet/zfs-recovery
87492025-02-28T22:35:39.200Z[ recovery-image] Feb 28 22:35:37.745 INFO O| Feb 28 22:35:37.745 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
87502025-02-28T22:35:39.777Z[ recovery-image] Feb 28 22:35:38.326 INFO O| Feb 28 22:35:38.326 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
87512025-02-28T22:35:39.924Z[ recovery-image] Feb 28 22:35:38.473 INFO BUILD STRING "heads/stlouis-0-g1a5fa21572\n"
87522025-02-28T22:35:39.927Z[ recovery-image] Feb 28 22:35:38.473 INFO expanded image name: "recovery 83c0128/${os_short_commit} 2025-02-28 21:58" -> "recovery 83c0128/1a5fa21 2025-02-28 21:58"
87532025-02-28T22:35:39.927Z[ recovery-image] Feb 28 22:35:38.473 INFO output artefacts stored in: "/work/os-recovery"
87542025-02-28T22:35:39.927Z[ recovery-image] Feb 28 22:35:38.474 INFO collecting git info from project "phbl"...
87552025-02-28T22:35:39.967Z[ recovery-image] Feb 28 22:35:38.515 INFO collecting git info from project "chelsio-t6-roms"...
87562025-02-28T22:35:40.002Z[ recovery-image] Feb 28 22:35:38.551 INFO collecting git info from project "amd-firmware"...
87572025-02-28T22:35:40.933Z[ recovery-image] Feb 28 22:35:39.481 INFO collecting git info from project "amd-host-image-builder"...
87582025-02-28T22:35:41.045Z[ recovery-image] Feb 28 22:35:39.594 INFO collecting git info from project "pilot"...
87592025-02-28T22:35:41.106Z[ recovery-image] Feb 28 22:35:39.655 INFO collecting git info from project "pinprick"...
87602025-02-28T22:35:41.119Z[ recovery-image] Feb 28 22:35:39.666 INFO collecting git info from project "image-builder"...
87612025-02-28T22:35:41.135Z[ recovery-image] Feb 28 22:35:39.684 INFO collecting git info from project "bootserver"...
87622025-02-28T22:35:41.150Z[ recovery-image] Feb 28 22:35:39.699 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87632025-02-28T22:35:42.214Z[ recovery-image] Feb 28 22:35:40.760 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87642025-02-28T22:35:42.854Z[ recovery-image] Feb 28 22:35:41.402 INFO creating Oxide boot image...
87652025-02-28T22:35:42.854Z[ recovery-image] Feb 28 22:35:41.402 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 83c0128/1a5fa21 2025-02-28 21:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87662025-02-28T22:36:45.911Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
87672025-02-28T22:37:00.458Z[ recovery-image] Feb 28 22:36:58.993 INFO O| ok, image written!
87682025-02-28T22:37:00.461Z[ recovery-image] Feb 28 22:36:58.993 INFO O| ok, boot_image_csum file written!
87692025-02-28T22:37:00.465Z[ recovery-image] Feb 28 22:36:59.001 INFO creating boot archive (CPIO)...
87702025-02-28T22:37:00.468Z[ recovery-image] Feb 28 22:36:59.001 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
87712025-02-28T22:37:00.481Z[ recovery-image] Feb 28 22:36:59.016 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87722025-02-28T22:37:00.484Z[ recovery-image] Feb 28 22:36:59.016 INFO E| + outfile=/work/os-recovery/cpio
87732025-02-28T22:37:00.484Z[ recovery-image] Feb 28 22:36:59.016 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87742025-02-28T22:37:00.496Z[ recovery-image] Feb 28 22:36:59.032 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87752025-02-28T22:37:00.496Z[ recovery-image] Feb 28 22:36:59.032 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87762025-02-28T22:37:00.529Z[ recovery-image] Feb 28 22:36:59.065 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87772025-02-28T22:37:00.529Z[ recovery-image] Feb 28 22:36:59.065 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87782025-02-28T22:37:00.540Z[ recovery-image] Feb 28 22:36:59.076 INFO creating compressed cpio/unix for nanobl-rs...
87792025-02-28T22:37:00.540Z[ recovery-image] Feb 28 22:36:59.076 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
87802025-02-28T22:37:01.037Z[ recovery-image] Feb 28 22:36:59.572 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87812025-02-28T22:37:07.962Z[ recovery-image] Feb 28 22:37:06.496 INFO creating reset image...
87822025-02-28T22:37:07.966Z[ recovery-image] Feb 28 22:37:06.496 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87832025-02-28T22:37:09.043Z[ recovery-image] Feb 28 22:37:07.577 INFO E| Updating crates.io index
87842025-02-28T22:37:09.423Z[ recovery-image] Feb 28 22:37:07.940 INFO E| Downloading crates ...
87852025-02-28T22:37:09.558Z[ recovery-image] Feb 28 22:37:08.092 INFO E| Downloaded clap_derive v4.5.13
87862025-02-28T22:37:09.589Z[ recovery-image] Feb 28 22:37:08.124 INFO E| Downloaded heck v0.5.0
87872025-02-28T22:37:09.593Z[ recovery-image] Feb 28 22:37:08.126 INFO E| Downloaded colorchoice v1.0.2
87882025-02-28T22:37:09.596Z[ recovery-image] Feb 28 22:37:08.127 INFO E| Downloaded anstyle-query v1.1.1
87892025-02-28T22:37:09.602Z[ recovery-image] Feb 28 22:37:08.136 INFO E| Downloaded utf8parse v0.2.2
87902025-02-28T22:37:09.605Z[ recovery-image] Feb 28 22:37:08.138 INFO E| Downloaded anstyle v1.0.8
87912025-02-28T22:37:09.608Z[ recovery-image] Feb 28 22:37:08.140 INFO E| Downloaded strsim v0.11.1
87922025-02-28T22:37:09.608Z[ recovery-image] Feb 28 22:37:08.142 INFO E| Downloaded quote v1.0.37
87932025-02-28T22:37:09.625Z[ recovery-image] Feb 28 22:37:08.160 INFO E| Downloaded unicode-ident v1.0.13
87942025-02-28T22:37:09.630Z[ recovery-image] Feb 28 22:37:08.164 INFO E| Downloaded clap v4.5.17
87952025-02-28T22:37:09.658Z[ recovery-image] Feb 28 22:37:08.192 INFO E| Downloaded proc-macro2 v1.0.86
87962025-02-28T22:37:09.663Z[ recovery-image] Feb 28 22:37:08.196 INFO E| Downloaded once_cell v1.19.0
87972025-02-28T22:37:09.666Z[ recovery-image] Feb 28 22:37:08.201 INFO E| Downloaded duct v0.13.7
87982025-02-28T22:37:09.669Z[ recovery-image] Feb 28 22:37:08.204 INFO E| Downloaded shared_child v1.0.1
87992025-02-28T22:37:09.673Z[ recovery-image] Feb 28 22:37:08.206 INFO E| Downloaded os_pipe v1.2.1
88002025-02-28T22:37:09.676Z[ recovery-image] Feb 28 22:37:08.208 INFO E| Downloaded is_terminal_polyfill v1.70.1
88012025-02-28T22:37:09.676Z[ recovery-image] Feb 28 22:37:08.210 INFO E| Downloaded clap_lex v0.7.2
88022025-02-28T22:37:09.679Z[ recovery-image] Feb 28 22:37:08.212 INFO E| Downloaded anstyle-parse v0.2.5
88032025-02-28T22:37:09.702Z[ recovery-image] Feb 28 22:37:08.236 INFO E| Downloaded anstream v0.6.15
88042025-02-28T22:37:09.707Z[ recovery-image] Feb 28 22:37:08.241 INFO E| Downloaded clap_builder v4.5.17
88052025-02-28T22:37:09.734Z[ recovery-image] Feb 28 22:37:08.268 INFO E| Downloaded syn v2.0.77
88062025-02-28T22:37:09.838Z[ recovery-image] Feb 28 22:37:08.372 INFO E| Downloaded libc v0.2.158
88072025-02-28T22:37:10.011Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling proc-macro2 v1.0.86
88082025-02-28T22:37:10.011Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling unicode-ident v1.0.13
88092025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling libc v0.2.158
88102025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling utf8parse v0.2.2
88112025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling anstyle v1.0.8
88122025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling anstyle-query v1.1.1
88132025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.545 INFO E| Compiling colorchoice v1.0.2
88142025-02-28T22:37:10.015Z[ recovery-image] Feb 28 22:37:08.546 INFO E| Compiling is_terminal_polyfill v1.70.1
88152025-02-28T22:37:10.640Z[ recovery-image] Feb 28 22:37:09.175 INFO E| Compiling heck v0.5.0
88162025-02-28T22:37:10.914Z[ recovery-image] Feb 28 22:37:09.448 INFO E| Compiling anstyle-parse v0.2.5
88172025-02-28T22:37:11.107Z[ recovery-image] Feb 28 22:37:09.641 INFO E| Compiling clap_lex v0.7.2
88182025-02-28T22:37:11.153Z[ recovery-image] Feb 28 22:37:09.687 INFO E| Compiling strsim v0.11.1
88192025-02-28T22:37:11.224Z[ recovery-image] Feb 28 22:37:09.758 INFO E| Compiling once_cell v1.19.0
88202025-02-28T22:37:11.455Z[ host-image] Feb 28 22:37:09.989 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23242:20250228T144904Z
88212025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.990 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23242:20250228T144904Z
88222025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.990 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88232025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.990 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88242025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.990 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88252025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.991 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88262025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.992 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88272025-02-28T22:37:11.459Z[ host-image] Feb 28 22:37:09.992 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88282025-02-28T22:37:11.460Z[ host-image] Feb 28 22:37:09.992 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
88292025-02-28T22:37:11.460Z[ host-image] Feb 28 22:37:09.992 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88302025-02-28T22:37:11.460Z[ host-image] Feb 28 22:37:09.992 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23242:20250228T144904Z
88312025-02-28T22:37:11.464Z[ host-image] Feb 28 22:37:09.995 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23242:20250228T144905Z
88322025-02-28T22:37:11.464Z[ host-image] Feb 28 22:37:09.996 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23242:20250228T144905Z
88332025-02-28T22:37:11.464Z[ host-image] Feb 28 22:37:09.997 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23242:20250228T144905Z
88342025-02-28T22:37:11.464Z[ host-image] Feb 28 22:37:09.997 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88352025-02-28T22:37:11.467Z[ host-image] Feb 28 22:37:09.998 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23242:20250228T144905Z
88362025-02-28T22:37:11.467Z[ host-image] Feb 28 22:37:10.000 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23242:20250228T144905Z
88372025-02-28T22:37:11.467Z[ host-image] Feb 28 22:37:10.000 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23242:20250228T144905Z
88382025-02-28T22:37:11.467Z[ host-image] Feb 28 22:37:10.000 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23242:20250228T144906Z
88392025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.000 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23242:20250228T144907Z
88402025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.001 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23242:20250228T144907Z
88412025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.001 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23242:20250228T144907Z
88422025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.001 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23242:20250228T144907Z
88432025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.001 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23242:20250228T144908Z
88442025-02-28T22:37:11.468Z[ host-image] Feb 28 22:37:10.001 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23242:20250228T144908Z
88452025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.002 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23242:20250228T144909Z
88462025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.002 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23242:20250228T144909Z
88472025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.002 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23242:20250228T144911Z
88482025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.002 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23242:20250228T144911Z
88492025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.002 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
88502025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.003 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23242:20250228T144913Z
88512025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.003 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23242:20250228T144915Z
88522025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.003 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23242:20250228T144916Z
88532025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.003 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23242:20250228T144916Z
88542025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.005 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23242:20250228T144918Z
88552025-02-28T22:37:11.472Z[ host-image] Feb 28 22:37:10.005 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23242:20250228T144918Z
88562025-02-28T22:37:11.485Z[ host-image] Feb 28 22:37:10.019 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88572025-02-28T22:37:11.485Z[ host-image] Feb 28 22:37:10.019 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23242:20250228T144918Z
88582025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.020 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
88592025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.020 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88602025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.021 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88612025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.021 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23242:20250228T144918Z
88622025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.021 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88632025-02-28T22:37:11.489Z[ host-image] Feb 28 22:37:10.022 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88642025-02-28T22:37:11.493Z[ host-image] Feb 28 22:37:10.023 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88652025-02-28T22:37:11.493Z[ host-image] Feb 28 22:37:10.024 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88662025-02-28T22:37:11.507Z[ host-image] Feb 28 22:37:10.041 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88672025-02-28T22:37:11.507Z[ host-image] Feb 28 22:37:10.041 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88682025-02-28T22:37:11.507Z[ host-image] Feb 28 22:37:10.041 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88692025-02-28T22:37:11.510Z[ host-image] Feb 28 22:37:10.042 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88702025-02-28T22:37:11.510Z[ host-image] Feb 28 22:37:10.043 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88712025-02-28T22:37:11.510Z[ host-image] Feb 28 22:37:10.043 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88722025-02-28T22:37:11.541Z[ recovery-image] Feb 28 22:37:10.075 INFO E| Compiling anstream v0.6.15
88732025-02-28T22:37:11.599Z[ host-image] Feb 28 22:37:10.133 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
88742025-02-28T22:37:11.603Z[ host-image] Feb 28 22:37:10.134 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88752025-02-28T22:37:11.603Z[ host-image] Feb 28 22:37:10.134 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88762025-02-28T22:37:11.603Z[ host-image] Feb 28 22:37:10.135 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23242:20250228T144920Z
88772025-02-28T22:37:11.603Z[ host-image] Feb 28 22:37:10.135 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23242:20250228T144926Z
88782025-02-28T22:37:11.603Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88792025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23242:20250228T144926Z
88802025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88812025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88822025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
88832025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.136 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23242:20250228T144926Z
88842025-02-28T22:37:11.604Z[ host-image] Feb 28 22:37:10.137 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
88852025-02-28T22:37:11.627Z[ host-image] Feb 28 22:37:10.160 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
88862025-02-28T22:37:11.627Z[ host-image] Feb 28 22:37:10.160 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
88872025-02-28T22:37:11.631Z[ host-image] Feb 28 22:37:10.160 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
88882025-02-28T22:37:11.631Z[ host-image] Feb 28 22:37:10.161 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23242:20250228T144927Z
88892025-02-28T22:37:11.631Z[ host-image] Feb 28 22:37:10.161 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
88902025-02-28T22:37:11.679Z[ host-image] Feb 28 22:37:10.212 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
88912025-02-28T22:37:11.683Z[ host-image] Feb 28 22:37:10.213 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23242:20250228T144927Z
88922025-02-28T22:37:11.683Z[ host-image] Feb 28 22:37:10.216 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23242:20250228T144927Z
88932025-02-28T22:37:11.686Z[ host-image] Feb 28 22:37:10.217 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23242:20250228T144928Z
88942025-02-28T22:37:11.686Z[ host-image] Feb 28 22:37:10.217 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
88952025-02-28T22:37:11.687Z[ host-image] Feb 28 22:37:10.218 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23242:20250228T144929Z
88962025-02-28T22:37:11.687Z[ host-image] Feb 28 22:37:10.219 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23242:20250228T144929Z
88972025-02-28T22:37:11.687Z[ host-image] Feb 28 22:37:10.219 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23242:20250228T144929Z
88982025-02-28T22:37:11.688Z[ host-image] Feb 28 22:37:10.220 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23242:20250228T144929Z
88992025-02-28T22:37:11.691Z[ host-image] Feb 28 22:37:10.225 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89002025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.226 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23242:20250228T144930Z
89012025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.227 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23242:20250228T144931Z
89022025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.227 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89032025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.228 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23242:20250228T144931Z
89042025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.228 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23242:20250228T144931Z
89052025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.228 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23242:20250228T144932Z
89062025-02-28T22:37:11.695Z[ host-image] Feb 28 22:37:10.229 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23242:20250228T144932Z
89072025-02-28T22:37:11.728Z[ host-image] Feb 28 22:37:10.261 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23242:20250228T144932Z
89082025-02-28T22:37:11.728Z[ host-image] Feb 28 22:37:10.261 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89092025-02-28T22:37:11.732Z[ host-image] Feb 28 22:37:10.264 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23242:20250228T144932Z
89102025-02-28T22:37:11.735Z[ host-image] Feb 28 22:37:10.266 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23242:20250228T144932Z
89112025-02-28T22:37:11.735Z[ host-image] Feb 28 22:37:10.266 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23242:20250228T144932Z
89122025-02-28T22:37:11.735Z[ host-image] Feb 28 22:37:10.267 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23242:20250228T144932Z
89132025-02-28T22:37:11.735Z[ host-image] Feb 28 22:37:10.267 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23242:20250228T144933Z
89142025-02-28T22:37:11.735Z[ host-image] Feb 28 22:37:10.268 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23242:20250228T144933Z
89152025-02-28T22:37:11.749Z[ host-image] Feb 28 22:37:10.283 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23242:20250228T144934Z
89162025-02-28T22:37:11.750Z[ host-image] Feb 28 22:37:10.283 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23242:20250228T144934Z
89172025-02-28T22:37:11.753Z[ host-image] Feb 28 22:37:10.284 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23242:20250228T144934Z
89182025-02-28T22:37:11.753Z[ host-image] Feb 28 22:37:10.286 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23242:20250228T144934Z
89192025-02-28T22:37:11.753Z[ host-image] Feb 28 22:37:10.286 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23242:20250228T144934Z
89202025-02-28T22:37:11.797Z[ host-image] Feb 28 22:37:10.331 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23242:20250228T144937Z
89212025-02-28T22:37:11.797Z[ host-image] Feb 28 22:37:10.331 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23242:20250228T144934Z
89222025-02-28T22:37:11.800Z[ host-image] Feb 28 22:37:10.331 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23242:20250228T144935Z
89232025-02-28T22:37:11.800Z[ host-image] Feb 28 22:37:10.331 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89242025-02-28T22:37:11.808Z[ host-image] Feb 28 22:37:10.342 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89252025-02-28T22:37:11.896Z[ host-image] Feb 28 22:37:10.430 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23242:20250228T144935Z
89262025-02-28T22:37:11.904Z[ host-image] Feb 28 22:37:10.430 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89272025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.430 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23242:20250228T144935Z
89282025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.430 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23242:20250228T144935Z
89292025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.433 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23242:20250228T144936Z
89302025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.433 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89312025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.434 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89322025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.434 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23242:20250228T144936Z
89332025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.435 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23242:20250228T144936Z
89342025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.435 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23242:20250228T144936Z
89352025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.436 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23242:20250228T144936Z
89362025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.436 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23242:20250228T144937Z
89372025-02-28T22:37:11.905Z[ host-image] Feb 28 22:37:10.436 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23242:20250228T144937Z
89382025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.440 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89392025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.441 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23242:20250228T144938Z
89402025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.443 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23242:20250228T144938Z
89412025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.443 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23242:20250228T144938Z
89422025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.444 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23242:20250228T144939Z
89432025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.444 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23242:20250228T144939Z
89442025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.445 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23242:20250228T144939Z
89452025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.445 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89462025-02-28T22:37:11.912Z[ host-image] Feb 28 22:37:10.445 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89472025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.445 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23242:20250228T144941Z
89482025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.446 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23242:20250228T144942Z
89492025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.446 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
89502025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.446 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89512025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.447 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89522025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.447 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89532025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.447 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
89542025-02-28T22:37:11.916Z[ host-image] Feb 28 22:37:10.448 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89552025-02-28T22:37:11.920Z[ host-image] Feb 28 22:37:10.450 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
89562025-02-28T22:37:11.920Z[ host-image] Feb 28 22:37:10.451 INFO O| tempdir @ "/tmp/.tmpeAwpgT/tmp"
89572025-02-28T22:37:11.920Z[ host-image] Feb 28 22:37:10.451 INFO O| image root @ "/tmp/.tmpeAwpgT/tmp/root"
89582025-02-28T22:37:11.920Z[ host-image] Feb 28 22:37:10.451 INFO O| creating image...
89592025-02-28T22:37:12.314Z[ recovery-image] Feb 28 22:37:10.848 INFO E| Compiling clap_builder v4.5.17
89602025-02-28T22:37:13.218Z[ recovery-image] Feb 28 22:37:11.752 INFO E| Compiling quote v1.0.37
89612025-02-28T22:37:13.438Z[ recovery-image] Feb 28 22:37:11.972 INFO E| Compiling os_pipe v1.2.1
89622025-02-28T22:37:13.438Z[ recovery-image] Feb 28 22:37:11.972 INFO E| Compiling shared_child v1.0.1
89632025-02-28T22:37:13.721Z[ host-image] Feb 28 22:37:12.254 INFO O| copying publishers...
89642025-02-28T22:37:13.856Z[ recovery-image] Feb 28 22:37:12.390 INFO E| Compiling duct v0.13.7
89652025-02-28T22:37:13.904Z[ recovery-image] Feb 28 22:37:12.438 INFO E| Compiling syn v2.0.77
89662025-02-28T22:37:24.109Z[ recovery-image] Feb 28 22:37:22.641 INFO E| Compiling clap_derive v4.5.13
89672025-02-28T22:37:29.567Z[ recovery-image] Feb 28 22:37:28.098 INFO E| Compiling clap v4.5.17
89682025-02-28T22:37:29.659Z[ recovery-image] Feb 28 22:37:28.190 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89692025-02-28T22:37:31.821Z[ recovery-image] Feb 28 22:37:30.350 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
89702025-02-28T22:37:31.843Z[ recovery-image] Feb 28 22:37:30.374 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
89712025-02-28T22:37:32.172Z[ recovery-image] Feb 28 22:37:30.702 INFO E| Updating crates.io index
89722025-02-28T22:37:32.368Z[ recovery-image] Feb 28 22:37:30.899 INFO E| Downloading crates ...
89732025-02-28T22:37:32.532Z[ recovery-image] Feb 28 22:37:31.063 INFO E| Downloaded miniz_oxide v0.8.0
89742025-02-28T22:37:32.536Z[ recovery-image] Feb 28 22:37:31.067 INFO E| Downloaded scroll_derive v0.12.0
89752025-02-28T22:37:32.539Z[ recovery-image] Feb 28 22:37:31.068 INFO E| Downloaded bitstruct_derive v0.1.0
89762025-02-28T22:37:32.539Z[ recovery-image] Feb 28 22:37:31.069 INFO E| Downloaded proc-macro2 v1.0.89
89772025-02-28T22:37:32.542Z[ recovery-image] Feb 28 22:37:31.073 INFO E| Downloaded seq-macro v0.3.5
89782025-02-28T22:37:32.545Z[ recovery-image] Feb 28 22:37:31.076 INFO E| Downloaded bit_field v0.10.2
89792025-02-28T22:37:32.549Z[ recovery-image] Feb 28 22:37:31.077 INFO E| Downloaded cpio_reader v0.1.1
89802025-02-28T22:37:32.549Z[ recovery-image] Feb 28 22:37:31.079 INFO E| Downloaded adler2 v2.0.0
89812025-02-28T22:37:32.552Z[ recovery-image] Feb 28 22:37:31.081 INFO E| Downloaded scroll v0.12.0
89822025-02-28T22:37:32.555Z[ recovery-image] Feb 28 22:37:31.083 INFO E| Downloaded bitstruct v0.1.1
89832025-02-28T22:37:32.586Z[ recovery-image] Feb 28 22:37:31.117 INFO E| Downloaded raw-cpuid v10.7.0
89842025-02-28T22:37:32.603Z[ recovery-image] Feb 28 22:37:31.134 INFO E| Downloaded goblin v0.8.2
89852025-02-28T22:37:32.620Z[ recovery-image] Feb 28 22:37:31.150 INFO E| Downloaded syn v2.0.85
89862025-02-28T22:37:32.739Z[ recovery-image] Feb 28 22:37:31.270 INFO E| Downloaded x86 v0.52.0
89872025-02-28T22:37:32.854Z[ recovery-image] Feb 28 22:37:31.384 INFO E| Updating crates.io index
89882025-02-28T22:37:33.017Z[ recovery-image] Feb 28 22:37:31.546 INFO E| Downloading crates ...
89892025-02-28T22:37:33.160Z[ recovery-image] Feb 28 22:37:31.691 INFO E| Downloaded getopts v0.2.21
89902025-02-28T22:37:33.164Z[ recovery-image] Feb 28 22:37:31.693 INFO E| Downloaded memchr v2.5.0
89912025-02-28T22:37:33.200Z[ recovery-image] Feb 28 22:37:31.730 INFO E| Downloaded rustc-demangle v0.1.24
89922025-02-28T22:37:33.203Z[ recovery-image] Feb 28 22:37:31.733 INFO E| Downloaded allocator-api2 v0.2.18
89932025-02-28T22:37:33.261Z[ recovery-image] Feb 28 22:37:31.791 INFO E| Downloaded compiler_builtins v0.1.134
89942025-02-28T22:37:33.304Z[ recovery-image] Feb 28 22:37:31.834 INFO E| Downloaded hashbrown v0.15.0
89952025-02-28T22:37:33.377Z[ recovery-image] Feb 28 22:37:31.907 INFO E| Downloaded libc v0.2.161
89962025-02-28T22:37:33.595Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling compiler_builtins v0.1.134
89972025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
89982025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling proc-macro2 v1.0.89
89992025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling unicode-ident v1.0.13
90002025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling syn v1.0.109
90012025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling x86 v0.52.0
90022025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90032025-02-28T22:37:33.599Z[ recovery-image] Feb 28 22:37:32.126 INFO E| Compiling seq-macro v0.3.5
90042025-02-28T22:37:36.168Z[ recovery-image] Feb 28 22:37:34.696 INFO E| Compiling quote v1.0.37
90052025-02-28T22:37:36.842Z[ recovery-image] Feb 28 22:37:35.372 INFO E| Compiling syn v2.0.85
90062025-02-28T22:37:42.706Z[ host-image] Feb 28 22:37:41.232 INFO O| adding properties...
90072025-02-28T22:37:42.780Z[ recovery-image] Feb 28 22:37:41.309 INFO E| Compiling scroll_derive v0.12.0
90082025-02-28T22:37:45.436Z[ host-image] Feb 28 22:37:43.965 INFO O| installing packages...
90092025-02-28T22:37:48.977Z[ recovery-image] Feb 28 22:37:47.505 INFO E| Compiling bitstruct_derive v0.1.0
90102025-02-28T22:38:12.229Z[ recovery-image] Feb 28 22:38:10.753 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
90112025-02-28T22:38:15.467Z[ recovery-image] Feb 28 22:38:13.990 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90122025-02-28T22:38:21.231Z[ host-image] Feb 28 22:38:19.753 INFO O| seeding SMF database...
90132025-02-28T22:38:21.961Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling bitflags v1.3.2
90142025-02-28T22:38:21.962Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling plain v0.2.3
90152025-02-28T22:38:21.965Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling adler2 v2.0.0
90162025-02-28T22:38:21.965Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling scroll v0.12.0
90172025-02-28T22:38:21.966Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling log v0.4.22
90182025-02-28T22:38:21.966Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling bit_field v0.10.2
90192025-02-28T22:38:21.966Z[ recovery-image] Feb 28 22:38:20.484 INFO E| Compiling static_assertions v1.1.0
90202025-02-28T22:38:22.087Z[ recovery-image] Feb 28 22:38:20.610 INFO E| Compiling raw-cpuid v10.7.0
90212025-02-28T22:38:22.126Z[ recovery-image] Feb 28 22:38:20.649 INFO E| Compiling cpio_reader v0.1.1
90222025-02-28T22:38:22.219Z[ recovery-image] Feb 28 22:38:20.741 INFO E| Compiling bitstruct v0.1.1
90232025-02-28T22:38:22.362Z[ recovery-image] Feb 28 22:38:20.884 INFO E| Compiling miniz_oxide v0.8.0
90242025-02-28T22:38:22.901Z[ recovery-image] Feb 28 22:38:21.423 INFO E| Compiling goblin v0.8.2
90252025-02-28T22:38:34.844Z[ recovery-image] Feb 28 22:38:33.364 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s
90262025-02-28T22:38:34.879Z[ recovery-image] Feb 28 22:38:33.397 INFO building host image...
90272025-02-28T22:38:34.879Z[ recovery-image] Feb 28 22:38:33.397 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
90282025-02-28T22:38:35.856Z[ recovery-image] Feb 28 22:38:34.376 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90292025-02-28T22:38:36.942Z[ host-image] Feb 28 22:38:35.450 INFO O| configuring SMF profile...
90302025-02-28T22:38:36.942Z[ host-image] Feb 28 22:38:35.451 INFO O| modifying shadow(5)...
90312025-02-28T22:38:36.942Z[ host-image] Feb 28 22:38:35.451 INFO O| loading user and group database...
90322025-02-28T22:38:36.942Z[ host-image] Feb 28 22:38:35.451 INFO O| assessing packaged files...
90332025-02-28T22:38:38.345Z[ recovery-image] Feb 28 22:38:36.859 INFO image complete! materials are in "/work/os-recovery"
90342025-02-28T22:38:38.349Z[ recovery-image]
90352025-02-28T22:38:38.349Z[ recovery-image] real 15:10.677477289
90362025-02-28T22:38:38.349Z[ recovery-image] user 7:07.983460435
90372025-02-28T22:38:38.349Z[ recovery-image] sys 1:09.095462921
90382025-02-28T22:38:38.349Z[ recovery-image] trap 0.349339776
90392025-02-28T22:38:38.349Z[ recovery-image] tflt 0.619555454
90402025-02-28T22:38:38.350Z[ recovery-image] dflt 2.373194034
90412025-02-28T22:38:38.350Z[ recovery-image] kflt 0.039840843
90422025-02-28T22:38:38.350Z[ recovery-image] lock 33:15.168377323
90432025-02-28T22:38:38.350Z[ recovery-image] slp 1:35:18.355435727
90442025-02-28T22:38:38.350Z[ recovery-image] lat 4:49.391656921
90452025-02-28T22:38:38.350Z[ recovery-image] stop 7.819814463
90462025-02-28T22:38:38.350ZFeb 28 22:38:36.868 INFO [recovery-image] process exited with exit status: 0 (910.701101657s)
90472025-02-28T22:38:41.727Z[ host-image] Feb 28 22:38:39.925 INFO O| creating archive...
90482025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.984 INFO O| missing from packaging:
90492025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.984 INFO O| "etc/.pwd.lock"
90502025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.984 INFO O| "etc/bash"
90512025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.993 INFO O| "etc/svc/profile/generic.xml"
90522025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.994 INFO O| "etc/svc/profile/inetd_services.xml"
90532025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.994 INFO O| "etc/svc/profile/name_service.xml"
90542025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.994 INFO O| "etc/svc/profile/platform.xml"
90552025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.994 INFO O| "etc/svc/profile/platform_omicron1.xml"
90562025-02-28T22:38:41.731Z[ host-image] Feb 28 22:38:39.994 INFO O| "etc/svc/repository.db"
90572025-02-28T22:38:41.732Z[ host-image] Feb 28 22:38:40.013 INFO O| "opt/ooce/share"
90582025-02-28T22:38:41.732Z[ host-image] Feb 28 22:38:40.013 INFO O| "opt/ooce/share/man"
90592025-02-28T22:38:41.732Z[ host-image] Feb 28 22:38:40.013 INFO O| "opt/ooce/share/man/man1"
90602025-02-28T22:38:41.732Z[ host-image] Feb 28 22:38:40.029 INFO O| finishing archive...
90612025-02-28T22:38:43.139Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
90622025-02-28T22:38:45.346Z[ host-image] Feb 28 22:38:43.865 INFO O| creating gzonly manifest...
90632025-02-28T22:38:45.358Z[ host-image] Feb 28 22:38:43.877 INFO O| ok
90642025-02-28T22:38:45.539Z[ host-image] Feb 28 22:38:44.058 INFO image builder template: ramdisk-02-trim...
90652025-02-28T22:38:45.539Z[ host-image] Feb 28 22:38:44.058 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
90662025-02-28T22:38:45.582Z[ host-image] Feb 28 22:38:44.101 INFO O| Feb 28 22:38:44.101 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90672025-02-28T22:38:45.599Z[ host-image] Feb 28 22:38:44.115 INFO O| Feb 28 22:38:44.115 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90682025-02-28T22:38:45.884Z[ host-image] Feb 28 22:38:44.403 INFO O| Feb 28 22:38:44.403 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
90692025-02-28T22:38:45.969Z[ host-image] Feb 28 22:38:44.487 INFO O| Feb 28 22:38:44.487 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90702025-02-28T22:38:45.972Z[ host-image] Feb 28 22:38:44.487 INFO O| Feb 28 22:38:44.487 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
90712025-02-28T22:38:45.978Z[ host-image] Feb 28 22:38:44.497 INFO O| Feb 28 22:38:44.497 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90722025-02-28T22:38:45.994Z[ host-image] Feb 28 22:38:44.512 INFO O| Feb 28 22:38:44.512 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
90732025-02-28T22:38:46.021Z[ host-image] Feb 28 22:38:44.539 INFO O| Feb 28 22:38:44.539 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
90742025-02-28T22:38:46.514Z[ host-image] Feb 28 22:38:45.033 INFO O| Feb 28 22:38:45.033 INFO rolled back to input snapshot; work may begin
90752025-02-28T22:38:46.518Z[ host-image] Feb 28 22:38:45.033 INFO O| Feb 28 22:38:45.033 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
90762025-02-28T22:38:46.535Z[ host-image] Feb 28 22:38:45.054 INFO O| Feb 28 22:38:45.054 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772025-02-28T22:38:46.558Z[ host-image] Feb 28 22:38:45.076 INFO O| Feb 28 22:38:45.076 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
90782025-02-28T22:38:46.721Z[ host-image] Feb 28 22:38:45.238 INFO O| Feb 28 22:38:45.238 INFO STEP 0 (remove_files) COMPLETE
90792025-02-28T22:38:46.721Z[ host-image] Feb 28 22:38:45.239 INFO O| Feb 28 22:38:45.238 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-28T22:38:46.756Z[ host-image] Feb 28 22:38:45.275 INFO O| Feb 28 22:38:45.275 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
90812025-02-28T22:38:46.760Z[ host-image] Feb 28 22:38:45.278 INFO O| Feb 28 22:38:45.277 INFO STEP 1 (remove_files) COMPLETE
90822025-02-28T22:38:46.760Z[ host-image] Feb 28 22:38:45.278 INFO O| Feb 28 22:38:45.277 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90832025-02-28T22:38:46.780Z[ host-image] Feb 28 22:38:45.298 INFO O| Feb 28 22:38:45.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
90842025-02-28T22:38:46.827Z[ host-image] Feb 28 22:38:45.346 INFO O| Feb 28 22:38:45.346 INFO STEP 2 (remove_files) COMPLETE
90852025-02-28T22:38:46.827Z[ host-image] Feb 28 22:38:45.346 INFO O| Feb 28 22:38:45.346 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862025-02-28T22:38:46.859Z[ host-image] Feb 28 22:38:45.378 INFO O| Feb 28 22:38:45.378 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
90872025-02-28T22:38:46.863Z[ host-image] Feb 28 22:38:45.381 INFO O| Feb 28 22:38:45.381 INFO STEP 3 (remove_files) COMPLETE
90882025-02-28T22:38:46.863Z[ host-image] Feb 28 22:38:45.381 INFO O| Feb 28 22:38:45.381 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892025-02-28T22:38:46.882Z[ host-image] Feb 28 22:38:45.401 INFO O| Feb 28 22:38:45.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
90902025-02-28T22:38:46.890Z[ host-image] Feb 28 22:38:45.408 INFO O| Feb 28 22:38:45.408 INFO STEP 4 (remove_files) COMPLETE
90912025-02-28T22:38:46.893Z[ host-image] Feb 28 22:38:45.409 INFO O| Feb 28 22:38:45.408 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922025-02-28T22:38:46.913Z[ host-image] Feb 28 22:38:45.431 INFO O| Feb 28 22:38:45.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
90932025-02-28T22:38:46.918Z[ host-image] Feb 28 22:38:45.437 INFO O| Feb 28 22:38:45.437 INFO STEP 5 (remove_files) COMPLETE
90942025-02-28T22:38:46.921Z[ host-image] Feb 28 22:38:45.437 INFO O| Feb 28 22:38:45.437 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952025-02-28T22:38:46.952Z[ host-image] Feb 28 22:38:45.471 INFO O| Feb 28 22:38:45.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
90962025-02-28T22:38:46.973Z[ host-image] Feb 28 22:38:45.491 INFO O| Feb 28 22:38:45.491 INFO STEP 6 (remove_files) COMPLETE
90972025-02-28T22:38:46.973Z[ host-image] Feb 28 22:38:45.491 INFO O| Feb 28 22:38:45.491 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90982025-02-28T22:38:46.993Z[ host-image] Feb 28 22:38:45.512 INFO O| Feb 28 22:38:45.512 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
90992025-02-28T22:38:47.018Z[ host-image] Feb 28 22:38:45.537 INFO O| Feb 28 22:38:45.536 INFO STEP 7 (remove_files) COMPLETE
91002025-02-28T22:38:47.019Z[ host-image] Feb 28 22:38:45.537 INFO O| Feb 28 22:38:45.537 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012025-02-28T22:38:47.042Z[ host-image] Feb 28 22:38:45.560 INFO O| Feb 28 22:38:45.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
91022025-02-28T22:38:47.214Z[ host-image] Feb 28 22:38:45.732 INFO O| Feb 28 22:38:45.732 INFO STEP 8 (remove_files) COMPLETE
91032025-02-28T22:38:47.214Z[ host-image] Feb 28 22:38:45.732 INFO O| Feb 28 22:38:45.732 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042025-02-28T22:38:47.244Z[ host-image] Feb 28 22:38:45.762 INFO O| Feb 28 22:38:45.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
91052025-02-28T22:38:47.417Z[ host-image] Feb 28 22:38:45.935 INFO O| Feb 28 22:38:45.935 INFO STEP 9 (remove_files) COMPLETE
91062025-02-28T22:38:47.417Z[ host-image] Feb 28 22:38:45.935 INFO O| Feb 28 22:38:45.935 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072025-02-28T22:38:47.440Z[ host-image] Feb 28 22:38:45.959 INFO O| Feb 28 22:38:45.959 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
91082025-02-28T22:38:47.448Z[ host-image] Feb 28 22:38:45.966 INFO O| Feb 28 22:38:45.966 INFO STEP 10 (remove_files) COMPLETE
91092025-02-28T22:38:47.448Z[ host-image] Feb 28 22:38:45.966 INFO O| Feb 28 22:38:45.966 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91102025-02-28T22:38:47.492Z[ host-image] Feb 28 22:38:46.010 INFO O| Feb 28 22:38:46.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
91112025-02-28T22:38:47.495Z[ host-image] Feb 28 22:38:46.011 INFO O| Feb 28 22:38:46.011 INFO STEP 11 (remove_files) COMPLETE
91122025-02-28T22:38:47.495Z[ host-image] Feb 28 22:38:46.012 INFO O| Feb 28 22:38:46.011 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132025-02-28T22:38:47.513Z[ host-image] Feb 28 22:38:46.032 INFO O| Feb 28 22:38:46.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
91142025-02-28T22:38:47.517Z[ host-image] Feb 28 22:38:46.034 INFO O| Feb 28 22:38:46.034 INFO STEP 12 (remove_files) COMPLETE
91152025-02-28T22:38:47.517Z[ host-image] Feb 28 22:38:46.035 INFO O| Feb 28 22:38:46.034 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91162025-02-28T22:38:47.980Z[ host-image] Feb 28 22:38:46.498 INFO O| Feb 28 22:38:46.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
91172025-02-28T22:38:47.989Z[ host-image] Feb 28 22:38:46.508 INFO O| Feb 28 22:38:46.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
91182025-02-28T22:38:47.993Z[ host-image] Feb 28 22:38:46.510 INFO O| Feb 28 22:38:46.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
91192025-02-28T22:38:47.996Z[ host-image] Feb 28 22:38:46.513 INFO O| Feb 28 22:38:46.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
91202025-02-28T22:38:48.184Z[ host-image] Feb 28 22:38:46.702 INFO O| Feb 28 22:38:46.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91212025-02-28T22:38:48.201Z[ host-image] Feb 28 22:38:46.719 INFO O| Feb 28 22:38:46.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91222025-02-28T22:38:48.201Z[ host-image] Feb 28 22:38:46.719 INFO O| Feb 28 22:38:46.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91232025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.720 INFO O| Feb 28 22:38:46.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91242025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.720 INFO O| Feb 28 22:38:46.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91252025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.720 INFO O| Feb 28 22:38:46.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91262025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.720 INFO O| Feb 28 22:38:46.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91272025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.720 INFO O| Feb 28 22:38:46.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91282025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.721 INFO O| Feb 28 22:38:46.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91292025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.721 INFO O| Feb 28 22:38:46.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91302025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.721 INFO O| Feb 28 22:38:46.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91312025-02-28T22:38:48.204Z[ host-image] Feb 28 22:38:46.721 INFO O| Feb 28 22:38:46.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91322025-02-28T22:38:48.205Z[ host-image] Feb 28 22:38:46.722 INFO O| Feb 28 22:38:46.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91332025-02-28T22:38:48.205Z[ host-image] Feb 28 22:38:46.722 INFO O| Feb 28 22:38:46.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91342025-02-28T22:38:48.205Z[ host-image] Feb 28 22:38:46.722 INFO O| Feb 28 22:38:46.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91352025-02-28T22:38:48.205Z[ host-image] Feb 28 22:38:46.722 INFO O| Feb 28 22:38:46.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91362025-02-28T22:38:48.205Z[ host-image] Feb 28 22:38:46.722 INFO O| Feb 28 22:38:46.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91372025-02-28T22:38:48.213Z[ host-image] Feb 28 22:38:46.732 INFO O| Feb 28 22:38:46.732 INFO STEP 13 (remove_files) COMPLETE
91382025-02-28T22:38:48.213Z[ host-image] Feb 28 22:38:46.732 INFO O| Feb 28 22:38:46.732 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392025-02-28T22:38:48.233Z[ host-image] Feb 28 22:38:46.751 INFO O| Feb 28 22:38:46.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
91402025-02-28T22:38:48.237Z[ host-image] Feb 28 22:38:46.753 INFO O| Feb 28 22:38:46.753 INFO STEP 14 (remove_files) COMPLETE
91412025-02-28T22:38:48.237Z[ host-image] Feb 28 22:38:46.753 INFO O| Feb 28 22:38:46.753 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91422025-02-28T22:38:48.290Z[ host-image] Feb 28 22:38:46.808 INFO O| Feb 28 22:38:46.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
91432025-02-28T22:38:48.300Z[ host-image] Feb 28 22:38:46.818 INFO O| Feb 28 22:38:46.818 INFO STEP 15 (remove_files) COMPLETE
91442025-02-28T22:38:48.300Z[ host-image] Feb 28 22:38:46.818 INFO O| Feb 28 22:38:46.818 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91452025-02-28T22:38:48.320Z[ host-image] Feb 28 22:38:46.839 INFO O| Feb 28 22:38:46.838 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
91462025-02-28T22:38:48.324Z[ host-image] Feb 28 22:38:46.839 INFO O| Feb 28 22:38:46.839 INFO STEP 16 (remove_files) COMPLETE
91472025-02-28T22:38:48.324Z[ host-image] Feb 28 22:38:46.839 INFO O| Feb 28 22:38:46.839 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91482025-02-28T22:38:48.341Z[ host-image] Feb 28 22:38:46.860 INFO O| Feb 28 22:38:46.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
91492025-02-28T22:38:48.345Z[ host-image] Feb 28 22:38:46.862 INFO O| Feb 28 22:38:46.862 INFO STEP 17 (remove_files) COMPLETE
91502025-02-28T22:38:48.345Z[ host-image] Feb 28 22:38:46.862 INFO O| Feb 28 22:38:46.862 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91512025-02-28T22:38:48.367Z[ host-image] Feb 28 22:38:46.885 INFO O| Feb 28 22:38:46.885 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
91522025-02-28T22:38:48.371Z[ host-image] Feb 28 22:38:46.885 INFO O| Feb 28 22:38:46.885 INFO STEP 18 (remove_files) COMPLETE
91532025-02-28T22:38:48.371Z[ host-image] Feb 28 22:38:46.885 INFO O| Feb 28 22:38:46.885 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91542025-02-28T22:38:48.412Z[ host-image] Feb 28 22:38:46.930 INFO O| Feb 28 22:38:46.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
91552025-02-28T22:38:48.412Z[ host-image] Feb 28 22:38:46.930 INFO O| Feb 28 22:38:46.930 INFO STEP 19 (remove_files) COMPLETE
91562025-02-28T22:38:48.412Z[ host-image] Feb 28 22:38:46.930 INFO O| Feb 28 22:38:46.930 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91572025-02-28T22:38:48.449Z[ host-image] Feb 28 22:38:46.967 INFO O| Feb 28 22:38:46.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
91582025-02-28T22:38:48.449Z[ host-image] Feb 28 22:38:46.967 INFO O| Feb 28 22:38:46.967 INFO STEP 20 (remove_files) COMPLETE
91592025-02-28T22:38:48.449Z[ host-image] Feb 28 22:38:46.967 INFO O| Feb 28 22:38:46.967 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91602025-02-28T22:38:48.468Z[ host-image] Feb 28 22:38:46.986 INFO O| Feb 28 22:38:46.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
91612025-02-28T22:38:48.468Z[ host-image] Feb 28 22:38:46.986 INFO O| Feb 28 22:38:46.986 INFO STEP 21 (remove_files) COMPLETE
91622025-02-28T22:38:48.468Z[ host-image] Feb 28 22:38:46.986 INFO O| Feb 28 22:38:46.986 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91632025-02-28T22:38:48.487Z[ host-image] Feb 28 22:38:47.005 INFO O| Feb 28 22:38:47.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
91642025-02-28T22:38:48.487Z[ host-image] Feb 28 22:38:47.005 INFO O| Feb 28 22:38:47.005 INFO STEP 22 (remove_files) COMPLETE
91652025-02-28T22:38:48.490Z[ host-image] Feb 28 22:38:47.005 INFO O| Feb 28 22:38:47.005 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91662025-02-28T22:38:48.508Z[ host-image] Feb 28 22:38:47.026 INFO O| Feb 28 22:38:47.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
91672025-02-28T22:38:48.508Z[ host-image] Feb 28 22:38:47.026 INFO O| Feb 28 22:38:47.026 INFO STEP 23 (remove_files) COMPLETE
91682025-02-28T22:38:48.508Z[ host-image] Feb 28 22:38:47.026 INFO O| Feb 28 22:38:47.026 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91692025-02-28T22:38:48.530Z[ host-image] Feb 28 22:38:47.048 INFO O| Feb 28 22:38:47.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
91702025-02-28T22:38:48.530Z[ host-image] Feb 28 22:38:47.048 INFO O| Feb 28 22:38:47.048 INFO STEP 24 (remove_files) COMPLETE
91712025-02-28T22:38:48.530Z[ host-image] Feb 28 22:38:47.048 INFO O| Feb 28 22:38:47.048 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91722025-02-28T22:38:48.553Z[ host-image] Feb 28 22:38:47.071 INFO O| Feb 28 22:38:47.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
91732025-02-28T22:38:48.553Z[ host-image] Feb 28 22:38:47.071 INFO O| Feb 28 22:38:47.071 INFO STEP 25 (remove_files) COMPLETE
91742025-02-28T22:38:48.553Z[ host-image] Feb 28 22:38:47.071 INFO O| Feb 28 22:38:47.071 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91752025-02-28T22:38:48.589Z[ host-image] Feb 28 22:38:47.107 INFO O| Feb 28 22:38:47.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
91762025-02-28T22:38:48.589Z[ host-image] Feb 28 22:38:47.107 INFO O| Feb 28 22:38:47.107 INFO STEP 26 (remove_files) COMPLETE
91772025-02-28T22:38:48.592Z[ host-image] Feb 28 22:38:47.107 INFO O| Feb 28 22:38:47.107 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91782025-02-28T22:38:48.607Z[ host-image] Feb 28 22:38:47.126 INFO O| Feb 28 22:38:47.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
91792025-02-28T22:38:48.607Z[ host-image] Feb 28 22:38:47.126 INFO O| Feb 28 22:38:47.126 INFO STEP 27 (remove_files) COMPLETE
91802025-02-28T22:38:48.607Z[ host-image] Feb 28 22:38:47.126 INFO O| Feb 28 22:38:47.126 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91812025-02-28T22:38:48.637Z[ host-image] Feb 28 22:38:47.154 INFO O| Feb 28 22:38:47.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
91822025-02-28T22:38:48.637Z[ host-image] Feb 28 22:38:47.154 INFO O| Feb 28 22:38:47.154 INFO STEP 28 (remove_files) COMPLETE
91832025-02-28T22:38:48.637Z[ host-image] Feb 28 22:38:47.154 INFO O| Feb 28 22:38:47.154 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91842025-02-28T22:38:48.675Z[ host-image] Feb 28 22:38:47.193 INFO O| Feb 28 22:38:47.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
91852025-02-28T22:38:48.675Z[ host-image] Feb 28 22:38:47.193 INFO O| Feb 28 22:38:47.193 INFO STEP 29 (remove_files) COMPLETE
91862025-02-28T22:38:48.675Z[ host-image] Feb 28 22:38:47.193 INFO O| Feb 28 22:38:47.193 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91872025-02-28T22:38:48.697Z[ host-image] Feb 28 22:38:47.215 INFO O| Feb 28 22:38:47.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
91882025-02-28T22:38:48.697Z[ host-image] Feb 28 22:38:47.215 INFO O| Feb 28 22:38:47.215 INFO STEP 30 (remove_files) COMPLETE
91892025-02-28T22:38:48.701Z[ host-image] Feb 28 22:38:47.215 INFO O| Feb 28 22:38:47.215 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91902025-02-28T22:38:48.719Z[ host-image] Feb 28 22:38:47.237 INFO O| Feb 28 22:38:47.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
91912025-02-28T22:38:48.719Z[ host-image] Feb 28 22:38:47.237 INFO O| Feb 28 22:38:47.237 INFO STEP 31 (remove_files) COMPLETE
91922025-02-28T22:38:48.719Z[ host-image] Feb 28 22:38:47.237 INFO O| Feb 28 22:38:47.237 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91932025-02-28T22:38:48.740Z[ host-image] Feb 28 22:38:47.258 INFO O| Feb 28 22:38:47.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
91942025-02-28T22:38:48.740Z[ host-image] Feb 28 22:38:47.258 INFO O| Feb 28 22:38:47.258 INFO STEP 32 (remove_files) COMPLETE
91952025-02-28T22:38:48.740Z[ host-image] Feb 28 22:38:47.258 INFO O| Feb 28 22:38:47.258 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91962025-02-28T22:38:48.761Z[ host-image] Feb 28 22:38:47.278 INFO O| Feb 28 22:38:47.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
91972025-02-28T22:38:48.761Z[ host-image] Feb 28 22:38:47.278 INFO O| Feb 28 22:38:47.278 INFO STEP 33 (remove_files) COMPLETE
91982025-02-28T22:38:48.761Z[ host-image] Feb 28 22:38:47.278 INFO O| Feb 28 22:38:47.278 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91992025-02-28T22:38:48.779Z[ host-image] Feb 28 22:38:47.298 INFO O| Feb 28 22:38:47.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
92002025-02-28T22:38:48.780Z[ host-image] Feb 28 22:38:47.298 INFO O| Feb 28 22:38:47.298 INFO STEP 34 (remove_files) COMPLETE
92012025-02-28T22:38:48.784Z[ host-image] Feb 28 22:38:47.298 INFO O| Feb 28 22:38:47.298 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92022025-02-28T22:38:48.800Z[ host-image] Feb 28 22:38:47.318 INFO O| Feb 28 22:38:47.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
92032025-02-28T22:38:48.800Z[ host-image] Feb 28 22:38:47.318 INFO O| Feb 28 22:38:47.318 INFO STEP 35 (remove_files) COMPLETE
92042025-02-28T22:38:48.800Z[ host-image] Feb 28 22:38:47.318 INFO O| Feb 28 22:38:47.318 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92052025-02-28T22:38:48.819Z[ host-image] Feb 28 22:38:47.338 INFO O| Feb 28 22:38:47.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
92062025-02-28T22:38:48.819Z[ host-image] Feb 28 22:38:47.338 INFO O| Feb 28 22:38:47.338 INFO STEP 36 (remove_files) COMPLETE
92072025-02-28T22:38:48.823Z[ host-image] Feb 28 22:38:47.338 INFO O| Feb 28 22:38:47.338 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92082025-02-28T22:38:49.844Z[ host-image] Feb 28 22:38:47.357 INFO O| Feb 28 22:38:47.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
92092025-02-28T22:38:49.844Z[ host-image] Feb 28 22:38:47.358 INFO O| Feb 28 22:38:47.358 INFO STEP 37 (remove_files) COMPLETE
92102025-02-28T22:38:49.844Z[ host-image] Feb 28 22:38:47.358 INFO O| Feb 28 22:38:47.358 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92112025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.377 INFO O| Feb 28 22:38:47.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
92122025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.377 INFO O| Feb 28 22:38:47.377 INFO STEP 38 (remove_files) COMPLETE
92132025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.377 INFO O| Feb 28 22:38:47.377 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92142025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.434 INFO O| Feb 28 22:38:47.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
92152025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.434 INFO O| Feb 28 22:38:47.434 INFO STEP 39 (remove_files) COMPLETE
92162025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.434 INFO O| Feb 28 22:38:47.434 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92172025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.452 INFO O| Feb 28 22:38:47.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
92182025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.452 INFO O| Feb 28 22:38:47.452 INFO STEP 40 (remove_files) COMPLETE
92192025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.452 INFO O| Feb 28 22:38:47.452 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92202025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.471 INFO O| Feb 28 22:38:47.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
92212025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.471 INFO O| Feb 28 22:38:47.471 INFO STEP 41 (remove_files) COMPLETE
92222025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.471 INFO O| Feb 28 22:38:47.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92232025-02-28T22:38:49.850Z[ host-image] Feb 28 22:38:47.489 INFO O| Feb 28 22:38:47.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
92242025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.489 INFO O| Feb 28 22:38:47.489 INFO STEP 42 (remove_files) COMPLETE
92252025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.489 INFO O| Feb 28 22:38:47.489 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92262025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.512 INFO O| Feb 28 22:38:47.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
92272025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.512 INFO O| Feb 28 22:38:47.512 INFO STEP 43 (remove_files) COMPLETE
92282025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.512 INFO O| Feb 28 22:38:47.512 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92292025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.532 INFO O| Feb 28 22:38:47.532 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
92302025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.532 INFO O| Feb 28 22:38:47.532 INFO STEP 44 (remove_files) COMPLETE
92312025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.532 INFO O| Feb 28 22:38:47.532 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92322025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.552 INFO O| Feb 28 22:38:47.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
92332025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.552 INFO O| Feb 28 22:38:47.552 INFO STEP 45 (remove_files) COMPLETE
92342025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.552 INFO O| Feb 28 22:38:47.552 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92352025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.571 INFO O| Feb 28 22:38:47.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
92362025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.571 INFO O| Feb 28 22:38:47.571 INFO STEP 46 (remove_files) COMPLETE
92372025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.571 INFO O| Feb 28 22:38:47.571 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92382025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.591 INFO O| Feb 28 22:38:47.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
92392025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.591 INFO O| Feb 28 22:38:47.591 INFO STEP 47 (remove_files) COMPLETE
92402025-02-28T22:38:49.851Z[ host-image] Feb 28 22:38:47.591 INFO O| Feb 28 22:38:47.591 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92412025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.611 INFO O| Feb 28 22:38:47.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
92422025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.611 INFO O| Feb 28 22:38:47.611 INFO STEP 48 (remove_files) COMPLETE
92432025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.611 INFO O| Feb 28 22:38:47.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92442025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.634 INFO O| Feb 28 22:38:47.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
92452025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.634 INFO O| Feb 28 22:38:47.634 INFO STEP 49 (remove_files) COMPLETE
92462025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.634 INFO O| Feb 28 22:38:47.634 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92472025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.692 INFO O| Feb 28 22:38:47.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
92482025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.692 INFO O| Feb 28 22:38:47.692 INFO STEP 50 (remove_files) COMPLETE
92492025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.692 INFO O| Feb 28 22:38:47.692 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92502025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.752 INFO O| Feb 28 22:38:47.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92512025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.753 INFO O| Feb 28 22:38:47.753 INFO STEP 51 (remove_files) COMPLETE
92522025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.753 INFO O| Feb 28 22:38:47.753 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92532025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.792 INFO O| Feb 28 22:38:47.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92542025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.792 INFO O| Feb 28 22:38:47.792 INFO STEP 52 (remove_files) COMPLETE
92552025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.792 INFO O| Feb 28 22:38:47.792 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92562025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.833 INFO O| Feb 28 22:38:47.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
92572025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.833 INFO O| Feb 28 22:38:47.833 INFO STEP 53 (remove_files) COMPLETE
92582025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.833 INFO O| Feb 28 22:38:47.833 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92592025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.853 INFO O| Feb 28 22:38:47.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
92602025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.853 INFO O| Feb 28 22:38:47.853 INFO STEP 54 (remove_files) COMPLETE
92612025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.853 INFO O| Feb 28 22:38:47.853 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92622025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.872 INFO O| Feb 28 22:38:47.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
92632025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.873 INFO O| Feb 28 22:38:47.872 INFO STEP 55 (remove_files) COMPLETE
92642025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.873 INFO O| Feb 28 22:38:47.872 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92652025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.890 INFO O| Feb 28 22:38:47.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
92662025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.890 INFO O| Feb 28 22:38:47.890 INFO STEP 56 (remove_files) COMPLETE
92672025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.890 INFO O| Feb 28 22:38:47.890 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92682025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.924 INFO O| Feb 28 22:38:47.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
92692025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.924 INFO O| Feb 28 22:38:47.924 INFO STEP 57 (remove_files) COMPLETE
92702025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.924 INFO O| Feb 28 22:38:47.924 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92712025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92722025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
92732025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92742025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92752025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92762025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.943 INFO O| Feb 28 22:38:47.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92772025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.944 INFO O| Feb 28 22:38:47.944 INFO ok!
92782025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.944 INFO O| Feb 28 22:38:47.944 INFO STEP 58 (ensure_file) COMPLETE
92792025-02-28T22:38:49.852Z[ host-image] Feb 28 22:38:47.944 INFO O| Feb 28 22:38:47.944 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92802025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92812025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
92822025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92832025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92842025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92852025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92862025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO ok!
92872025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO STEP 59 (ensure_file) COMPLETE
92882025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.964 INFO O| Feb 28 22:38:47.964 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92892025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
92902025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
92912025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
92922025-02-28T22:38:49.853Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO ok!
92932025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO STEP 60 (ensure_file) COMPLETE
92942025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:47.985 INFO O| Feb 28 22:38:47.985 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92952025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.004 INFO O| Feb 28 22:38:48.004 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92962025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.004 INFO O| Feb 28 22:38:48.004 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
92972025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.004 INFO O| Feb 28 22:38:48.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
92982025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.005 INFO O| Feb 28 22:38:48.004 INFO ok!
92992025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.005 INFO O| Feb 28 22:38:48.004 INFO STEP 61 (ensure_file) COMPLETE
93002025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.005 INFO O| Feb 28 22:38:48.005 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93012025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.024 INFO O| Feb 28 22:38:48.024 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
93022025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.024 INFO O| Feb 28 22:38:48.024 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
93032025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.025 INFO O| Feb 28 22:38:48.025 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
93042025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.025 INFO O| Feb 28 22:38:48.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
93052025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.025 INFO O| Feb 28 22:38:48.025 INFO ok!
93062025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.025 INFO O| Feb 28 22:38:48.025 INFO STEP 62 (ensure_file) COMPLETE
93072025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.025 INFO O| Feb 28 22:38:48.025 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93082025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.043 INFO O| Feb 28 22:38:48.043 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
93092025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.043 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
93102025-02-28T22:38:49.854Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
93112025-02-28T22:38:49.858Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
93122025-02-28T22:38:49.858Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.044 INFO ok!
93132025-02-28T22:38:49.858Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.044 INFO STEP 63 (ensure_file) COMPLETE
93142025-02-28T22:38:49.858Z[ host-image] Feb 28 22:38:48.044 INFO O| Feb 28 22:38:48.044 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93152025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.063 INFO O| Feb 28 22:38:48.063 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
93162025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.063 INFO O| Feb 28 22:38:48.063 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
93172025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.064 INFO O| Feb 28 22:38:48.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
93182025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.064 INFO O| Feb 28 22:38:48.064 INFO ok!
93192025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.064 INFO O| Feb 28 22:38:48.064 INFO STEP 64 (assemble_files) COMPLETE
93202025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.064 INFO O| Feb 28 22:38:48.064 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93212025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
93222025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
93232025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
93242025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
93252025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO ok!
93262025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO STEP 65 (ensure_file) COMPLETE
93272025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.083 INFO O| Feb 28 22:38:48.083 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93282025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.102 INFO O| Feb 28 22:38:48.102 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
93292025-02-28T22:38:49.859Z[ host-image] Feb 28 22:38:48.102 INFO O| Feb 28 22:38:48.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
93302025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.103 INFO O| Feb 28 22:38:48.102 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
93312025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.103 INFO O| Feb 28 22:38:48.103 INFO STEP 66 (ensure_dir) COMPLETE
93322025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.103 INFO O| Feb 28 22:38:48.103 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93332025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.121 INFO O| Feb 28 22:38:48.121 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93342025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.121 INFO O| Feb 28 22:38:48.121 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
93352025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.131 INFO O| Feb 28 22:38:48.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93362025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.131 INFO O| Feb 28 22:38:48.131 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93372025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.131 INFO O| Feb 28 22:38:48.131 INFO ok!
93382025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.131 INFO O| Feb 28 22:38:48.131 INFO STEP 67 (ensure_file) COMPLETE
93392025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.131 INFO O| Feb 28 22:38:48.131 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93402025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.153 INFO O| Feb 28 22:38:48.153 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93412025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.153 INFO O| Feb 28 22:38:48.153 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
93422025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.153 INFO O| Feb 28 22:38:48.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93432025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.154 INFO O| Feb 28 22:38:48.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93442025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.154 INFO O| Feb 28 22:38:48.154 INFO ok!
93452025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.154 INFO O| Feb 28 22:38:48.154 INFO STEP 68 (ensure_file) COMPLETE
93462025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.154 INFO O| Feb 28 22:38:48.154 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
93472025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.185 INFO O| Feb 28 22:38:48.185 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
93482025-02-28T22:38:49.860Z[ host-image] Feb 28 22:38:48.186 INFO O| Feb 28 22:38:48.185 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
93492025-02-28T22:38:53.631Z[ host-image] Feb 28 22:38:52.149 INFO O| Feb 28 22:38:52.148 INFO STEP 69 (pack_tar) COMPLETE
93502025-02-28T22:38:53.631Z[ host-image] Feb 28 22:38:52.149 INFO O| Feb 28 22:38:52.148 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
93512025-02-28T22:38:53.631Z[ host-image] Feb 28 22:38:52.149 INFO O| Feb 28 22:38:52.149 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
93522025-02-28T22:38:54.052Z[ host-image] Feb 28 22:38:52.570 INFO O| Feb 28 22:38:52.570 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
93532025-02-28T22:38:54.194Z[ host-image] Feb 28 22:38:52.711 INFO O| Feb 28 22:38:52.711 INFO completed processing gimlet/ramdisk-02-trim
93542025-02-28T22:38:54.197Z[ host-image] Feb 28 22:38:52.715 INFO image builder template: zfs...
93552025-02-28T22:38:54.198Z[ host-image] Feb 28 22:38:52.715 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpM2JRTw/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None
93562025-02-28T22:38:54.222Z[ host-image] Feb 28 22:38:52.739 INFO O| Feb 28 22:38:52.739 INFO skip include "stress" because feature "stress" is not enabled
93572025-02-28T22:38:54.281Z[ host-image] Feb 28 22:38:52.799 INFO O| Feb 28 22:38:52.799 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
93582025-02-28T22:38:54.290Z[ host-image] Feb 28 22:38:52.807 INFO O| Feb 28 22:38:52.807 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
93592025-02-28T22:38:54.416Z[ host-image] Feb 28 22:38:52.933 INFO O| Feb 28 22:38:52.933 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
93602025-02-28T22:38:54.498Z[ host-image] Feb 28 22:38:53.015 INFO O| Feb 28 22:38:53.015 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
93612025-02-28T22:38:54.501Z[ host-image] Feb 28 22:38:53.015 INFO O| Feb 28 22:38:53.015 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
93622025-02-28T22:38:54.507Z[ host-image] Feb 28 22:38:53.024 INFO O| Feb 28 22:38:53.024 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
93632025-02-28T22:38:54.606Z[ host-image] Feb 28 22:38:53.124 INFO O| Feb 28 22:38:53.124 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
93642025-02-28T22:38:54.671Z[ host-image] Feb 28 22:38:53.188 INFO O| Feb 28 22:38:53.188 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
93652025-02-28T22:38:54.688Z[ host-image] Feb 28 22:38:53.205 INFO O| Feb 28 22:38:53.205 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
93662025-02-28T22:38:54.697Z[ host-image] Feb 28 22:38:53.214 INFO O| Feb 28 22:38:53.214 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
93672025-02-28T22:38:54.697Z[ host-image] Feb 28 22:38:53.214 INFO O| Feb 28 22:38:53.214 INFO no lofi found
93682025-02-28T22:38:54.700Z[ host-image] Feb 28 22:38:53.214 INFO O| Feb 28 22:38:53.214 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
93692025-02-28T22:38:54.700Z[ host-image] Feb 28 22:38:53.214 INFO O| Feb 28 22:38:53.214 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
93702025-02-28T22:38:56.495Z[ host-image] Feb 28 22:38:55.012 INFO O| Feb 28 22:38:55.012 INFO lofi device = /dev/dsk/c2t1d0p0
93712025-02-28T22:38:56.495Z[ host-image] Feb 28 22:38:55.012 INFO O| Feb 28 22:38:55.012 INFO pool device = /dev/dsk/c2t1d0p0
93722025-02-28T22:38:56.499Z[ host-image] Feb 28 22:38:55.012 INFO O| Feb 28 22:38:55.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
93732025-02-28T22:38:56.734Z[ host-image] Feb 28 22:38:55.251 INFO O| Feb 28 22:38:55.251 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93742025-02-28T22:38:56.734Z[ host-image] Feb 28 22:38:55.251 INFO O| Feb 28 22:38:55.251 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
93752025-02-28T22:38:56.770Z[ host-image] Feb 28 22:38:55.287 INFO O| Feb 28 22:38:55.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
93762025-02-28T22:38:56.905Z[ host-image] Feb 28 22:38:55.422 INFO O| Feb 28 22:38:55.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
93772025-02-28T22:38:56.987Z[ host-image] Feb 28 22:38:55.504 INFO O| Feb 28 22:38:55.504 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
93782025-02-28T22:38:57.017Z[ host-image] Feb 28 22:38:55.534 INFO O| Feb 28 22:38:55.534 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
93792025-02-28T22:38:57.039Z[ host-image] Feb 28 22:38:55.556 INFO O| Feb 28 22:38:55.556 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
93802025-02-28T22:38:57.144Z[ host-image] Feb 28 22:38:55.661 INFO O| Feb 28 22:38:55.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
93812025-02-28T22:38:57.148Z[ host-image] Feb 28 22:38:55.662 INFO O| Feb 28 22:38:55.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
93822025-02-28T22:38:57.148Z[ host-image] Feb 28 22:38:55.662 INFO O| Feb 28 22:38:55.662 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
93832025-02-28T22:38:57.166Z[ host-image] Feb 28 22:38:55.683 INFO O| Feb 28 22:38:55.683 INFO boot environment UUID: 8ed8ce64-a510-4a1e-9eb8-a9105328d2c8
93842025-02-28T22:38:57.169Z[ host-image] Feb 28 22:38:55.683 INFO O| Feb 28 22:38:55.683 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8ed8ce64-a510-4a1e-9eb8-a9105328d2c8
93852025-02-28T22:38:57.204Z[ host-image] Feb 28 22:38:55.720 INFO O| Feb 28 22:38:55.720 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93862025-02-28T22:38:57.276Z[ host-image] Feb 28 22:38:55.793 INFO O| Feb 28 22:38:55.793 INFO STEP 0 (create_be) COMPLETE
93872025-02-28T22:38:57.276Z[ host-image] Feb 28 22:38:55.793 INFO O| Feb 28 22:38:55.793 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93882025-02-28T22:38:57.311Z[ host-image] Feb 28 22:38:55.828 INFO O| Feb 28 22:38:55.828 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
93892025-02-28T22:39:21.709Z[ host-image] Feb 28 22:39:20.222 INFO O| Feb 28 22:39:20.222 INFO STEP 1 (unpack_tar) COMPLETE
93902025-02-28T22:39:21.709Z[ host-image] Feb 28 22:39:20.222 INFO O| Feb 28 22:39:20.222 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93912025-02-28T22:39:21.729Z[ host-image] Feb 28 22:39:20.242 INFO O| Feb 28 22:39:20.242 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
93922025-02-28T22:39:22.405Z[ host-image] Feb 28 22:39:20.918 INFO O| Feb 28 22:39:20.918 INFO STEP 2 (devfsadm) COMPLETE
93932025-02-28T22:39:22.405Z[ host-image] Feb 28 22:39:20.918 INFO O| Feb 28 22:39:20.918 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93942025-02-28T22:39:22.424Z[ host-image] Feb 28 22:39:20.937 INFO O| Feb 28 22:39:20.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93952025-02-28T22:39:22.428Z[ host-image] Feb 28 22:39:20.937 INFO O| Feb 28 22:39:20.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93962025-02-28T22:39:22.428Z[ host-image] Feb 28 22:39:20.937 INFO O| Feb 28 22:39:20.937 INFO STEP 3 (ensure_dir) COMPLETE
93972025-02-28T22:39:22.428Z[ host-image] Feb 28 22:39:20.937 INFO O| Feb 28 22:39:20.937 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93982025-02-28T22:39:22.467Z[ host-image] Feb 28 22:39:20.980 INFO O| Feb 28 22:39:20.980 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93992025-02-28T22:39:22.467Z[ host-image] Feb 28 22:39:20.980 INFO O| Feb 28 22:39:20.980 INFO STEP 4 (ensure_dir) COMPLETE
94002025-02-28T22:39:22.470Z[ host-image] Feb 28 22:39:20.980 INFO O| Feb 28 22:39:20.980 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94012025-02-28T22:39:22.493Z[ host-image] Feb 28 22:39:21.005 INFO O| Feb 28 22:39:21.005 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
94022025-02-28T22:39:22.493Z[ host-image] Feb 28 22:39:21.005 INFO O| Feb 28 22:39:21.005 INFO STEP 5 (ensure_dir) COMPLETE
94032025-02-28T22:39:22.496Z[ host-image] Feb 28 22:39:21.005 INFO O| Feb 28 22:39:21.005 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94042025-02-28T22:39:22.530Z[ host-image] Feb 28 22:39:21.043 INFO O| Feb 28 22:39:21.043 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
94052025-02-28T22:39:22.531Z[ host-image] Feb 28 22:39:21.043 INFO O| Feb 28 22:39:21.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
94062025-02-28T22:39:22.531Z[ host-image] Feb 28 22:39:21.043 INFO O| Feb 28 22:39:21.043 INFO STEP 6 (ensure_dir) COMPLETE
94072025-02-28T22:39:22.534Z[ host-image] Feb 28 22:39:21.043 INFO O| Feb 28 22:39:21.043 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94082025-02-28T22:39:22.553Z[ host-image] Feb 28 22:39:21.066 INFO O| Feb 28 22:39:21.066 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
94092025-02-28T22:39:22.553Z[ host-image] Feb 28 22:39:21.066 INFO O| Feb 28 22:39:21.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
94102025-02-28T22:39:22.553Z[ host-image] Feb 28 22:39:21.066 INFO O| Feb 28 22:39:21.066 INFO STEP 7 (ensure_dir) COMPLETE
94112025-02-28T22:39:22.553Z[ host-image] Feb 28 22:39:21.066 INFO O| Feb 28 22:39:21.066 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94122025-02-28T22:39:22.574Z[ host-image] Feb 28 22:39:21.087 INFO O| Feb 28 22:39:21.087 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
94132025-02-28T22:39:22.577Z[ host-image] Feb 28 22:39:21.087 INFO O| Feb 28 22:39:21.087 INFO STEP 8 (remove_files) COMPLETE
94142025-02-28T22:39:22.577Z[ host-image] Feb 28 22:39:21.087 INFO O| Feb 28 22:39:21.087 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94152025-02-28T22:39:22.596Z[ host-image] Feb 28 22:39:21.108 INFO O| Feb 28 22:39:21.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
94162025-02-28T22:39:22.599Z[ host-image] Feb 28 22:39:21.110 INFO O| Feb 28 22:39:21.109 INFO STEP 9 (remove_files) COMPLETE
94172025-02-28T22:39:22.599Z[ host-image] Feb 28 22:39:21.110 INFO O| Feb 28 22:39:21.110 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94182025-02-28T22:39:22.617Z[ host-image] Feb 28 22:39:21.130 INFO O| Feb 28 22:39:21.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
94192025-02-28T22:39:22.620Z[ host-image] Feb 28 22:39:21.131 INFO O| Feb 28 22:39:21.131 INFO STEP 10 (remove_files) COMPLETE
94202025-02-28T22:39:22.620Z[ host-image] Feb 28 22:39:21.131 INFO O| Feb 28 22:39:21.131 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94212025-02-28T22:39:22.650Z[ host-image] Feb 28 22:39:21.162 INFO O| Feb 28 22:39:21.162 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
94222025-02-28T22:39:22.653Z[ host-image] Feb 28 22:39:21.163 INFO O| Feb 28 22:39:21.162 INFO STEP 11 (remove_files) COMPLETE
94232025-02-28T22:39:22.653Z[ host-image] Feb 28 22:39:21.163 INFO O| Feb 28 22:39:21.162 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242025-02-28T22:39:22.698Z[ host-image] Feb 28 22:39:21.210 INFO O| Feb 28 22:39:21.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
94252025-02-28T22:39:22.701Z[ host-image] Feb 28 22:39:21.210 INFO O| Feb 28 22:39:21.210 INFO STEP 12 (remove_files) COMPLETE
94262025-02-28T22:39:22.701Z[ host-image] Feb 28 22:39:21.210 INFO O| Feb 28 22:39:21.210 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272025-02-28T22:39:22.720Z[ host-image] Feb 28 22:39:21.233 INFO O| Feb 28 22:39:21.232 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
94282025-02-28T22:39:22.720Z[ host-image] Feb 28 22:39:21.233 INFO O| Feb 28 22:39:21.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
94292025-02-28T22:39:22.723Z[ host-image] Feb 28 22:39:21.233 INFO O| Feb 28 22:39:21.233 INFO STEP 13 (ensure_dir) COMPLETE
94302025-02-28T22:39:22.723Z[ host-image] Feb 28 22:39:21.233 INFO O| Feb 28 22:39:21.233 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94312025-02-28T22:39:22.757Z[ host-image] Feb 28 22:39:21.269 INFO O| Feb 28 22:39:21.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
94322025-02-28T22:39:22.757Z[ host-image] Feb 28 22:39:21.269 INFO O| Feb 28 22:39:21.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
94332025-02-28T22:39:22.760Z[ host-image] Feb 28 22:39:21.270 INFO O| Feb 28 22:39:21.270 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
94342025-02-28T22:39:22.760Z[ host-image] Feb 28 22:39:21.270 INFO O| Feb 28 22:39:21.270 INFO STEP 14 (ensure_dir) COMPLETE
94352025-02-28T22:39:22.760Z[ host-image] Feb 28 22:39:21.270 INFO O| Feb 28 22:39:21.270 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94362025-02-28T22:39:22.778Z[ host-image] Feb 28 22:39:21.291 INFO O| Feb 28 22:39:21.291 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
94372025-02-28T22:39:22.778Z[ host-image] Feb 28 22:39:21.291 INFO O| Feb 28 22:39:21.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
94382025-02-28T22:39:22.779Z[ host-image] Feb 28 22:39:21.291 INFO O| Feb 28 22:39:21.291 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
94392025-02-28T22:39:22.782Z[ host-image] Feb 28 22:39:21.291 INFO O| Feb 28 22:39:21.291 INFO STEP 15 (ensure_dir) COMPLETE
94402025-02-28T22:39:22.782Z[ host-image] Feb 28 22:39:21.291 INFO O| Feb 28 22:39:21.291 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94412025-02-28T22:39:22.799Z[ host-image] Feb 28 22:39:21.312 INFO O| Feb 28 22:39:21.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
94422025-02-28T22:39:22.799Z[ host-image] Feb 28 22:39:21.312 INFO O| Feb 28 22:39:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
94432025-02-28T22:39:22.802Z[ host-image] Feb 28 22:39:21.312 INFO O| Feb 28 22:39:21.312 INFO STEP 16 (ensure_dir) COMPLETE
94442025-02-28T22:39:22.803Z[ host-image] Feb 28 22:39:21.312 INFO O| Feb 28 22:39:21.312 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94452025-02-28T22:39:22.821Z[ host-image] Feb 28 22:39:21.333 INFO O| Feb 28 22:39:21.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
94462025-02-28T22:39:22.821Z[ host-image] Feb 28 22:39:21.333 INFO O| Feb 28 22:39:21.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
94472025-02-28T22:39:22.821Z[ host-image] Feb 28 22:39:21.334 INFO O| Feb 28 22:39:21.333 INFO STEP 17 (ensure_dir) COMPLETE
94482025-02-28T22:39:22.821Z[ host-image] Feb 28 22:39:21.334 INFO O| Feb 28 22:39:21.334 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94492025-02-28T22:39:22.842Z[ host-image] Feb 28 22:39:21.355 INFO O| Feb 28 22:39:21.354 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94502025-02-28T22:39:22.842Z[ host-image] Feb 28 22:39:21.355 INFO O| Feb 28 22:39:21.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
94512025-02-28T22:39:22.842Z[ host-image] Feb 28 22:39:21.355 INFO O| Feb 28 22:39:21.355 INFO ok!
94522025-02-28T22:39:22.842Z[ host-image] Feb 28 22:39:21.355 INFO O| Feb 28 22:39:21.355 INFO STEP 18 (ensure_symlink) COMPLETE
94532025-02-28T22:39:22.842Z[ host-image] Feb 28 22:39:21.355 INFO O| Feb 28 22:39:21.355 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94542025-02-28T22:39:22.863Z[ host-image] Feb 28 22:39:21.375 INFO O| Feb 28 22:39:21.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
94552025-02-28T22:39:22.863Z[ host-image] Feb 28 22:39:21.376 INFO O| Feb 28 22:39:21.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
94562025-02-28T22:39:22.863Z[ host-image] Feb 28 22:39:21.376 INFO O| Feb 28 22:39:21.375 INFO ok!
94572025-02-28T22:39:22.863Z[ host-image] Feb 28 22:39:21.376 INFO O| Feb 28 22:39:21.375 INFO STEP 19 (ensure_file) COMPLETE
94582025-02-28T22:39:22.863Z[ host-image] Feb 28 22:39:21.376 INFO O| Feb 28 22:39:21.375 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94592025-02-28T22:39:22.886Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.398 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
94602025-02-28T22:39:22.886Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.399 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94612025-02-28T22:39:22.889Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
94622025-02-28T22:39:22.889Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.399 INFO ok!
94632025-02-28T22:39:22.889Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.399 INFO STEP 20 (ensure_symlink) COMPLETE
94642025-02-28T22:39:22.889Z[ host-image] Feb 28 22:39:21.399 INFO O| Feb 28 22:39:21.399 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94652025-02-28T22:39:22.907Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94662025-02-28T22:39:22.908Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94672025-02-28T22:39:22.908Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
94682025-02-28T22:39:22.911Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO ok!
94692025-02-28T22:39:22.911Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO STEP 21 (ensure_symlink) COMPLETE
94702025-02-28T22:39:22.911Z[ host-image] Feb 28 22:39:21.420 INFO O| Feb 28 22:39:21.420 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94712025-02-28T22:39:22.927Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
94722025-02-28T22:39:22.927Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94732025-02-28T22:39:22.930Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
94742025-02-28T22:39:22.930Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO ok!
94752025-02-28T22:39:22.930Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO STEP 22 (ensure_symlink) COMPLETE
94762025-02-28T22:39:22.930Z[ host-image] Feb 28 22:39:21.440 INFO O| Feb 28 22:39:21.440 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94772025-02-28T22:39:22.950Z[ host-image] Feb 28 22:39:21.462 INFO O| Feb 28 22:39:21.462 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
94782025-02-28T22:39:22.950Z[ host-image] Feb 28 22:39:21.462 INFO O| Feb 28 22:39:21.462 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94792025-02-28T22:39:22.950Z[ host-image] Feb 28 22:39:21.462 INFO O| Feb 28 22:39:21.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
94802025-02-28T22:39:22.950Z[ host-image] Feb 28 22:39:21.462 INFO O| Feb 28 22:39:21.462 INFO ok!
94812025-02-28T22:39:22.953Z[ host-image] Feb 28 22:39:21.463 INFO O| Feb 28 22:39:21.462 INFO STEP 23 (ensure_symlink) COMPLETE
94822025-02-28T22:39:22.953Z[ host-image] Feb 28 22:39:21.463 INFO O| Feb 28 22:39:21.463 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94832025-02-28T22:39:22.972Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94842025-02-28T22:39:22.975Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
94852025-02-28T22:39:22.975Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
94862025-02-28T22:39:22.975Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 INFO ok!
94872025-02-28T22:39:22.975Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 INFO STEP 24 (ensure_file) COMPLETE
94882025-02-28T22:39:22.975Z[ host-image] Feb 28 22:39:21.485 INFO O| Feb 28 22:39:21.485 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94892025-02-28T22:39:23.011Z[ host-image] Feb 28 22:39:21.523 INFO O| Feb 28 22:39:21.523 INFO updating shadow file
94902025-02-28T22:39:23.014Z[ host-image] Feb 28 22:39:21.524 INFO O| Feb 28 22:39:21.524 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94912025-02-28T22:39:23.014Z[ host-image] Feb 28 22:39:21.524 INFO O| Feb 28 22:39:21.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94922025-02-28T22:39:23.014Z[ host-image] Feb 28 22:39:21.524 INFO O| Feb 28 22:39:21.524 INFO STEP 25 (shadow) COMPLETE
94932025-02-28T22:39:23.014Z[ host-image] Feb 28 22:39:21.524 INFO O| Feb 28 22:39:21.524 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94942025-02-28T22:39:23.032Z[ host-image] Feb 28 22:39:21.544 INFO O| Feb 28 22:39:21.544 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94952025-02-28T22:39:23.032Z[ host-image] Feb 28 22:39:21.544 INFO O| Feb 28 22:39:21.544 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
94962025-02-28T22:39:23.032Z[ host-image] Feb 28 22:39:21.545 INFO O| Feb 28 22:39:21.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
94972025-02-28T22:39:23.035Z[ host-image] Feb 28 22:39:21.545 INFO O| Feb 28 22:39:21.545 INFO ok!
94982025-02-28T22:39:23.035Z[ host-image] Feb 28 22:39:21.545 INFO O| Feb 28 22:39:21.545 INFO STEP 26 (ensure_file) COMPLETE
94992025-02-28T22:39:23.035Z[ host-image] Feb 28 22:39:21.545 INFO O| Feb 28 22:39:21.545 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95002025-02-28T22:39:23.054Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
95012025-02-28T22:39:23.054Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.566 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
95022025-02-28T22:39:23.057Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
95032025-02-28T22:39:23.057Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.567 INFO ok!
95042025-02-28T22:39:23.057Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.567 INFO STEP 27 (ensure_file) COMPLETE
95052025-02-28T22:39:23.057Z[ host-image] Feb 28 22:39:21.567 INFO O| Feb 28 22:39:21.567 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95062025-02-28T22:39:23.082Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95072025-02-28T22:39:23.082Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
95082025-02-28T22:39:23.086Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
95092025-02-28T22:39:23.086Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
95102025-02-28T22:39:23.086Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO ok!
95112025-02-28T22:39:23.086Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO STEP 28 (ensure_file) COMPLETE
95122025-02-28T22:39:23.086Z[ host-image] Feb 28 22:39:21.595 INFO O| Feb 28 22:39:21.595 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95132025-02-28T22:39:23.121Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
95142025-02-28T22:39:23.121Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
95152025-02-28T22:39:23.121Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
95162025-02-28T22:39:23.125Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO ok!
95172025-02-28T22:39:23.125Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO STEP 29 (ensure_file) COMPLETE
95182025-02-28T22:39:23.125Z[ host-image] Feb 28 22:39:21.634 INFO O| Feb 28 22:39:21.634 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95192025-02-28T22:39:23.145Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
95202025-02-28T22:39:23.145Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
95212025-02-28T22:39:23.145Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
95222025-02-28T22:39:23.148Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO ok!
95232025-02-28T22:39:23.149Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO STEP 30 (ensure_file) COMPLETE
95242025-02-28T22:39:23.149Z[ host-image] Feb 28 22:39:21.657 INFO O| Feb 28 22:39:21.657 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95252025-02-28T22:39:23.169Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95262025-02-28T22:39:23.169Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
95272025-02-28T22:39:23.172Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
95282025-02-28T22:39:23.172Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
95292025-02-28T22:39:23.172Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO ok!
95302025-02-28T22:39:23.172Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO STEP 31 (ensure_file) COMPLETE
95312025-02-28T22:39:23.172Z[ host-image] Feb 28 22:39:21.682 INFO O| Feb 28 22:39:21.682 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95322025-02-28T22:39:23.193Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.705 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
95332025-02-28T22:39:23.193Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.706 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
95342025-02-28T22:39:23.196Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
95352025-02-28T22:39:23.197Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.706 INFO ok!
95362025-02-28T22:39:23.197Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.706 INFO STEP 32 (ensure_file) COMPLETE
95372025-02-28T22:39:23.197Z[ host-image] Feb 28 22:39:21.706 INFO O| Feb 28 22:39:21.706 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95382025-02-28T22:39:23.223Z[ host-image] Feb 28 22:39:21.735 INFO O| Feb 28 22:39:21.735 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95392025-02-28T22:39:23.223Z[ host-image] Feb 28 22:39:21.736 INFO O| Feb 28 22:39:21.735 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
95402025-02-28T22:39:23.226Z[ host-image] Feb 28 22:39:21.736 INFO O| Feb 28 22:39:21.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
95412025-02-28T22:39:23.226Z[ host-image] Feb 28 22:39:21.736 INFO O| Feb 28 22:39:21.736 INFO ok!
95422025-02-28T22:39:23.226Z[ host-image] Feb 28 22:39:21.736 INFO O| Feb 28 22:39:21.736 INFO STEP 33 (ensure_file) COMPLETE
95432025-02-28T22:39:23.226Z[ host-image] Feb 28 22:39:21.736 INFO O| Feb 28 22:39:21.736 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95442025-02-28T22:39:23.259Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
95452025-02-28T22:39:23.259Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
95462025-02-28T22:39:23.262Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
95472025-02-28T22:39:23.262Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
95482025-02-28T22:39:23.263Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
95492025-02-28T22:39:23.263Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
95502025-02-28T22:39:23.263Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO ok!
95512025-02-28T22:39:23.264Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO STEP 34 (ensure_file) COMPLETE
95522025-02-28T22:39:23.264Z[ host-image] Feb 28 22:39:21.772 INFO O| Feb 28 22:39:21.772 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95532025-02-28T22:39:23.280Z[ host-image] Feb 28 22:39:21.793 INFO O| Feb 28 22:39:21.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
95542025-02-28T22:39:23.280Z[ host-image] Feb 28 22:39:21.793 INFO O| Feb 28 22:39:21.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
95552025-02-28T22:39:23.283Z[ host-image] Feb 28 22:39:21.793 INFO O| Feb 28 22:39:21.793 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
95562025-02-28T22:39:23.283Z[ host-image] Feb 28 22:39:21.793 INFO O| Feb 28 22:39:21.793 INFO STEP 35 (ensure_dir) COMPLETE
95572025-02-28T22:39:23.283Z[ host-image] Feb 28 22:39:21.793 INFO O| Feb 28 22:39:21.793 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95582025-02-28T22:39:23.302Z[ host-image] Feb 28 22:39:21.814 INFO O| Feb 28 22:39:21.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
95592025-02-28T22:39:23.302Z[ host-image] Feb 28 22:39:21.814 INFO O| Feb 28 22:39:21.814 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
95602025-02-28T22:39:23.305Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.814 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95612025-02-28T22:39:23.305Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95622025-02-28T22:39:23.306Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95632025-02-28T22:39:23.306Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
95642025-02-28T22:39:23.306Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO ok!
95652025-02-28T22:39:23.306Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO STEP 36 (ensure_file) COMPLETE
95662025-02-28T22:39:23.306Z[ host-image] Feb 28 22:39:21.815 INFO O| Feb 28 22:39:21.815 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95672025-02-28T22:39:23.325Z[ host-image] Feb 28 22:39:21.837 INFO O| Feb 28 22:39:21.837 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95682025-02-28T22:39:23.325Z[ host-image] Feb 28 22:39:21.837 INFO O| Feb 28 22:39:21.837 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
95692025-02-28T22:39:23.328Z[ host-image] Feb 28 22:39:21.837 INFO O| Feb 28 22:39:21.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95702025-02-28T22:39:23.328Z[ host-image] Feb 28 22:39:21.837 INFO O| Feb 28 22:39:21.837 INFO ok!
95712025-02-28T22:39:23.328Z[ host-image] Feb 28 22:39:21.837 INFO O| Feb 28 22:39:21.837 INFO STEP 37 (ensure_symlink) COMPLETE
95722025-02-28T22:39:23.328Z[ host-image] Feb 28 22:39:21.838 INFO O| Feb 28 22:39:21.837 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95732025-02-28T22:39:23.348Z[ host-image] Feb 28 22:39:21.860 INFO O| Feb 28 22:39:21.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
95742025-02-28T22:39:23.348Z[ host-image] Feb 28 22:39:21.860 INFO O| Feb 28 22:39:21.860 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95752025-02-28T22:39:23.368Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95762025-02-28T22:39:23.369Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95772025-02-28T22:39:23.369Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95782025-02-28T22:39:23.372Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95792025-02-28T22:39:23.372Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO ok!
95802025-02-28T22:39:23.372Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO STEP 38 (ensure_file) COMPLETE
95812025-02-28T22:39:23.372Z[ host-image] Feb 28 22:39:21.881 INFO O| Feb 28 22:39:21.881 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95822025-02-28T22:39:23.462Z[ host-image] Feb 28 22:39:21.975 INFO O| Feb 28 22:39:21.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95832025-02-28T22:39:23.462Z[ host-image] Feb 28 22:39:21.975 INFO O| Feb 28 22:39:21.975 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
95842025-02-28T22:39:23.480Z[ host-image] Feb 28 22:39:21.993 INFO O| Feb 28 22:39:21.993 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95852025-02-28T22:39:23.480Z[ host-image] Feb 28 22:39:21.993 INFO O| Feb 28 22:39:21.993 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95862025-02-28T22:39:23.480Z[ host-image] Feb 28 22:39:21.993 INFO O| Feb 28 22:39:21.993 INFO ok!
95872025-02-28T22:39:23.484Z[ host-image] Feb 28 22:39:21.993 INFO O| Feb 28 22:39:21.993 INFO STEP 39 (ensure_file) COMPLETE
95882025-02-28T22:39:23.484Z[ host-image] Feb 28 22:39:21.993 INFO O| Feb 28 22:39:21.993 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95892025-02-28T22:39:23.511Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
95902025-02-28T22:39:23.511Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.024 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
95912025-02-28T22:39:23.515Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
95922025-02-28T22:39:23.515Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.024 INFO ok!
95932025-02-28T22:39:23.515Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.024 INFO STEP 40 (ensure_file) COMPLETE
95942025-02-28T22:39:23.515Z[ host-image] Feb 28 22:39:22.024 INFO O| Feb 28 22:39:22.024 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95952025-02-28T22:39:23.531Z[ host-image] Feb 28 22:39:22.043 INFO O| Feb 28 22:39:22.043 INFO updating shadow file
95962025-02-28T22:39:23.534Z[ host-image] Feb 28 22:39:22.044 INFO O| Feb 28 22:39:22.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
95972025-02-28T22:39:23.534Z[ host-image] Feb 28 22:39:22.044 INFO O| Feb 28 22:39:22.044 INFO STEP 41 (shadow) COMPLETE
95982025-02-28T22:39:23.534Z[ host-image] Feb 28 22:39:22.044 INFO O| Feb 28 22:39:22.044 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95992025-02-28T22:39:23.552Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
96002025-02-28T22:39:23.553Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
96012025-02-28T22:39:23.553Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
96022025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
96032025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO ok!
96042025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO STEP 42 (ensure_file) COMPLETE
96052025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96062025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO skip step because feature "mfg" is not enabled
96072025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96082025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO skip step because feature "mfg" is not enabled
96092025-02-28T22:39:23.556Z[ host-image] Feb 28 22:39:22.065 INFO O| Feb 28 22:39:22.065 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96102025-02-28T22:39:23.573Z[ host-image] Feb 28 22:39:22.085 INFO O| Feb 28 22:39:22.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
96112025-02-28T22:39:23.573Z[ host-image] Feb 28 22:39:22.085 INFO O| Feb 28 22:39:22.085 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
96122025-02-28T22:39:24.406Z[ host-image] Feb 28 22:39:22.918 INFO O| Feb 28 22:39:22.918 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
96132025-02-28T22:39:24.406Z[ host-image] Feb 28 22:39:22.918 INFO O| Feb 28 22:39:22.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
96142025-02-28T22:39:24.409Z[ host-image] Feb 28 22:39:22.918 INFO O| Feb 28 22:39:22.918 INFO ok!
96152025-02-28T22:39:24.409Z[ host-image] Feb 28 22:39:22.918 INFO O| Feb 28 22:39:22.918 INFO STEP 45 (ensure_file) COMPLETE
96162025-02-28T22:39:24.409Z[ host-image] Feb 28 22:39:22.918 INFO O| Feb 28 22:39:22.918 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96172025-02-28T22:39:24.473Z[ host-image] Feb 28 22:39:22.986 INFO O| Feb 28 22:39:22.986 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
96182025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.986 INFO O| Feb 28 22:39:22.986 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
96192025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.986 INFO O| Feb 28 22:39:22.986 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
96202025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
96212025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
96222025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
96232025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO ok!
96242025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO STEP 46 (ensure_file) COMPLETE
96252025-02-28T22:39:24.477Z[ host-image] Feb 28 22:39:22.987 INFO O| Feb 28 22:39:22.987 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96262025-02-28T22:39:24.518Z[ host-image] Feb 28 22:39:23.031 INFO O| Feb 28 22:39:23.031 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
96272025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.031 INFO O| Feb 28 22:39:23.031 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
96282025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.032 INFO O| Feb 28 22:39:23.031 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
96292025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.032 INFO O| Feb 28 22:39:23.032 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
96302025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.032 INFO O| Feb 28 22:39:23.032 INFO ok!
96312025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.032 INFO O| Feb 28 22:39:23.032 INFO STEP 47 (ensure_file) COMPLETE
96322025-02-28T22:39:24.522Z[ host-image] Feb 28 22:39:23.032 INFO O| Feb 28 22:39:23.032 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96332025-02-28T22:39:24.541Z[ host-image] Feb 28 22:39:23.053 INFO O| Feb 28 22:39:23.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
96342025-02-28T22:39:24.541Z[ host-image] Feb 28 22:39:23.053 INFO O| Feb 28 22:39:23.053 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
96352025-02-28T22:39:24.564Z[ host-image] Feb 28 22:39:23.077 INFO O| Feb 28 22:39:23.077 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
96362025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.077 INFO O| Feb 28 22:39:23.077 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
96372025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.077 INFO O| Feb 28 22:39:23.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
96382025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.077 INFO O| Feb 28 22:39:23.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
96392025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.078 INFO O| Feb 28 22:39:23.077 INFO ok!
96402025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.078 INFO O| Feb 28 22:39:23.078 INFO STEP 48 (ensure_file) COMPLETE
96412025-02-28T22:39:24.568Z[ host-image] Feb 28 22:39:23.078 INFO O| Feb 28 22:39:23.078 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96422025-02-28T22:39:24.587Z[ host-image] Feb 28 22:39:23.099 INFO O| Feb 28 22:39:23.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96432025-02-28T22:39:24.587Z[ host-image] Feb 28 22:39:23.099 INFO O| Feb 28 22:39:23.099 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
96442025-02-28T22:39:24.598Z[ host-image] Feb 28 22:39:23.111 INFO O| Feb 28 22:39:23.111 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96452025-02-28T22:39:24.599Z[ host-image] Feb 28 22:39:23.111 INFO O| Feb 28 22:39:23.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96462025-02-28T22:39:24.602Z[ host-image] Feb 28 22:39:23.111 INFO O| Feb 28 22:39:23.111 INFO ok!
96472025-02-28T22:39:24.602Z[ host-image] Feb 28 22:39:23.111 INFO O| Feb 28 22:39:23.111 INFO STEP 49 (ensure_file) COMPLETE
96482025-02-28T22:39:24.602Z[ host-image] Feb 28 22:39:23.111 INFO O| Feb 28 22:39:23.111 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96492025-02-28T22:39:24.635Z[ host-image] Feb 28 22:39:23.148 INFO O| Feb 28 22:39:23.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
96502025-02-28T22:39:24.635Z[ host-image] Feb 28 22:39:23.148 INFO O| Feb 28 22:39:23.148 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
96512025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.148 INFO O| Feb 28 22:39:23.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
96522025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.148 INFO O| Feb 28 22:39:23.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
96532025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.148 INFO O| Feb 28 22:39:23.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
96542025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.149 INFO O| Feb 28 22:39:23.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
96552025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.149 INFO O| Feb 28 22:39:23.148 INFO ok!
96562025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.149 INFO O| Feb 28 22:39:23.149 INFO STEP 50 (ensure_file) COMPLETE
96572025-02-28T22:39:24.639Z[ host-image] Feb 28 22:39:23.149 INFO O| Feb 28 22:39:23.149 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96582025-02-28T22:39:24.658Z[ host-image] Feb 28 22:39:23.170 INFO O| Feb 28 22:39:23.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96592025-02-28T22:39:24.658Z[ host-image] Feb 28 22:39:23.170 INFO O| Feb 28 22:39:23.170 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
96602025-02-28T22:39:24.661Z[ host-image] Feb 28 22:39:23.171 INFO O| Feb 28 22:39:23.171 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96612025-02-28T22:39:24.661Z[ host-image] Feb 28 22:39:23.171 INFO O| Feb 28 22:39:23.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96622025-02-28T22:39:24.661Z[ host-image] Feb 28 22:39:23.171 INFO O| Feb 28 22:39:23.171 INFO ok!
96632025-02-28T22:39:24.661Z[ host-image] Feb 28 22:39:23.171 INFO O| Feb 28 22:39:23.171 INFO STEP 51 (ensure_file) COMPLETE
96642025-02-28T22:39:24.661Z[ host-image] Feb 28 22:39:23.171 INFO O| Feb 28 22:39:23.171 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96652025-02-28T22:39:24.700Z[ host-image] Feb 28 22:39:23.213 INFO O| Feb 28 22:39:23.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96662025-02-28T22:39:24.700Z[ host-image] Feb 28 22:39:23.213 INFO O| Feb 28 22:39:23.213 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
96672025-02-28T22:39:24.708Z[ host-image] Feb 28 22:39:23.221 INFO O| Feb 28 22:39:23.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
96682025-02-28T22:39:24.708Z[ host-image] Feb 28 22:39:23.221 INFO O| Feb 28 22:39:23.221 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
96692025-02-28T22:39:24.711Z[ host-image] Feb 28 22:39:23.221 INFO O| Feb 28 22:39:23.221 INFO ok!
96702025-02-28T22:39:24.711Z[ host-image] Feb 28 22:39:23.221 INFO O| Feb 28 22:39:23.221 INFO STEP 52 (ensure_file) COMPLETE
96712025-02-28T22:39:24.711Z[ host-image] Feb 28 22:39:23.221 INFO O| Feb 28 22:39:23.221 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96722025-02-28T22:39:24.748Z[ host-image] Feb 28 22:39:23.260 INFO O| Feb 28 22:39:23.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96732025-02-28T22:39:24.748Z[ host-image] Feb 28 22:39:23.260 INFO O| Feb 28 22:39:23.260 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
96742025-02-28T22:39:24.771Z[ host-image] Feb 28 22:39:23.284 INFO O| Feb 28 22:39:23.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96752025-02-28T22:39:24.772Z[ host-image] Feb 28 22:39:23.284 INFO O| Feb 28 22:39:23.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96762025-02-28T22:39:24.772Z[ host-image] Feb 28 22:39:23.284 INFO O| Feb 28 22:39:23.284 INFO ok!
96772025-02-28T22:39:24.775Z[ host-image] Feb 28 22:39:23.284 INFO O| Feb 28 22:39:23.284 INFO STEP 53 (ensure_file) COMPLETE
96782025-02-28T22:39:24.775Z[ host-image] Feb 28 22:39:23.284 INFO O| Feb 28 22:39:23.284 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-28T22:39:24.805Z[ host-image] Feb 28 22:39:23.317 INFO O| Feb 28 22:39:23.317 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
96802025-02-28T22:39:24.805Z[ host-image] Feb 28 22:39:23.317 INFO O| Feb 28 22:39:23.317 INFO STEP 54 (ensure_dir) COMPLETE
96812025-02-28T22:39:24.808Z[ host-image] Feb 28 22:39:23.317 INFO O| Feb 28 22:39:23.317 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822025-02-28T22:39:24.826Z[ host-image] Feb 28 22:39:23.338 INFO O| Feb 28 22:39:23.338 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
96832025-02-28T22:39:24.826Z[ host-image] Feb 28 22:39:23.338 INFO O| Feb 28 22:39:23.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
96842025-02-28T22:39:24.829Z[ host-image] Feb 28 22:39:23.338 INFO O| Feb 28 22:39:23.338 INFO STEP 55 (ensure_dir) COMPLETE
96852025-02-28T22:39:24.829Z[ host-image] Feb 28 22:39:23.338 INFO O| Feb 28 22:39:23.338 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862025-02-28T22:39:24.853Z[ host-image] Feb 28 22:39:23.364 INFO O| Feb 28 22:39:23.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96872025-02-28T22:39:24.857Z[ host-image] Feb 28 22:39:23.365 INFO O| Feb 28 22:39:23.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96882025-02-28T22:39:24.858Z[ host-image] Feb 28 22:39:23.365 INFO O| Feb 28 22:39:23.365 INFO STEP 56 (ensure_dir) COMPLETE
96892025-02-28T22:39:24.858Z[ host-image] Feb 28 22:39:23.365 INFO O| Feb 28 22:39:23.365 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-02-28T22:39:24.874Z[ host-image] Feb 28 22:39:23.387 INFO O| Feb 28 22:39:23.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96912025-02-28T22:39:24.874Z[ host-image] Feb 28 22:39:23.387 INFO O| Feb 28 22:39:23.387 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96922025-02-28T22:39:24.900Z[ host-image] Feb 28 22:39:23.412 INFO O| Feb 28 22:39:23.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
96932025-02-28T22:39:24.900Z[ host-image] Feb 28 22:39:23.413 INFO O| Feb 28 22:39:23.413 INFO ok!
96942025-02-28T22:39:24.900Z[ host-image] Feb 28 22:39:23.413 INFO O| Feb 28 22:39:23.413 INFO STEP 57 (ensure_file) COMPLETE
96952025-02-28T22:39:24.903Z[ host-image] Feb 28 22:39:23.413 INFO O| Feb 28 22:39:23.413 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-02-28T22:39:24.953Z[ host-image] Feb 28 22:39:23.465 INFO O| Feb 28 22:39:23.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96972025-02-28T22:39:24.953Z[ host-image] Feb 28 22:39:23.465 INFO O| Feb 28 22:39:23.465 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
96982025-02-28T22:39:26.389Z[ host-image] Feb 28 22:39:24.901 INFO O| Feb 28 22:39:24.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
96992025-02-28T22:39:26.389Z[ host-image] Feb 28 22:39:24.902 INFO O| Feb 28 22:39:24.901 INFO ok!
97002025-02-28T22:39:26.393Z[ host-image] Feb 28 22:39:24.902 INFO O| Feb 28 22:39:24.901 INFO STEP 58 (ensure_file) COMPLETE
97012025-02-28T22:39:26.393Z[ host-image] Feb 28 22:39:24.902 INFO O| Feb 28 22:39:24.901 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-28T22:39:26.425Z[ host-image] Feb 28 22:39:24.937 INFO O| Feb 28 22:39:24.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
97032025-02-28T22:39:26.425Z[ host-image] Feb 28 22:39:24.937 INFO O| Feb 28 22:39:24.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
97042025-02-28T22:39:26.428Z[ host-image] Feb 28 22:39:24.937 INFO O| Feb 28 22:39:24.937 INFO STEP 59 (ensure_dir) COMPLETE
97052025-02-28T22:39:26.428Z[ host-image] Feb 28 22:39:24.937 INFO O| Feb 28 22:39:24.937 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062025-02-28T22:39:26.460Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97072025-02-28T22:39:26.461Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.973 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
97082025-02-28T22:39:26.464Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97092025-02-28T22:39:26.464Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.973 INFO ok!
97102025-02-28T22:39:26.464Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.973 INFO STEP 60 (ensure_file) COMPLETE
97112025-02-28T22:39:26.464Z[ host-image] Feb 28 22:39:24.973 INFO O| Feb 28 22:39:24.973 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122025-02-28T22:39:26.485Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97132025-02-28T22:39:26.485Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
97142025-02-28T22:39:26.488Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97152025-02-28T22:39:26.488Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO ok!
97162025-02-28T22:39:26.488Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO STEP 61 (ensure_file) COMPLETE
97172025-02-28T22:39:26.488Z[ host-image] Feb 28 22:39:24.997 INFO O| Feb 28 22:39:24.997 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182025-02-28T22:39:26.507Z[ host-image] Feb 28 22:39:25.020 INFO O| Feb 28 22:39:25.019 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97192025-02-28T22:39:26.507Z[ host-image] Feb 28 22:39:25.020 INFO O| Feb 28 22:39:25.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97202025-02-28T22:39:26.507Z[ host-image] Feb 28 22:39:25.020 INFO O| Feb 28 22:39:25.020 INFO STEP 62 (ensure_dir) COMPLETE
97212025-02-28T22:39:26.510Z[ host-image] Feb 28 22:39:25.020 INFO O| Feb 28 22:39:25.020 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222025-02-28T22:39:26.530Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97232025-02-28T22:39:26.530Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
97242025-02-28T22:39:26.533Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97252025-02-28T22:39:26.533Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO ok!
97262025-02-28T22:39:26.533Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO STEP 63 (ensure_file) COMPLETE
97272025-02-28T22:39:26.533Z[ host-image] Feb 28 22:39:25.042 INFO O| Feb 28 22:39:25.042 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282025-02-28T22:39:26.553Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97292025-02-28T22:39:26.553Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
97302025-02-28T22:39:26.553Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97312025-02-28T22:39:26.556Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO ok!
97322025-02-28T22:39:26.556Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO STEP 64 (ensure_file) COMPLETE
97332025-02-28T22:39:26.556Z[ host-image] Feb 28 22:39:25.065 INFO O| Feb 28 22:39:25.065 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342025-02-28T22:39:26.575Z[ host-image] Feb 28 22:39:25.087 INFO O| Feb 28 22:39:25.087 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97352025-02-28T22:39:26.575Z[ host-image] Feb 28 22:39:25.087 INFO O| Feb 28 22:39:25.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97362025-02-28T22:39:26.578Z[ host-image] Feb 28 22:39:25.087 INFO O| Feb 28 22:39:25.087 INFO STEP 65 (ensure_dir) COMPLETE
97372025-02-28T22:39:26.578Z[ host-image] Feb 28 22:39:25.087 INFO O| Feb 28 22:39:25.087 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382025-02-28T22:39:26.631Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97392025-02-28T22:39:26.631Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
97402025-02-28T22:39:26.634Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97412025-02-28T22:39:26.635Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO ok!
97422025-02-28T22:39:26.635Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO STEP 66 (ensure_file) COMPLETE
97432025-02-28T22:39:26.635Z[ host-image] Feb 28 22:39:25.143 INFO O| Feb 28 22:39:25.143 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-28T22:39:26.652Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97452025-02-28T22:39:26.652Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
97462025-02-28T22:39:26.655Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
97472025-02-28T22:39:26.655Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO ok!
97482025-02-28T22:39:26.655Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO STEP 67 (ensure_file) COMPLETE
97492025-02-28T22:39:26.655Z[ host-image] Feb 28 22:39:25.164 INFO O| Feb 28 22:39:25.164 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-02-28T22:39:26.689Z[ host-image] Feb 28 22:39:25.201 INFO O| Feb 28 22:39:25.201 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
97512025-02-28T22:39:26.693Z[ host-image] Feb 28 22:39:25.202 INFO O| Feb 28 22:39:25.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
97522025-02-28T22:39:26.693Z[ host-image] Feb 28 22:39:25.202 INFO O| Feb 28 22:39:25.202 INFO STEP 68 (ensure_dir) COMPLETE
97532025-02-28T22:39:26.693Z[ host-image] Feb 28 22:39:25.202 INFO O| Feb 28 22:39:25.202 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542025-02-28T22:39:26.746Z[ host-image] Feb 28 22:39:25.258 INFO O| Feb 28 22:39:25.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97552025-02-28T22:39:26.746Z[ host-image] Feb 28 22:39:25.258 INFO O| Feb 28 22:39:25.258 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97562025-02-28T22:39:28.216Z[ host-image] Feb 28 22:39:26.727 INFO O| Feb 28 22:39:26.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
97572025-02-28T22:39:28.216Z[ host-image] Feb 28 22:39:26.727 INFO O| Feb 28 22:39:26.727 INFO ok!
97582025-02-28T22:39:28.219Z[ host-image] Feb 28 22:39:26.728 INFO O| Feb 28 22:39:26.727 INFO STEP 69 (ensure_file) COMPLETE
97592025-02-28T22:39:28.219Z[ host-image] Feb 28 22:39:26.728 INFO O| Feb 28 22:39:26.727 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602025-02-28T22:39:28.236Z[ host-image] Feb 28 22:39:26.748 INFO O| Feb 28 22:39:26.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97612025-02-28T22:39:28.236Z[ host-image] Feb 28 22:39:26.748 INFO O| Feb 28 22:39:26.748 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
97622025-02-28T22:39:30.684Z[ host-image] Feb 28 22:39:29.195 INFO O| Feb 28 22:39:29.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
97632025-02-28T22:39:30.684Z[ host-image] Feb 28 22:39:29.195 INFO O| Feb 28 22:39:29.195 INFO ok!
97642025-02-28T22:39:30.684Z[ host-image] Feb 28 22:39:29.196 INFO O| Feb 28 22:39:29.195 INFO STEP 70 (ensure_file) COMPLETE
97652025-02-28T22:39:30.688Z[ host-image] Feb 28 22:39:29.196 INFO O| Feb 28 22:39:29.195 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662025-02-28T22:39:30.705Z[ host-image] Feb 28 22:39:29.217 INFO O| Feb 28 22:39:29.216 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
97672025-02-28T22:39:30.708Z[ host-image] Feb 28 22:39:29.217 INFO O| Feb 28 22:39:29.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
97682025-02-28T22:39:30.708Z[ host-image] Feb 28 22:39:29.217 INFO O| Feb 28 22:39:29.217 INFO STEP 71 (ensure_dir) COMPLETE
97692025-02-28T22:39:30.709Z[ host-image] Feb 28 22:39:29.217 INFO O| Feb 28 22:39:29.217 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702025-02-28T22:39:30.726Z[ host-image] Feb 28 22:39:29.237 INFO O| Feb 28 22:39:29.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97712025-02-28T22:39:30.726Z[ host-image] Feb 28 22:39:29.237 INFO O| Feb 28 22:39:29.237 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
97722025-02-28T22:39:30.729Z[ host-image] Feb 28 22:39:29.237 INFO O| Feb 28 22:39:29.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97732025-02-28T22:39:30.729Z[ host-image] Feb 28 22:39:29.237 INFO O| Feb 28 22:39:29.237 INFO ok!
97742025-02-28T22:39:30.729Z[ host-image] Feb 28 22:39:29.237 INFO O| Feb 28 22:39:29.237 INFO STEP 72 (ensure_file) COMPLETE
97752025-02-28T22:39:30.729Z[ host-image] Feb 28 22:39:29.238 INFO O| Feb 28 22:39:29.237 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762025-02-28T22:39:30.775Z[ host-image] Feb 28 22:39:29.287 INFO O| Feb 28 22:39:29.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97772025-02-28T22:39:30.776Z[ host-image] Feb 28 22:39:29.287 INFO O| Feb 28 22:39:29.287 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
97782025-02-28T22:39:30.779Z[ host-image] Feb 28 22:39:29.287 INFO O| Feb 28 22:39:29.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
97792025-02-28T22:39:30.779Z[ host-image] Feb 28 22:39:29.287 INFO O| Feb 28 22:39:29.287 INFO ok!
97802025-02-28T22:39:30.779Z[ host-image] Feb 28 22:39:29.287 INFO O| Feb 28 22:39:29.287 INFO STEP 73 (ensure_file) COMPLETE
97812025-02-28T22:39:30.779Z[ host-image] Feb 28 22:39:29.288 INFO O| Feb 28 22:39:29.287 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822025-02-28T22:39:30.799Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97832025-02-28T22:39:30.799Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
97842025-02-28T22:39:30.799Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
97852025-02-28T22:39:30.802Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO ok!
97862025-02-28T22:39:30.802Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO STEP 74 (ensure_file) COMPLETE
97872025-02-28T22:39:30.802Z[ host-image] Feb 28 22:39:29.310 INFO O| Feb 28 22:39:29.310 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882025-02-28T22:39:30.821Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
97892025-02-28T22:39:30.821Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
97902025-02-28T22:39:30.821Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
97912025-02-28T22:39:30.821Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO ok!
97922025-02-28T22:39:30.825Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO STEP 75 (ensure_file) COMPLETE
97932025-02-28T22:39:30.825Z[ host-image] Feb 28 22:39:29.333 INFO O| Feb 28 22:39:29.333 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942025-02-28T22:39:30.842Z[ host-image] Feb 28 22:39:29.353 INFO O| Feb 28 22:39:29.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97952025-02-28T22:39:30.846Z[ host-image] Feb 28 22:39:29.354 INFO O| Feb 28 22:39:29.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97962025-02-28T22:39:30.846Z[ host-image] Feb 28 22:39:29.354 INFO O| Feb 28 22:39:29.354 INFO STEP 76 (ensure_dir) COMPLETE
97972025-02-28T22:39:30.846Z[ host-image] Feb 28 22:39:29.354 INFO O| Feb 28 22:39:29.354 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982025-02-28T22:39:30.871Z[ host-image] Feb 28 22:39:29.382 INFO O| Feb 28 22:39:29.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
97992025-02-28T22:39:30.874Z[ host-image] Feb 28 22:39:29.383 INFO O| Feb 28 22:39:29.382 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
98002025-02-28T22:39:30.877Z[ host-image] Feb 28 22:39:29.387 INFO O| Feb 28 22:39:29.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
98012025-02-28T22:39:30.877Z[ host-image] Feb 28 22:39:29.387 INFO O| Feb 28 22:39:29.387 INFO ok!
98022025-02-28T22:39:30.877Z[ host-image] Feb 28 22:39:29.387 INFO O| Feb 28 22:39:29.387 INFO STEP 77 (ensure_file) COMPLETE
98032025-02-28T22:39:30.877Z[ host-image] Feb 28 22:39:29.387 INFO O| Feb 28 22:39:29.387 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042025-02-28T22:39:30.915Z[ host-image] Feb 28 22:39:29.426 INFO O| Feb 28 22:39:29.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
98052025-02-28T22:39:30.915Z[ host-image] Feb 28 22:39:29.426 INFO O| Feb 28 22:39:29.426 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
98062025-02-28T22:39:30.918Z[ host-image] Feb 28 22:39:29.427 INFO O| Feb 28 22:39:29.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
98072025-02-28T22:39:30.918Z[ host-image] Feb 28 22:39:29.427 INFO O| Feb 28 22:39:29.427 INFO ok!
98082025-02-28T22:39:30.918Z[ host-image] Feb 28 22:39:29.427 INFO O| Feb 28 22:39:29.427 INFO STEP 78 (ensure_file) COMPLETE
98092025-02-28T22:39:30.918Z[ host-image] Feb 28 22:39:29.427 INFO O| Feb 28 22:39:29.427 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102025-02-28T22:39:30.938Z[ host-image] Feb 28 22:39:29.449 INFO O| Feb 28 22:39:29.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98112025-02-28T22:39:30.938Z[ host-image] Feb 28 22:39:29.449 INFO O| Feb 28 22:39:29.449 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
98122025-02-28T22:39:33.075Z[ host-image] Feb 28 22:39:31.586 INFO O| Feb 28 22:39:31.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
98132025-02-28T22:39:33.075Z[ host-image] Feb 28 22:39:31.586 INFO O| Feb 28 22:39:31.586 INFO ok!
98142025-02-28T22:39:33.077Z[ host-image] Feb 28 22:39:31.586 INFO O| Feb 28 22:39:31.586 INFO STEP 79 (ensure_file) COMPLETE
98152025-02-28T22:39:33.077Z[ host-image] Feb 28 22:39:31.586 INFO O| Feb 28 22:39:31.586 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162025-02-28T22:39:33.096Z[ host-image] Feb 28 22:39:31.606 INFO O| Feb 28 22:39:31.606 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
98172025-02-28T22:39:33.097Z[ host-image] Feb 28 22:39:31.606 INFO O| Feb 28 22:39:31.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
98182025-02-28T22:39:33.099Z[ host-image] Feb 28 22:39:31.606 INFO O| Feb 28 22:39:31.606 INFO STEP 80 (ensure_dir) COMPLETE
98192025-02-28T22:39:33.099Z[ host-image] Feb 28 22:39:31.606 INFO O| Feb 28 22:39:31.606 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202025-02-28T22:39:33.113Z[ host-image] Feb 28 22:39:31.624 INFO O| Feb 28 22:39:31.624 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
98212025-02-28T22:39:33.113Z[ host-image] Feb 28 22:39:31.624 INFO O| Feb 28 22:39:31.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
98222025-02-28T22:39:33.113Z[ host-image] Feb 28 22:39:31.624 INFO O| Feb 28 22:39:31.624 INFO STEP 81 (ensure_dir) COMPLETE
98232025-02-28T22:39:33.113Z[ host-image] Feb 28 22:39:31.624 INFO O| Feb 28 22:39:31.624 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242025-02-28T22:39:33.147Z[ host-image] Feb 28 22:39:31.658 INFO O| Feb 28 22:39:31.658 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
98252025-02-28T22:39:33.147Z[ host-image] Feb 28 22:39:31.658 INFO O| Feb 28 22:39:31.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
98262025-02-28T22:39:33.150Z[ host-image] Feb 28 22:39:31.658 INFO O| Feb 28 22:39:31.658 INFO STEP 82 (ensure_dir) COMPLETE
98272025-02-28T22:39:33.150Z[ host-image] Feb 28 22:39:31.658 INFO O| Feb 28 22:39:31.658 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282025-02-28T22:39:33.185Z[ host-image] Feb 28 22:39:31.696 INFO O| Feb 28 22:39:31.696 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98292025-02-28T22:39:33.185Z[ host-image] Feb 28 22:39:31.697 INFO O| Feb 28 22:39:31.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98302025-02-28T22:39:33.186Z[ host-image] Feb 28 22:39:31.697 INFO O| Feb 28 22:39:31.697 INFO STEP 83 (ensure_dir) COMPLETE
98312025-02-28T22:39:33.189Z[ host-image] Feb 28 22:39:31.697 INFO O| Feb 28 22:39:31.697 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-02-28T22:39:33.205Z[ host-image] Feb 28 22:39:31.717 INFO O| Feb 28 22:39:31.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98332025-02-28T22:39:33.206Z[ host-image] Feb 28 22:39:31.717 INFO O| Feb 28 22:39:31.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98342025-02-28T22:39:33.206Z[ host-image] Feb 28 22:39:31.717 INFO O| Feb 28 22:39:31.717 INFO STEP 84 (ensure_dir) COMPLETE
98352025-02-28T22:39:33.208Z[ host-image] Feb 28 22:39:31.717 INFO O| Feb 28 22:39:31.717 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362025-02-28T22:39:33.225Z[ host-image] Feb 28 22:39:31.736 INFO O| Feb 28 22:39:31.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98372025-02-28T22:39:33.225Z[ host-image] Feb 28 22:39:31.737 INFO O| Feb 28 22:39:31.736 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
98382025-02-28T22:39:33.226Z[ host-image] Feb 28 22:39:31.737 INFO O| Feb 28 22:39:31.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98392025-02-28T22:39:33.226Z[ host-image] Feb 28 22:39:31.737 INFO O| Feb 28 22:39:31.737 INFO ok!
98402025-02-28T22:39:33.228Z[ host-image] Feb 28 22:39:31.737 INFO O| Feb 28 22:39:31.737 INFO STEP 85 (ensure_file) COMPLETE
98412025-02-28T22:39:33.228Z[ host-image] Feb 28 22:39:31.737 INFO O| Feb 28 22:39:31.737 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422025-02-28T22:39:33.245Z[ host-image] Feb 28 22:39:31.756 INFO O| Feb 28 22:39:31.756 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
98432025-02-28T22:39:33.248Z[ host-image] Feb 28 22:39:31.756 INFO O| Feb 28 22:39:31.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
98442025-02-28T22:39:33.249Z[ host-image] Feb 28 22:39:31.756 INFO O| Feb 28 22:39:31.756 INFO STEP 86 (ensure_dir) COMPLETE
98452025-02-28T22:39:33.249Z[ host-image] Feb 28 22:39:31.756 INFO O| Feb 28 22:39:31.756 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462025-02-28T22:39:33.266Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98472025-02-28T22:39:33.266Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98482025-02-28T22:39:33.266Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98492025-02-28T22:39:33.269Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO ok!
98502025-02-28T22:39:33.269Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO STEP 87 (ensure_file) COMPLETE
98512025-02-28T22:39:33.269Z[ host-image] Feb 28 22:39:31.777 INFO O| Feb 28 22:39:31.777 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522025-02-28T22:39:33.313Z[ host-image] Feb 28 22:39:31.824 INFO O| Feb 28 22:39:31.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98532025-02-28T22:39:33.313Z[ host-image] Feb 28 22:39:31.825 INFO O| Feb 28 22:39:31.824 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98542025-02-28T22:39:33.333Z[ host-image] Feb 28 22:39:31.844 INFO O| Feb 28 22:39:31.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98552025-02-28T22:39:33.333Z[ host-image] Feb 28 22:39:31.844 INFO O| Feb 28 22:39:31.844 INFO ok!
98562025-02-28T22:39:33.336Z[ host-image] Feb 28 22:39:31.844 INFO O| Feb 28 22:39:31.844 INFO STEP 88 (ensure_file) COMPLETE
98572025-02-28T22:39:33.336Z[ host-image] Feb 28 22:39:31.844 INFO O| Feb 28 22:39:31.844 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582025-02-28T22:39:33.354Z[ host-image] Feb 28 22:39:31.865 INFO O| Feb 28 22:39:31.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98592025-02-28T22:39:33.354Z[ host-image] Feb 28 22:39:31.865 INFO O| Feb 28 22:39:31.865 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98602025-02-28T22:39:34.061Z[ host-image] Feb 28 22:39:32.572 INFO O| Feb 28 22:39:32.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98612025-02-28T22:39:34.061Z[ host-image] Feb 28 22:39:32.572 INFO O| Feb 28 22:39:32.572 INFO ok!
98622025-02-28T22:39:34.061Z[ host-image] Feb 28 22:39:32.572 INFO O| Feb 28 22:39:32.572 INFO STEP 89 (ensure_file) COMPLETE
98632025-02-28T22:39:34.064Z[ host-image] Feb 28 22:39:32.572 INFO O| Feb 28 22:39:32.572 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642025-02-28T22:39:34.082Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98652025-02-28T22:39:34.083Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
98662025-02-28T22:39:34.086Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
98672025-02-28T22:39:34.086Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO ok!
98682025-02-28T22:39:34.086Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO STEP 90 (ensure_file) COMPLETE
98692025-02-28T22:39:34.086Z[ host-image] Feb 28 22:39:32.593 INFO O| Feb 28 22:39:32.593 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702025-02-28T22:39:34.104Z[ host-image] Feb 28 22:39:32.615 INFO O| Feb 28 22:39:32.615 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
98712025-02-28T22:39:34.104Z[ host-image] Feb 28 22:39:32.615 INFO O| Feb 28 22:39:32.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
98722025-02-28T22:39:34.108Z[ host-image] Feb 28 22:39:32.615 INFO O| Feb 28 22:39:32.615 INFO STEP 91 (ensure_dir) COMPLETE
98732025-02-28T22:39:34.108Z[ host-image] Feb 28 22:39:32.615 INFO O| Feb 28 22:39:32.615 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742025-02-28T22:39:34.155Z[ host-image] Feb 28 22:39:32.666 INFO O| Feb 28 22:39:32.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
98752025-02-28T22:39:34.156Z[ host-image] Feb 28 22:39:32.666 INFO O| Feb 28 22:39:32.666 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
98762025-02-28T22:39:34.156Z[ host-image] Feb 28 22:39:32.667 INFO O| Feb 28 22:39:32.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
98772025-02-28T22:39:34.156Z[ host-image] Feb 28 22:39:32.667 INFO O| Feb 28 22:39:32.667 INFO ok!
98782025-02-28T22:39:34.158Z[ host-image] Feb 28 22:39:32.667 INFO O| Feb 28 22:39:32.667 INFO STEP 92 (ensure_file) COMPLETE
98792025-02-28T22:39:34.158Z[ host-image] Feb 28 22:39:32.667 INFO O| Feb 28 22:39:32.667 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-02-28T22:39:34.179Z[ host-image] Feb 28 22:39:32.690 INFO O| Feb 28 22:39:32.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
98812025-02-28T22:39:34.183Z[ host-image] Feb 28 22:39:32.690 INFO O| Feb 28 22:39:32.690 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
98822025-02-28T22:39:34.183Z[ host-image] Feb 28 22:39:32.691 INFO O| Feb 28 22:39:32.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
98832025-02-28T22:39:34.183Z[ host-image] Feb 28 22:39:32.691 INFO O| Feb 28 22:39:32.690 INFO ok!
98842025-02-28T22:39:34.183Z[ host-image] Feb 28 22:39:32.691 INFO O| Feb 28 22:39:32.691 INFO STEP 93 (ensure_file) COMPLETE
98852025-02-28T22:39:34.183Z[ host-image] Feb 28 22:39:32.691 INFO O| Feb 28 22:39:32.691 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-02-28T22:39:34.202Z[ host-image] Feb 28 22:39:32.713 INFO O| Feb 28 22:39:32.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
98872025-02-28T22:39:34.202Z[ host-image] Feb 28 22:39:32.713 INFO O| Feb 28 22:39:32.713 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
98882025-02-28T22:39:34.206Z[ host-image] Feb 28 22:39:32.713 INFO O| Feb 28 22:39:32.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
98892025-02-28T22:39:34.206Z[ host-image] Feb 28 22:39:32.714 INFO O| Feb 28 22:39:32.713 INFO ok!
98902025-02-28T22:39:34.206Z[ host-image] Feb 28 22:39:32.714 INFO O| Feb 28 22:39:32.714 INFO STEP 94 (ensure_file) COMPLETE
98912025-02-28T22:39:34.206Z[ host-image] Feb 28 22:39:32.714 INFO O| Feb 28 22:39:32.714 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-02-28T22:39:34.229Z[ host-image] Feb 28 22:39:32.740 INFO O| Feb 28 22:39:32.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
98932025-02-28T22:39:34.229Z[ host-image] Feb 28 22:39:32.740 INFO O| Feb 28 22:39:32.740 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
98942025-02-28T22:39:34.232Z[ host-image] Feb 28 22:39:32.741 INFO O| Feb 28 22:39:32.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
98952025-02-28T22:39:34.233Z[ host-image] Feb 28 22:39:32.741 INFO O| Feb 28 22:39:32.741 INFO ok!
98962025-02-28T22:39:34.233Z[ host-image] Feb 28 22:39:32.741 INFO O| Feb 28 22:39:32.741 INFO STEP 95 (ensure_file) COMPLETE
98972025-02-28T22:39:34.233Z[ host-image] Feb 28 22:39:32.741 INFO O| Feb 28 22:39:32.741 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-02-28T22:39:34.253Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
98992025-02-28T22:39:34.253Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
99002025-02-28T22:39:34.257Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
99012025-02-28T22:39:34.257Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO ok!
99022025-02-28T22:39:34.257Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO STEP 96 (ensure_file) COMPLETE
99032025-02-28T22:39:34.257Z[ host-image] Feb 28 22:39:32.764 INFO O| Feb 28 22:39:32.764 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042025-02-28T22:39:34.362Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
99052025-02-28T22:39:34.362Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
99062025-02-28T22:39:34.362Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
99072025-02-28T22:39:34.362Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO ok!
99082025-02-28T22:39:34.365Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO STEP 97 (ensure_file) COMPLETE
99092025-02-28T22:39:34.366Z[ host-image] Feb 28 22:39:32.871 INFO O| Feb 28 22:39:32.871 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102025-02-28T22:39:34.383Z[ host-image] Feb 28 22:39:32.893 INFO O| Feb 28 22:39:32.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
99112025-02-28T22:39:34.383Z[ host-image] Feb 28 22:39:32.894 INFO O| Feb 28 22:39:32.893 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
99122025-02-28T22:39:34.383Z[ host-image] Feb 28 22:39:32.894 INFO O| Feb 28 22:39:32.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
99132025-02-28T22:39:34.383Z[ host-image] Feb 28 22:39:32.894 INFO O| Feb 28 22:39:32.894 INFO ok!
99142025-02-28T22:39:34.386Z[ host-image] Feb 28 22:39:32.894 INFO O| Feb 28 22:39:32.894 INFO STEP 98 (ensure_file) COMPLETE
99152025-02-28T22:39:34.386Z[ host-image] Feb 28 22:39:32.894 INFO O| Feb 28 22:39:32.894 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99162025-02-28T22:39:34.404Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
99172025-02-28T22:39:34.404Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
99182025-02-28T22:39:34.404Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
99192025-02-28T22:39:34.406Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO ok!
99202025-02-28T22:39:34.409Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO STEP 99 (ensure_file) COMPLETE
99212025-02-28T22:39:34.409Z[ host-image] Feb 28 22:39:32.915 INFO O| Feb 28 22:39:32.915 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222025-02-28T22:39:34.425Z[ host-image] Feb 28 22:39:32.935 INFO O| Feb 28 22:39:32.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
99232025-02-28T22:39:34.425Z[ host-image] Feb 28 22:39:32.936 INFO O| Feb 28 22:39:32.935 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
99242025-02-28T22:39:34.430Z[ host-image] Feb 28 22:39:32.936 INFO O| Feb 28 22:39:32.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
99252025-02-28T22:39:34.430Z[ host-image] Feb 28 22:39:32.936 INFO O| Feb 28 22:39:32.936 INFO ok!
99262025-02-28T22:39:34.430Z[ host-image] Feb 28 22:39:32.936 INFO O| Feb 28 22:39:32.936 INFO STEP 100 (ensure_file) COMPLETE
99272025-02-28T22:39:34.430Z[ host-image] Feb 28 22:39:32.936 INFO O| Feb 28 22:39:32.936 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-02-28T22:39:34.446Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
99292025-02-28T22:39:34.446Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
99302025-02-28T22:39:34.452Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
99312025-02-28T22:39:34.452Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO ok!
99322025-02-28T22:39:34.452Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO STEP 101 (ensure_file) COMPLETE
99332025-02-28T22:39:34.454Z[ host-image] Feb 28 22:39:32.957 INFO O| Feb 28 22:39:32.957 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-02-28T22:39:34.475Z[ host-image] Feb 28 22:39:32.985 INFO O| Feb 28 22:39:32.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
99352025-02-28T22:39:34.475Z[ host-image] Feb 28 22:39:32.985 INFO O| Feb 28 22:39:32.985 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
99362025-02-28T22:39:34.486Z[ host-image] Feb 28 22:39:32.986 INFO O| Feb 28 22:39:32.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
99372025-02-28T22:39:34.487Z[ host-image] Feb 28 22:39:32.986 INFO O| Feb 28 22:39:32.985 INFO ok!
99382025-02-28T22:39:34.487Z[ host-image] Feb 28 22:39:32.986 INFO O| Feb 28 22:39:32.986 INFO STEP 102 (ensure_file) COMPLETE
99392025-02-28T22:39:34.487Z[ host-image] Feb 28 22:39:32.986 INFO O| Feb 28 22:39:32.986 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-02-28T22:39:34.532Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
99412025-02-28T22:39:34.532Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
99422025-02-28T22:39:34.532Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
99432025-02-28T22:39:34.539Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO ok!
99442025-02-28T22:39:34.539Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO STEP 103 (ensure_file) COMPLETE
99452025-02-28T22:39:34.539Z[ host-image] Feb 28 22:39:33.043 INFO O| Feb 28 22:39:33.043 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-02-28T22:39:34.554Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
99472025-02-28T22:39:34.554Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
99482025-02-28T22:39:34.555Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
99492025-02-28T22:39:34.563Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO ok!
99502025-02-28T22:39:34.563Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO STEP 104 (ensure_file) COMPLETE
99512025-02-28T22:39:34.563Z[ host-image] Feb 28 22:39:33.065 INFO O| Feb 28 22:39:33.065 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-02-28T22:39:34.576Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
99532025-02-28T22:39:34.576Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
99542025-02-28T22:39:34.584Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
99552025-02-28T22:39:34.584Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO ok!
99562025-02-28T22:39:34.584Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO STEP 105 (ensure_file) COMPLETE
99572025-02-28T22:39:34.584Z[ host-image] Feb 28 22:39:33.087 INFO O| Feb 28 22:39:33.087 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-02-28T22:39:34.598Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
99592025-02-28T22:39:34.598Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
99602025-02-28T22:39:34.605Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
99612025-02-28T22:39:34.605Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO ok!
99622025-02-28T22:39:34.607Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO STEP 106 (ensure_file) COMPLETE
99632025-02-28T22:39:34.607Z[ host-image] Feb 28 22:39:33.109 INFO O| Feb 28 22:39:33.109 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642025-02-28T22:39:34.619Z[ host-image] Feb 28 22:39:33.129 INFO O| Feb 28 22:39:33.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
99652025-02-28T22:39:34.619Z[ host-image] Feb 28 22:39:33.129 INFO O| Feb 28 22:39:33.129 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
99662025-02-28T22:39:34.619Z[ host-image] Feb 28 22:39:33.130 INFO O| Feb 28 22:39:33.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
99672025-02-28T22:39:34.621Z[ host-image] Feb 28 22:39:33.130 INFO O| Feb 28 22:39:33.130 INFO ok!
99682025-02-28T22:39:34.621Z[ host-image] Feb 28 22:39:33.130 INFO O| Feb 28 22:39:33.130 INFO STEP 107 (ensure_file) COMPLETE
99692025-02-28T22:39:34.621Z[ host-image] Feb 28 22:39:33.130 INFO O| Feb 28 22:39:33.130 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-28T22:39:34.640Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
99712025-02-28T22:39:34.640Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
99722025-02-28T22:39:34.640Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
99732025-02-28T22:39:34.642Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO ok!
99742025-02-28T22:39:34.642Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO STEP 108 (ensure_file) COMPLETE
99752025-02-28T22:39:34.642Z[ host-image] Feb 28 22:39:33.150 INFO O| Feb 28 22:39:33.150 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-02-28T22:39:34.690Z[ host-image] Feb 28 22:39:33.201 INFO O| Feb 28 22:39:33.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
99772025-02-28T22:39:34.691Z[ host-image] Feb 28 22:39:33.201 INFO O| Feb 28 22:39:33.201 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
99782025-02-28T22:39:34.694Z[ host-image] Feb 28 22:39:33.201 INFO O| Feb 28 22:39:33.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
99792025-02-28T22:39:34.694Z[ host-image] Feb 28 22:39:33.201 INFO O| Feb 28 22:39:33.201 INFO ok!
99802025-02-28T22:39:34.694Z[ host-image] Feb 28 22:39:33.201 INFO O| Feb 28 22:39:33.201 INFO STEP 109 (ensure_file) COMPLETE
99812025-02-28T22:39:34.694Z[ host-image] Feb 28 22:39:33.202 INFO O| Feb 28 22:39:33.202 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822025-02-28T22:39:34.749Z[ host-image] Feb 28 22:39:33.260 INFO O| Feb 28 22:39:33.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
99832025-02-28T22:39:34.750Z[ host-image] Feb 28 22:39:33.260 INFO O| Feb 28 22:39:33.260 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
99842025-02-28T22:39:34.753Z[ host-image] Feb 28 22:39:33.260 INFO O| Feb 28 22:39:33.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
99852025-02-28T22:39:34.753Z[ host-image] Feb 28 22:39:33.261 INFO O| Feb 28 22:39:33.260 INFO ok!
99862025-02-28T22:39:34.753Z[ host-image] Feb 28 22:39:33.261 INFO O| Feb 28 22:39:33.261 INFO STEP 110 (ensure_file) COMPLETE
99872025-02-28T22:39:34.753Z[ host-image] Feb 28 22:39:33.261 INFO O| Feb 28 22:39:33.261 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-02-28T22:39:34.773Z[ host-image] Feb 28 22:39:33.284 INFO O| Feb 28 22:39:33.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
99892025-02-28T22:39:34.773Z[ host-image] Feb 28 22:39:33.284 INFO O| Feb 28 22:39:33.284 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
99902025-02-28T22:39:34.776Z[ host-image] Feb 28 22:39:33.285 INFO O| Feb 28 22:39:33.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
99912025-02-28T22:39:34.776Z[ host-image] Feb 28 22:39:33.285 INFO O| Feb 28 22:39:33.285 INFO ok!
99922025-02-28T22:39:34.776Z[ host-image] Feb 28 22:39:33.285 INFO O| Feb 28 22:39:33.285 INFO STEP 111 (ensure_file) COMPLETE
99932025-02-28T22:39:34.776Z[ host-image] Feb 28 22:39:33.285 INFO O| Feb 28 22:39:33.285 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-02-28T22:39:34.796Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
99952025-02-28T22:39:34.796Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
99962025-02-28T22:39:34.799Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
99972025-02-28T22:39:34.799Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO ok!
99982025-02-28T22:39:34.799Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO STEP 112 (ensure_file) COMPLETE
99992025-02-28T22:39:34.799Z[ host-image] Feb 28 22:39:33.307 INFO O| Feb 28 22:39:33.307 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002025-02-28T22:39:34.819Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
100012025-02-28T22:39:34.819Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
100022025-02-28T22:39:34.819Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
100032025-02-28T22:39:34.819Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO ok!
100042025-02-28T22:39:34.822Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO STEP 113 (ensure_file) COMPLETE
100052025-02-28T22:39:34.822Z[ host-image] Feb 28 22:39:33.330 INFO O| Feb 28 22:39:33.330 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-02-28T22:39:34.852Z[ host-image] Feb 28 22:39:33.362 INFO O| Feb 28 22:39:33.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
100072025-02-28T22:39:34.852Z[ host-image] Feb 28 22:39:33.362 INFO O| Feb 28 22:39:33.362 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
100082025-02-28T22:39:34.852Z[ host-image] Feb 28 22:39:33.363 INFO O| Feb 28 22:39:33.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
100092025-02-28T22:39:34.852Z[ host-image] Feb 28 22:39:33.363 INFO O| Feb 28 22:39:33.363 INFO ok!
100102025-02-28T22:39:34.854Z[ host-image] Feb 28 22:39:33.363 INFO O| Feb 28 22:39:33.363 INFO STEP 114 (ensure_file) COMPLETE
100112025-02-28T22:39:34.854Z[ host-image] Feb 28 22:39:33.363 INFO O| Feb 28 22:39:33.363 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122025-02-28T22:39:34.885Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
100132025-02-28T22:39:34.885Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
100142025-02-28T22:39:34.885Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
100152025-02-28T22:39:34.885Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO ok!
100162025-02-28T22:39:34.887Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO STEP 115 (ensure_file) COMPLETE
100172025-02-28T22:39:34.887Z[ host-image] Feb 28 22:39:33.396 INFO O| Feb 28 22:39:33.396 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182025-02-28T22:39:34.921Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
100192025-02-28T22:39:34.921Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
100202025-02-28T22:39:34.923Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
100212025-02-28T22:39:34.923Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO ok!
100222025-02-28T22:39:34.923Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO STEP 116 (ensure_file) COMPLETE
100232025-02-28T22:39:34.923Z[ host-image] Feb 28 22:39:33.431 INFO O| Feb 28 22:39:33.431 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242025-02-28T22:39:34.941Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
100252025-02-28T22:39:34.941Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
100262025-02-28T22:39:34.941Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
100272025-02-28T22:39:34.941Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO ok!
100282025-02-28T22:39:34.944Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO STEP 117 (ensure_file) COMPLETE
100292025-02-28T22:39:34.944Z[ host-image] Feb 28 22:39:33.452 INFO O| Feb 28 22:39:33.452 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302025-02-28T22:39:34.963Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
100312025-02-28T22:39:34.963Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
100322025-02-28T22:39:34.963Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
100332025-02-28T22:39:34.963Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO ok!
100342025-02-28T22:39:34.966Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO STEP 118 (ensure_file) COMPLETE
100352025-02-28T22:39:34.967Z[ host-image] Feb 28 22:39:33.474 INFO O| Feb 28 22:39:33.474 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362025-02-28T22:39:34.998Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
100372025-02-28T22:39:34.998Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
100382025-02-28T22:39:35.001Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
100392025-02-28T22:39:35.001Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO ok!
100402025-02-28T22:39:35.001Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO STEP 119 (ensure_file) COMPLETE
100412025-02-28T22:39:35.001Z[ host-image] Feb 28 22:39:33.509 INFO O| Feb 28 22:39:33.509 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422025-02-28T22:39:35.021Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
100432025-02-28T22:39:35.021Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
100442025-02-28T22:39:35.024Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
100452025-02-28T22:39:35.024Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO ok!
100462025-02-28T22:39:35.024Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO STEP 120 (ensure_file) COMPLETE
100472025-02-28T22:39:35.024Z[ host-image] Feb 28 22:39:33.532 INFO O| Feb 28 22:39:33.532 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482025-02-28T22:39:35.044Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
100492025-02-28T22:39:35.044Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
100502025-02-28T22:39:35.048Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
100512025-02-28T22:39:35.048Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO ok!
100522025-02-28T22:39:35.048Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO STEP 121 (ensure_file) COMPLETE
100532025-02-28T22:39:35.048Z[ host-image] Feb 28 22:39:33.555 INFO O| Feb 28 22:39:33.555 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542025-02-28T22:39:35.067Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
100552025-02-28T22:39:35.067Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
100562025-02-28T22:39:35.067Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
100572025-02-28T22:39:35.068Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO ok!
100582025-02-28T22:39:35.070Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO STEP 122 (ensure_file) COMPLETE
100592025-02-28T22:39:35.070Z[ host-image] Feb 28 22:39:33.578 INFO O| Feb 28 22:39:33.578 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602025-02-28T22:39:35.090Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
100612025-02-28T22:39:35.090Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
100622025-02-28T22:39:35.093Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
100632025-02-28T22:39:35.093Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO ok!
100642025-02-28T22:39:35.093Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO STEP 123 (ensure_file) COMPLETE
100652025-02-28T22:39:35.093Z[ host-image] Feb 28 22:39:33.601 INFO O| Feb 28 22:39:33.601 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662025-02-28T22:39:35.143Z[ host-image] Feb 28 22:39:33.654 INFO O| Feb 28 22:39:33.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
100672025-02-28T22:39:35.143Z[ host-image] Feb 28 22:39:33.654 INFO O| Feb 28 22:39:33.654 INFO copying /tmp/.tmpM2JRTw/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
100682025-02-28T22:39:46.995Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
100692025-02-28T22:39:48.557Z[ host-image] Feb 28 22:39:47.063 INFO O| Feb 28 22:39:47.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
100702025-02-28T22:39:48.560Z[ host-image] Feb 28 22:39:47.063 INFO O| Feb 28 22:39:47.063 INFO ok!
100712025-02-28T22:39:48.561Z[ host-image] Feb 28 22:39:47.063 INFO O| Feb 28 22:39:47.063 INFO STEP 124 (ensure_file) COMPLETE
100722025-02-28T22:39:48.561Z[ host-image] Feb 28 22:39:47.063 INFO O| Feb 28 22:39:47.063 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732025-02-28T22:39:48.586Z[ host-image] Feb 28 22:39:47.094 INFO O| Feb 28 22:39:47.094 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
100742025-02-28T22:39:48.586Z[ host-image] Feb 28 22:39:47.094 INFO O| Feb 28 22:39:47.094 INFO STEP 125 (ensure_dir) COMPLETE
100752025-02-28T22:39:48.589Z[ host-image] Feb 28 22:39:47.094 INFO O| Feb 28 22:39:47.094 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762025-02-28T22:39:48.641Z[ host-image] Feb 28 22:39:47.149 INFO O| Feb 28 22:39:47.149 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
100772025-02-28T22:39:48.641Z[ host-image] Feb 28 22:39:47.149 INFO O| Feb 28 22:39:47.149 INFO STEP 126 (ensure_dir) COMPLETE
100782025-02-28T22:39:48.644Z[ host-image] Feb 28 22:39:47.149 INFO O| Feb 28 22:39:47.149 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792025-02-28T22:39:48.664Z[ host-image] Feb 28 22:39:47.172 INFO O| Feb 28 22:39:47.172 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
100802025-02-28T22:39:48.664Z[ host-image] Feb 28 22:39:47.172 INFO O| Feb 28 22:39:47.172 INFO STEP 127 (ensure_dir) COMPLETE
100812025-02-28T22:39:48.664Z[ host-image] Feb 28 22:39:47.172 INFO O| Feb 28 22:39:47.172 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822025-02-28T22:39:48.685Z[ host-image] Feb 28 22:39:47.193 INFO O| Feb 28 22:39:47.193 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
100832025-02-28T22:39:48.685Z[ host-image] Feb 28 22:39:47.193 INFO O| Feb 28 22:39:47.193 INFO STEP 128 (ensure_dir) COMPLETE
100842025-02-28T22:39:48.685Z[ host-image] Feb 28 22:39:47.193 INFO O| Feb 28 22:39:47.193 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852025-02-28T22:39:48.722Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100862025-02-28T22:39:48.722Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.231 INFO copying /tmp/.tmpM2JRTw/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
100872025-02-28T22:39:48.722Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
100882025-02-28T22:39:48.722Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.231 INFO ok!
100892025-02-28T22:39:48.726Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.231 INFO STEP 129 (ensure_file) COMPLETE
100902025-02-28T22:39:48.726Z[ host-image] Feb 28 22:39:47.231 INFO O| Feb 28 22:39:47.231 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912025-02-28T22:39:48.776Z[ host-image] Feb 28 22:39:47.285 INFO O| Feb 28 22:39:47.284 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100922025-02-28T22:39:48.776Z[ host-image] Feb 28 22:39:47.285 INFO O| Feb 28 22:39:47.285 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100932025-02-28T22:39:48.776Z[ host-image] Feb 28 22:39:47.285 INFO O| Feb 28 22:39:47.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
100942025-02-28T22:39:48.781Z[ host-image] Feb 28 22:39:47.285 INFO O| Feb 28 22:39:47.285 INFO STEP 130 (ensure_dir) COMPLETE
100952025-02-28T22:39:48.781Z[ host-image] Feb 28 22:39:47.285 INFO O| Feb 28 22:39:47.285 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962025-02-28T22:39:48.800Z[ host-image] Feb 28 22:39:47.308 INFO O| Feb 28 22:39:47.308 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
100972025-02-28T22:39:48.800Z[ host-image] Feb 28 22:39:47.308 INFO O| Feb 28 22:39:47.308 INFO copying /tmp/.tmpM2JRTw/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
100982025-02-28T22:39:48.803Z[ host-image] Feb 28 22:39:47.309 INFO O| Feb 28 22:39:47.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
100992025-02-28T22:39:48.803Z[ host-image] Feb 28 22:39:47.309 INFO O| Feb 28 22:39:47.309 INFO ok!
101002025-02-28T22:39:48.803Z[ host-image] Feb 28 22:39:47.309 INFO O| Feb 28 22:39:47.309 INFO STEP 131 (ensure_file) COMPLETE
101012025-02-28T22:39:48.803Z[ host-image] Feb 28 22:39:47.309 INFO O| Feb 28 22:39:47.309 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101022025-02-28T22:39:48.822Z[ host-image] Feb 28 22:39:47.330 INFO O| Feb 28 22:39:47.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
101032025-02-28T22:39:48.825Z[ host-image] Feb 28 22:39:47.331 INFO O| Feb 28 22:39:47.331 INFO STEP 132 (remove_files) COMPLETE
101042025-02-28T22:39:48.825Z[ host-image] Feb 28 22:39:47.331 INFO O| Feb 28 22:39:47.331 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101052025-02-28T22:39:48.843Z[ host-image] Feb 28 22:39:47.351 INFO O| Feb 28 22:39:47.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
101062025-02-28T22:39:48.843Z[ host-image] Feb 28 22:39:47.351 INFO O| Feb 28 22:39:47.351 INFO STEP 133 (remove_files) COMPLETE
101072025-02-28T22:39:48.843Z[ host-image] Feb 28 22:39:47.351 INFO O| Feb 28 22:39:47.351 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101082025-02-28T22:39:48.864Z[ host-image] Feb 28 22:39:47.373 INFO O| Feb 28 22:39:47.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
101092025-02-28T22:39:48.869Z[ host-image] Feb 28 22:39:47.373 INFO O| Feb 28 22:39:47.373 INFO STEP 134 (remove_files) COMPLETE
101102025-02-28T22:39:48.869Z[ host-image] Feb 28 22:39:47.373 INFO O| Feb 28 22:39:47.373 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101112025-02-28T22:39:48.890Z[ host-image] Feb 28 22:39:47.398 INFO O| Feb 28 22:39:47.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
101122025-02-28T22:39:48.893Z[ host-image] Feb 28 22:39:47.399 INFO O| Feb 28 22:39:47.399 INFO STEP 135 (remove_files) COMPLETE
101132025-02-28T22:39:48.893Z[ host-image] Feb 28 22:39:47.399 INFO O| Feb 28 22:39:47.399 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101142025-02-28T22:39:48.916Z[ host-image] Feb 28 22:39:47.425 INFO O| Feb 28 22:39:47.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
101152025-02-28T22:39:48.919Z[ host-image] Feb 28 22:39:47.425 INFO O| Feb 28 22:39:47.425 INFO STEP 136 (remove_files) COMPLETE
101162025-02-28T22:39:48.919Z[ host-image] Feb 28 22:39:47.425 INFO O| Feb 28 22:39:47.425 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101172025-02-28T22:39:48.941Z[ host-image] Feb 28 22:39:47.450 INFO O| Feb 28 22:39:47.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
101182025-02-28T22:39:48.945Z[ host-image] Feb 28 22:39:47.450 INFO O| Feb 28 22:39:47.450 INFO STEP 137 (remove_files) COMPLETE
101192025-02-28T22:39:48.945Z[ host-image] Feb 28 22:39:47.450 INFO O| Feb 28 22:39:47.450 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101202025-02-28T22:39:48.966Z[ host-image] Feb 28 22:39:47.474 INFO O| Feb 28 22:39:47.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101212025-02-28T22:39:48.969Z[ host-image] Feb 28 22:39:47.475 INFO O| Feb 28 22:39:47.475 INFO STEP 138 (remove_files) COMPLETE
101222025-02-28T22:39:48.969Z[ host-image] Feb 28 22:39:47.475 INFO O| Feb 28 22:39:47.475 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101232025-02-28T22:39:48.990Z[ host-image] Feb 28 22:39:47.498 INFO O| Feb 28 22:39:47.498 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101242025-02-28T22:39:48.990Z[ host-image] Feb 28 22:39:47.498 INFO O| Feb 28 22:39:47.498 INFO STEP 139 (remove_files) COMPLETE
101252025-02-28T22:39:48.993Z[ host-image] Feb 28 22:39:47.498 INFO O| Feb 28 22:39:47.498 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101262025-02-28T22:39:49.015Z[ host-image] Feb 28 22:39:47.523 INFO O| Feb 28 22:39:47.523 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
101272025-02-28T22:39:49.015Z[ host-image] Feb 28 22:39:47.523 INFO O| Feb 28 22:39:47.523 INFO STEP 140 (remove_files) COMPLETE
101282025-02-28T22:39:49.015Z[ host-image] Feb 28 22:39:47.523 INFO O| Feb 28 22:39:47.523 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101292025-02-28T22:39:49.037Z[ host-image] Feb 28 22:39:47.546 INFO O| Feb 28 22:39:47.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101302025-02-28T22:39:49.037Z[ host-image] Feb 28 22:39:47.546 INFO O| Feb 28 22:39:47.546 INFO STEP 141 (remove_files) COMPLETE
101312025-02-28T22:39:49.040Z[ host-image] Feb 28 22:39:47.546 INFO O| Feb 28 22:39:47.546 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101322025-02-28T22:39:49.076Z[ host-image] Feb 28 22:39:47.585 INFO O| Feb 28 22:39:47.585 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
101332025-02-28T22:39:49.076Z[ host-image] Feb 28 22:39:47.585 INFO O| Feb 28 22:39:47.585 INFO STEP 142 (remove_files) COMPLETE
101342025-02-28T22:39:49.076Z[ host-image] Feb 28 22:39:47.585 INFO O| Feb 28 22:39:47.585 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101352025-02-28T22:39:49.135Z[ host-image] Feb 28 22:39:47.643 INFO O| Feb 28 22:39:47.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
101362025-02-28T22:39:49.135Z[ host-image] Feb 28 22:39:47.643 INFO O| Feb 28 22:39:47.643 INFO STEP 143 (remove_files) COMPLETE
101372025-02-28T22:39:49.135Z[ host-image] Feb 28 22:39:47.643 INFO O| Feb 28 22:39:47.643 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101382025-02-28T22:39:49.156Z[ host-image] Feb 28 22:39:47.665 INFO O| Feb 28 22:39:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101392025-02-28T22:39:49.159Z[ host-image] Feb 28 22:39:47.665 INFO O| Feb 28 22:39:47.665 INFO STEP 144 (remove_files) COMPLETE
101402025-02-28T22:39:49.160Z[ host-image] Feb 28 22:39:47.665 INFO O| Feb 28 22:39:47.665 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101412025-02-28T22:39:49.177Z[ host-image] Feb 28 22:39:47.685 INFO O| Feb 28 22:39:47.685 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101422025-02-28T22:39:49.182Z[ host-image] Feb 28 22:39:47.686 INFO O| Feb 28 22:39:47.685 INFO STEP 145 (remove_files) COMPLETE
101432025-02-28T22:39:49.182Z[ host-image] Feb 28 22:39:47.686 INFO O| Feb 28 22:39:47.686 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101442025-02-28T22:39:49.197Z[ host-image] Feb 28 22:39:47.705 INFO O| Feb 28 22:39:47.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
101452025-02-28T22:39:49.201Z[ host-image] Feb 28 22:39:47.705 INFO O| Feb 28 22:39:47.705 INFO STEP 146 (remove_files) COMPLETE
101462025-02-28T22:39:49.201Z[ host-image] Feb 28 22:39:47.705 INFO O| Feb 28 22:39:47.705 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101472025-02-28T22:39:49.216Z[ host-image] Feb 28 22:39:47.724 INFO O| Feb 28 22:39:47.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101482025-02-28T22:39:49.220Z[ host-image] Feb 28 22:39:47.725 INFO O| Feb 28 22:39:47.725 INFO STEP 147 (remove_files) COMPLETE
101492025-02-28T22:39:49.220Z[ host-image] Feb 28 22:39:47.725 INFO O| Feb 28 22:39:47.725 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101502025-02-28T22:39:49.236Z[ host-image] Feb 28 22:39:47.744 INFO O| Feb 28 22:39:47.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101512025-02-28T22:39:49.236Z[ host-image] Feb 28 22:39:47.744 INFO O| Feb 28 22:39:47.744 INFO STEP 148 (remove_files) COMPLETE
101522025-02-28T22:39:49.239Z[ host-image] Feb 28 22:39:47.744 INFO O| Feb 28 22:39:47.744 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101532025-02-28T22:39:49.256Z[ host-image] Feb 28 22:39:47.765 INFO O| Feb 28 22:39:47.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
101542025-02-28T22:39:49.260Z[ host-image] Feb 28 22:39:47.765 INFO O| Feb 28 22:39:47.765 INFO STEP 149 (remove_files) COMPLETE
101552025-02-28T22:39:49.260Z[ host-image] Feb 28 22:39:47.765 INFO O| Feb 28 22:39:47.765 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101562025-02-28T22:39:49.277Z[ host-image] Feb 28 22:39:47.785 INFO O| Feb 28 22:39:47.785 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101572025-02-28T22:39:49.280Z[ host-image] Feb 28 22:39:47.785 INFO O| Feb 28 22:39:47.785 INFO STEP 150 (remove_files) COMPLETE
101582025-02-28T22:39:49.280Z[ host-image] Feb 28 22:39:47.785 INFO O| Feb 28 22:39:47.785 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101592025-02-28T22:39:49.317Z[ host-image] Feb 28 22:39:47.825 INFO O| Feb 28 22:39:47.825 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101602025-02-28T22:39:49.317Z[ host-image] Feb 28 22:39:47.825 INFO O| Feb 28 22:39:47.825 INFO STEP 151 (remove_files) COMPLETE
101612025-02-28T22:39:49.317Z[ host-image] Feb 28 22:39:47.825 INFO O| Feb 28 22:39:47.825 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101622025-02-28T22:39:49.338Z[ host-image] Feb 28 22:39:47.846 INFO O| Feb 28 22:39:47.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101632025-02-28T22:39:49.338Z[ host-image] Feb 28 22:39:47.846 INFO O| Feb 28 22:39:47.846 INFO STEP 152 (remove_files) COMPLETE
101642025-02-28T22:39:49.338Z[ host-image] Feb 28 22:39:47.846 INFO O| Feb 28 22:39:47.846 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101652025-02-28T22:39:49.358Z[ host-image] Feb 28 22:39:47.866 INFO O| Feb 28 22:39:47.866 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
101662025-02-28T22:39:49.361Z[ host-image] Feb 28 22:39:47.867 INFO O| Feb 28 22:39:47.866 INFO STEP 153 (remove_files) COMPLETE
101672025-02-28T22:39:49.361Z[ host-image] Feb 28 22:39:47.867 INFO O| Feb 28 22:39:47.866 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101682025-02-28T22:39:49.378Z[ host-image] Feb 28 22:39:47.886 INFO O| Feb 28 22:39:47.886 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101692025-02-28T22:39:49.378Z[ host-image] Feb 28 22:39:47.886 INFO O| Feb 28 22:39:47.886 INFO STEP 154 (remove_files) COMPLETE
101702025-02-28T22:39:49.378Z[ host-image] Feb 28 22:39:47.886 INFO O| Feb 28 22:39:47.886 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101712025-02-28T22:39:49.415Z[ host-image] Feb 28 22:39:47.922 INFO O| Feb 28 22:39:47.922 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
101722025-02-28T22:39:49.415Z[ host-image] Feb 28 22:39:47.922 INFO O| Feb 28 22:39:47.922 INFO STEP 155 (remove_files) COMPLETE
101732025-02-28T22:39:49.415Z[ host-image] Feb 28 22:39:47.922 INFO O| Feb 28 22:39:47.922 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101742025-02-28T22:39:49.484Z[ host-image] Feb 28 22:39:47.992 INFO O| Feb 28 22:39:47.991 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
101752025-02-28T22:39:49.484Z[ host-image] Feb 28 22:39:47.992 INFO O| Feb 28 22:39:47.992 INFO STEP 156 (remove_files) COMPLETE
101762025-02-28T22:39:49.484Z[ host-image] Feb 28 22:39:47.992 INFO O| Feb 28 22:39:47.992 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101772025-02-28T22:39:49.504Z[ host-image] Feb 28 22:39:48.011 INFO O| Feb 28 22:39:48.011 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101782025-02-28T22:39:49.504Z[ host-image] Feb 28 22:39:48.011 INFO O| Feb 28 22:39:48.011 INFO STEP 157 (remove_files) COMPLETE
101792025-02-28T22:39:49.505Z[ host-image] Feb 28 22:39:48.011 INFO O| Feb 28 22:39:48.011 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101802025-02-28T22:39:49.524Z[ host-image] Feb 28 22:39:48.032 INFO O| Feb 28 22:39:48.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
101812025-02-28T22:39:49.524Z[ host-image] Feb 28 22:39:48.032 INFO O| Feb 28 22:39:48.032 INFO STEP 158 (remove_files) COMPLETE
101822025-02-28T22:39:49.524Z[ host-image] Feb 28 22:39:48.032 INFO O| Feb 28 22:39:48.032 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101832025-02-28T22:39:49.555Z[ host-image] Feb 28 22:39:48.063 INFO O| Feb 28 22:39:48.063 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
101842025-02-28T22:39:49.555Z[ host-image] Feb 28 22:39:48.063 INFO O| Feb 28 22:39:48.063 INFO STEP 159 (remove_files) COMPLETE
101852025-02-28T22:39:49.555Z[ host-image] Feb 28 22:39:48.063 INFO O| Feb 28 22:39:48.063 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101862025-02-28T22:39:49.590Z[ host-image] Feb 28 22:39:48.099 INFO O| Feb 28 22:39:48.099 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
101872025-02-28T22:39:49.591Z[ host-image] Feb 28 22:39:48.099 INFO O| Feb 28 22:39:48.099 INFO STEP 160 (remove_files) COMPLETE
101882025-02-28T22:39:49.591Z[ host-image] Feb 28 22:39:48.099 INFO O| Feb 28 22:39:48.099 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
101892025-02-28T22:39:49.632Z[ host-image] Feb 28 22:39:48.140 INFO O| Feb 28 22:39:48.140 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
101902025-02-28T22:39:49.636Z[ host-image] Feb 28 22:39:48.140 INFO O| Feb 28 22:39:48.140 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101912025-02-28T22:39:53.177Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101922025-02-28T22:40:05.717Z[ host-image] Feb 28 22:40:04.223 INFO O| Feb 28 22:40:04.223 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
101932025-02-28T22:40:05.717Z[ host-image] Feb 28 22:40:04.223 INFO O| Feb 28 22:40:04.223 INFO E| svccfg: Loaded 74 smf(7) service descriptions
101942025-02-28T22:40:05.743Z[ host-image] Feb 28 22:40:04.248 INFO O| Feb 28 22:40:04.248 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101952025-02-28T22:40:06.008Z[ host-image] Feb 28 22:40:04.514 INFO O| Feb 28 22:40:04.514 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101962025-02-28T22:40:06.163Z[ host-image] Feb 28 22:40:04.667 INFO O| Feb 28 22:40:04.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101972025-02-28T22:40:06.360Z[ host-image] Feb 28 22:40:04.864 INFO O| Feb 28 22:40:04.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
101982025-02-28T22:40:06.361Z[ host-image] Feb 28 22:40:04.864 INFO O| Feb 28 22:40:04.864 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101992025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
102002025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO ok!
102012025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
102022025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO STEP 161 (seed_smf) COMPLETE
102032025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO steps complete; finalising image!
102042025-02-28T22:40:06.364Z[ host-image] Feb 28 22:40:04.867 INFO O| Feb 28 22:40:04.867 INFO TRIM POOL: TEMPORARY-gimlet-zfs
102052025-02-28T22:40:06.568Z[ host-image] Feb 28 22:40:05.073 INFO O| Feb 28 22:40:05.073 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 28 22:40:04 2025)
102062025-02-28T22:40:06.780Z[ host-image] Feb 28 22:40:05.286 INFO O| Feb 28 22:40:05.286 INFO trim TEMPORARY-gimlet-zfs: (45% trimmed, started at Fri Feb 28 22:40:04 2025)
102072025-02-28T22:40:06.993Z[ host-image] Feb 28 22:40:05.498 INFO O| Feb 28 22:40:05.498 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 28 22:40:04 2025)
102082025-02-28T22:40:07.275Z[ host-image] Feb 28 22:40:05.780 INFO O| Feb 28 22:40:05.780 INFO temporary pool has 721M used, 111M avail, 1.79x compressratio
102092025-02-28T22:40:07.278Z[ host-image] Feb 28 22:40:05.780 INFO O| Feb 28 22:40:05.780 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
102102025-02-28T22:40:08.412Z[ host-image] Feb 28 22:40:06.917 INFO O| Feb 28 22:40:06.917 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
102112025-02-28T22:40:08.412Z[ host-image] Feb 28 22:40:06.917 INFO O| Feb 28 22:40:06.917 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
102122025-02-28T22:40:10.413Z[ host-image] Feb 28 22:40:08.917 INFO O| Feb 28 22:40:08.917 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
102132025-02-28T22:40:10.413Z[ host-image] Feb 28 22:40:08.917 INFO O| Feb 28 22:40:08.917 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
102142025-02-28T22:40:10.413Z[ host-image] Feb 28 22:40:08.917 INFO O| Feb 28 22:40:08.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
102152025-02-28T22:40:10.413Z[ host-image] Feb 28 22:40:08.917 INFO O| Feb 28 22:40:08.917 INFO completed processing gimlet/zfs
102162025-02-28T22:40:10.414Z[ host-image] Feb 28 22:40:08.917 INFO O| Feb 28 22:40:08.917 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
102172025-02-28T22:40:19.716Z[ host-image] Feb 28 22:40:18.218 INFO O| Feb 28 22:40:18.218 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
102182025-02-28T22:40:19.864Z[ host-image] Feb 28 22:40:18.367 INFO BUILD STRING "heads/stlouis-0-g1a5fa21572\n"
102192025-02-28T22:40:19.864Z[ host-image] Feb 28 22:40:18.367 INFO expanded image name: "ci 83c0128/${os_short_commit} 2025-02-28 21:58" -> "ci 83c0128/1a5fa21 2025-02-28 21:58"
102202025-02-28T22:40:19.867Z[ host-image] Feb 28 22:40:18.368 INFO output artefacts stored in: "/work/os-host"
102212025-02-28T22:40:19.867Z[ host-image] Feb 28 22:40:18.368 INFO collecting git info from project "phbl"...
102222025-02-28T22:40:19.878Z[ host-image] Feb 28 22:40:18.381 INFO collecting git info from project "chelsio-t6-roms"...
102232025-02-28T22:40:19.886Z[ host-image] Feb 28 22:40:18.389 INFO collecting git info from project "amd-firmware"...
102242025-02-28T22:40:19.901Z[ host-image] Feb 28 22:40:18.405 INFO collecting git info from project "amd-host-image-builder"...
102252025-02-28T22:40:19.929Z[ host-image] Feb 28 22:40:18.432 INFO collecting git info from project "pilot"...
102262025-02-28T22:40:19.939Z[ host-image] Feb 28 22:40:18.442 INFO collecting git info from project "pinprick"...
102272025-02-28T22:40:19.951Z[ host-image] Feb 28 22:40:18.454 INFO collecting git info from project "image-builder"...
102282025-02-28T22:40:19.997Z[ host-image] Feb 28 22:40:18.501 INFO collecting git info from project "bootserver"...
102292025-02-28T22:40:20.068Z[ host-image] Feb 28 22:40:18.571 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102302025-02-28T22:40:21.374Z[ host-image] Feb 28 22:40:19.877 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102312025-02-28T22:40:22.022Z[ host-image] Feb 28 22:40:20.525 INFO creating Oxide boot image...
102322025-02-28T22:40:22.022Z[ host-image] Feb 28 22:40:20.525 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 83c0128/1a5fa21 2025-02-28 21:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102332025-02-28T22:40:23.564Z[ host-image] Feb 28 22:40:22.067 INFO O| ok, image written!
102342025-02-28T22:40:23.568Z[ host-image] Feb 28 22:40:22.068 INFO O| ok, boot_image_csum file written!
102352025-02-28T22:40:23.573Z[ host-image] Feb 28 22:40:22.076 INFO creating boot archive (CPIO)...
102362025-02-28T22:40:23.577Z[ host-image] Feb 28 22:40:22.076 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
102372025-02-28T22:40:23.583Z[ host-image] Feb 28 22:40:22.086 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
102382025-02-28T22:40:23.583Z[ host-image] Feb 28 22:40:22.086 INFO E| + outfile=/work/os-host/cpio
102392025-02-28T22:40:23.583Z[ host-image] Feb 28 22:40:22.086 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102402025-02-28T22:40:23.586Z[ host-image] Feb 28 22:40:22.089 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
102412025-02-28T22:40:23.589Z[ host-image] Feb 28 22:40:22.090 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102422025-02-28T22:40:23.636Z[ host-image] Feb 28 22:40:22.139 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102432025-02-28T22:40:23.636Z[ host-image] Feb 28 22:40:22.139 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102442025-02-28T22:40:23.648Z[ host-image] Feb 28 22:40:22.150 INFO creating compressed cpio/unix for nanobl-rs...
102452025-02-28T22:40:23.648Z[ host-image] Feb 28 22:40:22.150 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
102462025-02-28T22:40:24.055Z[ host-image] Feb 28 22:40:22.557 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
102472025-02-28T22:40:30.757Z[ host-image] Feb 28 22:40:29.259 INFO creating reset image...
102482025-02-28T22:40:30.760Z[ host-image] Feb 28 22:40:29.259 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
102492025-02-28T22:40:30.995Z[ host-image] Feb 28 22:40:29.496 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
102502025-02-28T22:40:31.011Z[ host-image] Feb 28 22:40:29.512 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
102512025-02-28T22:40:31.140Z[ host-image] Feb 28 22:40:29.642 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102522025-02-28T22:40:35.543Z[ host-image] Feb 28 22:40:34.044 INFO E| Finished `release` profile [optimized] target(s) in 4.48s
102532025-02-28T22:40:35.563Z[ host-image] Feb 28 22:40:34.063 INFO building host image...
102542025-02-28T22:40:35.566Z[ host-image] Feb 28 22:40:34.064 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
102552025-02-28T22:40:36.550Z[ host-image] Feb 28 22:40:35.051 INFO finishing image archive at "/work/os-host/os.tar.gz"...
102562025-02-28T22:41:49.243Z[ host-image] Feb 28 22:41:47.731 INFO image complete! materials are in "/work/os-host"
102572025-02-28T22:41:49.248Z[ host-image]
102582025-02-28T22:41:49.251Z[ host-image] real 18:59.527183479
102592025-02-28T22:41:49.251Z[ host-image] user 7:18.590295401
102602025-02-28T22:41:49.251Z[ host-image] sys 1:15.755195268
102612025-02-28T22:41:49.251Z[ host-image] trap 0.351350525
102622025-02-28T22:41:49.251Z[ host-image] tflt 0.050644892
102632025-02-28T22:41:49.251Z[ host-image] dflt 0.488636162
102642025-02-28T22:41:49.251Z[ host-image] kflt 0.008937276
102652025-02-28T22:41:49.251Z[ host-image] lock 16:35.014311756
102662025-02-28T22:41:49.251Z[ host-image] slp 1:48:07.864794291
102672025-02-28T22:41:49.251Z[ host-image] lat 3:19.128838573
102682025-02-28T22:41:49.251Z[ host-image] stop 1.038859186
102692025-02-28T22:41:49.251ZFeb 28 22:41:47.738 INFO [host-image] process exited with exit status: 0 (1139.546615089s)
102702025-02-28T22:41:49.251ZFeb 28 22:41:47.738 INFO [tuf-repo] running task
102712025-02-28T22:42:03.836ZFeb 28 22:42:02.323 INFO assembling repository in `/tmp/tufaceousC1Fkji`, component: OmicronRepoAssembler
102722025-02-28T22:42:27.662ZFeb 28 22:42:26.145 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
102732025-02-28T22:42:28.705ZFeb 28 22:42:27.187 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
102742025-02-28T22:42:46.522ZFeb 28 22:42:45.001 INFO [tuf-repo] task succeeded (57.262947018s)
102752025-02-28T22:46:02.217Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 31s
102762025-02-28T22:46:02.691ZFeb 28 22:46:01.139 INFO [verify-libraries] process exited with exit status: 0 (1355.888689946s)
102772025-02-28T22:46:02.691ZFeb 28 22:46:01.139 INFO all jobs completed in 2848.624472144s
102782025-02-28T22:46:05.554Zprocess exited: duration 3600588 ms, exit code 0
 
102792025-02-28T22:46:05.569Zfound 33 output files
102802025-02-28T22:46:05.569Zuploading: /work/manifest.toml (13429 bytes)
102812025-02-28T22:46:06.588Zuploaded: /work/manifest.toml
102822025-02-28T22:46:06.597Zuploading: /work/repo.zip (2162625253 bytes)
102832025-02-28T22:46:40.632Zuploaded: /work/repo.zip
102842025-02-28T22:46:40.632Zuploading: /work/repo.zip.sha256.txt (65 bytes)
102852025-02-28T22:46:41.693Zuploaded: /work/repo.zip.sha256.txt
102862025-02-28T22:46:41.694Zuploading: /work/helios-setup.log (68938 bytes)
102872025-02-28T22:46:42.706Zuploaded: /work/helios-setup.log
102882025-02-28T22:46:42.706Zuploading: /work/host-image.log (204925 bytes)
102892025-02-28T22:46:43.723Zuploaded: /work/host-image.log
102902025-02-28T22:46:43.727Zuploading: /work/host-package.log (24811 bytes)
102912025-02-28T22:46:44.736Zuploaded: /work/host-package.log
102922025-02-28T22:46:44.737Zuploading: /work/host-target.log (101 bytes)
102932025-02-28T22:46:45.745Zuploaded: /work/host-target.log
102942025-02-28T22:46:45.746Zuploading: /work/omicron-package.log (6820 bytes)
102952025-02-28T22:46:46.754Zuploaded: /work/omicron-package.log
102962025-02-28T22:46:46.754Zuploading: /work/phbl-toolchain.log (881 bytes)
102972025-02-28T22:46:47.763Zuploaded: /work/phbl-toolchain.log
102982025-02-28T22:46:47.763Zuploading: /work/recovery-image.log (583928 bytes)
102992025-02-28T22:46:48.784Zuploaded: /work/recovery-image.log
103002025-02-28T22:46:48.787Zuploading: /work/recovery-package.log (1762 bytes)
103012025-02-28T22:46:49.795Zuploaded: /work/recovery-package.log
103022025-02-28T22:46:49.795Zuploading: /work/recovery-target.log (98 bytes)
103032025-02-28T22:46:50.804Zuploaded: /work/recovery-target.log
103042025-02-28T22:46:50.805Zuploading: /work/stamp-clickhouse.log (117 bytes)
103052025-02-28T22:46:51.814Zuploaded: /work/stamp-clickhouse.log
103062025-02-28T22:46:51.814Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
103072025-02-28T22:46:52.824Zuploaded: /work/stamp-clickhouse_keeper.log
103082025-02-28T22:46:52.829Zuploading: /work/stamp-cockroachdb.log (118 bytes)
103092025-02-28T22:46:53.837Zuploaded: /work/stamp-cockroachdb.log
103102025-02-28T22:46:53.837Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
103112025-02-28T22:46:54.847Zuploaded: /work/stamp-crucible-dtrace.log
103122025-02-28T22:46:54.847Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
103132025-02-28T22:46:55.857Zuploaded: /work/stamp-crucible-pantry-zone.log
103142025-02-28T22:46:55.857Zuploading: /work/stamp-crucible-zone.log (120 bytes)
103152025-02-28T22:46:56.866Zuploaded: /work/stamp-crucible-zone.log
103162025-02-28T22:46:56.866Zuploading: /work/stamp-external-dns.log (119 bytes)
103172025-02-28T22:46:57.876Zuploaded: /work/stamp-external-dns.log
103182025-02-28T22:46:57.876Zuploading: /work/stamp-installinator.log (103 bytes)
103192025-02-28T22:46:58.885Zuploaded: /work/stamp-installinator.log
103202025-02-28T22:46:58.886Zuploading: /work/stamp-internal-dns.log (119 bytes)
103212025-02-28T22:46:59.895Zuploaded: /work/stamp-internal-dns.log
103222025-02-28T22:46:59.895Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
103232025-02-28T22:47:00.905Zuploaded: /work/stamp-mg-ddm-gz.log
103242025-02-28T22:47:00.908Zuploading: /work/stamp-nexus.log (112 bytes)
103252025-02-28T22:47:01.916Zuploaded: /work/stamp-nexus.log
103262025-02-28T22:47:01.916Zuploading: /work/stamp-ntp.log (110 bytes)
103272025-02-28T22:47:02.924Zuploaded: /work/stamp-ntp.log
103282025-02-28T22:47:02.924Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
103292025-02-28T22:47:03.935Zuploaded: /work/stamp-omicron-sled-agent.log
103302025-02-28T22:47:03.935Zuploading: /work/stamp-overlay.log (114 bytes)
103312025-02-28T22:47:04.945Zuploaded: /work/stamp-overlay.log
103322025-02-28T22:47:04.945Zuploading: /work/stamp-oximeter.log (115 bytes)
103332025-02-28T22:47:05.954Zuploaded: /work/stamp-oximeter.log
103342025-02-28T22:47:05.954Zuploading: /work/stamp-oxlog.log (109 bytes)
103352025-02-28T22:47:06.969Zuploaded: /work/stamp-oxlog.log
103362025-02-28T22:47:06.969Zuploading: /work/stamp-probe.log (112 bytes)
103372025-02-28T22:47:07.979Zuploaded: /work/stamp-probe.log
103382025-02-28T22:47:07.980Zuploading: /work/stamp-propolis-server.log (122 bytes)
103392025-02-28T22:47:08.991Zuploaded: /work/stamp-propolis-server.log
103402025-02-28T22:47:08.991Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
103412025-02-28T22:47:10.002Zuploaded: /work/stamp-pumpkind-gz.log
103422025-02-28T22:47:10.002Zuploading: /work/stamp-switch-asic.log (118 bytes)
103432025-02-28T22:47:11.012Zuploaded: /work/stamp-switch-asic.log
103442025-02-28T22:47:11.012Zuploading: /work/verify-libraries.log (17219 bytes)
103452025-02-28T22:47:12.025Zuploaded: /work/verify-libraries.log